diff options
Diffstat (limited to 'x11-drivers/xf86-video-vesa')
-rw-r--r-- | x11-drivers/xf86-video-vesa/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-video-vesa/files/digest-xf86-video-vesa-1.0.1.3 | 2 | ||||
-rw-r--r-- | x11-drivers/xf86-video-vesa/xf86-video-vesa-1.0.1.3.ebuild | 18 |
3 files changed, 27 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-vesa/ChangeLog b/x11-drivers/xf86-video-vesa/ChangeLog index 9d6b6b479d0c..308d72312247 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vesa/ChangeLog,v 1.10 2005/12/18 00:27:41 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vesa/ChangeLog,v 1.11 2005/12/23 20:40:23 joshuabaergen Exp $ + +*xf86-video-vesa-1.0.1.3 (23 Dec 2005) + + 23 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-video-vesa-1.0.1.3.ebuild: + Bump for 7.0. *xf86-video-vesa-1.0.1.2 (18 Dec 2005) 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 new file mode 100644 index 000000000000..ef53962759f5 --- /dev/null +++ b/x11-drivers/xf86-video-vesa/files/digest-xf86-video-vesa-1.0.1.3 @@ -0,0 +1,2 @@ +MD5 1b8cfd2923836ee93eda69abe50dda04 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/xf86-video-vesa-1.0.1.3.ebuild b/x11-drivers/xf86-video-vesa/xf86-video-vesa-1.0.1.3.ebuild new file mode 100644 index 000000000000..100067319c1e --- /dev/null +++ b/x11-drivers/xf86-video-vesa/xf86-video-vesa-1.0.1.3.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2005 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.0.1.3.ebuild,v 1.1 2005/12/23 20:40:23 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org driver for vesa cards" +KEYWORDS="~amd64 ~sparc ~x86" +RDEPEND="x11-base/xorg-server" +DEPEND="${RDEPEND} + x11-proto/fontsproto + x11-proto/randrproto + x11-proto/renderproto + x11-proto/xextproto + x11-proto/xproto" |