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, 01 May 2019 20:57:38
Message-Id: 1556744128.a113824771918e4afd6e7b294abb91e4d0d84dc2.mattst88@gentoo
1 commit: a113824771918e4afd6e7b294abb91e4d0d84dc2
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 1 20:55:28 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed May 1 20:55:28 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1138247
7
8 x11-drivers/xf86-video-amdgpu: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 x11-drivers/xf86-video-amdgpu/Manifest | 1 -
14 .../xf86-video-amdgpu-18.1.0.ebuild | 29 ----------------------
15 2 files changed, 30 deletions(-)
16
17 diff --git a/x11-drivers/xf86-video-amdgpu/Manifest b/x11-drivers/xf86-video-amdgpu/Manifest
18 index b5c184dd10d..7aadfe2e223 100644
19 --- a/x11-drivers/xf86-video-amdgpu/Manifest
20 +++ b/x11-drivers/xf86-video-amdgpu/Manifest
21 @@ -1,2 +1 @@
22 -DIST xf86-video-amdgpu-18.1.0.tar.bz2 430542 BLAKE2B c582c6d5357949833b5b9408e638e3037e38530f9a1d5e85936d1ee866effc4da1c56d7da2e8aa48cde73c09107968840262941e7b0063aa7d2aacfecc5bf120 SHA512 371f1a9f6cd2ce3b7117361222d196950c5efa01d957783c79a37c19a2273ce33d133fa51bb68432b8535aad61cb14fbb61d173a167d318b2533eb2507b7a903
23 DIST xf86-video-amdgpu-19.0.1.tar.bz2 440534 BLAKE2B d0baadc195ba22d443ed0b07d0d3bab6d1a954606b0a6c66f23bfc0bd814afc4227d48be4a4b2fa9c80713ffd300aa3f6be0254fca6de78fa496bbb68d037c44 SHA512 dda04e3ccee140354f59e04895cf50cd7dc06a105c40ce35069613c5b5fbe083cab6833fd293d96334f64dde1a0c4af6154d473594a144f37404188ae7f37dd5
24
25 diff --git a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-18.1.0.ebuild b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-18.1.0.ebuild
26 deleted file mode 100644
27 index 51bc1247d3c..00000000000
28 --- a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-18.1.0.ebuild
29 +++ /dev/null
30 @@ -1,29 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -XORG_DRI="always"
36 -inherit xorg-2
37 -
38 -if [[ ${PV} == 9999* ]]; then
39 - SRC_URI=""
40 -else
41 - KEYWORDS="amd64 x86"
42 -fi
43 -
44 -DESCRIPTION="Accelerated Open Source driver for AMDGPU cards"
45 -
46 -IUSE="udev"
47 -
48 -RDEPEND=">=x11-libs/libdrm-2.4.89[video_cards_amdgpu]
49 - x11-base/xorg-server[glamor(-)]
50 - udev? ( virtual/libudev:= )"
51 -DEPEND="${RDEPEND}"
52 -
53 -src_configure() {
54 - XORG_CONFIGURE_OPTIONS=(
55 - --enable-glamor
56 - $(use_enable udev)
57 - )
58 - xorg-2_src_configure
59 -}