diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-04 23:06:52 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-04 23:06:52 +0000 |
commit | ba9a9c6c7d2014b8a528ce0e50ec5e82f664e829 (patch) | |
tree | bc3ac4b1e40057810c93ef31a0c7f405db205d03 /x11-drivers/xf86-video-cirrus | |
parent | Keep the old libdrm.so.1 around so things don't break horribly on upgrade. (diff) | |
download | gentoo-2-ba9a9c6c7d2014b8a528ce0e50ec5e82f664e829.tar.gz gentoo-2-ba9a9c6c7d2014b8a528ce0e50ec5e82f664e829.tar.bz2 gentoo-2-ba9a9c6c7d2014b8a528ce0e50ec5e82f664e829.zip |
Bump for 7.0RC3.
(Portage version: 2.0.53)
Diffstat (limited to 'x11-drivers/xf86-video-cirrus')
3 files changed, 22 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-cirrus/ChangeLog b/x11-drivers/xf86-video-cirrus/ChangeLog index c6e2264bb8c9..64ee9be69640 100644 --- a/x11-drivers/xf86-video-cirrus/ChangeLog +++ b/x11-drivers/xf86-video-cirrus/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-cirrus # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-cirrus/ChangeLog,v 1.4 2005/11/11 18:59:04 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-cirrus/ChangeLog,v 1.5 2005/12/04 23:05:00 joshuabaergen Exp $ + +*xf86-video-cirrus-1.0.0.3 (04 Dec 2005) + + 04 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-video-cirrus-1.0.0.3.ebuild: + Bump for 7.0RC3. *xf86-video-cirrus-1.0.0.2 (11 Nov 2005) diff --git a/x11-drivers/xf86-video-cirrus/files/digest-xf86-video-cirrus-1.0.0.3 b/x11-drivers/xf86-video-cirrus/files/digest-xf86-video-cirrus-1.0.0.3 new file mode 100644 index 000000000000..378c0c2971a5 --- /dev/null +++ b/x11-drivers/xf86-video-cirrus/files/digest-xf86-video-cirrus-1.0.0.3 @@ -0,0 +1 @@ +MD5 5f12d5bbe1d8cf3774dd9833af325d25 xf86-video-cirrus-1.0.0.3.tar.bz2 202349 diff --git a/x11-drivers/xf86-video-cirrus/xf86-video-cirrus-1.0.0.3.ebuild b/x11-drivers/xf86-video-cirrus/xf86-video-cirrus-1.0.0.3.ebuild new file mode 100644 index 000000000000..8cc92cfeb34b --- /dev/null +++ b/x11-drivers/xf86-video-cirrus/xf86-video-cirrus-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-cirrus/xf86-video-cirrus-1.0.0.3.ebuild,v 1.1 2005/12/04 23:05:00 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org driver for cirrus cards" +KEYWORDS="~x86" +RDEPEND="x11-base/xorg-server" +DEPEND="${RDEPEND} + x11-proto/xproto" |