mattst88 15/02/22 21:32:20 Modified: ChangeLog Added: xf86-video-tdfx-1.4.6.ebuild Log: Version bump to 1.4.6, straight to stable. Fixes bug 541028. (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 974CA72A)
Revision Changes Path 1.77 x11-drivers/xf86-video-tdfx/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-tdfx/ChangeLog?rev=1.77&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-tdfx/ChangeLog?rev=1.77&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-tdfx/ChangeLog?r1=1.76&r2=1.77 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-tdfx/ChangeLog,v retrieving revision 1.76 retrieving revision 1.77 diff -u -r1.76 -r1.77 --- ChangeLog 8 Oct 2013 05:06:44 -0000 1.76 +++ ChangeLog 22 Feb 2015 21:32:20 -0000 1.77 @@ -1,6 +1,11 @@ # ChangeLog for x11-drivers/xf86-video-tdfx -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-tdfx/ChangeLog,v 1.76 2013/10/08 05:06:44 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-tdfx/ChangeLog,v 1.77 2015/02/22 21:32:20 mattst88 Exp $ + +*xf86-video-tdfx-1.4.6 (22 Feb 2015) + + 22 Feb 2015; Matt Turner <[email protected]> +xf86-video-tdfx-1.4.6.ebuild: + Version bump to 1.4.6, straight to stable. Fixes bug 541028. 08 Oct 2013; Agostino Sarubbo <[email protected]> xf86-video-tdfx-1.4.5-r1.ebuild: 1.1 x11-drivers/xf86-video-tdfx/xf86-video-tdfx-1.4.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-tdfx/xf86-video-tdfx-1.4.6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-tdfx/xf86-video-tdfx-1.4.6.ebuild?rev=1.1&content-type=text/plain Index: xf86-video-tdfx-1.4.6.ebuild =================================================================== # Copyright 1999-2015 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.6.ebuild,v 1.1 2015/02/22 21:32:20 mattst88 Exp $ EAPI=5 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) ) }
