Version bump for 7.2RC3. Fixes shadow support.
authorJoshua Baergen <joshuabaergen@gentoo.org>
Sat, 2 Dec 2006 16:18:02 +0000 (16:18 +0000)
committerJoshua Baergen <joshuabaergen@gentoo.org>
Sat, 2 Dec 2006 16:18:02 +0000 (16:18 +0000)
Also, clean up some old ebuilds.
Package-Manager: portage-2.1.2_rc2-r3

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

index a3a62e6c357295ba2e2602d96ba7b3dcd7a7182b..fd1cbc47d449caa2480aaa8aaf10f4dbba428043 100644 (file)
@@ -1,6 +1,15 @@
 # ChangeLog for x11-drivers/xf86-video-vesa
 # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vesa/ChangeLog,v 1.27 2006/10/22 18:12:25 joshuabaergen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vesa/ChangeLog,v 1.28 2006/12/02 16:18:02 joshuabaergen Exp $
+
+*xf86-video-vesa-1.3.0 (02 Dec 2006)
+
+  02 Dec 2006; Joshua Baergen <joshuabaergen@gentoo.org>
+  -xf86-video-vesa-1.2.0.ebuild, -xf86-video-vesa-1.2.2.ebuild,
+  +xf86-video-vesa-1.3.0.ebuild:
+  Version bump for 7.2RC3.  Fixes shadow support.
+  
+  Also, clean up some old ebuilds.
 
 *xf86-video-vesa-1.2.2 (21 Oct 2006)
 
diff --git a/x11-drivers/xf86-video-vesa/files/digest-xf86-video-vesa-1.3.0 b/x11-drivers/xf86-video-vesa/files/digest-xf86-video-vesa-1.3.0
new file mode 100644 (file)
index 0000000..00ddc22
--- /dev/null
@@ -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 4a307852f3b4850e436a41dab2a73676 xf86-video-vesa-1.3.0.tar.bz2 237759
+RMD160 d75e863733a8803a442f74f3f9ecedce1506e05b xf86-video-vesa-1.3.0.tar.bz2 237759
+SHA256 b96c80ae81f5123ecef344dac4c734b2e281143d3ab7a7e633d6bf04c893e203 xf86-video-vesa-1.3.0.tar.bz2 237759
diff --git a/x11-drivers/xf86-video-vesa/xf86-video-vesa-1.3.0.ebuild b/x11-drivers/xf86-video-vesa/xf86-video-vesa-1.3.0.ebuild
new file mode 100644 (file)
index 0000000..ad07e3a
--- /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-vesa/xf86-video-vesa-1.3.0.ebuild,v 1.1 2006/12/02 16:18:02 joshuabaergen Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+XDPVER=4
+
+inherit x-modular
+
+DESCRIPTION="Generic VESA video driver"
+KEYWORDS="-* ~amd64 ~ia64 ~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"