summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-07-21 20:36:57 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-07-21 20:36:57 +0000
commit4276906ee03fb0ac2f980fc0738e4fb324c29ce4 (patch)
treeecd5c20a11d79780f172672e60158c4df1dbeaca /x11-drivers/xf86-video-tdfx
parentVersion bump. (diff)
downloadgentoo-2-4276906ee03fb0ac2f980fc0738e4fb324c29ce4.tar.gz
gentoo-2-4276906ee03fb0ac2f980fc0738e4fb324c29ce4.tar.bz2
gentoo-2-4276906ee03fb0ac2f980fc0738e4fb324c29ce4.zip
Version bump.
(Portage version: 2.2.0_alpha115/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-video-tdfx')
-rw-r--r--x11-drivers/xf86-video-tdfx/ChangeLog9
-rw-r--r--x11-drivers/xf86-video-tdfx/xf86-video-tdfx-1.4.5.ebuild21
2 files changed, 28 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-tdfx/ChangeLog b/x11-drivers/xf86-video-tdfx/ChangeLog
index c94850df10aa..80a110019ff1 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-tdfx/ChangeLog,v 1.61 2012/07/12 17:39:19 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-tdfx/ChangeLog,v 1.62 2012/07/21 20:36:57 chithanh Exp $
+
+*xf86-video-tdfx-1.4.5 (21 Jul 2012)
+
+ 21 Jul 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xf86-video-tdfx-1.4.5.ebuild:
+ Version bump.
12 Jul 2012; Brent Baude <ranger@gentoo.org> xf86-video-tdfx-1.4.4-r1.ebuild:
Marking xf86-video-tdfx-1.4.4-r1 ppc stable for bug 419473
@@ -274,4 +280,3 @@
08 Aug 2005; Donnie Berkholz <dberkholz@gentoo.org>; +files/dri.patch,
+xf86-video-tdfx-1.0.0.ebuild:
Initial commit for modular X.
-
diff --git a/x11-drivers/xf86-video-tdfx/xf86-video-tdfx-1.4.5.ebuild b/x11-drivers/xf86-video-tdfx/xf86-video-tdfx-1.4.5.ebuild
new file mode 100644
index 000000000000..0b4fe761f76f
--- /dev/null
+++ b/x11-drivers/xf86-video-tdfx/xf86-video-tdfx-1.4.5.ebuild
@@ -0,0 +1,21 @@
+# 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.5.ebuild,v 1.1 2012/07/21 20:36:57 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)
+ )
+}