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-s3
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-s3')
-rw-r--r--x11-drivers/xf86-video-s3/ChangeLog10
-rw-r--r--x11-drivers/xf86-video-s3/Manifest2
-rw-r--r--x11-drivers/xf86-video-s3/files/digest-xf86-video-s3-0.3.51
-rw-r--r--x11-drivers/xf86-video-s3/xf86-video-s3-0.3.5.ebuild14
4 files changed, 27 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-s3/ChangeLog b/x11-drivers/xf86-video-s3/ChangeLog
new file mode 100644
index 000000000000..b2d1b6ec1ae3
--- /dev/null
+++ b/x11-drivers/xf86-video-s3/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-drivers/xf86-video-s3
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-s3/ChangeLog,v 1.1 2005/08/08 07:08:31 spyderous Exp $
+
+*xf86-video-s3-0.3.5 (08 Aug 2005)
+
+ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>;
+ +xf86-video-s3-0.3.5.ebuild:
+ Initial commit for modular X.
+
diff --git a/x11-drivers/xf86-video-s3/Manifest b/x11-drivers/xf86-video-s3/Manifest
new file mode 100644
index 000000000000..f3f77711f0bd
--- /dev/null
+++ b/x11-drivers/xf86-video-s3/Manifest
@@ -0,0 +1,2 @@
+MD5 06a374c3ce034cb79d25795b9da5bbc2 xf86-video-s3-0.3.5.ebuild 329
+MD5 4b6235de7e8145f46cd8b727ca4d19f5 files/digest-xf86-video-s3-0.3.5 72
diff --git a/x11-drivers/xf86-video-s3/files/digest-xf86-video-s3-0.3.5 b/x11-drivers/xf86-video-s3/files/digest-xf86-video-s3-0.3.5
new file mode 100644
index 000000000000..8cec8f1daa22
--- /dev/null
+++ b/x11-drivers/xf86-video-s3/files/digest-xf86-video-s3-0.3.5
@@ -0,0 +1 @@
+MD5 2eb5adaca989cad6db393c4175d47286 xf86-video-s3-0.3.5.tar.bz2 217100
diff --git a/x11-drivers/xf86-video-s3/xf86-video-s3-0.3.5.ebuild b/x11-drivers/xf86-video-s3/xf86-video-s3-0.3.5.ebuild
new file mode 100644
index 000000000000..6315cfb522cd
--- /dev/null
+++ b/x11-drivers/xf86-video-s3/xf86-video-s3-0.3.5.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-s3/xf86-video-s3-0.3.5.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 s3 cards"
+KEYWORDS="~x86"
+RDEPEND="x11-base/xorg-server"
+DEPEND="${RDEPEND}
+ x11-proto/xproto"