diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-03-22 21:46:22 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-03-22 21:46:22 +0000 |
commit | cc6b671fbde2e7bae3511ef86bf653f648d3d1ca (patch) | |
tree | 36d2b486157c5e2732fc053892fc068ca0b9fc03 /x11-drivers/xf86-video-vesa | |
parent | Version bump. (diff) | |
download | gentoo-2-cc6b671fbde2e7bae3511ef86bf653f648d3d1ca.tar.gz gentoo-2-cc6b671fbde2e7bae3511ef86bf653f648d3d1ca.tar.bz2 gentoo-2-cc6b671fbde2e7bae3511ef86bf653f648d3d1ca.zip |
Version bump.
(Portage version: 2.2.0_alpha92/cvs/Linux x86_64)
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.3.1.ebuild | 13 |
2 files changed, 20 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-vesa/ChangeLog b/x11-drivers/xf86-video-vesa/ChangeLog index f1887aeb0dec..e9f02cfc3ee3 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vesa/ChangeLog,v 1.53 2012/03/18 16:08:30 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vesa/ChangeLog,v 1.54 2012/03/22 21:46:22 chithanh Exp $ + +*xf86-video-vesa-2.3.1 (22 Mar 2012) + + 22 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xf86-video-vesa-2.3.1.ebuild: + Version bump. *xf86-video-vesa-2.3.0-r1 (18 Mar 2012) diff --git a/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.1.ebuild b/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.1.ebuild new file mode 100644 index 000000000000..37329212610a --- /dev/null +++ b/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.1.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2012 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.3.1.ebuild,v 1.1 2012/03/22 21:46:22 chithanh Exp $ + +EAPI=4 +inherit xorg-2 + +DESCRIPTION="Generic VESA video driver" +KEYWORDS="-* ~alpha ~amd64 ~ia64 ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=x11-base/xorg-server-1.0.99" +DEPEND="${RDEPEND}" |