summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2005-08-08 07:08:32 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2005-08-08 07:08:32 +0000
commit7064c8fc26bd204250757f8404b88f0afdd6073b (patch)
treef788c318260f73cf3d1e14cc9d3a5dffa80f1e0e /x11-drivers/xf86-video-nsc
parentadded interim version (bug 72353) and removed broken 5.0.3 version (diff)
downloadhistorical-7064c8fc26bd204250757f8404b88f0afdd6073b.tar.gz
historical-7064c8fc26bd204250757f8404b88f0afdd6073b.tar.bz2
historical-7064c8fc26bd204250757f8404b88f0afdd6073b.zip
Initial commit for modular X.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'x11-drivers/xf86-video-nsc')
-rw-r--r--x11-drivers/xf86-video-nsc/ChangeLog10
-rw-r--r--x11-drivers/xf86-video-nsc/Manifest2
-rw-r--r--x11-drivers/xf86-video-nsc/files/digest-xf86-video-nsc-2.7.61
-rw-r--r--x11-drivers/xf86-video-nsc/xf86-video-nsc-2.7.6.ebuild14
4 files changed, 27 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-nsc/ChangeLog b/x11-drivers/xf86-video-nsc/ChangeLog
new file mode 100644
index 000000000000..750d3d6a0bdd
--- /dev/null
+++ b/x11-drivers/xf86-video-nsc/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-drivers/xf86-video-nsc
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nsc/ChangeLog,v 1.1 2005/08/08 07:08:31 spyderous Exp $
+
+*xf86-video-nsc-2.7.6 (08 Aug 2005)
+
+ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>;
+ +xf86-video-nsc-2.7.6.ebuild:
+ Initial commit for modular X.
+
diff --git a/x11-drivers/xf86-video-nsc/Manifest b/x11-drivers/xf86-video-nsc/Manifest
new file mode 100644
index 000000000000..21ec46beecdd
--- /dev/null
+++ b/x11-drivers/xf86-video-nsc/Manifest
@@ -0,0 +1,2 @@
+MD5 26414684d68c11ef8f29874d6e12e8a0 xf86-video-nsc-2.7.6.ebuild 330
+MD5 afc31fb68b299235fc027a720d6a3cd8 files/digest-xf86-video-nsc-2.7.6 73
diff --git a/x11-drivers/xf86-video-nsc/files/digest-xf86-video-nsc-2.7.6 b/x11-drivers/xf86-video-nsc/files/digest-xf86-video-nsc-2.7.6
new file mode 100644
index 000000000000..77bf49978c4e
--- /dev/null
+++ b/x11-drivers/xf86-video-nsc/files/digest-xf86-video-nsc-2.7.6
@@ -0,0 +1 @@
+MD5 b0902bb367d5d2c89be2b82e385ec60f xf86-video-nsc-2.7.6.tar.bz2 420347
diff --git a/x11-drivers/xf86-video-nsc/xf86-video-nsc-2.7.6.ebuild b/x11-drivers/xf86-video-nsc/xf86-video-nsc-2.7.6.ebuild
new file mode 100644
index 000000000000..02452d3a479f
--- /dev/null
+++ b/x11-drivers/xf86-video-nsc/xf86-video-nsc-2.7.6.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-nsc/xf86-video-nsc-2.7.6.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 nsc cards"
+KEYWORDS="~x86"
+RDEPEND="x11-base/xorg-server"
+DEPEND="${RDEPEND}
+ x11-proto/xproto"