diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-07-05 16:00:58 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-07-05 16:00:58 +0000 |
commit | b76c5d1339d1399664bf92fe970b5ef488cf5698 (patch) | |
tree | 55a30cb915ab5f7201d9ee9222acca62e0a82544 /x11-drivers | |
parent | Version bump. (diff) | |
download | gentoo-2-b76c5d1339d1399664bf92fe970b5ef488cf5698.tar.gz gentoo-2-b76c5d1339d1399664bf92fe970b5ef488cf5698.tar.bz2 gentoo-2-b76c5d1339d1399664bf92fe970b5ef488cf5698.zip |
Version bump.
(Portage version: 2.2.0_alpha115/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-sisusb/ChangeLog | 11 | ||||
-rw-r--r-- | x11-drivers/xf86-video-sisusb/xf86-video-sisusb-0.9.5.ebuild | 14 |
2 files changed, 22 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-sisusb/ChangeLog b/x11-drivers/xf86-video-sisusb/ChangeLog index bf780b21de3a..284bd320e674 100644 --- a/x11-drivers/xf86-video-sisusb/ChangeLog +++ b/x11-drivers/xf86-video-sisusb/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-sisusb -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sisusb/ChangeLog,v 1.53 2011/02/14 23:56:23 xarthisius Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sisusb/ChangeLog,v 1.54 2012/07/05 16:00:58 chithanh Exp $ + +*xf86-video-sisusb-0.9.5 (05 Jul 2012) + + 05 Jul 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xf86-video-sisusb-0.9.5.ebuild: + Version bump. 14 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> xf86-video-sisusb-0.9.4.ebuild: @@ -232,4 +238,3 @@ 08 Aug 2005; Donnie Berkholz <dberkholz@gentoo.org>; +xf86-video-sisusb-0.7.0.ebuild: Initial commit for modular X. - diff --git a/x11-drivers/xf86-video-sisusb/xf86-video-sisusb-0.9.5.ebuild b/x11-drivers/xf86-video-sisusb/xf86-video-sisusb-0.9.5.ebuild new file mode 100644 index 000000000000..1e50dbe1ea78 --- /dev/null +++ b/x11-drivers/xf86-video-sisusb/xf86-video-sisusb-0.9.5.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-sisusb/xf86-video-sisusb-0.9.5.ebuild,v 1.1 2012/07/05 16:00:58 chithanh Exp $ + +EAPI=4 + +inherit xorg-2 + +DESCRIPTION="SiS USB video driver" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND=">=x11-base/xorg-server-1.6" +DEPEND="${RDEPEND}" |