diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-05-13 20:10:17 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-05-13 20:10:17 +0000 |
commit | 0ea6e788dccc221655cb094063d2052197054829 (patch) | |
tree | b7ed40800313f8aac931951a68a918296521b359 /x11-drivers/xf86-video-s3 | |
parent | Version bump. (diff) | |
download | gentoo-2-0ea6e788dccc221655cb094063d2052197054829.tar.gz gentoo-2-0ea6e788dccc221655cb094063d2052197054829.tar.bz2 gentoo-2-0ea6e788dccc221655cb094063d2052197054829.zip |
Version bump.
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-video-s3')
-rw-r--r-- | x11-drivers/xf86-video-s3/ChangeLog | 10 | ||||
-rw-r--r-- | x11-drivers/xf86-video-s3/xf86-video-s3-0.6.4.ebuild | 14 |
2 files changed, 22 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-s3/ChangeLog b/x11-drivers/xf86-video-s3/ChangeLog index d8209613ce9b..49ddd79e6ded 100644 --- a/x11-drivers/xf86-video-s3/ChangeLog +++ b/x11-drivers/xf86-video-s3/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-s3 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-s3/ChangeLog,v 1.46 2010/09/11 22:24:19 scarabeus Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-s3/ChangeLog,v 1.47 2012/05/13 20:10:17 chithanh Exp $ + +*xf86-video-s3-0.6.4 (13 May 2012) + + 13 May 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xf86-video-s3-0.6.4.ebuild: + Version bump. 11 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> -files/s3.xinf: drop useless file diff --git a/x11-drivers/xf86-video-s3/xf86-video-s3-0.6.4.ebuild b/x11-drivers/xf86-video-s3/xf86-video-s3-0.6.4.ebuild new file mode 100644 index 000000000000..4f8e7518cc6e --- /dev/null +++ b/x11-drivers/xf86-video-s3/xf86-video-s3-0.6.4.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-s3/xf86-video-s3-0.6.4.ebuild,v 1.1 2012/05/13 20:10:16 chithanh Exp $ + +EAPI=4 +inherit xorg-2 + +DESCRIPTION="X.Org driver for s3 cards" + +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=x11-base/xorg-server-1.0.99" +DEPEND="${RDEPEND}" |