diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-04 23:22:44 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-04 23:22:44 +0000 |
commit | 44e244c8bea351e10ae030eb3573f6b44d384ab5 (patch) | |
tree | 0a553bddb492ed96aa53cd8632211eb81a3e16d7 /x11-drivers/xf86-video-suncg3 | |
parent | add back in ia64 (diff) | |
download | historical-44e244c8bea351e10ae030eb3573f6b44d384ab5.tar.gz historical-44e244c8bea351e10ae030eb3573f6b44d384ab5.tar.bz2 historical-44e244c8bea351e10ae030eb3573f6b44d384ab5.zip |
Bump for 7.0RC3.
Package-Manager: portage-2.0.53
Diffstat (limited to 'x11-drivers/xf86-video-suncg3')
3 files changed, 22 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-suncg3/ChangeLog b/x11-drivers/xf86-video-suncg3/ChangeLog index c7068c4141c3..ead537570345 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-suncg3/ChangeLog,v 1.5 2005/11/11 19:10:28 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-suncg3/ChangeLog,v 1.6 2005/12/04 23:16:01 joshuabaergen Exp $ + +*xf86-video-suncg3-1.0.0.3 (04 Dec 2005) + + 04 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-video-suncg3-1.0.0.3.ebuild: + Bump for 7.0RC3. *xf86-video-suncg3-1.0.0.2 (11 Nov 2005) diff --git a/x11-drivers/xf86-video-suncg3/files/digest-xf86-video-suncg3-1.0.0.3 b/x11-drivers/xf86-video-suncg3/files/digest-xf86-video-suncg3-1.0.0.3 new file mode 100644 index 000000000000..67bb85765e1a --- /dev/null +++ b/x11-drivers/xf86-video-suncg3/files/digest-xf86-video-suncg3-1.0.0.3 @@ -0,0 +1 @@ +MD5 49073d4e993a53fe49e4abe5a9c2b303 xf86-video-suncg3-1.0.0.3.tar.bz2 153876 diff --git a/x11-drivers/xf86-video-suncg3/xf86-video-suncg3-1.0.0.3.ebuild b/x11-drivers/xf86-video-suncg3/xf86-video-suncg3-1.0.0.3.ebuild new file mode 100644 index 000000000000..d777febb6e5a --- /dev/null +++ b/x11-drivers/xf86-video-suncg3/xf86-video-suncg3-1.0.0.3.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2005 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.0.0.3.ebuild,v 1.1 2005/12/04 23:16:01 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org driver for Sun CG3 cards" +KEYWORDS="~sparc ~x86" +RDEPEND="x11-base/xorg-server" +DEPEND="${RDEPEND} + x11-proto/xproto" |