diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-10-22 18:10:12 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-10-22 18:10:12 +0000 |
commit | 333dc54efd69cc3b3a6723ff4ddf78d0a88d6ce4 (patch) | |
tree | e48023d019dcded8b7105d3e747ad8e1837fd086 /x11-drivers | |
parent | Rezound's come back! (aka removing last rites mask) (diff) | |
download | gentoo-2-333dc54efd69cc3b3a6723ff4ddf78d0a88d6ce4.tar.gz gentoo-2-333dc54efd69cc3b3a6723ff4ddf78d0a88d6ce4.tar.bz2 gentoo-2-333dc54efd69cc3b3a6723ff4ddf78d0a88d6ce4.zip |
Version bump with minor changes.
(Portage version: 2.1.2_pre3-r5)
Diffstat (limited to 'x11-drivers')
3 files changed, 32 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-rendition/ChangeLog b/x11-drivers/xf86-video-rendition/ChangeLog index 7db0626e2b09..ce5ca703df62 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-rendition/ChangeLog,v 1.22 2006/10/13 23:15:48 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-rendition/ChangeLog,v 1.23 2006/10/22 18:10:12 joshuabaergen Exp $ + +*xf86-video-rendition-4.1.1 (21 Oct 2006) + + 21 Oct 2006; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-video-rendition-4.1.1.ebuild: + Version bump. 13 Oct 2006; Joshua Baergen <joshuabaergen@gentoo.org> xf86-video-rendition-4.1.0.ebuild: diff --git a/x11-drivers/xf86-video-rendition/files/digest-xf86-video-rendition-4.1.1 b/x11-drivers/xf86-video-rendition/files/digest-xf86-video-rendition-4.1.1 new file mode 100644 index 000000000000..86467e7e7e92 --- /dev/null +++ b/x11-drivers/xf86-video-rendition/files/digest-xf86-video-rendition-4.1.1 @@ -0,0 +1,6 @@ +MD5 56566e8c3fb4bb99791d1788d0a9a1a8 x11-driver-patches-4.tar.bz2 346 +RMD160 fcbd405de080d07612d46f455b927035fd8123a8 x11-driver-patches-4.tar.bz2 346 +SHA256 07069bbd072f2def50e83801a8f2a41a4c96495104f15cd6f56f7df7f89769bf x11-driver-patches-4.tar.bz2 346 +MD5 3a9f3099f3accf7b0c7af41955f14fa6 xf86-video-rendition-4.1.1.tar.bz2 296601 +RMD160 8651c17fd4c98d01f802b380dc608f45d4b9796a xf86-video-rendition-4.1.1.tar.bz2 296601 +SHA256 3b0ca758ce35886901bf5c0165e1a47e39f8e3ade5953f9d6d8dd40c586c7276 xf86-video-rendition-4.1.1.tar.bz2 296601 diff --git a/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.1.1.ebuild b/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.1.1.ebuild new file mode 100644 index 000000000000..8c316dda96b6 --- /dev/null +++ b/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.1.1.ebuild @@ -0,0 +1,19 @@ +# 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-rendition/xf86-video-rendition-4.1.1.ebuild,v 1.1 2006/10/22 18:10:12 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" +XDPVER=4 + +inherit x-modular + +DESCRIPTION="Rendition video driver" +KEYWORDS="~alpha ~amd64 ~ia64 ~sh ~x86 ~x86-fbsd" +RDEPEND=">=x11-base/xorg-server-1.0.99" +DEPEND="${RDEPEND} + x11-proto/fontsproto + x11-proto/randrproto + x11-proto/renderproto + x11-proto/xextproto + x11-proto/xproto" |