diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-05-20 07:39:33 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-05-20 07:39:33 +0000 |
commit | 2e2aa21f92713010ec64230ed2414ef755453f1e (patch) | |
tree | 870ce01161758773cca023f44f93f5b089c300c9 /x11-drivers/xf86-video-vesa | |
parent | Bump. Incorporates 0128_all_4.2.0-imake-tmpdir-v2.patch, finally -- years aft... (diff) | |
download | gentoo-2-2e2aa21f92713010ec64230ed2414ef755453f1e.tar.gz gentoo-2-2e2aa21f92713010ec64230ed2414ef755453f1e.tar.bz2 gentoo-2-2e2aa21f92713010ec64230ed2414ef755453f1e.zip |
Bump. Fix ShadowFB support to work with recent changes in the server.
(Portage version: 2.1_rc1-r2)
Diffstat (limited to 'x11-drivers/xf86-video-vesa')
4 files changed, 33 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-vesa/ChangeLog b/x11-drivers/xf86-video-vesa/ChangeLog index 3cd9cb8bc54f..e24917c8db7f 100644 --- a/x11-drivers/xf86-video-vesa/ChangeLog +++ b/x11-drivers/xf86-video-vesa/ChangeLog @@ -1,6 +1,12 @@ # 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.15 2006/04/16 14:28:20 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vesa/ChangeLog,v 1.16 2006/05/20 07:39:33 spyderous Exp $ + +*xf86-video-vesa-1.2.0 (20 May 2006) + + 20 May 2006; Donnie Berkholz <spyderous@gentoo.org>; + -xf86-video-vesa-1.1.0.ebuild, +xf86-video-vesa-1.2.0.ebuild: + Bump. Fix ShadowFB support to work with recent changes in the server. 16 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> xf86-video-vesa-1.0.1.3.ebuild: diff --git a/x11-drivers/xf86-video-vesa/files/digest-xf86-video-vesa-1.0.1.3 b/x11-drivers/xf86-video-vesa/files/digest-xf86-video-vesa-1.0.1.3 index ef53962759f5..63a8de61d6de 100644 --- a/x11-drivers/xf86-video-vesa/files/digest-xf86-video-vesa-1.0.1.3 +++ b/x11-drivers/xf86-video-vesa/files/digest-xf86-video-vesa-1.0.1.3 @@ -1,2 +1,4 @@ MD5 1b8cfd2923836ee93eda69abe50dda04 x11-driver-patches-1.tar.bz2 389 +RMD160 0c57d4b235d83f3d7c46691c13857fd121ddec2d x11-driver-patches-1.tar.bz2 389 +SHA256 64787d5b57d2845c0fa9297a9d924093ba191fc3551798239d9983f0bcca9b3e x11-driver-patches-1.tar.bz2 389 MD5 38e8bc1a630a4b83cb602bfd2fe90b7c xf86-video-vesa-1.0.1.3.tar.bz2 224068 diff --git a/x11-drivers/xf86-video-vesa/files/digest-xf86-video-vesa-1.2.0 b/x11-drivers/xf86-video-vesa/files/digest-xf86-video-vesa-1.2.0 new file mode 100644 index 000000000000..301c9bfc1f1c --- /dev/null +++ b/x11-drivers/xf86-video-vesa/files/digest-xf86-video-vesa-1.2.0 @@ -0,0 +1,6 @@ +MD5 1b8cfd2923836ee93eda69abe50dda04 x11-driver-patches-1.tar.bz2 389 +RMD160 0c57d4b235d83f3d7c46691c13857fd121ddec2d x11-driver-patches-1.tar.bz2 389 +SHA256 64787d5b57d2845c0fa9297a9d924093ba191fc3551798239d9983f0bcca9b3e x11-driver-patches-1.tar.bz2 389 +MD5 e9ab966ef1e4ea863f5d3bf2573a2bac xf86-video-vesa-1.2.0.tar.bz2 235880 +RMD160 27f84da7ae10610500227f43e625352bff6bd9d3 xf86-video-vesa-1.2.0.tar.bz2 235880 +SHA256 7aee0fd9a820c35306454a39b0fafebffb0f8af5f584f146c3e3bfa6fd734c32 xf86-video-vesa-1.2.0.tar.bz2 235880 diff --git a/x11-drivers/xf86-video-vesa/xf86-video-vesa-1.2.0.ebuild b/x11-drivers/xf86-video-vesa/xf86-video-vesa-1.2.0.ebuild new file mode 100644 index 000000000000..9ea76fe78946 --- /dev/null +++ b/x11-drivers/xf86-video-vesa/xf86-video-vesa-1.2.0.ebuild @@ -0,0 +1,18 @@ +# 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.2.0.ebuild,v 1.1 2006/05/20 07:39:33 spyderous Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org driver for vesa cards" +KEYWORDS="~amd64 ~ia64 ~ppc64 ~sh ~sparc ~x86" +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" |