summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2017-03-11 19:23:17 -0800
committerMatt Turner <mattst88@gentoo.org>2017-03-16 13:36:35 -0700
commitae8ae97ac6a64bda4be202ef74aa9276c6570ddd (patch)
treef63876bf0f5fb98df579be5476ec7ad4ef70b8b8 /x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.12.ebuild
parentx11-drivers/xf86-video-mga: Drop old versions (diff)
downloadgentoo-ae8ae97ac6a64bda4be202ef74aa9276c6570ddd.tar.gz
gentoo-ae8ae97ac6a64bda4be202ef74aa9276c6570ddd.tar.bz2
gentoo-ae8ae97ac6a64bda4be202ef74aa9276c6570ddd.zip
x11-drivers/xf86-video-nouveau: Drop old versions
Diffstat (limited to 'x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.12.ebuild')
-rw-r--r--x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.12.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.12.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.12.ebuild
deleted file mode 100644
index 18ee0891d74b..000000000000
--- a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.12.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-XORG_DRI="always"
-inherit xorg-2
-
-if [[ ${PV} == 9999* ]]; then
- EGIT_REPO_URI="git://anongit.freedesktop.org/git/nouveau/${PN}"
- SRC_URI=""
-fi
-
-DESCRIPTION="Accelerated Open Source driver for nVidia cards"
-HOMEPAGE="https://nouveau.freedesktop.org/"
-
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/libdrm-2.4.60[video_cards_nouveau]
- >=x11-libs/libpciaccess-0.10"
-DEPEND="${RDEPEND}"