summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2017-03-16 11:17:31 +0100
committerLars Wendler <polynomial-c@gentoo.org>2017-03-16 11:20:10 +0100
commit0d57f818a4e016255a17bff4501e55613995ced9 (patch)
tree2f39b6df7e30bbf7c6e8442a59f7c8ee559d72c5 /x11-drivers
parentx11-drivers/xf86-video-amdgpu: Bump to version 1.3.0 (diff)
downloadgentoo-0d57f818a4e016255a17bff4501e55613995ced9.tar.gz
gentoo-0d57f818a4e016255a17bff4501e55613995ced9.tar.bz2
gentoo-0d57f818a4e016255a17bff4501e55613995ced9.zip
x11-drivers/xf86-video-amdgpu: Removed old.
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-amdgpu/Manifest2
-rw-r--r--x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.1.0.ebuild27
-rw-r--r--x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.1.2.ebuild27
3 files changed, 0 insertions, 56 deletions
diff --git a/x11-drivers/xf86-video-amdgpu/Manifest b/x11-drivers/xf86-video-amdgpu/Manifest
index 293a8f0fbd4a..b5a6ff7cdce3 100644
--- a/x11-drivers/xf86-video-amdgpu/Manifest
+++ b/x11-drivers/xf86-video-amdgpu/Manifest
@@ -1,4 +1,2 @@
-DIST xf86-video-amdgpu-1.1.0.tar.bz2 379970 SHA256 69f5d0ded9f4d5ce529099b6b581268e8f4dcff5608f1441d4ebc110ebc57931 SHA512 a795a048987de49a9a4809ed6efd6089c0685290b86b61156ae0766fa86934f99c8abf61ed8ca56cc215a84931b2f68431547a1a7250a09e1649c4ac8ada870e WHIRLPOOL dcdbbc17efcec2bbc79093e06ed3ba06ec53d264ca937b245cf3d367709aa2efa41523fff020586c334b56b7908f34598a3c9aff02fe189251da2561241c12d7
-DIST xf86-video-amdgpu-1.1.2.tar.bz2 383690 SHA256 6ee87fed6d70d12353ca7ac02f8321a30d770626bf56f62f0e27970a33690779 SHA512 c381120000ba7ec1651f01e77e4093ccb939eb0e8925ea76532d6204b1072f3240cef412136ac4cf2a67268dfa9fda9bb455fe29874a4fd4a3be07d9a04b17ba WHIRLPOOL a8635d6624971d1459de50f5376da2f11eb5b970cddab5fa8ff14744e0b02eb18af7bfe737d09d3a68aa3c5f196fc45261bbf8c66d053775cf0ea53a48f20aa4
DIST xf86-video-amdgpu-1.2.0.tar.bz2 388108 SHA256 275b1aac5f127f55ba3d7480a1df89eace1d02650e24e46908067fc875e76c8f SHA512 92253848e81e41ec971f0a706639eda4b5231b6944148e21bc0f58ac1d10b963a76a5f10f8ca7ec4b3a631306636ec31efa3e62433f5b95ebdb26e2b0561d0f2 WHIRLPOOL 5437497626f443abda8bdc1d98fea5e0b37874ccd81150b8299a8d5c6393e67e1829c4b14cb017a415da5f7d500f475bc4accc9b8a7d9eaf0dfcf98147c24dcd
DIST xf86-video-amdgpu-1.3.0.tar.bz2 386785 SHA256 c1630f228938be949273f72b29ae70822dde064ad79c3ccb14d55f427e3f4e70 SHA512 d5b3099679b6ab35f086f18b4b6e95c299b8b94e0e5eb4cd34f49c9117808c4bb1a4e2c9a8939ab903c077a128f57e31bf89986784dabdafb398d301dccbf93e WHIRLPOOL d954b264ff84c37e4bf0ed804a5a84ad39511ea5be6ee6a3bf71f165e4b886eeb66c288bcc66c3736c9be0ed73bfebfa6f34725d01d43792b9acc88be2fa532f
diff --git a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.1.0.ebuild b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.1.0.ebuild
deleted file mode 100644
index 7a547e6c32d4..000000000000
--- a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.1.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-XORG_DRI="always"
-inherit xorg-2
-
-if [[ ${PV} == 9999* ]]; then
- XORG_EAUTORECONF=yes
- SRC_URI=""
- KEYWORDS="amd64 x86"
-else
- KEYWORDS="amd64 x86"
-fi
-
-DESCRIPTION="Accelerated Open Source driver for AMDGPU cards"
-
-IUSE="glamor"
-
-RDEPEND="x11-libs/libdrm[video_cards_amdgpu]
- x11-base/xorg-server[glamor(-)?]"
-DEPEND="${RDEPEND}"
-
-src_configure() {
- XORG_CONFIGURE_OPTIONS="$(use_enable glamor)"
- xorg-2_src_configure
-}
diff --git a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.1.2.ebuild b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.1.2.ebuild
deleted file mode 100644
index 52b40e03694d..000000000000
--- a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.1.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-XORG_DRI="always"
-inherit xorg-2
-
-if [[ ${PV} == 9999* ]]; then
- XORG_EAUTORECONF=yes
- SRC_URI=""
- KEYWORDS=""
-else
- KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Accelerated Open Source driver for AMDGPU cards"
-
-IUSE="glamor"
-
-RDEPEND="x11-libs/libdrm[video_cards_amdgpu]
- x11-base/xorg-server[glamor(-)?]"
-DEPEND="${RDEPEND}"
-
-src_configure() {
- XORG_CONFIGURE_OPTIONS="$(use_enable glamor)"
- xorg-2_src_configure
-}