summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2017-09-08 12:53:58 +0200
committerLars Wendler <polynomial-c@gentoo.org>2017-09-08 12:53:58 +0200
commitb8f471135ac197d56267f52b77bd26f84969565e (patch)
treef93a1050216372727c9507ee744c50c9f7d4ae28 /x11-drivers/xf86-video-ati
parentx11-drivers/xf86-video-ati: Bump to version 7.10.0 (diff)
downloadgentoo-b8f471135ac197d56267f52b77bd26f84969565e.tar.gz
gentoo-b8f471135ac197d56267f52b77bd26f84969565e.tar.bz2
gentoo-b8f471135ac197d56267f52b77bd26f84969565e.zip
x11-drivers/xf86-video-ati: Removed old.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'x11-drivers/xf86-video-ati')
-rw-r--r--x11-drivers/xf86-video-ati/Manifest1
-rw-r--r--x11-drivers/xf86-video-ati/xf86-video-ati-7.8.0.ebuild45
2 files changed, 0 insertions, 46 deletions
diff --git a/x11-drivers/xf86-video-ati/Manifest b/x11-drivers/xf86-video-ati/Manifest
index 672356ee6015..eafd60012b66 100644
--- a/x11-drivers/xf86-video-ati/Manifest
+++ b/x11-drivers/xf86-video-ati/Manifest
@@ -1,3 +1,2 @@
DIST xf86-video-ati-7.10.0.tar.bz2 876442 SHA256 ee51d642e3105cb5424f02622dc2966b87b42d498bb34104a70fcf6d4a8f4e79 SHA512 1f2f4af1d299af62644693e6fbc47a5078c9bc5e7887a1ac217121ef2fd29d8c9f50a8d9be9ddb0887d0b49141bb33484f82c1313a472ad6867266b53b4a11ad WHIRLPOOL 065df297b699360ea95985663114790e4b2f5c0005e45894c9a139232e40df1e17284a2386d8c63b73d9bc7e47b24fdd72356f028350f46e6517d5880099c94a
-DIST xf86-video-ati-7.8.0.tar.bz2 845702 SHA256 401f5de772928f3dc4ce43a885adb0a47a2f61aa4a9e45d2ab3d184136a9d6fa SHA512 e09b7aca819656359d32b11f4314f2ad77b7a28d481b2cf17ea62f2e2385f9b40f568d5c76360c800c60c00671f0262277cdefde4c0744f2ed9b3b2fa90a37a9 WHIRLPOOL b5e8a4cf546bb56f1e481e9dc7da8dc850c4fb231d10c592a7e2ffbfb9da0a64edb1b208b326283a6a94e4c0c5aefe5e4a04a984475e7ac5a5bab757ad0f990b
DIST xf86-video-ati-7.9.0.tar.bz2 848502 SHA256 3cad872e6330afb1707da11e4e959e6887ebe5bcd81854b4d2e496c52c059875 SHA512 125e035da6581520d677c56474653ed75aa6d168bf5450cc973248416b5ada3114ea14d0615b44c58029bb1702609453ab532a506273df2a5dd99dd2af4a9d43 WHIRLPOOL 4aea0ca248c7871c87e82f21ab2325995c86cd49e67e73634544351599912d414250eac9efa77a618bdf232ad2de8ab79c24b339bb0c7797547863a01a6cd72a
diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.8.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.8.0.ebuild
deleted file mode 100644
index 83059fbbd700..000000000000
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-7.8.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.58[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
-}