diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-07-21 20:39:26 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-07-21 20:39:26 +0000 |
commit | 49e8981737cf5a13c8aa87655b7938ef5846d897 (patch) | |
tree | cc6c517b34530de5728c94048a065c09bdb5fdcc /x11-drivers | |
parent | Version bump. (diff) | |
download | gentoo-2-49e8981737cf5a13c8aa87655b7938ef5846d897.tar.gz gentoo-2-49e8981737cf5a13c8aa87655b7938ef5846d897.tar.bz2 gentoo-2-49e8981737cf5a13c8aa87655b7938ef5846d897.zip |
Version bump.
(Portage version: 2.2.0_alpha115/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-vesa/ChangeLog | 9 | ||||
-rw-r--r-- | x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.2.ebuild | 13 |
2 files changed, 20 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-vesa/ChangeLog b/x11-drivers/xf86-video-vesa/ChangeLog index c0487e4171ca..125faa67d11a 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.57 2012/06/24 19:15:49 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vesa/ChangeLog,v 1.58 2012/07/21 20:39:26 chithanh Exp $ + +*xf86-video-vesa-2.3.2 (21 Jul 2012) + + 21 Jul 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xf86-video-vesa-2.3.2.ebuild: + Version bump. 24 Jun 2012; Agostino Sarubbo <ago@gentoo.org> xf86-video-vesa-2.3.1.ebuild: Stable for x86, wrt bug #419473 @@ -270,4 +276,3 @@ 08 Aug 2005; Donnie Berkholz <dberkholz@gentoo.org>; +xf86-video-vesa-1.0.0.ebuild: Initial commit for modular X. - diff --git a/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.2.ebuild b/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.2.ebuild new file mode 100644 index 000000000000..836d25410c6a --- /dev/null +++ b/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.2.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.2.ebuild,v 1.1 2012/07/21 20:39:26 chithanh Exp $ + +EAPI=4 +inherit xorg-2 + +DESCRIPTION="Generic VESA video driver" +KEYWORDS="-* ~alpha ~amd64 ~ia64 ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND=">=x11-base/xorg-server-1.0.99" +DEPEND="${RDEPEND}" |