diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-07-21 20:40:08 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-07-21 20:40:08 +0000 |
commit | c7ad3152c66be091f7e25d2dfd7ff474ee987aff (patch) | |
tree | d3b46930f71de8050d071462ae9f009cfc861c75 /x11-drivers/xf86-video-siliconmotion | |
parent | Fix build with gcc-4.7 Bug #424735 (diff) | |
download | historical-c7ad3152c66be091f7e25d2dfd7ff474ee987aff.tar.gz historical-c7ad3152c66be091f7e25d2dfd7ff474ee987aff.tar.bz2 historical-c7ad3152c66be091f7e25d2dfd7ff474ee987aff.zip |
Version bump.
Package-Manager: portage-2.2.0_alpha115/cvs/Linux x86_64
Diffstat (limited to 'x11-drivers/xf86-video-siliconmotion')
-rw-r--r-- | x11-drivers/xf86-video-siliconmotion/ChangeLog | 9 | ||||
-rw-r--r-- | x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.7.ebuild | 14 |
2 files changed, 21 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-siliconmotion/ChangeLog b/x11-drivers/xf86-video-siliconmotion/ChangeLog index 6bd484170631..304098e4dfb2 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-siliconmotion/ChangeLog,v 1.61 2012/06/24 19:14:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-siliconmotion/ChangeLog,v 1.62 2012/07/21 20:34:50 chithanh Exp $ + +*xf86-video-siliconmotion-1.7.7 (21 Jul 2012) + + 21 Jul 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xf86-video-siliconmotion-1.7.7.ebuild: + Version bump. 24 Jun 2012; Agostino Sarubbo <ago@gentoo.org> xf86-video-siliconmotion-1.7.6.ebuild: @@ -286,4 +292,3 @@ 08 Aug 2005; Donnie Berkholz <dberkholz@gentoo.org>; +xf86-video-siliconmotion-1.3.1.ebuild: Initial commit for modular X. - diff --git a/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.7.ebuild b/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.7.ebuild new file mode 100644 index 000000000000..9a7405f30abe --- /dev/null +++ b/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.7.ebuild @@ -0,0 +1,14 @@ +# 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-siliconmotion/xf86-video-siliconmotion-1.7.7.ebuild,v 1.1 2012/07/21 20:34:50 chithanh Exp $ + +EAPI=4 +inherit xorg-2 + +DESCRIPTION="Silicon Motion video driver" + +KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND=">=x11-base/xorg-server-1.0.99" +DEPEND="${RDEPEND}" |