diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-04-14 17:30:44 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-04-14 17:30:44 +0000 |
commit | 005fa6712f9770d25b28213d5e7563ee1708370c (patch) | |
tree | 50592dbf95c1c9d526217d61d42c5df000cb3a95 /x11-drivers/xf86-video-suncg14 | |
parent | Add mask for X.Org 7.1 RC. (diff) | |
download | gentoo-2-005fa6712f9770d25b28213d5e7563ee1708370c.tar.gz gentoo-2-005fa6712f9770d25b28213d5e7563ee1708370c.tar.bz2 gentoo-2-005fa6712f9770d25b28213d5e7563ee1708370c.zip |
Bump drivers for 7.1RC1.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'x11-drivers/xf86-video-suncg14')
3 files changed, 30 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-suncg14/ChangeLog b/x11-drivers/xf86-video-suncg14/ChangeLog index b3f919ed4ea2..024e3ef1840a 100644 --- a/x11-drivers/xf86-video-suncg14/ChangeLog +++ b/x11-drivers/xf86-video-suncg14/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-suncg14 # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-suncg14/ChangeLog,v 1.13 2006/03/21 19:06:12 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-suncg14/ChangeLog,v 1.14 2006/04/14 17:30:43 joshuabaergen Exp $ + +*xf86-video-suncg14-1.1.0 (14 Apr 2006) + + 14 Apr 2006; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-video-suncg14-1.1.0.ebuild: + Bump for 7.1 RC1. 21 Mar 2006; Donnie Berkholz <spyderous@gentoo.org>; xf86-video-suncg14-1.0.0.5.ebuild: diff --git a/x11-drivers/xf86-video-suncg14/files/digest-xf86-video-suncg14-1.1.0 b/x11-drivers/xf86-video-suncg14/files/digest-xf86-video-suncg14-1.1.0 new file mode 100644 index 000000000000..c7a5a26507ef --- /dev/null +++ b/x11-drivers/xf86-video-suncg14/files/digest-xf86-video-suncg14-1.1.0 @@ -0,0 +1,6 @@ +MD5 1b8cfd2923836ee93eda69abe50dda04 x11-driver-patches-1.tar.bz2 389 +RMD160 0c57d4b235d83f3d7c46691c13857fd121ddec2d x11-driver-patches-1.tar.bz2 389 +SHA256 64787d5b57d2845c0fa9297a9d924093ba191fc3551798239d9983f0bcca9b3e x11-driver-patches-1.tar.bz2 389 +MD5 9e25784e912cb2f0493b87431fd60773 xf86-video-suncg14-1.1.0.tar.bz2 228169 +RMD160 063280d61d02fe7e092f3b591fb8b131bd0b840f xf86-video-suncg14-1.1.0.tar.bz2 228169 +SHA256 1eca2b0970e725db49f9e462a0c2e618b2616389647335b5aec9d6e495e40527 xf86-video-suncg14-1.1.0.tar.bz2 228169 diff --git a/x11-drivers/xf86-video-suncg14/xf86-video-suncg14-1.1.0.ebuild b/x11-drivers/xf86-video-suncg14/xf86-video-suncg14-1.1.0.ebuild new file mode 100644 index 000000000000..22d9389e7f75 --- /dev/null +++ b/x11-drivers/xf86-video-suncg14/xf86-video-suncg14-1.1.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-suncg14/xf86-video-suncg14-1.1.0.ebuild,v 1.1 2006/04/14 17:30:43 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org driver for suncg14 cards (sparc only)" +KEYWORDS="-* ~sparc" +RDEPEND=">=x11-base/xorg-server-1.0.99" +DEPEND="${RDEPEND} + x11-proto/fontsproto + x11-proto/randrproto + x11-proto/renderproto + x11-proto/xproto" |