diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-10-22 18:13:10 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-10-22 18:13:10 +0000 |
commit | 982c79533e6d230fc2d13d54c6364d06e5919bb2 (patch) | |
tree | f5b3b3884066bde1c6818b128a48b2d85e6e12ce /x11-drivers/xf86-video-voodoo | |
parent | Fix --as-needed (see bug #152393) (diff) | |
download | historical-982c79533e6d230fc2d13d54c6364d06e5919bb2.tar.gz historical-982c79533e6d230fc2d13d54c6364d06e5919bb2.tar.bz2 historical-982c79533e6d230fc2d13d54c6364d06e5919bb2.zip |
Version bump with minor changes.
Package-Manager: portage-2.1.2_pre3-r5
Diffstat (limited to 'x11-drivers/xf86-video-voodoo')
3 files changed, 33 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-voodoo/ChangeLog b/x11-drivers/xf86-video-voodoo/ChangeLog index d5a8432106ad..96b79e9add69 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-voodoo/ChangeLog,v 1.24 2006/10/13 23:15:49 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-voodoo/ChangeLog,v 1.25 2006/10/22 18:13:10 joshuabaergen Exp $ + +*xf86-video-voodoo-1.1.1 (21 Oct 2006) + + 21 Oct 2006; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-video-voodoo-1.1.1.ebuild: + Version bump. 13 Oct 2006; Joshua Baergen <joshuabaergen@gentoo.org> xf86-video-voodoo-1.1.0.ebuild: diff --git a/x11-drivers/xf86-video-voodoo/files/digest-xf86-video-voodoo-1.1.1 b/x11-drivers/xf86-video-voodoo/files/digest-xf86-video-voodoo-1.1.1 new file mode 100644 index 000000000000..0a780a68bbdd --- /dev/null +++ b/x11-drivers/xf86-video-voodoo/files/digest-xf86-video-voodoo-1.1.1 @@ -0,0 +1,6 @@ +MD5 56566e8c3fb4bb99791d1788d0a9a1a8 x11-driver-patches-4.tar.bz2 346 +RMD160 fcbd405de080d07612d46f455b927035fd8123a8 x11-driver-patches-4.tar.bz2 346 +SHA256 07069bbd072f2def50e83801a8f2a41a4c96495104f15cd6f56f7df7f89769bf x11-driver-patches-4.tar.bz2 346 +MD5 bc878e795688b49a595b355482d27174 xf86-video-voodoo-1.1.1.tar.bz2 248401 +RMD160 5a1c771845ed9222969a51520f0d5f36c1bb9434 xf86-video-voodoo-1.1.1.tar.bz2 248401 +SHA256 3975601baee674b2bad0dfe696586f17cc913f1dc7f1d5c4e184623e0461751c xf86-video-voodoo-1.1.1.tar.bz2 248401 diff --git a/x11-drivers/xf86-video-voodoo/xf86-video-voodoo-1.1.1.ebuild b/x11-drivers/xf86-video-voodoo/xf86-video-voodoo-1.1.1.ebuild new file mode 100644 index 000000000000..5dca0e47d3d9 --- /dev/null +++ b/x11-drivers/xf86-video-voodoo/xf86-video-voodoo-1.1.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2006 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.1.1.ebuild,v 1.1 2006/10/22 18:13:10 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" +XDPVER=4 + +inherit x-modular + +DESCRIPTION="Voodoo video driver" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sh ~sparc ~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/xf86dgaproto + x11-proto/xproto" |