summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-03-24 16:29:33 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-03-24 16:29:33 +0000
commit038f935a28f179ef6c06d473a5f57eecd6bfaf19 (patch)
treee505fda9086b43be52d8e67b218aec7966c5966b /x11-drivers/xf86-video-tdfx
parentVersion bump. (diff)
downloadgentoo-2-038f935a28f179ef6c06d473a5f57eecd6bfaf19.tar.gz
gentoo-2-038f935a28f179ef6c06d473a5f57eecd6bfaf19.tar.bz2
gentoo-2-038f935a28f179ef6c06d473a5f57eecd6bfaf19.zip
Version bump.
(Portage version: 2.2.0_alpha94/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-video-tdfx')
-rw-r--r--x11-drivers/xf86-video-tdfx/ChangeLog10
-rw-r--r--x11-drivers/xf86-video-tdfx/xf86-video-tdfx-1.4.4.ebuild17
2 files changed, 25 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-tdfx/ChangeLog b/x11-drivers/xf86-video-tdfx/ChangeLog
index 2b1f092f2b94..bacbf92398ed 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-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-tdfx/ChangeLog,v 1.56 2010/09/11 22:24:19 scarabeus Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-tdfx/ChangeLog,v 1.57 2012/03/24 16:29:33 chithanh Exp $
+
+*xf86-video-tdfx-1.4.4 (24 Mar 2012)
+
+ 24 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xf86-video-tdfx-1.4.4.ebuild:
+ Version bump.
11 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> -files/tdfx.xinf:
drop useless file
diff --git a/x11-drivers/xf86-video-tdfx/xf86-video-tdfx-1.4.4.ebuild b/x11-drivers/xf86-video-tdfx/xf86-video-tdfx-1.4.4.ebuild
new file mode 100644
index 000000000000..36680a0dbb1f
--- /dev/null
+++ b/x11-drivers/xf86-video-tdfx/xf86-video-tdfx-1.4.4.ebuild
@@ -0,0 +1,17 @@
+# 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-tdfx/xf86-video-tdfx-1.4.4.ebuild,v 1.1 2012/03/24 16:29:33 chithanh Exp $
+
+EAPI=4
+XORG_DRI=dri
+inherit xorg-2
+
+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}"
+
+pkg_setup() {
+ XORG_CONFIGURE_OPTIONS="$(use_enable dri)"
+}