summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2009-01-13 05:40:34 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2009-01-13 05:40:34 +0000
commit8db5e5de152a8c0a6bf139a803bc630a388214c7 (patch)
treef115e6a07ad887e67e2d7cee506993ba9047b015 /x11-drivers
parentFix up local USE flag typo. (diff)
downloadgentoo-2-8db5e5de152a8c0a6bf139a803bc630a388214c7.tar.gz
gentoo-2-8db5e5de152a8c0a6bf139a803bc630a388214c7.tar.bz2
gentoo-2-8db5e5de152a8c0a6bf139a803bc630a388214c7.zip
Version bump. Adds support for SMI 50x chipsets, RandR 1.2, EXA acceleration, and dual head.
(Portage version: 2.1.6.4/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-siliconmotion/ChangeLog11
-rw-r--r--x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.0.ebuild20
2 files changed, 29 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-siliconmotion/ChangeLog b/x11-drivers/xf86-video-siliconmotion/ChangeLog
index 077094793b49..2addd24c4c9e 100644
--- a/x11-drivers/xf86-video-siliconmotion/ChangeLog
+++ b/x11-drivers/xf86-video-siliconmotion/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for x11-drivers/xf86-video-siliconmotion
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-siliconmotion/ChangeLog,v 1.32 2008/06/10 06:50:49 dberkholz Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-siliconmotion/ChangeLog,v 1.33 2009/01/13 05:40:34 dberkholz Exp $
+
+*xf86-video-siliconmotion-1.7.0 (13 Jan 2009)
+
+ 13 Jan 2009; Donnie Berkholz <dberkholz@gentoo.org>;
+ +xf86-video-siliconmotion-1.7.0.ebuild:
+ Version bump. Adds support for SMI 50x chipsets, RandR 1.2, EXA
+ acceleration, and dual head.
*xf86-video-siliconmotion-1.6.0 (10 Jun 2008)
diff --git a/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.0.ebuild b/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.0.ebuild
new file mode 100644
index 000000000000..467b987a1332
--- /dev/null
+++ b/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.0.ebuild,v 1.1 2009/01/13 05:40:34 dberkholz Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+XDPVER=4
+
+inherit x-modular
+
+DESCRIPTION="Silicon Motion video driver"
+KEYWORDS="~alpha ~amd64 ~ia64 ~sh ~x86 ~x86-fbsd"
+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"