diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-04-29 12:33:45 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-04-29 12:33:45 +0000 |
commit | d30bfd3874e2745ebbd0d076cea749d8a0263edb (patch) | |
tree | 25454fbe3e10b903e2e6542528ebb9a2c868c677 | |
parent | Version bump. (diff) | |
download | historical-d30bfd3874e2745ebbd0d076cea749d8a0263edb.tar.gz historical-d30bfd3874e2745ebbd0d076cea749d8a0263edb.tar.bz2 historical-d30bfd3874e2745ebbd0d076cea749d8a0263edb.zip |
Version bump.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
-rw-r--r-- | x11-drivers/xf86-video-siliconmotion/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.4.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 1b0a79495b22..6e8332231a5c 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-siliconmotion/ChangeLog,v 1.44 2010/01/23 20:25:27 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-siliconmotion/ChangeLog,v 1.45 2010/04/29 12:33:45 chithanh Exp $ + +*xf86-video-siliconmotion-1.7.4 (29 Apr 2010) + + 29 Apr 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xf86-video-siliconmotion-1.7.4.ebuild: + Version bump. 23 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> -xf86-video-siliconmotion-1.6.0.ebuild, diff --git a/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.4.ebuild b/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.4.ebuild new file mode 100644 index 000000000000..4c297df3265f --- /dev/null +++ b/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.4.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2010 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.4.ebuild,v 1.1 2010/04/29 12:33:45 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" |