diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-01-26 12:30:23 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-01-26 12:37:42 -0500 |
commit | 7f4fc5d1fa9c356ffd9702f9364415c9f437c814 (patch) | |
tree | 4413f83a070f37ea55a444aeccec644af298a72b /x11-drivers | |
parent | x11-drivers/xf86-video-ast: Drop old versions (diff) | |
download | gentoo-7f4fc5d1fa9c356ffd9702f9364415c9f437c814.tar.gz gentoo-7f4fc5d1fa9c356ffd9702f9364415c9f437c814.tar.bz2 gentoo-7f4fc5d1fa9c356ffd9702f9364415c9f437c814.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/Manifest | 1 | ||||
-rw-r--r-- | x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/x11-drivers/xf86-video-r128/Manifest b/x11-drivers/xf86-video-r128/Manifest index eeeaa55de852..9d33c1042ba7 100644 --- a/x11-drivers/xf86-video-r128/Manifest +++ b/x11-drivers/xf86-video-r128/Manifest @@ -1,2 +1 @@ -DIST xf86-video-r128-6.12.0.tar.bz2 483999 BLAKE2B f3433ce0289a7c356b69871ad4acb9ce9b0a947c1bf6ee9bf436a5d27ad1324fc81bb2d3c9be16ddf588f286ae092091dafd161c39ce8bc1bf20b6cb36ffdb72 SHA512 0e667e2cfa8a87a00846361d86528c93754c403c812b66798953fa4c857b2143b2c4c44885da467e7f910d8cb910b69492cdcb6f25e2197bae6617364d152e38 DIST xf86-video-r128-6.12.1.tar.xz 438952 BLAKE2B 4a95c3498ea6f28540ae5aa29b05b432a6b69cd75871b9aa2a7cbfc4ae855177e45630c8a0f07801fa1034caf39b7d82e1c5fa389c930515ecb5450b4b9c90a2 SHA512 18b2408fe68161c32f84c7147717f8e6c6377e81e9d59e2f098843c54cd0ae757aab5059568da8c71ef38100807d56ee22447417c236c1b3deea292bb676e700 diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild deleted file mode 100644 index c380d4b30b44..000000000000 --- a/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -XORG_DRI=dri - -inherit flag-o-matic xorg-3 - -DESCRIPTION="ATI Rage128 video driver" - -KEYWORDS="~alpha amd64 ~ia64 ~loong ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" -IUSE="dri" - -RDEPEND=">=x11-base/xorg-server-1.2" -DEPEND="${RDEPEND}" - -src_configure() { - # always use C11 semantics - append-cflags -std=gnu11 - - local XORG_CONFIGURE_OPTIONS=( - $(use_enable dri) - ) - xorg-3_src_configure -} |