diff options
author | Remi Cardona <remi@gentoo.org> | 2009-08-03 15:27:57 +0000 |
---|---|---|
committer | Remi Cardona <remi@gentoo.org> | 2009-08-03 15:27:57 +0000 |
commit | c2adb76b6355facd0d825db08f4ddf1698a601cc (patch) | |
tree | af84d5708182396e3f4b8b09664c32e5638668fa /x11-drivers | |
parent | Version bumped, bug #279990. (diff) | |
download | historical-c2adb76b6355facd0d825db08f4ddf1698a601cc.tar.gz historical-c2adb76b6355facd0d825db08f4ddf1698a601cc.tar.bz2 historical-c2adb76b6355facd0d825db08f4ddf1698a601cc.zip |
x11-drivers/xf86-video-tdfx: bump to 1.4.3
Package-Manager: portage-2.2_rc33/cvs/Linux i686
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-tdfx/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-video-tdfx/xf86-video-tdfx-1.4.3.ebuild | 27 |
2 files changed, 34 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-tdfx/ChangeLog b/x11-drivers/xf86-video-tdfx/ChangeLog index 76931d73186a..1c7fc0e7d29e 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-tdfx/ChangeLog,v 1.49 2009/06/23 20:06:36 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-tdfx/ChangeLog,v 1.50 2009/08/03 15:27:57 remi Exp $ + +*xf86-video-tdfx-1.4.3 (03 Aug 2009) + + 03 Aug 2009; Rémi Cardona <remi@gentoo.org> + +xf86-video-tdfx-1.4.3.ebuild: + bump to 1.4.3 23 Jun 2009; Tobias Klausmann <klausman@gentoo.org> xf86-video-tdfx-1.4.1.ebuild: diff --git a/x11-drivers/xf86-video-tdfx/xf86-video-tdfx-1.4.3.ebuild b/x11-drivers/xf86-video-tdfx/xf86-video-tdfx-1.4.3.ebuild new file mode 100644 index 000000000000..563d77f7290d --- /dev/null +++ b/x11-drivers/xf86-video-tdfx/xf86-video-tdfx-1.4.3.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2009 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.3.ebuild,v 1.1 2009/08/03 15:27:57 remi Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" +XDPVER=4 + +inherit x-modular + +DESCRIPTION="3Dfx video driver" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~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 )" + +pkg_setup() { + CONFIGURE_OPTIONS="$(use_enable dri)" +} |