summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-11-23 16:02:53 -0500
committerMatt Turner <mattst88@gentoo.org>2024-11-23 16:16:19 -0500
commit035b3c34b3ba893280b55f8017d0e90cb4c2ff83 (patch)
tree3f10bd1b1cc439634f12e3dbf6a0f6554c43db6c /x11-drivers
parentx11-drivers/xf86-video-mga: Drop old versions (diff)
downloadgentoo-035b3c34b3ba893280b55f8017d0e90cb4c2ff83.tar.gz
gentoo-035b3c34b3ba893280b55f8017d0e90cb4c2ff83.tar.bz2
gentoo-035b3c34b3ba893280b55f8017d0e90cb4c2ff83.zip
x11-drivers/xf86-video-r128: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-r128/Manifest1
-rw-r--r--x11-drivers/xf86-video-r128/xf86-video-r128-6.12.1.ebuild21
2 files changed, 0 insertions, 22 deletions
diff --git a/x11-drivers/xf86-video-r128/Manifest b/x11-drivers/xf86-video-r128/Manifest
index 58c5ef9e8152..6fbc81755a35 100644
--- a/x11-drivers/xf86-video-r128/Manifest
+++ b/x11-drivers/xf86-video-r128/Manifest
@@ -1,2 +1 @@
-DIST xf86-video-r128-6.12.1.tar.xz 438952 BLAKE2B 4a95c3498ea6f28540ae5aa29b05b432a6b69cd75871b9aa2a7cbfc4ae855177e45630c8a0f07801fa1034caf39b7d82e1c5fa389c930515ecb5450b4b9c90a2 SHA512 18b2408fe68161c32f84c7147717f8e6c6377e81e9d59e2f098843c54cd0ae757aab5059568da8c71ef38100807d56ee22447417c236c1b3deea292bb676e700
DIST xf86-video-r128-6.13.0.tar.xz 437696 BLAKE2B ebac432479ceee42073ae3cb040fa51f2f130479667c499f087c80444eb3dc2d638b2860b65d1150edb38abe45ebb39d3077e57b12a9e23cf77571c0b7943f82 SHA512 6eae2a4f3a563d00c357025ffd3206c2b20cd35327af21add052a28447da9c0f642569bfb423cacb8989995bc92fc73cddd96d673e64438d1d7569eb926fb2ae
diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.1.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.1.ebuild
deleted file mode 100644
index 4e2c9e8e23f3..000000000000
--- a/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-XORG_TARBALL_SUFFIX="xz"
-inherit flag-o-matic xorg-3
-
-DESCRIPTION="ATI Rage128 video driver"
-
-KEYWORDS="~alpha amd64 ~loong ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
-
-src_configure() {
- # always use C11 semantics
- append-cflags -std=gnu11
-
- local XORG_CONFIGURE_OPTIONS=(
- --disable-dri
- )
- xorg-3_src_configure
-}