diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-05-11 19:39:49 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-05-11 19:44:32 -0700 |
commit | ae6f3b833e166f99cdbc74bf864a0dc84e7c3018 (patch) | |
tree | 7410354c917ec188b38762d683130f9ee97e1d8a /x11-drivers | |
parent | x11-drivers/xf86-video-amdgpu: Drop old versions (diff) | |
download | gentoo-ae6f3b833e166f99cdbc74bf864a0dc84e7c3018.tar.gz gentoo-ae6f3b833e166f99cdbc74bf864a0dc84e7c3018.tar.bz2 gentoo-ae6f3b833e166f99cdbc74bf864a0dc84e7c3018.zip |
x11-drivers/xf86-video-ati: Drop old versions
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-ati/Manifest | 2 | ||||
-rw-r--r-- | x11-drivers/xf86-video-ati/xf86-video-ati-7.10.0.ebuild | 45 | ||||
-rw-r--r-- | x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild | 45 |
3 files changed, 0 insertions, 92 deletions
diff --git a/x11-drivers/xf86-video-ati/Manifest b/x11-drivers/xf86-video-ati/Manifest index 1015c1a0a32d..458ae7e7d93e 100644 --- a/x11-drivers/xf86-video-ati/Manifest +++ b/x11-drivers/xf86-video-ati/Manifest @@ -1,3 +1 @@ DIST xf86-video-ati-18.0.1.tar.bz2 881457 BLAKE2B d45ae191239d008261230804161545e971d5ba9b76642341dad5dfb03b52aa3580e2e41fb7f0484af8da5024da46ada2bca182c15ec13053d674e456fb6f0f4a SHA512 b468a78503a596bbf71a1b91b231ce1fa32908f619ff2dfe249352d046696a3641f2a9ff065e32545fff77100134b4b237591215e78ef885b6509d6b16112d14 -DIST xf86-video-ati-7.10.0.tar.bz2 876442 BLAKE2B f1c36e215d10c655dc6cf6059a273241e8b33f53df06c66c13dbef436c2b4f967f5c6c60858a484bbffe05bc6fffd9b8c20733ba9928051d6b0f28fe02fcdf1b SHA512 1f2f4af1d299af62644693e6fbc47a5078c9bc5e7887a1ac217121ef2fd29d8c9f50a8d9be9ddb0887d0b49141bb33484f82c1313a472ad6867266b53b4a11ad -DIST xf86-video-ati-7.9.0.tar.bz2 848502 BLAKE2B 0572ef3cba7a3704470b4611f755a29a2551acc6fa544fb03f37a88628d5dfecba8342c8558b8355f245f2582eb46d17fb92b8713378161da3d103215e66d883 SHA512 125e035da6581520d677c56474653ed75aa6d168bf5450cc973248416b5ada3114ea14d0615b44c58029bb1702609453ab532a506273df2a5dd99dd2af4a9d43 diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.10.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.10.0.ebuild deleted file mode 100644 index b34efb147804..000000000000 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-7.10.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -XORG_DRI=always -inherit linux-info xorg-2 - -DESCRIPTION="ATI video driver" -HOMEPAGE="https://www.x.org/wiki/ati/" - -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" -IUSE="+glamor udev" - -RDEPEND=">=x11-libs/libdrm-2.4.78[video_cards_radeon] - >=x11-libs/libpciaccess-0.8.0 - glamor? ( x11-base/xorg-server[glamor] ) - udev? ( virtual/udev )" -DEPEND="${RDEPEND} - x11-proto/fontsproto - x11-proto/randrproto - x11-proto/renderproto - x11-proto/videoproto - x11-proto/xextproto - x11-proto/xf86driproto - x11-proto/xproto" - -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 -} - -src_configure() { - XORG_CONFIGURE_OPTIONS=( - $(use_enable glamor) - $(use_enable udev) - ) - xorg-2_src_configure -} diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild deleted file mode 100644 index 930f45fdc377..000000000000 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -XORG_DRI=always -inherit linux-info xorg-2 - -DESCRIPTION="ATI video driver" -HOMEPAGE="http://www.x.org/wiki/ati/" - -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd" -IUSE="+glamor udev" - -RDEPEND=">=x11-libs/libdrm-2.4.60[video_cards_radeon] - >=x11-libs/libpciaccess-0.8.0 - glamor? ( x11-base/xorg-server[glamor] ) - udev? ( virtual/udev )" -DEPEND="${RDEPEND} - x11-proto/fontsproto - x11-proto/randrproto - x11-proto/renderproto - x11-proto/videoproto - x11-proto/xextproto - x11-proto/xf86driproto - x11-proto/xproto" - -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 -} - -src_configure() { - XORG_CONFIGURE_OPTIONS=( - $(use_enable glamor) - $(use_enable udev) - ) - xorg-2_src_configure -} |