diff options
author | 2008-03-29 19:37:39 +0000 | |
---|---|---|
committer | 2008-03-29 19:37:39 +0000 | |
commit | 25c6de456e07c5f835752ed6c960866da1eae4a2 (patch) | |
tree | f0f46781afe679faf4555298c9ffcc363a83c50f /x11-drivers/xf86-video-tdfx | |
parent | version bump from upstream (diff) | |
download | historical-25c6de456e07c5f835752ed6c960866da1eae4a2.tar.gz historical-25c6de456e07c5f835752ed6c960866da1eae4a2.tar.bz2 historical-25c6de456e07c5f835752ed6c960866da1eae4a2.zip |
Bump.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'x11-drivers/xf86-video-tdfx')
-rw-r--r-- | x11-drivers/xf86-video-tdfx/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-video-tdfx/xf86-video-tdfx-1.4.0.ebuild | 31 |
2 files changed, 38 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-tdfx/ChangeLog b/x11-drivers/xf86-video-tdfx/ChangeLog index d46b03c5cd1e..ecd63468a812 100644 --- a/x11-drivers/xf86-video-tdfx/ChangeLog +++ b/x11-drivers/xf86-video-tdfx/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-tdfx # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-tdfx/ChangeLog,v 1.38 2008/02/24 02:40:33 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-tdfx/ChangeLog,v 1.39 2008/03/29 19:37:39 dberkholz Exp $ + +*xf86-video-tdfx-1.4.0 (29 Mar 2008) + + 29 Mar 2008; Donnie Berkholz <dberkholz@gentoo.org>; + +xf86-video-tdfx-1.4.0.ebuild: + Bump. 24 Feb 2008; Donnie Berkholz <dberkholz@gentoo.org>; ChangeLog: Update my email. diff --git a/x11-drivers/xf86-video-tdfx/xf86-video-tdfx-1.4.0.ebuild b/x11-drivers/xf86-video-tdfx/xf86-video-tdfx-1.4.0.ebuild new file mode 100644 index 000000000000..73672aecbb36 --- /dev/null +++ b/x11-drivers/xf86-video-tdfx/xf86-video-tdfx-1.4.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-tdfx/xf86-video-tdfx-1.4.0.ebuild,v 1.1 2008/03/29 19:37:39 dberkholz Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" +XDPVER=4 + +inherit x-modular + +DESCRIPTION="3Dfx video driver" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="dri" +RDEPEND=">=x11-base/xorg-server-1.0.99" +DEPEND="${RDEPEND} + x11-proto/fontsproto + x11-proto/randrproto + x11-proto/renderproto + x11-proto/videoproto + x11-proto/xextproto + x11-proto/xproto + dri? ( x11-proto/xf86driproto + >=x11-libs/libdrm-2 )" + +CONFIGURE_OPTIONS="$(use_enable dri)" + +pkg_setup() { + if use dri && ! built_with_use x11-base/xorg-server dri; then + die "Build x11-base/xorg-server with USE=dri." + fi +} |