diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-02-28 16:34:06 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-02-28 16:34:06 +0000 |
commit | 1bf27dcbf096079822ce7811f7522105c09841b1 (patch) | |
tree | 14f3cb709e2a74045b4b7bfec9ff8f0f6389680f /x11-drivers/xf86-video-siliconmotion | |
parent | Version bump. (diff) | |
download | gentoo-2-1bf27dcbf096079822ce7811f7522105c09841b1.tar.gz gentoo-2-1bf27dcbf096079822ce7811f7522105c09841b1.tar.bz2 gentoo-2-1bf27dcbf096079822ce7811f7522105c09841b1.zip |
Version bump.
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-video-siliconmotion')
-rw-r--r-- | x11-drivers/xf86-video-siliconmotion/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.5.ebuild | 20 |
2 files changed, 27 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-siliconmotion/ChangeLog b/x11-drivers/xf86-video-siliconmotion/ChangeLog index 3a054ce48748..a7ca77e330a9 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-siliconmotion/ChangeLog,v 1.50 2011/02/12 19:33:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-siliconmotion/ChangeLog,v 1.51 2011/02/28 16:34:06 chithanh Exp $ + +*xf86-video-siliconmotion-1.7.5 (28 Feb 2011) + + 28 Feb 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xf86-video-siliconmotion-1.7.5.ebuild: + Version bump. 12 Feb 2011; Raúl Porcel <armin76@gentoo.org> xf86-video-siliconmotion-1.7.4.ebuild: diff --git a/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.5.ebuild b/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.5.ebuild new file mode 100644 index 000000000000..9a2d7640f8fb --- /dev/null +++ b/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.5.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-siliconmotion/xf86-video-siliconmotion-1.7.5.ebuild,v 1.1 2011/02/28 16:34:06 chithanh Exp $ + +EAPI=3 +inherit xorg-2 + +DESCRIPTION="Silicon Motion video driver" + +KEYWORDS="~alpha ~amd64 ~ia64 ~x86 ~x86-fbsd" +IUSE="" + +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" |