summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-drivers/xf86-video-s3')
-rw-r--r--x11-drivers/xf86-video-s3/ChangeLog8
-rw-r--r--x11-drivers/xf86-video-s3/files/digest-xf86-video-s3-0.4.16
-rw-r--r--x11-drivers/xf86-video-s3/xf86-video-s3-0.4.1.ebuild19
3 files changed, 32 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-s3/ChangeLog b/x11-drivers/xf86-video-s3/ChangeLog
index 79828557872f..b72a6909df29 100644
--- a/x11-drivers/xf86-video-s3/ChangeLog
+++ b/x11-drivers/xf86-video-s3/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-drivers/xf86-video-s3
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-s3/ChangeLog,v 1.13 2006/02/26 14:31:43 stefaan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-s3/ChangeLog,v 1.14 2006/04/14 17:30:43 joshuabaergen Exp $
+
+*xf86-video-s3-0.4.1 (14 Apr 2006)
+
+ 14 Apr 2006; Joshua Baergen <joshuabaergen@gentoo.org>
+ +xf86-video-s3-0.4.1.ebuild:
+ Bump for 7.1 RC1.
26 Feb 2006; Stefaan De Roeck <stefaan@gentoo.org>
xf86-video-s3-0.3.5.5.ebuild:
diff --git a/x11-drivers/xf86-video-s3/files/digest-xf86-video-s3-0.4.1 b/x11-drivers/xf86-video-s3/files/digest-xf86-video-s3-0.4.1
new file mode 100644
index 000000000000..f17ee3df1217
--- /dev/null
+++ b/x11-drivers/xf86-video-s3/files/digest-xf86-video-s3-0.4.1
@@ -0,0 +1,6 @@
+MD5 1b8cfd2923836ee93eda69abe50dda04 x11-driver-patches-1.tar.bz2 389
+RMD160 0c57d4b235d83f3d7c46691c13857fd121ddec2d x11-driver-patches-1.tar.bz2 389
+SHA256 64787d5b57d2845c0fa9297a9d924093ba191fc3551798239d9983f0bcca9b3e x11-driver-patches-1.tar.bz2 389
+MD5 dfe47d46af2b53e43b38e2b8c730dad1 xf86-video-s3-0.4.1.tar.bz2 253185
+RMD160 7f192e0433eaa97a2e35090cbc56afcfb1f950d3 xf86-video-s3-0.4.1.tar.bz2 253185
+SHA256 2a5aa08cd4ca5d2ebed808471c8ff03403cd7e768c266d7656e03baf3239b42e xf86-video-s3-0.4.1.tar.bz2 253185
diff --git a/x11-drivers/xf86-video-s3/xf86-video-s3-0.4.1.ebuild b/x11-drivers/xf86-video-s3/xf86-video-s3-0.4.1.ebuild
new file mode 100644
index 000000000000..6c528ca60f01
--- /dev/null
+++ b/x11-drivers/xf86-video-s3/xf86-video-s3-0.4.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2006 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.4.1.ebuild,v 1.1 2006/04/14 17:30:43 joshuabaergen Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org driver for s3 cards"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sh ~x86"
+RDEPEND=">=x11-base/xorg-server-1.0.99"
+DEPEND="${RDEPEND}
+ x11-proto/fontsproto
+ x11-proto/randrproto
+ x11-proto/renderproto
+ x11-proto/videoproto
+ x11-proto/xextproto
+ x11-proto/xproto"