diff options
author | Matt Turner <mattst88@gentoo.org> | 2015-02-22 21:32:59 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2015-02-22 21:32:59 +0000 |
commit | bbe575eb22ad7952c4605122ada828fb9effbde2 (patch) | |
tree | b4f8ed89bcbcb847994929b8eb34f119cf3fcec0 /x11-drivers | |
parent | Version bump to 1.4.6, straight to stable. Fixes bug 541028. (diff) | |
download | gentoo-2-bbe575eb22ad7952c4605122ada828fb9effbde2.tar.gz gentoo-2-bbe575eb22ad7952c4605122ada828fb9effbde2.tar.bz2 gentoo-2-bbe575eb22ad7952c4605122ada828fb9effbde2.zip |
Drop old.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Diffstat (limited to 'x11-drivers')
5 files changed, 7 insertions, 100 deletions
diff --git a/x11-drivers/xf86-video-tdfx/ChangeLog b/x11-drivers/xf86-video-tdfx/ChangeLog index 65862ba9db90..1a684e1fb4ac 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-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 $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-tdfx/ChangeLog,v 1.78 2015/02/22 21:32:59 mattst88 Exp $ + + 22 Feb 2015; Matt Turner <mattst88@gentoo.org> + -files/xf86-video-tdfx-1.4.5-remove-mibstore_h.patch, + -xf86-video-tdfx-1.4.4-r1.ebuild, -xf86-video-tdfx-1.4.5-r1.ebuild, + -xf86-video-tdfx-1.4.5.ebuild: + Drop old. *xf86-video-tdfx-1.4.6 (22 Feb 2015) diff --git a/x11-drivers/xf86-video-tdfx/files/xf86-video-tdfx-1.4.5-remove-mibstore_h.patch b/x11-drivers/xf86-video-tdfx/files/xf86-video-tdfx-1.4.5-remove-mibstore_h.patch deleted file mode 100644 index 30399cf1aa23..000000000000 --- a/x11-drivers/xf86-video-tdfx/files/xf86-video-tdfx-1.4.5-remove-mibstore_h.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 10498d2730c651eb7a1890eb9e728269732e9dad Mon Sep 17 00:00:00 2001 -From: Adam Jackson <ajax@redhat.com> -Date: Tue, 25 Sep 2012 12:54:59 +0000 -Subject: Remove mibstore.h - -Signed-off-by: Adam Jackson <ajax@redhat.com> ---- -diff --git a/src/tdfx_driver.c b/src/tdfx_driver.c -index ddd5431..412da07 100644 ---- a/src/tdfx_driver.c -+++ b/src/tdfx_driver.c -@@ -62,10 +62,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - #include "compiler.h" - --/* Drivers using the mi implementation of backing store need: */ -- --#include "mibstore.h" -- - /* All drivers using the vgahw module need this */ - /* This driver needs to be modified to not use vgaHW for multihead operation */ - #include "vgaHW.h" -@@ -2373,7 +2369,6 @@ TDFXScreenInit(SCREEN_INIT_ARGS_DECL) { - } - } - -- miInitializeBackingStore(pScreen); - xf86SetBackingStore(pScreen); - xf86SetSilkenMouse(pScreen); - --- -cgit v0.9.0.2-2-gbebe diff --git a/x11-drivers/xf86-video-tdfx/xf86-video-tdfx-1.4.4-r1.ebuild b/x11-drivers/xf86-video-tdfx/xf86-video-tdfx-1.4.4-r1.ebuild deleted file mode 100644 index f54a7f4c7efb..000000000000 --- a/x11-drivers/xf86-video-tdfx/xf86-video-tdfx-1.4.4-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# 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-r1.ebuild,v 1.5 2012/08/26 19:51:20 armin76 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) - ) -} diff --git a/x11-drivers/xf86-video-tdfx/xf86-video-tdfx-1.4.5-r1.ebuild b/x11-drivers/xf86-video-tdfx/xf86-video-tdfx-1.4.5-r1.ebuild deleted file mode 100644 index 5e3751d1f4cf..000000000000 --- a/x11-drivers/xf86-video-tdfx/xf86-video-tdfx-1.4.5-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2013 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-r1.ebuild,v 1.7 2013/10/08 05:06:44 ago 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) - ) -} - -PATCHES=( - "${FILESDIR}"/${P}-remove-mibstore_h.patch -) 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 deleted file mode 100644 index cc1742f7d041..000000000000 --- a/x11-drivers/xf86-video-tdfx/xf86-video-tdfx-1.4.5.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2013 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.8 2013/03/12 16:37:20 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) - ) -} |