summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2005-08-08 07:08:32 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2005-08-08 07:08:32 +0000
commit68e18c9df9e30fa7910f6a3987d7ca28668f196c (patch)
tree444b4cdf41137c9b644d774477303bf739e567b5 /x11-drivers/xf86-video-nv
parentadded interim version (bug 72353) and removed broken 5.0.3 version (diff)
downloadgentoo-2-68e18c9df9e30fa7910f6a3987d7ca28668f196c.tar.gz
gentoo-2-68e18c9df9e30fa7910f6a3987d7ca28668f196c.tar.bz2
gentoo-2-68e18c9df9e30fa7910f6a3987d7ca28668f196c.zip
Initial commit for modular X.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-drivers/xf86-video-nv')
-rw-r--r--x11-drivers/xf86-video-nv/ChangeLog10
-rw-r--r--x11-drivers/xf86-video-nv/Manifest2
-rw-r--r--x11-drivers/xf86-video-nv/files/digest-xf86-video-nv-1.0.11
-rw-r--r--x11-drivers/xf86-video-nv/xf86-video-nv-1.0.1.ebuild14
4 files changed, 27 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-nv/ChangeLog b/x11-drivers/xf86-video-nv/ChangeLog
new file mode 100644
index 000000000000..6790e3ad838b
--- /dev/null
+++ b/x11-drivers/xf86-video-nv/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-drivers/xf86-video-nv
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nv/ChangeLog,v 1.1 2005/08/08 07:08:31 spyderous Exp $
+
+*xf86-video-nv-1.0.1 (08 Aug 2005)
+
+ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>;
+ +xf86-video-nv-1.0.1.ebuild:
+ Initial commit for modular X.
+
diff --git a/x11-drivers/xf86-video-nv/Manifest b/x11-drivers/xf86-video-nv/Manifest
new file mode 100644
index 000000000000..3317fcd47f35
--- /dev/null
+++ b/x11-drivers/xf86-video-nv/Manifest
@@ -0,0 +1,2 @@
+MD5 1ceb397c44ac24616459359e27931284 xf86-video-nv-1.0.1.ebuild 329
+MD5 ea161a43a45c55e10ab9589a12da96a8 files/digest-xf86-video-nv-1.0.1 72
diff --git a/x11-drivers/xf86-video-nv/files/digest-xf86-video-nv-1.0.1 b/x11-drivers/xf86-video-nv/files/digest-xf86-video-nv-1.0.1
new file mode 100644
index 000000000000..8c2817ed12fa
--- /dev/null
+++ b/x11-drivers/xf86-video-nv/files/digest-xf86-video-nv-1.0.1
@@ -0,0 +1 @@
+MD5 e0425cb655ed09ac92ee6b7a59b4045a xf86-video-nv-1.0.1.tar.bz2 255508
diff --git a/x11-drivers/xf86-video-nv/xf86-video-nv-1.0.1.ebuild b/x11-drivers/xf86-video-nv/xf86-video-nv-1.0.1.ebuild
new file mode 100644
index 000000000000..ff3faec0ecb7
--- /dev/null
+++ b/x11-drivers/xf86-video-nv/xf86-video-nv-1.0.1.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nv/xf86-video-nv-1.0.1.ebuild,v 1.1 2005/08/08 07:08:31 spyderous Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org driver for nv cards"
+KEYWORDS="~x86"
+RDEPEND="x11-base/xorg-server"
+DEPEND="${RDEPEND}
+ x11-proto/xproto"