diff options
author | Remi Cardona <remi@gentoo.org> | 2009-08-03 15:24:37 +0000 |
---|---|---|
committer | Remi Cardona <remi@gentoo.org> | 2009-08-03 15:24:37 +0000 |
commit | cd93aa1a1e25634373bb5a057ff6991032a45133 (patch) | |
tree | df6b68932bd1166852d334b841d2cd561a3426b0 /x11-drivers/xf86-video-vesa | |
parent | x11-drivers/xf86-video-voodoo: bump to 1.2.3 (diff) | |
download | historical-cd93aa1a1e25634373bb5a057ff6991032a45133.tar.gz historical-cd93aa1a1e25634373bb5a057ff6991032a45133.tar.bz2 historical-cd93aa1a1e25634373bb5a057ff6991032a45133.zip |
x11-drivers/xf86-video-vesa: bump to 2.2.1
Package-Manager: portage-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" |