summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2016-11-17 14:48:45 +0100
committerLars Wendler <polynomial-c@gentoo.org>2016-11-17 14:49:00 +0100
commit0d235f9b5475844dd26e1a4d6462be00a102619d (patch)
tree57ab6c9d1e6078f84fdeffbbcfd1d1f45b91a40c /x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.0.1.ebuild
parentx11-drivers/xf86-video-amdgpu: Bump to version 1.2.0 (bug #600100). (diff)
downloadgentoo-0d235f9b5475844dd26e1a4d6462be00a102619d.tar.gz
gentoo-0d235f9b5475844dd26e1a4d6462be00a102619d.tar.bz2
gentoo-0d235f9b5475844dd26e1a4d6462be00a102619d.zip
x11-drivers/xf86-video-amdgpu: Removed old.
Package-Manager: portage-2.3.2
Diffstat (limited to 'x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.0.1.ebuild')
-rw-r--r--x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.0.1.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.0.1.ebuild b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.0.1.ebuild
deleted file mode 100644
index 95627753c9c1..000000000000
--- a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.0.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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
-}