diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-07-21 20:40:08 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-07-21 20:40:08 +0000 |
commit | c7ad3152c66be091f7e25d2dfd7ff474ee987aff (patch) | |
tree | d3b46930f71de8050d071462ae9f009cfc861c75 /x11-drivers/xf86-video-voodoo | |
parent | Fix build with gcc-4.7 Bug #424735 (diff) | |
download | historical-c7ad3152c66be091f7e25d2dfd7ff474ee987aff.tar.gz historical-c7ad3152c66be091f7e25d2dfd7ff474ee987aff.tar.bz2 historical-c7ad3152c66be091f7e25d2dfd7ff474ee987aff.zip |
Version bump.
Package-Manager: portage-2.2.0_alpha115/cvs/Linux x86_64
Diffstat (limited to 'x11-drivers/xf86-video-voodoo')
-rw-r--r-- | x11-drivers/xf86-video-voodoo/ChangeLog | 11 | ||||
-rw-r--r-- | x11-drivers/xf86-video-voodoo/xf86-video-voodoo-1.2.5.ebuild | 14 |
2 files changed, 22 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-voodoo/ChangeLog b/x11-drivers/xf86-video-voodoo/ChangeLog index 9ec008d1bbbf..719c477fffdc 100644 --- a/x11-drivers/xf86-video-voodoo/ChangeLog +++ b/x11-drivers/xf86-video-voodoo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-voodoo -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-voodoo/ChangeLog,v 1.55 2010/10/21 15:29:51 scarabeus Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-voodoo/ChangeLog,v 1.56 2012/07/21 20:40:08 chithanh Exp $ + +*xf86-video-voodoo-1.2.5 (21 Jul 2012) + + 21 Jul 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xf86-video-voodoo-1.2.5.ebuild: + Version bump. 21 Oct 2010; Tomáš Chvátal <scarabeus@gentoo.org> -xf86-video-voodoo-1.2.3.ebuild: @@ -243,4 +249,3 @@ 08 Aug 2005; Donnie Berkholz <dberkholz@gentoo.org>; +xf86-video-voodoo-1.0.0.ebuild: Initial commit for modular X. - diff --git a/x11-drivers/xf86-video-voodoo/xf86-video-voodoo-1.2.5.ebuild b/x11-drivers/xf86-video-voodoo/xf86-video-voodoo-1.2.5.ebuild new file mode 100644 index 000000000000..fdd16f5f49e1 --- /dev/null +++ b/x11-drivers/xf86-video-voodoo/xf86-video-voodoo-1.2.5.ebuild @@ -0,0 +1,14 @@ +# 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-voodoo/xf86-video-voodoo-1.2.5.ebuild,v 1.1 2012/07/21 20:40:08 chithanh Exp $ + +EAPI=4 +inherit xorg-2 + +DESCRIPTION="Voodoo video driver" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=x11-base/xorg-server-1.0.99" +DEPEND="${RDEPEND} + x11-proto/xf86dgaproto" |