summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-07-21 20:35:31 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-07-21 20:35:31 +0000
commit8820dfe24de005a6bbd244590733a2d0a2a23b81 (patch)
treea7773c4bb3edfd107e17c9cc69574ec5aeee1988 /x11-drivers/xf86-video-sis
parentVersion bump. (diff)
downloadgentoo-2-8820dfe24de005a6bbd244590733a2d0a2a23b81.tar.gz
gentoo-2-8820dfe24de005a6bbd244590733a2d0a2a23b81.tar.bz2
gentoo-2-8820dfe24de005a6bbd244590733a2d0a2a23b81.zip
Version bump.
(Portage version: 2.2.0_alpha115/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-video-sis')
-rw-r--r--x11-drivers/xf86-video-sis/ChangeLog8
-rw-r--r--x11-drivers/xf86-video-sis/xf86-video-sis-0.10.7.ebuild19
2 files changed, 26 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-sis/ChangeLog b/x11-drivers/xf86-video-sis/ChangeLog
index b456bfbda204..4b817da40544 100644
--- a/x11-drivers/xf86-video-sis/ChangeLog
+++ b/x11-drivers/xf86-video-sis/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-drivers/xf86-video-sis
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sis/ChangeLog,v 1.60 2012/07/12 17:38:44 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sis/ChangeLog,v 1.61 2012/07/21 20:35:31 chithanh Exp $
+
+*xf86-video-sis-0.10.7 (21 Jul 2012)
+
+ 21 Jul 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xf86-video-sis-0.10.7.ebuild:
+ Version bump.
12 Jul 2012; Brent Baude <ranger@gentoo.org> xf86-video-sis-0.10.4-r1.ebuild:
Marking xf86-video-sis-0.10.4-r1 ppc stable for bug 419473
diff --git a/x11-drivers/xf86-video-sis/xf86-video-sis-0.10.7.ebuild b/x11-drivers/xf86-video-sis/xf86-video-sis-0.10.7.ebuild
new file mode 100644
index 000000000000..f24370bcb46e
--- /dev/null
+++ b/x11-drivers/xf86-video-sis/xf86-video-sis-0.10.7.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sis/xf86-video-sis-0.10.7.ebuild,v 1.1 2012/07/21 20:35:31 chithanh Exp $
+
+EAPI=4
+XORG_DRI=dri
+inherit xorg-2
+
+DESCRIPTION="SiS and XGI video driver"
+KEYWORDS="~amd64 ~ia64 ~ppc ~x86 ~x86-fbsd"
+IUSE="dri"
+
+DEPEND=">=x11-proto/xf86dgaproto-2.1"
+
+pkg_setup() {
+ XORG_CONFIGURE_OPTIONS=(
+ $(use_enable dri)
+ )
+}