From: Joshua Baergen Date: Sat, 2 Dec 2006 16:18:02 +0000 (+0000) Subject: Version bump for 7.2RC3. Fixes shadow support. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cd0c864e03faf0ba7aaa53d12e2da0699ccb5c34;p=gentoo.git Version bump for 7.2RC3. Fixes shadow support. Also, clean up some old ebuilds. Package-Manager: portage-2.1.2_rc2-r3 --- diff --git a/x11-drivers/xf86-video-vesa/ChangeLog b/x11-drivers/xf86-video-vesa/ChangeLog index a3a62e6c3572..fd1cbc47d449 100644 --- a/x11-drivers/xf86-video-vesa/ChangeLog +++ b/x11-drivers/xf86-video-vesa/ChangeLog @@ -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 + -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 index 000000000000..00ddc2295a32 --- /dev/null +++ b/x11-drivers/xf86-video-vesa/files/digest-xf86-video-vesa-1.3.0 @@ -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 index 000000000000..ad07e3a9fac8 --- /dev/null +++ b/x11-drivers/xf86-video-vesa/xf86-video-vesa-1.3.0.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-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"