diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-18 00:08:18 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-18 00:08:18 +0000 |
commit | c1cb50415404adf8c19008304b32d2fbdb662bee (patch) | |
tree | 28d8e9c86261959ba29a985aee89f6204d88e75d /x11-drivers/xf86-video-cirrus | |
parent | Bump for 7.0RC4. (diff) | |
download | gentoo-2-c1cb50415404adf8c19008304b32d2fbdb662bee.tar.gz gentoo-2-c1cb50415404adf8c19008304b32d2fbdb662bee.tar.bz2 gentoo-2-c1cb50415404adf8c19008304b32d2fbdb662bee.zip |
Bump for 7.0RC4.
(Portage version: 2.1_pre1)
Diffstat (limited to 'x11-drivers/xf86-video-cirrus')
3 files changed, 23 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-cirrus/ChangeLog b/x11-drivers/xf86-video-cirrus/ChangeLog index 0936afa7f30a..e8b0993d8d5d 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.7 2005/12/09 23:33:11 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-cirrus/ChangeLog,v 1.8 2005/12/18 00:08:18 joshuabaergen Exp $ + +*xf86-video-cirrus-1.0.0.4 (18 Dec 2005) + + 18 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-video-cirrus-1.0.0.4.ebuild: + Bump for 7.0RC4. 09 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> files/digest-xf86-video-cirrus-1.0.0.3, Manifest: diff --git a/x11-drivers/xf86-video-cirrus/files/digest-xf86-video-cirrus-1.0.0.4 b/x11-drivers/xf86-video-cirrus/files/digest-xf86-video-cirrus-1.0.0.4 new file mode 100644 index 000000000000..c1a0f75d97f6 --- /dev/null +++ b/x11-drivers/xf86-video-cirrus/files/digest-xf86-video-cirrus-1.0.0.4 @@ -0,0 +1,2 @@ +MD5 1b8cfd2923836ee93eda69abe50dda04 x11-driver-patches-1.tar.bz2 389 +MD5 b1d8b637c7847bd6cd05f1c5161e39aa xf86-video-cirrus-1.0.0.4.tar.bz2 247245 diff --git a/x11-drivers/xf86-video-cirrus/xf86-video-cirrus-1.0.0.4.ebuild b/x11-drivers/xf86-video-cirrus/xf86-video-cirrus-1.0.0.4.ebuild new file mode 100644 index 000000000000..7a0474dfa3c6 --- /dev/null +++ b/x11-drivers/xf86-video-cirrus/xf86-video-cirrus-1.0.0.4.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.4.ebuild,v 1.1 2005/12/18 00:08:18 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" |