diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-01-23 20:27:27 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-01-23 20:27:27 +0000 |
commit | fe1f5cfd49e7723e864e7657f0093eaa84c8cb55 (patch) | |
tree | 78503515f314cbcc22d8f96d1e8bf107fc549215 /x11-drivers | |
parent | Keyword ~amd64-linux/~x86-linux (diff) | |
download | gentoo-2-fe1f5cfd49e7723e864e7657f0093eaa84c8cb55.tar.gz gentoo-2-fe1f5cfd49e7723e864e7657f0093eaa84c8cb55.tar.bz2 gentoo-2-fe1f5cfd49e7723e864e7657f0093eaa84c8cb55.zip |
rm
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers')
7 files changed, 8 insertions, 208 deletions
diff --git a/x11-drivers/xf86-video-sis/ChangeLog b/x11-drivers/xf86-video-sis/ChangeLog index 99a276593804..c6daeecfc047 100644 --- a/x11-drivers/xf86-video-sis/ChangeLog +++ b/x11-drivers/xf86-video-sis/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-sis -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sis/ChangeLog,v 1.45 2009/12/15 15:44:59 armin76 Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sis/ChangeLog,v 1.46 2010/01/23 20:27:26 scarabeus Exp $ + + 23 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> + -files/xf86-video-sis-assert.patch, -xf86-video-sis-0.9.1-r1.ebuild, + -xf86-video-sis-0.9.3.ebuild, -xf86-video-sis-0.9.4.ebuild, + -xf86-video-sis-0.10.0.ebuild, -xf86-video-sis-0.10.1.ebuild: + rm 15 Dec 2009; Raúl Porcel <armin76@gentoo.org> xf86-video-sis-0.10.2.ebuild: diff --git a/x11-drivers/xf86-video-sis/files/xf86-video-sis-assert.patch b/x11-drivers/xf86-video-sis/files/xf86-video-sis-assert.patch deleted file mode 100644 index a285d596174a..000000000000 --- a/x11-drivers/xf86-video-sis/files/xf86-video-sis-assert.patch +++ /dev/null @@ -1,23 +0,0 @@ -Index: xf86-video-sis/src/sis_dri.c -=================================================================== -RCS file: /cvs/xorg/driver/xf86-video-sis/src/sis_dri.c,v -retrieving revision 1.26 -diff -u -B -r1.26 sis_dri.c ---- xf86-video-sis/src/sis_dri.c 21 Oct 2005 18:40:19 -0000 1.26 -+++ xf86-video-sis/src/sis_dri.c 6 Jun 2006 15:15:53 -0000 -@@ -1,5 +1,5 @@ - /* $XFree86$ */ --/* $XdotOrg: driver/xf86-video-sis/src/sis_dri.c,v 1.26 2005/10/21 18:40:19 ajax Exp $ */ -+/* $XdotOrg$ */ - /* - * DRI wrapper for 300 and 315 series - * -@@ -40,6 +40,8 @@ - #include "config.h" - #endif - -+#include <assert.h> -+ - #include "sis.h" - #include "sis_regs.h" - diff --git a/x11-drivers/xf86-video-sis/xf86-video-sis-0.10.0.ebuild b/x11-drivers/xf86-video-sis/xf86-video-sis-0.10.0.ebuild deleted file mode 100644 index 358125ba25fb..000000000000 --- a/x11-drivers/xf86-video-sis/xf86-video-sis-0.10.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# 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-sis/xf86-video-sis-0.10.0.ebuild,v 1.7 2009/08/21 06:43:38 scarabeus Exp $ - -EAPI="2" - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" -XDPVER=4 - -inherit x-modular - -DESCRIPTION="SiS and XGI video driver" -KEYWORDS="amd64 ~ia64 ~ppc x86 ~x86-fbsd" -IUSE="dri" -RDEPEND="dri? ( x11-base/xorg-server[-minimal] ) - !dri? ( x11-base/xorg-server ) -" -DEPEND="${RDEPEND} - x11-proto/fontsproto - x11-proto/randrproto - x11-proto/renderproto - x11-proto/videoproto - x11-proto/xextproto - x11-proto/xf86dgaproto - x11-proto/xf86miscproto - x11-proto/xineramaproto - x11-proto/xproto - dri? ( - x11-proto/xf86driproto - >=x11-libs/libdrm-2 - )" - -pkg_setup() { - CONFIGURE_OPTIONS="$(use_enable dri)" -} diff --git a/x11-drivers/xf86-video-sis/xf86-video-sis-0.10.1.ebuild b/x11-drivers/xf86-video-sis/xf86-video-sis-0.10.1.ebuild deleted file mode 100644 index bc6d47ddb733..000000000000 --- a/x11-drivers/xf86-video-sis/xf86-video-sis-0.10.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# 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-sis/xf86-video-sis-0.10.1.ebuild,v 1.4 2009/08/21 06:43:38 scarabeus Exp $ - -EAPI="2" - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" -XDPVER=4 - -inherit x-modular - -DESCRIPTION="SiS and XGI video driver" -KEYWORDS="~amd64 ~ia64 ~ppc ~x86 ~x86-fbsd" -IUSE="dri" -RDEPEND="dri? ( x11-base/xorg-server[-minimal] ) - !dri? ( x11-base/xorg-server ) -" -DEPEND="${RDEPEND} - x11-proto/fontsproto - x11-proto/randrproto - x11-proto/renderproto - x11-proto/videoproto - x11-proto/xextproto - x11-proto/xf86dgaproto - x11-proto/xf86miscproto - x11-proto/xineramaproto - x11-proto/xproto - dri? ( - x11-proto/xf86driproto - >=x11-libs/libdrm-2 - )" - -pkg_setup() { - CONFIGURE_OPTIONS="$(use_enable dri)" -} diff --git a/x11-drivers/xf86-video-sis/xf86-video-sis-0.9.1-r1.ebuild b/x11-drivers/xf86-video-sis/xf86-video-sis-0.9.1-r1.ebuild deleted file mode 100644 index 53e1133fe8dd..000000000000 --- a/x11-drivers/xf86-video-sis/xf86-video-sis-0.9.1-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# 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-sis/xf86-video-sis-0.9.1-r1.ebuild,v 1.9 2009/08/21 06:43:38 scarabeus Exp $ - -EAPI="2" - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="SiS and XGI video driver" -KEYWORDS="amd64 ia64 ppc x86 ~x86-fbsd" -IUSE="dri" -RDEPEND="dri? ( x11-base/xorg-server[-minimal] ) - !dri? ( x11-base/xorg-server ) -" -DEPEND="${RDEPEND} - x11-proto/fontsproto - x11-proto/randrproto - x11-proto/renderproto - x11-proto/videoproto - x11-proto/xextproto - x11-proto/xf86dgaproto - x11-proto/xf86miscproto - x11-proto/xineramaproto - x11-proto/xproto - dri? ( - x11-proto/xf86driproto - >=x11-libs/libdrm-2 - )" - -pkg_setup() { - CONFIGURE_OPTIONS="$(use_enable dri)" -} - -PATCHES=( - "${FILESDIR}/${PN}-assert.patch" -) diff --git a/x11-drivers/xf86-video-sis/xf86-video-sis-0.9.3.ebuild b/x11-drivers/xf86-video-sis/xf86-video-sis-0.9.3.ebuild deleted file mode 100644 index 69a177001ed9..000000000000 --- a/x11-drivers/xf86-video-sis/xf86-video-sis-0.9.3.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# 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-sis/xf86-video-sis-0.9.3.ebuild,v 1.10 2009/08/21 06:43:38 scarabeus Exp $ - -EAPI="2" - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" -XDPVER=4 - -inherit x-modular - -DESCRIPTION="SiS and XGI video driver" -KEYWORDS="amd64 ia64 ppc x86 ~x86-fbsd" -IUSE="dri" -RDEPEND="dri? ( x11-base/xorg-server[-minimal] ) - !dri? ( x11-base/xorg-server ) -" -DEPEND="${RDEPEND} - x11-proto/fontsproto - x11-proto/randrproto - x11-proto/renderproto - x11-proto/videoproto - x11-proto/xextproto - x11-proto/xf86dgaproto - x11-proto/xf86miscproto - x11-proto/xineramaproto - x11-proto/xproto - dri? ( - x11-proto/xf86driproto - >=x11-libs/libdrm-2 - )" - -pkg_setup() { - CONFIGURE_OPTIONS="$(use_enable dri)" -} diff --git a/x11-drivers/xf86-video-sis/xf86-video-sis-0.9.4.ebuild b/x11-drivers/xf86-video-sis/xf86-video-sis-0.9.4.ebuild deleted file mode 100644 index e59a7fc03d28..000000000000 --- a/x11-drivers/xf86-video-sis/xf86-video-sis-0.9.4.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# 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-sis/xf86-video-sis-0.9.4.ebuild,v 1.7 2009/08/21 06:43:38 scarabeus Exp $ - -EAPI="2" - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" -XDPVER=4 - -inherit x-modular - -DESCRIPTION="SiS and XGI video driver" -KEYWORDS="~amd64 ~ia64 ~ppc x86 ~x86-fbsd" -IUSE="dri" -RDEPEND="dri? ( x11-base/xorg-server[-minimal] ) - !dri? ( x11-base/xorg-server ) -" -DEPEND="${RDEPEND} - x11-proto/fontsproto - x11-proto/randrproto - x11-proto/renderproto - x11-proto/videoproto - x11-proto/xextproto - x11-proto/xf86dgaproto - x11-proto/xf86miscproto - x11-proto/xineramaproto - x11-proto/xproto - dri? ( - x11-proto/xf86driproto - >=x11-libs/libdrm-2 - )" - -pkg_setup() { - CONFIGURE_OPTIONS="$(use_enable dri)" -} |