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, 20 Jan 2019 05:43:23
Message-Id: 1547962986.3801c29ee909429131f329db332a424aca16fd79.mattst88@gentoo
1 commit: 3801c29ee909429131f329db332a424aca16fd79
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 20 05:29:38 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 20 05:43:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3801c29e
7
8 x11-drivers/xf86-video-nouveau: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 .../xf86-video-nouveau-1.0.15.ebuild | 21 ---------------------
13 1 file changed, 21 deletions(-)
14
15 diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.15.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.15.ebuild
16 deleted file mode 100644
17 index 848b9f06a42..00000000000
18 --- a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.15.ebuild
19 +++ /dev/null
20 @@ -1,21 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -XORG_DRI="always"
26 -inherit xorg-2
27 -
28 -if [[ ${PV} == 9999* ]]; then
29 - EGIT_REPO_URI="https://anongit.freedesktop.org/git/nouveau/xf86-video-nouveau.git"
30 - SRC_URI=""
31 -fi
32 -
33 -DESCRIPTION="Accelerated Open Source driver for nVidia cards"
34 -HOMEPAGE="https://nouveau.freedesktop.org/wiki/"
35 -
36 -KEYWORDS="amd64 ~arm64 ppc ppc64 x86"
37 -IUSE=""
38 -
39 -RDEPEND=">=x11-libs/libdrm-2.4.60[video_cards_nouveau]
40 - >=x11-libs/libpciaccess-0.10"
41 -DEPEND="${RDEPEND}"