diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-08-06 19:52:44 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-08-06 19:52:44 +0000 |
commit | fe8a50e5bcb774baed73cb07f4ec29d45be7e2b1 (patch) | |
tree | f750c31c9662823b686995eae5c3bf8706e4b056 /x11-drivers/xf86-video-s3 | |
parent | x11-drivers/xf86-video-rendition: drop old ebuilds (diff) | |
download | gentoo-2-fe8a50e5bcb774baed73cb07f4ec29d45be7e2b1.tar.gz gentoo-2-fe8a50e5bcb774baed73cb07f4ec29d45be7e2b1.tar.bz2 gentoo-2-fe8a50e5bcb774baed73cb07f4ec29d45be7e2b1.zip |
x11-drivers/xf86-video-s3: bump to 0.6.3
(Portage version: 2.2_rc36/cvs/Linux i686)
Diffstat (limited to 'x11-drivers/xf86-video-s3')
-rw-r--r-- | x11-drivers/xf86-video-s3/ChangeLog | 7 | ||||
-rw-r--r-- | x11-drivers/xf86-video-s3/xf86-video-s3-0.6.3.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-s3/ChangeLog b/x11-drivers/xf86-video-s3/ChangeLog index 2238e2cf544a..64134aff55dc 100644 --- a/x11-drivers/xf86-video-s3/ChangeLog +++ b/x11-drivers/xf86-video-s3/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-drivers/xf86-video-s3 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-s3/ChangeLog,v 1.38 2009/06/23 20:09:27 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-s3/ChangeLog,v 1.39 2009/08/06 19:52:44 remi Exp $ + +*xf86-video-s3-0.6.3 (06 Aug 2009) + + 06 Aug 2009; Rémi Cardona <remi@gentoo.org> +xf86-video-s3-0.6.3.ebuild: + bump to 0.6.3 23 Jun 2009; Tobias Klausmann <klausman@gentoo.org> xf86-video-s3-0.6.1.ebuild: diff --git a/x11-drivers/xf86-video-s3/xf86-video-s3-0.6.3.ebuild b/x11-drivers/xf86-video-s3/xf86-video-s3-0.6.3.ebuild new file mode 100644 index 000000000000..98a7d39597c7 --- /dev/null +++ b/x11-drivers/xf86-video-s3/xf86-video-s3-0.6.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 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.3.ebuild,v 1.1 2009/08/06 19:52:44 remi Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org driver for s3 cards" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~x86 ~x86-fbsd" +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" |