Bump for 7.2RC2. Includes build fix for systems with <elf_abi.h> instead of
authorJoshua Baergen <joshuabaergen@gentoo.org>
Fri, 10 Nov 2006 03:36:33 +0000 (03:36 +0000)
committerJoshua Baergen <joshuabaergen@gentoo.org>
Fri, 10 Nov 2006 03:36:33 +0000 (03:36 +0000)
<elf.h>.
Package-Manager: portage-2.1.2_rc1-r5

x11-drivers/xf86-video-rendition/ChangeLog
x11-drivers/xf86-video-rendition/files/digest-xf86-video-rendition-4.1.2 [new file with mode: 0644]
x11-drivers/xf86-video-rendition/xf86-video-rendition-4.1.2.ebuild [new file with mode: 0644]

index ce5ca703df62f0f1401b3fcbfeaacc776d004db7..0ecf29f8a78551cac27d22092e120fffb1745224 100644 (file)
@@ -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 (file)
index 0000000..2415164
--- /dev/null
@@ -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 (file)
index 0000000..32565e3
--- /dev/null
@@ -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"