diff options
author | Matt Turner <mattst88@gentoo.org> | 2013-01-23 06:03:56 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2013-01-23 06:03:56 +0000 |
commit | 90547f0ee32d527f8094afe051c8a75121698748 (patch) | |
tree | 5d1322cc050583996bc6e3ea93dd5b3ccb052a0c /x11-drivers/xf86-video-suncg3 | |
parent | Version bump to 1.1.2, bug 453222. (diff) | |
download | gentoo-2-90547f0ee32d527f8094afe051c8a75121698748.tar.gz gentoo-2-90547f0ee32d527f8094afe051c8a75121698748.tar.bz2 gentoo-2-90547f0ee32d527f8094afe051c8a75121698748.zip |
Version bump to 1.1.2, bug 453226.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Diffstat (limited to 'x11-drivers/xf86-video-suncg3')
-rw-r--r-- | x11-drivers/xf86-video-suncg3/ChangeLog | 11 | ||||
-rw-r--r-- | x11-drivers/xf86-video-suncg3/xf86-video-suncg3-1.1.2.ebuild | 18 |
2 files changed, 26 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-suncg3/ChangeLog b/x11-drivers/xf86-video-suncg3/ChangeLog index aed23b5ca067..c12a31545808 100644 --- a/x11-drivers/xf86-video-suncg3/ChangeLog +++ b/x11-drivers/xf86-video-suncg3/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-suncg3 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-suncg3/ChangeLog,v 1.23 2010/09/10 16:54:48 scarabeus Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-suncg3/ChangeLog,v 1.24 2013/01/23 06:03:56 mattst88 Exp $ + +*xf86-video-suncg3-1.1.2 (23 Jan 2013) + + 23 Jan 2013; Matt Turner <mattst88@gentoo.org> + +xf86-video-suncg3-1.1.2.ebuild: + Version bump to 1.1.2, bug 453226. 10 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> -xf86-video-suncg3-1.1.0.ebuild: @@ -108,4 +114,3 @@ 08 Aug 2005; Donnie Berkholz <dberkholz@gentoo.org>; +xf86-video-suncg3-1.0.0.ebuild: Initial commit for modular X. - diff --git a/x11-drivers/xf86-video-suncg3/xf86-video-suncg3-1.1.2.ebuild b/x11-drivers/xf86-video-suncg3/xf86-video-suncg3-1.1.2.ebuild new file mode 100644 index 000000000000..07acc4b822a3 --- /dev/null +++ b/x11-drivers/xf86-video-suncg3/xf86-video-suncg3-1.1.2.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-suncg3/xf86-video-suncg3-1.1.2.ebuild,v 1.1 2013/01/23 06:03:56 mattst88 Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="CG3 video driver" +KEYWORDS="-* ~sparc" +IUSE="" +RDEPEND=">=x11-base/xorg-server-1.0.99" +DEPEND="${RDEPEND} + x11-proto/fontsproto + x11-proto/randrproto + x11-proto/renderproto + x11-proto/xproto" |