diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-11-10 03:36:33 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-11-10 03:36:33 +0000 |
commit | 69c4ce0824cd094914250adb226a42f9cfc3f514 (patch) | |
tree | 15cb9f40fa2f71ea48b351832214c3b801cfffd1 /x11-drivers/xf86-video-rendition | |
parent | Version bump for 7.2RC2. Contains minor fixes. (diff) | |
download | historical-69c4ce0824cd094914250adb226a42f9cfc3f514.tar.gz historical-69c4ce0824cd094914250adb226a42f9cfc3f514.tar.bz2 historical-69c4ce0824cd094914250adb226a42f9cfc3f514.zip |
Bump for 7.2RC2. Includes build fix for systems with <elf_abi.h> instead of
<elf.h>.
Package-Manager: portage-2.1.2_rc1-r5
Diffstat (limited to 'x11-drivers/xf86-video-rendition')
3 files changed, 33 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-rendition/ChangeLog b/x11-drivers/xf86-video-rendition/ChangeLog index ce5ca703df62..0ecf29f8a785 100644 --- a/x11-drivers/xf86-video-rendition/ChangeLog +++ b/x11-drivers/xf86-video-rendition/ChangeLog @@ -1,6 +1,13 @@ # 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.23 2006/10/22 18:10:12 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-rendition/ChangeLog,v 1.24 2006/11/10 03:36:33 joshuabaergen Exp $ + +*xf86-video-rendition-4.1.2 (10 Nov 2006) + + 10 Nov 2006; Joshua Baergen <joshuabaergen@gentoo.org> + -xf86-video-rendition-4.1.1.ebuild, +xf86-video-rendition-4.1.2.ebuild: + Bump for 7.2RC2. Includes build fix for systems with <elf_abi.h> instead of + <elf.h>. *xf86-video-rendition-4.1.1 (21 Oct 2006) diff --git a/x11-drivers/xf86-video-rendition/files/digest-xf86-video-rendition-4.1.2 b/x11-drivers/xf86-video-rendition/files/digest-xf86-video-rendition-4.1.2 new file mode 100644 index 000000000000..24151643ef86 --- /dev/null +++ b/x11-drivers/xf86-video-rendition/files/digest-xf86-video-rendition-4.1.2 @@ -0,0 +1,6 @@ +MD5 6d55ebcb139765a81c2042bf3eaed73b x11-driver-patches-2.tar.bz2 408 +RMD160 00dc7a3127e2b366df081afd37271d84b35333e8 x11-driver-patches-2.tar.bz2 408 +SHA256 84efaedb3ad098cd13e3499b728dddd5555895d4a469a8d77140c9d8d943cda1 x11-driver-patches-2.tar.bz2 408 +MD5 a0d2fb2d4a5d75b65d033a318e3a9798 xf86-video-rendition-4.1.2.tar.bz2 299431 +RMD160 a566f38a6d25ee95322d0d945696f19f276f33ef xf86-video-rendition-4.1.2.tar.bz2 299431 +SHA256 b63b379aaea8ab749b4a36b5dcf38c38d0475c2746b7a3ef0e795ab7f5405c57 xf86-video-rendition-4.1.2.tar.bz2 299431 diff --git a/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.1.2.ebuild b/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.1.2.ebuild new file mode 100644 index 000000000000..32565e30b631 --- /dev/null +++ b/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.1.2.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.2.ebuild,v 1.1 2006/11/10 03:36:33 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" +XDPVER=2 + +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" |