diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2009-01-13 05:55:09 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2009-01-13 05:55:09 +0000 |
commit | dbf75065cf38483427e60baffc2d94f88861300b (patch) | |
tree | af44d0a6adb5b97f9f87ecb0a77524b731f8f0ba /x11-drivers/xf86-video-vesa | |
parent | Version bump. Adds support for SMI 50x chipsets, RandR 1.2, EXA acceleration,... (diff) | |
download | historical-dbf75065cf38483427e60baffc2d94f88861300b.tar.gz historical-dbf75065cf38483427e60baffc2d94f88861300b.tar.bz2 historical-dbf75065cf38483427e60baffc2d94f88861300b.zip |
Version bump.
Package-Manager: portage-2.1.6.4/cvs/Linux 2.6.28 x86_64
Diffstat (limited to 'x11-drivers/xf86-video-vesa')
-rw-r--r-- | x11-drivers/xf86-video-vesa/ChangeLog | 10 | ||||
-rw-r--r-- | x11-drivers/xf86-video-vesa/xf86-video-vesa-2.1.0.ebuild | 19 |
2 files changed, 27 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-vesa/ChangeLog b/x11-drivers/xf86-video-vesa/ChangeLog index db94a47ece63..96640102621c 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vesa/ChangeLog,v 1.37 2008/07/05 06:33:46 dberkholz Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vesa/ChangeLog,v 1.38 2009/01/13 05:55:09 dberkholz Exp $ + +*xf86-video-vesa-2.1.0 (13 Jan 2009) + + 13 Jan 2009; Donnie Berkholz <dberkholz@gentoo.org>; + +xf86-video-vesa-2.1.0.ebuild: + Version bump. *xf86-video-vesa-2.0.0 (05 Jul 2008) diff --git a/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.1.0.ebuild b/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.1.0.ebuild new file mode 100644 index 000000000000..75e88d54a7f8 --- /dev/null +++ b/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.1.0.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.1.0.ebuild,v 1.1 2009/01/13 05:55:09 dberkholz 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" |