diff options
author | 2009-08-03 15:24:37 +0000 | |
---|---|---|
committer | 2009-08-03 15:24:37 +0000 | |
commit | 6d358fe7944d7f3ec02633dedc4babd4a688a576 (patch) | |
tree | 8c92dac7b74809897f01da8c87ccdf6f9b037575 /x11-drivers/xf86-video-vesa | |
parent | x11-drivers/xf86-video-voodoo: bump to 1.2.3 (diff) | |
download | gentoo-2-6d358fe7944d7f3ec02633dedc4babd4a688a576.tar.gz gentoo-2-6d358fe7944d7f3ec02633dedc4babd4a688a576.tar.bz2 gentoo-2-6d358fe7944d7f3ec02633dedc4babd4a688a576.zip |
x11-drivers/xf86-video-vesa: bump to 2.2.1
(Portage version: 2.2_rc33/cvs/Linux i686)
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/xf86-video-vesa-2.2.1.ebuild | 19 |
2 files changed, 26 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-vesa/ChangeLog b/x11-drivers/xf86-video-vesa/ChangeLog index 73117ec92a86..e6a50d92bc1d 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vesa/ChangeLog,v 1.42 2009/04/15 15:42:10 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vesa/ChangeLog,v 1.43 2009/08/03 15:24:37 remi Exp $ + +*xf86-video-vesa-2.2.1 (03 Aug 2009) + + 03 Aug 2009; Rémi Cardona <remi@gentoo.org> + +xf86-video-vesa-2.2.1.ebuild: + bump to 2.2.1 15 Apr 2009; Raúl Porcel <armin76@gentoo.org> xf86-video-vesa-2.2.0.ebuild: diff --git a/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.2.1.ebuild b/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.2.1.ebuild new file mode 100644 index 000000000000..7e7fc0577cca --- /dev/null +++ b/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.2.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 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-2.2.1.ebuild,v 1.1 2009/08/03 15:24:37 remi Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" +XDPVER=4 + +inherit x-modular + +DESCRIPTION="Generic VESA video driver" +KEYWORDS="-* ~alpha ~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" |