diff options
author | Matt Turner <mattst88@gentoo.org> | 2013-01-23 06:05:35 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2013-01-23 06:05:35 +0000 |
commit | b76cc6c531c3b00a38d667656de15a194d77f388 (patch) | |
tree | 2ffb7ba4cf7a1eecfb2ae979dfd4e19a23fc269c /x11-drivers/xf86-video-suncg6 | |
parent | Version bump to 1.1.2, bug 453226. (diff) | |
download | gentoo-2-b76cc6c531c3b00a38d667656de15a194d77f388.tar.gz gentoo-2-b76cc6c531c3b00a38d667656de15a194d77f388.tar.bz2 gentoo-2-b76cc6c531c3b00a38d667656de15a194d77f388.zip |
Version bump to 1.1.2, bug 453228.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Diffstat (limited to 'x11-drivers/xf86-video-suncg6')
-rw-r--r-- | x11-drivers/xf86-video-suncg6/ChangeLog | 11 | ||||
-rw-r--r-- | x11-drivers/xf86-video-suncg6/xf86-video-suncg6-1.1.2.ebuild | 18 |
2 files changed, 26 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-suncg6/ChangeLog b/x11-drivers/xf86-video-suncg6/ChangeLog index 9947c661fb8d..559ef8a069b9 100644 --- a/x11-drivers/xf86-video-suncg6/ChangeLog +++ b/x11-drivers/xf86-video-suncg6/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-suncg6 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-suncg6/ChangeLog,v 1.22 2010/09/10 16:59:16 scarabeus Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-suncg6/ChangeLog,v 1.23 2013/01/23 06:05:35 mattst88 Exp $ + +*xf86-video-suncg6-1.1.2 (23 Jan 2013) + + 23 Jan 2013; Matt Turner <mattst88@gentoo.org> + +xf86-video-suncg6-1.1.2.ebuild: + Version bump to 1.1.2, bug 453228. 10 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> -xf86-video-suncg6-1.1.0.ebuild: @@ -104,4 +110,3 @@ 08 Aug 2005; Donnie Berkholz <dberkholz@gentoo.org>; +xf86-video-suncg6-1.0.0.ebuild: Initial commit for modular X. - diff --git a/x11-drivers/xf86-video-suncg6/xf86-video-suncg6-1.1.2.ebuild b/x11-drivers/xf86-video-suncg6/xf86-video-suncg6-1.1.2.ebuild new file mode 100644 index 000000000000..4a9ef0692a49 --- /dev/null +++ b/x11-drivers/xf86-video-suncg6/xf86-video-suncg6-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-suncg6/xf86-video-suncg6-1.1.2.ebuild,v 1.1 2013/01/23 06:05:35 mattst88 Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="GX/Turbo GX 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" |