Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-amdgpu/
Date: Wed, 31 Oct 2018 22:59:53
Message-Id: 1541026775.710658c7796296b6a48265c319fc8dbd13b011f1.mattst88@gentoo
1 commit: 710658c7796296b6a48265c319fc8dbd13b011f1
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 31 22:58:39 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 31 22:59:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=710658c7
7
8 x11-drivers/xf86-video-amdgpu: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-drivers/xf86-video-amdgpu/Manifest | 1 -
13 .../xf86-video-amdgpu-18.0.1.ebuild | 23 ----------------------
14 2 files changed, 24 deletions(-)
15
16 diff --git a/x11-drivers/xf86-video-amdgpu/Manifest b/x11-drivers/xf86-video-amdgpu/Manifest
17 index 35b2fbbbcb8..79948a812b5 100644
18 --- a/x11-drivers/xf86-video-amdgpu/Manifest
19 +++ b/x11-drivers/xf86-video-amdgpu/Manifest
20 @@ -1,2 +1 @@
21 -DIST xf86-video-amdgpu-18.0.1.tar.bz2 414683 BLAKE2B 767da468b6d2d41d49dbbc54093594163cbc42fa73d5859d4e210f25cac6822b7cb9fede4c73a15ac2221ef07a10df8b77f6f928b134382b373d5eedfde90225 SHA512 eb3b76240d4e5084d68b5063b5b19ad5f5bb1f93ea9929301d9e17a48ddc1cb713b76529cb93d133b3547fe78ae8a4455f6b15f6ddf88c29349f82bb1a0db1c4
22 DIST xf86-video-amdgpu-18.1.0.tar.bz2 430542 BLAKE2B c582c6d5357949833b5b9408e638e3037e38530f9a1d5e85936d1ee866effc4da1c56d7da2e8aa48cde73c09107968840262941e7b0063aa7d2aacfecc5bf120 SHA512 371f1a9f6cd2ce3b7117361222d196950c5efa01d957783c79a37c19a2273ce33d133fa51bb68432b8535aad61cb14fbb61d173a167d318b2533eb2507b7a903
23
24 diff --git a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-18.0.1.ebuild b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-18.0.1.ebuild
25 deleted file mode 100644
26 index 2b5db54e52d..00000000000
27 --- a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-18.0.1.ebuild
28 +++ /dev/null
29 @@ -1,23 +0,0 @@
30 -# Copyright 1999-2018 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -XORG_DRI="always"
35 -inherit xorg-2
36 -
37 -if [[ ${PV} == 9999* ]]; then
38 - SRC_URI=""
39 -else
40 - KEYWORDS="amd64 x86"
41 -fi
42 -
43 -DESCRIPTION="Accelerated Open Source driver for AMDGPU cards"
44 -
45 -RDEPEND=">=x11-libs/libdrm-2.4.78[video_cards_amdgpu]
46 - x11-base/xorg-server[glamor(-)]"
47 -DEPEND="${RDEPEND}"
48 -
49 -src_configure() {
50 - XORG_CONFIGURE_OPTIONS="--enable-glamor"
51 - xorg-2_src_configure
52 -}