diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-04 23:12:01 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-04 23:12:01 +0000 |
commit | a58393a556164df7c88d1afc8ac5992b829e346e (patch) | |
tree | 25f381369ebb018bce7379f57dfd0abab45b477a /x11-drivers/xf86-video-rendition | |
parent | Bump for 7.0RC3. (diff) | |
download | gentoo-2-a58393a556164df7c88d1afc8ac5992b829e346e.tar.gz gentoo-2-a58393a556164df7c88d1afc8ac5992b829e346e.tar.bz2 gentoo-2-a58393a556164df7c88d1afc8ac5992b829e346e.zip |
Bump for 7.0RC3.
(Portage version: 2.0.53)
Diffstat (limited to 'x11-drivers/xf86-video-rendition')
3 files changed, 22 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-rendition/ChangeLog b/x11-drivers/xf86-video-rendition/ChangeLog index ff07dfa59c11..a673ff86f509 100644 --- a/x11-drivers/xf86-video-rendition/ChangeLog +++ b/x11-drivers/xf86-video-rendition/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-rendition # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-rendition/ChangeLog,v 1.4 2005/11/11 19:05:56 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-rendition/ChangeLog,v 1.5 2005/12/04 23:11:28 joshuabaergen Exp $ + +*xf86-video-rendition-4.0.1.1 (04 Dec 2005) + + 04 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-video-rendition-4.0.1.1.ebuild: + Bump for 7.0RC3. *xf86-video-rendition-4.0.1 (11 Nov 2005) diff --git a/x11-drivers/xf86-video-rendition/files/digest-xf86-video-rendition-4.0.1.1 b/x11-drivers/xf86-video-rendition/files/digest-xf86-video-rendition-4.0.1.1 new file mode 100644 index 000000000000..92ceb49e5ad9 --- /dev/null +++ b/x11-drivers/xf86-video-rendition/files/digest-xf86-video-rendition-4.0.1.1 @@ -0,0 +1 @@ +MD5 97a1cc4ebe5d340e44234d3abbc500b5 xf86-video-rendition-4.0.1.1.tar.bz2 224220 diff --git a/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.0.1.1.ebuild b/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.0.1.1.ebuild new file mode 100644 index 000000000000..be9b338890e7 --- /dev/null +++ b/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.0.1.1.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-rendition/xf86-video-rendition-4.0.1.1.ebuild,v 1.1 2005/12/04 23:11:28 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org driver for rendition cards" +KEYWORDS="~x86" +RDEPEND="x11-base/xorg-server" +DEPEND="${RDEPEND} + x11-proto/xproto" |