diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-11-26 17:41:48 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-11-26 17:45:39 -0500 |
commit | d248b4728f89edb932d9c3483702e0c8fe7566bc (patch) | |
tree | 8dbab8b130baf89d7c78a074da728052f40e0393 /x11-drivers | |
parent | x11-drivers/xf86-video-amdgpu: Drop old versions (diff) | |
download | gentoo-d248b4728f89edb932d9c3483702e0c8fe7566bc.tar.gz gentoo-d248b4728f89edb932d9c3483702e0c8fe7566bc.tar.bz2 gentoo-d248b4728f89edb932d9c3483702e0c8fe7566bc.zip |
x11-drivers/xf86-video-ati: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-ati/Manifest | 1 | ||||
-rw-r--r-- | x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild | 43 |
2 files changed, 0 insertions, 44 deletions
diff --git a/x11-drivers/xf86-video-ati/Manifest b/x11-drivers/xf86-video-ati/Manifest index 0b5d98843b64..2cd87d590413 100644 --- a/x11-drivers/xf86-video-ati/Manifest +++ b/x11-drivers/xf86-video-ati/Manifest @@ -1,2 +1 @@ -DIST xf86-video-ati-19.0.1.tar.bz2 902825 BLAKE2B 8f66ee5e465c9997d356593c58e4861ad749ba1d2a7f2520e8aea871ed71d2295ac1fba75f97ca30a7dd4cfe63f775838c5a925251331e1cd1e58b9186b3ca03 SHA512 e04c5395e3a49d81b8f7a4b0e11fe8c9ebd17af056a4eab4541873796dce05b103c93fb185f3a00873010df0655cd7311e6d27e177aeb7345c4c8017bbd1eb17 DIST xf86-video-ati-19.1.0.tar.bz2 904558 BLAKE2B 424e8b3c6fa14fa4f0bc00940bdf1008400f25ce7103b13ecefdbda9e629239c5ab011952d19c305251e9c0008650da3db0eb91055d5585e2b1c3dd108a74d86 SHA512 73a81f6c492daf2e89067fb52b3033dc0fe6841f109627ddca1aee54a45a738c8c134443753a2a2aaa2c131e1d560057ebc76351ff2304c16407df3ff568fcd6 diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild deleted file mode 100644 index 7b2f0601420c..000000000000 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -XORG_DRI=always -inherit linux-info xorg-3 - -if [[ ${PV} == 9999* ]]; then - SRC_URI="" -else - KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" -fi - -DESCRIPTION="ATI video driver" -HOMEPAGE="https://www.x.org/wiki/ati/" - -IUSE="udev" - -RDEPEND=">=x11-libs/libdrm-2.4.89[video_cards_radeon] - >=x11-libs/libpciaccess-0.8.0 - x11-base/xorg-server[-minimal] - udev? ( virtual/libudev:= )" -DEPEND="${RDEPEND} - x11-base/xorg-proto" - -pkg_pretend() { - if use kernel_linux ; then - if kernel_is -ge 3 9; then - CONFIG_CHECK="~!DRM_RADEON_UMS ~!FB_RADEON" - else - CONFIG_CHECK="~DRM_RADEON_KMS ~!FB_RADEON" - fi - fi - check_extra_config -} - -pkg_setup() { - XORG_CONFIGURE_OPTIONS=( - --enable-glamor - $(use_enable udev) - ) -} |