summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2011-10-13 12:29:14 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2011-10-13 12:29:14 +0000
commit86a6e485bf9fa408629b6e2640d7b28d18a88c34 (patch)
tree1cf42953082f0452e0decb2c68ed0adba1798482 /x11-drivers
parentx86 stable, security bug 339389 (diff)
downloadgentoo-2-86a6e485bf9fa408629b6e2640d7b28d18a88c34.tar.gz
gentoo-2-86a6e485bf9fa408629b6e2640d7b28d18a88c34.tar.bz2
gentoo-2-86a6e485bf9fa408629b6e2640d7b28d18a88c34.zip
Version bump.
(Portage version: 2.2.0_alpha60/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-savage/ChangeLog8
-rw-r--r--x11-drivers/xf86-video-savage/xf86-video-savage-2.3.3.ebuild20
2 files changed, 27 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-savage/ChangeLog b/x11-drivers/xf86-video-savage/ChangeLog
index 0565e3d54765..c3a64302ab7f 100644
--- a/x11-drivers/xf86-video-savage/ChangeLog
+++ b/x11-drivers/xf86-video-savage/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-drivers/xf86-video-savage
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-savage/ChangeLog,v 1.64 2011/03/07 21:11:21 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-savage/ChangeLog,v 1.65 2011/10/13 12:29:14 chithanh Exp $
+
+*xf86-video-savage-2.3.3 (13 Oct 2011)
+
+ 13 Oct 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xf86-video-savage-2.3.3.ebuild:
+ Version bump.
07 Mar 2011; Tomáš Chvátal <scarabeus@gentoo.org>
-xf86-video-savage-2.3.1.ebuild:
diff --git a/x11-drivers/xf86-video-savage/xf86-video-savage-2.3.3.ebuild b/x11-drivers/xf86-video-savage/xf86-video-savage-2.3.3.ebuild
new file mode 100644
index 000000000000..1c87dc0ac28f
--- /dev/null
+++ b/x11-drivers/xf86-video-savage/xf86-video-savage-2.3.3.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-savage/xf86-video-savage-2.3.3.ebuild,v 1.1 2011/10/13 12:29:14 chithanh Exp $
+
+EAPI=4
+
+inherit xorg-2
+
+DESCRIPTION="S3 Savage video driver"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
+
+IUSE="dri"
+RDEPEND=">=x11-base/xorg-server-1.0.99"
+DEPEND="${RDEPEND}
+ >=x11-proto/xextproto-7.0.99.1"
+
+pkg_setup() {
+ XORG_CONFIGURE_OPTIONS="$(use_enable dri)"
+ xorg-2_pkg_setup
+}