summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Cardona <remi@gentoo.org>2009-08-06 20:17:48 +0000
committerRémi Cardona <remi@gentoo.org>2009-08-06 20:17:48 +0000
commit43649aece8f1be7e6acb912e57072be0cb129e4a (patch)
tree5571632a86c1c6cecff637a4aa59bad928c9dd7d /x11-drivers
parentadd patch for detecting tcl/tk85 (bug #267451) (diff)
downloadgentoo-2-43649aece8f1be7e6acb912e57072be0cb129e4a.tar.gz
gentoo-2-43649aece8f1be7e6acb912e57072be0cb129e4a.tar.bz2
gentoo-2-43649aece8f1be7e6acb912e57072be0cb129e4a.zip
x11-drivers/xf86-video-siliconmotion: bump to 1.7.3
(Portage version: 2.2_rc36/cvs/Linux i686)
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-siliconmotion/ChangeLog8
-rw-r--r--x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.3.ebuild20
2 files changed, 27 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-siliconmotion/ChangeLog b/x11-drivers/xf86-video-siliconmotion/ChangeLog
index e340bb6826e6..6eed560d93ae 100644
--- a/x11-drivers/xf86-video-siliconmotion/ChangeLog
+++ b/x11-drivers/xf86-video-siliconmotion/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-drivers/xf86-video-siliconmotion
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-siliconmotion/ChangeLog,v 1.38 2009/06/23 20:07:23 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-siliconmotion/ChangeLog,v 1.39 2009/08/06 20:17:48 remi Exp $
+
+*xf86-video-siliconmotion-1.7.3 (06 Aug 2009)
+
+ 06 Aug 2009; Rémi Cardona <remi@gentoo.org>
+ +xf86-video-siliconmotion-1.7.3.ebuild:
+ bump to 1.7.3
23 Jun 2009; Tobias Klausmann <klausman@gentoo.org>
xf86-video-siliconmotion-1.7.0.ebuild:
diff --git a/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.3.ebuild b/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.3.ebuild
new file mode 100644
index 000000000000..b288df0f5412
--- /dev/null
+++ b/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.3.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.3.ebuild,v 1.1 2009/08/06 20:17:48 remi 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 ~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"