summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2009-10-17 10:07:55 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2009-10-17 10:07:55 +0000
commitd3a87e7a4a1e836d53dea20f8dcca1b326217f6a (patch)
tree613fa9b3769dd3045c10adc6cb5b4a174e261267 /x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.20091011.ebuild
parentdev-python/spawning: Version bump (diff)
downloadsunrise-d3a87e7a4a1e836d53dea20f8dcca1b326217f6a.tar.gz
sunrise-d3a87e7a4a1e836d53dea20f8dcca1b326217f6a.tar.bz2
sunrise-d3a87e7a4a1e836d53dea20f8dcca1b326217f6a.zip
x11-drivers/xf86-video-nouveau: new snapshot
svn path=/sunrise/; revision=9381
Diffstat (limited to 'x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.20091011.ebuild')
-rw-r--r--x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.20091011.ebuild37
1 files changed, 37 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.20091011.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.20091011.ebuild
new file mode 100644
index 000000000..953baaf94
--- /dev/null
+++ b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.20091011.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+
+# Must be before x-modular eclass is inherited
+SNAPSHOT="yes"
+GIT_ECLASS="git"
+
+inherit x-modular
+
+EGIT_TREE="9cbc139176ae991150bd9ddf66b61db471b391f2"
+EGIT_REPO_URI="git://anongit.freedesktop.org/git/nouveau/${PN}"
+
+DESCRIPTION="Nouveau video driver"
+HOMEPAGE="http://nouveau.freedesktop.org/"
+SRC_URI=""
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+COMMON_DEPEND=">=x11-base/xorg-server-1.5.3[-minimal]"
+DEPEND="${COMMON_DEPEND}
+ x11-proto/fontsproto
+ x11-proto/randrproto
+ x11-proto/renderproto
+ x11-proto/videoproto
+ x11-proto/xextproto
+ x11-proto/xf86driproto
+ x11-proto/xproto
+ >=x11-libs/libdrm-2.4.13"
+
+# need x11-base/nouveau-drm until nouveau drm enters the kernel
+RDEPEND="${COMMON_DEPEND}
+ x11-base/nouveau-drm"