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-nouveau/
Date: Sun, 27 May 2018 23:58:00
Message-Id: 1527465443.88ad4f359d36c1b173f24df863eff539287d19db.mattst88@gentoo
1 commit: 88ad4f359d36c1b173f24df863eff539287d19db
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 27 23:55:20 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun May 27 23:57:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88ad4f35
7
8 x11-drivers/xf86-video-nouveau: Drop old versions
9
10 x11-drivers/xf86-video-nouveau/Manifest | 2 --
11 .../xf86-video-nouveau-1.0.13.ebuild | 21 ---------------------
12 .../xf86-video-nouveau-1.0.14.ebuild | 21 ---------------------
13 3 files changed, 44 deletions(-)
14
15 diff --git a/x11-drivers/xf86-video-nouveau/Manifest b/x11-drivers/xf86-video-nouveau/Manifest
16 index a224ac50111..ac1d17557c3 100644
17 --- a/x11-drivers/xf86-video-nouveau/Manifest
18 +++ b/x11-drivers/xf86-video-nouveau/Manifest
19 @@ -1,3 +1 @@
20 -DIST xf86-video-nouveau-1.0.13.tar.bz2 616715 BLAKE2B 1795eb5c7b32ac0eb21658e47e08c4958820e4877502a21246fd99484f96f8eafc20e1b0d11e3ce6ba309ca3c0c2b11c297c68e3a44ab6102edbc13ce02db981 SHA512 f78230baea71ace9ca7f84c1ff6c2ef3a3844b7c12423499ff8098c66638ddbff9c06ab86069eebe92ab729259c007bdce43e0f82956a4aa369eafe65f07ee10
21 -DIST xf86-video-nouveau-1.0.14.tar.bz2 584586 BLAKE2B b4dfe6ced034a464571fa355e9d941d61b366fb70e0f3a35b997affdfeae285a791a6904c6db94ad8c668669255a80c6000529a7973d8191ce503d30193ae0b7 SHA512 f07d49d736f87d4f42781c3cf3b5d07e7c57ca864973a917f6a7933082be1663214e9174f1434ddded094fac74f2087c63bb5ae528e21baf99dcd3385b219e66
22 DIST xf86-video-nouveau-1.0.15.tar.bz2 584998 BLAKE2B 474eb27d00351fff9b24438c317e2f18810fde76d866ace047beda6c6cc58276e9f6ce25b4690c1de321dbdcd2dd238dc6f473a273cd3b54123d2f8383d5e586 SHA512 69a8f8e7920d893f17d14fd9f05e35de246d980a243f3b3b00c05deae7f6bd97e0f51e6ddfa322b4d0815233fe5f656d4e55f54461249f3f24c3bc025a682285
23
24 diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.13.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.13.ebuild
25 deleted file mode 100644
26 index fb528f58e02..00000000000
27 --- a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.13.ebuild
28 +++ /dev/null
29 @@ -1,21 +0,0 @@
30 -# Copyright 1999-2017 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 - EGIT_REPO_URI="https://anongit.freedesktop.org/git/nouveau/xf86-video-nouveau.git"
39 - SRC_URI=""
40 -fi
41 -
42 -DESCRIPTION="Accelerated Open Source driver for nVidia cards"
43 -HOMEPAGE="https://nouveau.freedesktop.org/wiki/"
44 -
45 -KEYWORDS="amd64 ppc ppc64 x86"
46 -IUSE=""
47 -
48 -RDEPEND=">=x11-libs/libdrm-2.4.60[video_cards_nouveau]
49 - >=x11-libs/libpciaccess-0.10"
50 -DEPEND="${RDEPEND}"
51
52 diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.14.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.14.ebuild
53 deleted file mode 100644
54 index a608f66a107..00000000000
55 --- a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.14.ebuild
56 +++ /dev/null
57 @@ -1,21 +0,0 @@
58 -# Copyright 1999-2017 Gentoo Foundation
59 -# Distributed under the terms of the GNU General Public License v2
60 -
61 -EAPI=5
62 -XORG_DRI="always"
63 -inherit xorg-2
64 -
65 -if [[ ${PV} == 9999* ]]; then
66 - EGIT_REPO_URI="https://anongit.freedesktop.org/git/nouveau/xf86-video-nouveau.git"
67 - SRC_URI=""
68 -fi
69 -
70 -DESCRIPTION="Accelerated Open Source driver for nVidia cards"
71 -HOMEPAGE="https://nouveau.freedesktop.org/wiki/"
72 -
73 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
74 -IUSE=""
75 -
76 -RDEPEND=">=x11-libs/libdrm-2.4.60[video_cards_nouveau]
77 - >=x11-libs/libpciaccess-0.10"
78 -DEPEND="${RDEPEND}"