diff options
27 files changed, 61 insertions, 426 deletions
diff --git a/x11-drivers/radeon-ucode/ChangeLog b/x11-drivers/radeon-ucode/ChangeLog index 4fff05588dd0..a7c0854082c2 100644 --- a/x11-drivers/radeon-ucode/ChangeLog +++ b/x11-drivers/radeon-ucode/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/radeon-ucode # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/radeon-ucode/ChangeLog,v 1.12 2011/02/12 16:04:04 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/radeon-ucode/ChangeLog,v 1.13 2011/02/13 18:54:51 scarabeus Exp $ + + 13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> + -radeon-ucode-20101122.ebuild: + old 12 Feb 2011; Christian Faulhammer <fauli@gentoo.org> radeon-ucode-20110106.ebuild: diff --git a/x11-drivers/radeon-ucode/radeon-ucode-20101122.ebuild b/x11-drivers/radeon-ucode/radeon-ucode-20101122.ebuild deleted file mode 100644 index 318c765309a0..000000000000 --- a/x11-drivers/radeon-ucode/radeon-ucode-20101122.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/radeon-ucode/radeon-ucode-20101122.ebuild,v 1.3 2010/12/25 20:15:02 fauli Exp $ - -inherit linux-info - -UCODE_BASE_URI="http://people.freedesktop.org/~agd5f/${PN/-/_}" -UCODE_FILES=( - "CEDAR_me.bin" - "CEDAR_pfp.bin" - "CEDAR_rlc.bin" - "CYPRESS_me.bin" - "CYPRESS_pfp.bin" - "CYPRESS_rlc.bin" - "JUNIPER_me.bin" - "JUNIPER_pfp.bin" - "JUNIPER_rlc.bin" - "R600_rlc.bin" - "R700_rlc.bin" - "PALM_me.bin" - "PALM_pfp.bin" - "REDWOOD_me.bin" - "REDWOOD_pfp.bin" - "REDWOOD_rlc.bin" - "SUMO_rlc.bin" -) - -DESCRIPTION="IRQ microcode for r6xx/r7xx/Evergreen Radeon GPUs" -HOMEPAGE="http://people.freedesktop.org/~agd5f/radeon_ucode/" -SRC_URI="${UCODE_FILES[@]/#/${UCODE_BASE_URI}/}" - -LICENSE="radeon-ucode" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -src_unpack() { :; } - -src_install() { - insinto /lib/firmware/radeon || die "insinto failed" - doins "${UCODE_FILES[@]/#/${DISTDIR}/}" || die "doins failed" -} - -pkg_postinst() { - if linux_config_exists && linux_chkconfig_builtin DRM_RADEON; then - if ! linux_chkconfig_present FIRMWARE_IN_KERNEL || \ - ! [[ "$(linux_chkconfig_string EXTRA_FIRMWARE)" == *_rlc.bin* ]]; then - ewarn "Your kernel has radeon DRM built-in but not the IRQ microcode." - ewarn "For kernel modesetting to work, please set in kernel config" - ewarn "CONFIG_FIRMWARE_IN_KERNEL=y" - ewarn "CONFIG_EXTRA_FIRMWARE_DIR=\"/lib/firmware\"" - ewarn "CONFIG_EXTRA_FIRMWARE=\"${UCODE_FILES[@]/#/radeon/}\"" - ewarn "You may skip microcode files for which no hardware is installed." - ewarn "More information at http://wiki.x.org/wiki/radeonBuildHowTo" - fi - fi -} diff --git a/x11-drivers/xf86-video-apm/ChangeLog b/x11-drivers/xf86-video-apm/ChangeLog index a27bee052b58..9c7c816f3478 100644 --- a/x11-drivers/xf86-video-apm/ChangeLog +++ b/x11-drivers/xf86-video-apm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-video-apm # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-apm/ChangeLog,v 1.40 2011/02/12 19:00:24 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-apm/ChangeLog,v 1.41 2011/02/13 18:55:30 scarabeus Exp $ + + 13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> + -xf86-video-apm-1.2.2.ebuild: + old 12 Feb 2011; Raúl Porcel <armin76@gentoo.org> xf86-video-apm-1.2.3.ebuild: ia64 stable wrt #344827 diff --git a/x11-drivers/xf86-video-apm/xf86-video-apm-1.2.2.ebuild b/x11-drivers/xf86-video-apm/xf86-video-apm-1.2.2.ebuild deleted file mode 100644 index 1c6cdc2d509f..000000000000 --- a/x11-drivers/xf86-video-apm/xf86-video-apm-1.2.2.ebuild +++ /dev/null @@ -1,23 +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-apm/xf86-video-apm-1.2.2.ebuild,v 1.5 2009/12/15 15:26:29 armin76 Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="Alliance ProMotion video driver" - -KEYWORDS="amd64 ia64 x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=x11-base/xorg-server-1.0.99" -DEPEND="${RDEPEND} - x11-proto/fontsproto - x11-proto/videoproto - x11-proto/xextproto - x11-proto/xf86rushproto - x11-proto/randrproto - x11-proto/renderproto - x11-proto/xproto" diff --git a/x11-drivers/xf86-video-ark/ChangeLog b/x11-drivers/xf86-video-ark/ChangeLog index 022706599426..b02df5e7eca4 100644 --- a/x11-drivers/xf86-video-ark/ChangeLog +++ b/x11-drivers/xf86-video-ark/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-video-ark # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ark/ChangeLog,v 1.42 2011/02/12 19:01:52 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ark/ChangeLog,v 1.43 2011/02/13 18:55:58 scarabeus Exp $ + + 13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> + -xf86-video-ark-0.7.2.ebuild: + old 12 Feb 2011; Raúl Porcel <armin76@gentoo.org> xf86-video-ark-0.7.3.ebuild: ia64 stable wrt #344827 diff --git a/x11-drivers/xf86-video-ark/xf86-video-ark-0.7.2.ebuild b/x11-drivers/xf86-video-ark/xf86-video-ark-0.7.2.ebuild deleted file mode 100644 index ebc20f8eddbf..000000000000 --- a/x11-drivers/xf86-video-ark/xf86-video-ark-0.7.2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ark/xf86-video-ark-0.7.2.ebuild,v 1.4 2010/01/18 19:37:39 armin76 Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="X.Org driver for ark cards" -KEYWORDS="amd64 ia64 x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=x11-base/xorg-server-1.0.99" -DEPEND="${RDEPEND} - x11-proto/fontsproto - x11-proto/randrproto - x11-proto/renderproto - x11-proto/xextproto - x11-proto/xproto" diff --git a/x11-drivers/xf86-video-i128/ChangeLog b/x11-drivers/xf86-video-i128/ChangeLog index 6d880dd3128c..87c1662f8854 100644 --- a/x11-drivers/xf86-video-i128/ChangeLog +++ b/x11-drivers/xf86-video-i128/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-video-i128 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-i128/ChangeLog,v 1.44 2011/02/12 19:23:18 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-i128/ChangeLog,v 1.45 2011/02/13 18:57:19 scarabeus Exp $ + + 13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> + -xf86-video-i128-1.3.3.ebuild: + old 12 Feb 2011; Raúl Porcel <armin76@gentoo.org> xf86-video-i128-1.3.4.ebuild: ia64 stable wrt #344827 diff --git a/x11-drivers/xf86-video-i128/xf86-video-i128-1.3.3.ebuild b/x11-drivers/xf86-video-i128/xf86-video-i128-1.3.3.ebuild deleted file mode 100644 index 076cad19cbb0..000000000000 --- a/x11-drivers/xf86-video-i128/xf86-video-i128-1.3.3.ebuild +++ /dev/null @@ -1,22 +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-i128/xf86-video-i128-1.3.3.ebuild,v 1.5 2009/12/15 15:35:12 armin76 Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="Number 9 I128 video driver" - -KEYWORDS="amd64 ia64 x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=x11-base/xorg-server-1.0.99" -DEPEND="${RDEPEND} - x11-proto/fontsproto - x11-proto/randrproto - x11-proto/renderproto - x11-proto/videoproto - x11-proto/xextproto - x11-proto/xproto" diff --git a/x11-drivers/xf86-video-intel/ChangeLog b/x11-drivers/xf86-video-intel/ChangeLog index 91f999bba3e1..2a8d3ccb11f6 100644 --- a/x11-drivers/xf86-video-intel/ChangeLog +++ b/x11-drivers/xf86-video-intel/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-video-intel # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-intel/ChangeLog,v 1.64 2011/02/12 22:06:26 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-intel/ChangeLog,v 1.65 2011/02/13 18:58:57 scarabeus Exp $ + + 13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> + -xf86-video-intel-2.12.0.ebuild: + old 12 Feb 2011; Raúl Porcel <armin76@gentoo.org> xf86-video-intel-2.13.0.ebuild: diff --git a/x11-drivers/xf86-video-intel/xf86-video-intel-2.12.0.ebuild b/x11-drivers/xf86-video-intel/xf86-video-intel-2.12.0.ebuild deleted file mode 100644 index 5a5982642dab..000000000000 --- a/x11-drivers/xf86-video-intel/xf86-video-intel-2.12.0.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-intel/xf86-video-intel-2.12.0.ebuild,v 1.2 2010/09/30 03:47:43 chithanh Exp $ - -EAPI=3 - -inherit linux-info xorg-2 - -DESCRIPTION="X.Org driver for Intel cards" - -KEYWORDS="~amd64 ~ia64 ~x86 -x86-fbsd" -IUSE="dri" - -RDEPEND=">=x11-base/xorg-server-1.6 - || ( =x11-libs/libdrm-2.4.21 >=x11-libs/libdrm-2.4.21[video_cards_intel] ) - x11-libs/libpciaccess - x11-libs/libXext - x11-libs/libXfixes - x11-libs/libXvMC - >=x11-libs/libxcb-1.5" -DEPEND="${RDEPEND} - >=x11-proto/dri2proto-1.99.3 - x11-proto/fontsproto - x11-proto/randrproto - x11-proto/renderproto - x11-proto/xextproto - x11-proto/xproto - dri? ( x11-proto/xf86driproto - x11-proto/glproto )" - -pkg_setup() { - xorg-2_pkg_setup - CONFIGURE_OPTIONS="$(use_enable dri) --enable-xvmc" -} - -pkg_postinst() { - if linux_config_exists \ - && ! linux_chkconfig_present DRM_I915_KMS; then - echo - ewarn "This driver requires KMS support in your kernel" - ewarn " Device Drivers --->" - ewarn " Graphics support --->" - ewarn " Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) --->" - ewarn " <*> Intel 830M, 845G, 852GM, 855GM, 865G (i915 driver) --->" - ewarn " i915 driver" - ewarn " [*] Enable modesetting on intel by default" - echo - fi -} diff --git a/x11-drivers/xf86-video-neomagic/ChangeLog b/x11-drivers/xf86-video-neomagic/ChangeLog index 470f65e01a8b..db4c7571afb7 100644 --- a/x11-drivers/xf86-video-neomagic/ChangeLog +++ b/x11-drivers/xf86-video-neomagic/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-drivers/xf86-video-neomagic # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-neomagic/ChangeLog,v 1.39 2011/02/12 19:26:22 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-neomagic/ChangeLog,v 1.40 2011/02/13 18:59:53 scarabeus Exp $ + + 13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> + -xf86-video-neomagic-1.2.4.ebuild, + -files/xf86-video-neomagic-1.2.4-fix-build-with-xserver-1.7.1.patch: + old 12 Feb 2011; Raúl Porcel <armin76@gentoo.org> xf86-video-neomagic-1.2.5.ebuild: diff --git a/x11-drivers/xf86-video-neomagic/files/xf86-video-neomagic-1.2.4-fix-build-with-xserver-1.7.1.patch b/x11-drivers/xf86-video-neomagic/files/xf86-video-neomagic-1.2.4-fix-build-with-xserver-1.7.1.patch deleted file mode 100644 index c1cddb0b8606..000000000000 --- a/x11-drivers/xf86-video-neomagic/files/xf86-video-neomagic-1.2.4-fix-build-with-xserver-1.7.1.patch +++ /dev/null @@ -1,46 +0,0 @@ -Patch from upstream; caused due to removal of xf86UDelay() - -Fixes http://bugs.gentoo.org/291825 ---- -From 4e2afb88212582df60bca3ec8c447965a5a66fd5 Mon Sep 17 00:00:00 2001 -From: Adam Jackson <ajax@redhat.com> -Date: Mon, 26 Oct 2009 19:43:50 +0000 -Subject: s/xf86UDelay/usleep/g - -cf. https://bugzilla.redhat.com/show_bug.cgi?id=523800 - -Signed-off-by: Adam Jackson <ajax@redhat.com> ---- -diff --git a/src/neo_driver.c b/src/neo_driver.c -index ddb6812..e4c60f2 100644 ---- a/src/neo_driver.c -+++ b/src/neo_driver.c -@@ -114,6 +114,8 @@ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - #include <X11/extensions/xf86dgastr.h> - #endif - -+#include <unistd.h> -+ - /* Mandatory functions */ - static const OptionInfoRec * NEOAvailableOptions(int chipid, int busid); - static void NEOIdentify(int flags); -@@ -2489,7 +2491,7 @@ neoRestore(ScrnInfoPtr pScrn, vgaRegPtr VgaReg, NeoRegPtr restore, - * In some rare cases a lockup might occur if we don't delay - * here. (Reported by Miles Lane) - */ -- xf86UDelay(200000); -+ usleep(200000); - /* - * Disable horizontal and vertical graphics and text expansions so - * that vgaHWRestore works properly. -@@ -2502,7 +2504,7 @@ neoRestore(ScrnInfoPtr pScrn, vgaRegPtr VgaReg, NeoRegPtr restore, - * Sleep for 200ms to make sure that the two operations above have - * had time to take effect. - */ -- xf86UDelay(200000); -+ usleep(200000); - /* - * This function handles restoring the generic VGA registers. */ - vgaHWRestore(pScrn, VgaReg, --- -cgit v0.8.2 diff --git a/x11-drivers/xf86-video-neomagic/xf86-video-neomagic-1.2.4.ebuild b/x11-drivers/xf86-video-neomagic/xf86-video-neomagic-1.2.4.ebuild deleted file mode 100644 index 37297059e06a..000000000000 --- a/x11-drivers/xf86-video-neomagic/xf86-video-neomagic-1.2.4.ebuild +++ /dev/null @@ -1,21 +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-neomagic/xf86-video-neomagic-1.2.4.ebuild,v 1.5 2009/12/15 15:39:54 armin76 Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="Neomagic video driver" -KEYWORDS="amd64 ia64 x86 ~x86-fbsd" -RDEPEND=">=x11-base/xorg-server-1.0.99" -DEPEND="${RDEPEND} - x11-proto/fontsproto - x11-proto/randrproto - x11-proto/renderproto - x11-proto/videoproto - x11-proto/xextproto - x11-proto/xf86dgaproto - x11-proto/xproto" -PATCHES=("${FILESDIR}/${P}-fix-build-with-xserver-1.7.1.patch") diff --git a/x11-drivers/xf86-video-nouveau/ChangeLog b/x11-drivers/xf86-video-nouveau/ChangeLog index 4f897f40db44..a41f62c78d9f 100644 --- a/x11-drivers/xf86-video-nouveau/ChangeLog +++ b/x11-drivers/xf86-video-nouveau/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-video-nouveau # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog,v 1.22 2011/02/12 17:31:04 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog,v 1.23 2011/02/13 19:01:01 scarabeus Exp $ + + 13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> + -xf86-video-nouveau-0.0.16_pre20101010.ebuild: + old 12 Feb 2011; Christian Faulhammer <fauli@gentoo.org> xf86-video-nouveau-0.0.16_pre20101130.ebuild: diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20101010.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20101010.ebuild deleted file mode 100644 index 9c9a86afd6b3..000000000000 --- a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20101010.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20101010.ebuild,v 1.4 2010/12/25 20:22:33 fauli Exp $ - -EAPI=3 -XORG_EAUTORECONF="yes" -inherit linux-info xorg-2 - -DESCRIPTION="Accelerated Open Source driver for nVidia cards" -HOMEPAGE="http://nouveau.freedesktop.org/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=">=x11-base/xorg-server-1.7[-minimal] - <x11-libs/libdrm-2.4.23[video_cards_nouveau]" - -DEPEND="${RDEPEND} - x11-proto/dri2proto - x11-proto/fontsproto - x11-proto/randrproto - x11-proto/renderproto - x11-proto/videoproto - x11-proto/xextproto - x11-proto/xf86driproto - x11-proto/xproto" - -pkg_postinst() { - xorg-2_pkg_postinst - if ! has_version x11-base/nouveau-drm; then - if ! linux_config_exists || ! linux_chkconfig_present DRM_NOUVEAU; then - ewarn "Nouveau DRM not detected. If you want any kind of" - ewarn "acceleration with nouveau, enable CONFIG_DRM_NOUVEAU" - ewarn "in the kernel." - fi - fi -} diff --git a/x11-drivers/xf86-video-rendition/ChangeLog b/x11-drivers/xf86-video-rendition/ChangeLog index 2de5634f5886..423c6aeefda2 100644 --- a/x11-drivers/xf86-video-rendition/ChangeLog +++ b/x11-drivers/xf86-video-rendition/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-video-rendition # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-rendition/ChangeLog,v 1.54 2011/02/12 19:32:58 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-rendition/ChangeLog,v 1.55 2011/02/13 19:02:37 scarabeus Exp $ + + 13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> + -xf86-video-rendition-4.2.3.ebuild: + old 12 Feb 2011; Raúl Porcel <armin76@gentoo.org> xf86-video-rendition-4.2.4.ebuild: diff --git a/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.2.3.ebuild b/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.2.3.ebuild deleted file mode 100644 index 82727932213e..000000000000 --- a/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.2.3.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.2.3.ebuild,v 1.4 2010/01/18 19:42:32 armin76 Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="Rendition video driver" -KEYWORDS="alpha amd64 ia64 x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=x11-base/xorg-server-1.0.99" -DEPEND="${RDEPEND} - x11-proto/fontsproto - x11-proto/randrproto - x11-proto/renderproto - x11-proto/xextproto - x11-proto/xproto" diff --git a/x11-drivers/xf86-video-siliconmotion/Manifest b/x11-drivers/xf86-video-siliconmotion/Manifest index badb8c2d44cc..6c4593366d39 100644 --- a/x11-drivers/xf86-video-siliconmotion/Manifest +++ b/x11-drivers/xf86-video-siliconmotion/Manifest @@ -1,6 +1,4 @@ -DIST xf86-video-siliconmotion-1.7.3.tar.bz2 330623 RMD160 12c61e9785d280c4ab8cb253dc4879dffa8c5975 SHA1 f3edf5853a17c3725c11ea983edcf4b6bd54d10a SHA256 ebda468be42695c08ceaa4043da3cf5bcd5f9ab15d1482311fd6e826a8060b2b DIST xf86-video-siliconmotion-1.7.4.tar.bz2 350035 RMD160 bf53ff99f3c5163a6935b5a255d5a5bd0fcdcea8 SHA1 3c0fd42fbd301e66104e4b9190796d102a034787 SHA256 b47511480fab5c517e12bd67a332f452d1718b32d53a6201edfc1c279e6e04d7 -EBUILD xf86-video-siliconmotion-1.7.3.ebuild 622 RMD160 c01fa9dced138731badf2b055ae9357c7763d3cd SHA1 a69af0123ce9a7e566f52756f8c2110b21e94c8f SHA256 0054c7d0043c2e6b9c6dd7b3b0190e99e4fd15f036aafe7cf9858813aab3e2eb EBUILD xf86-video-siliconmotion-1.7.4.ebuild 563 RMD160 0790026e061ac6daa72f19d3b21538c0ee08abf2 SHA1 c9c48b437dfd1e69ef2668e101bdcc9e791896a5 SHA256 5428d97397058954fef6470d166dfe4f64427bdcfb90ae84d9e44fac68d80569 MISC ChangeLog 7499 RMD160 efc672248274c07b8a5814776dd3cfdbb2f3734c SHA1 c14665ede8260f8ac6a0f22408b8992abcbbaaa3 SHA256 cdd7841e71eca1ba2d73a7e4132f4972c4a851a5c82edb59a274c60713be5b73 MISC metadata.xml 156 RMD160 c1274bdccf57603d580de0075ba07a35b7509560 SHA1 6f78f604e3d079d39189b40aaaa1ddb06182ad91 SHA256 5101ab0d4cc8c7125eea733c44e86962769bd77acaf53b69223b9cadcdd29055 diff --git a/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.3.ebuild b/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.3.ebuild deleted file mode 100644 index 5da41aad08bd..000000000000 --- a/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.3.ebuild +++ /dev/null @@ -1,20 +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-siliconmotion/xf86-video-siliconmotion-1.7.3.ebuild,v 1.4 2009/12/15 15:44:20 armin76 Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" -XDPVER=4 - -inherit x-modular - -DESCRIPTION="Silicon Motion video driver" -KEYWORDS="alpha amd64 ia64 x86 ~x86-fbsd" -RDEPEND=">=x11-base/xorg-server-1.0.99" -DEPEND="${RDEPEND} - x11-proto/fontsproto - x11-proto/randrproto - x11-proto/renderproto - x11-proto/videoproto - x11-proto/xextproto - x11-proto/xproto" diff --git a/x11-drivers/xf86-video-sis/ChangeLog b/x11-drivers/xf86-video-sis/ChangeLog index cb0a89f68175..60f98c640c35 100644 --- a/x11-drivers/xf86-video-sis/ChangeLog +++ b/x11-drivers/xf86-video-sis/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-video-sis # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sis/ChangeLog,v 1.52 2011/02/12 19:34:39 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sis/ChangeLog,v 1.53 2011/02/13 19:05:36 scarabeus Exp $ + + 13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> + -xf86-video-sis-0.10.2.ebuild: + old 12 Feb 2011; Raúl Porcel <armin76@gentoo.org> xf86-video-sis-0.10.3.ebuild: ia64 stable wrt #344827 diff --git a/x11-drivers/xf86-video-sis/xf86-video-sis-0.10.2.ebuild b/x11-drivers/xf86-video-sis/xf86-video-sis-0.10.2.ebuild deleted file mode 100644 index c2d88d7f34e9..000000000000 --- a/x11-drivers/xf86-video-sis/xf86-video-sis-0.10.2.ebuild +++ /dev/null @@ -1,35 +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.2.ebuild,v 1.6 2009/12/15 15:44:59 armin76 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)" -} diff --git a/x11-drivers/xf86-video-trident/ChangeLog b/x11-drivers/xf86-video-trident/ChangeLog index feb8d265e977..0cd626e09767 100644 --- a/x11-drivers/xf86-video-trident/ChangeLog +++ b/x11-drivers/xf86-video-trident/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-video-trident # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-trident/ChangeLog,v 1.51 2011/02/12 19:36:37 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-trident/ChangeLog,v 1.52 2011/02/13 19:06:07 scarabeus Exp $ + + 13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> + -xf86-video-trident-1.3.3.ebuild: + old 12 Feb 2011; Raúl Porcel <armin76@gentoo.org> xf86-video-trident-1.3.4.ebuild: diff --git a/x11-drivers/xf86-video-trident/xf86-video-trident-1.3.3.ebuild b/x11-drivers/xf86-video-trident/xf86-video-trident-1.3.3.ebuild deleted file mode 100644 index f0d22a727546..000000000000 --- a/x11-drivers/xf86-video-trident/xf86-video-trident-1.3.3.ebuild +++ /dev/null @@ -1,21 +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-trident/xf86-video-trident-1.3.3.ebuild,v 1.5 2009/12/15 15:46:59 armin76 Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" -XDPVER=3 - -inherit x-modular - -DESCRIPTION="Trident video driver" -KEYWORDS="amd64 ia64 ppc x86 ~x86-fbsd" -RDEPEND=">=x11-base/xorg-server-1.0.99" -DEPEND="${RDEPEND} - x11-proto/fontsproto - x11-proto/randrproto - x11-proto/renderproto - x11-proto/videoproto - x11-proto/xextproto - x11-proto/xf86dgaproto - x11-proto/xproto" diff --git a/x11-drivers/xf86-video-tseng/ChangeLog b/x11-drivers/xf86-video-tseng/ChangeLog index 81dfea3f9e59..1d1b4b491e76 100644 --- a/x11-drivers/xf86-video-tseng/ChangeLog +++ b/x11-drivers/xf86-video-tseng/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-video-tseng # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-tseng/ChangeLog,v 1.47 2011/02/12 19:37:25 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-tseng/ChangeLog,v 1.48 2011/02/13 19:06:44 scarabeus Exp $ + + 13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> + -xf86-video-tseng-1.2.3.ebuild: + old 12 Feb 2011; Raúl Porcel <armin76@gentoo.org> xf86-video-tseng-1.2.4.ebuild: ia64 stable wrt #344827 diff --git a/x11-drivers/xf86-video-tseng/xf86-video-tseng-1.2.3.ebuild b/x11-drivers/xf86-video-tseng/xf86-video-tseng-1.2.3.ebuild deleted file mode 100644 index c3e6e691cb5c..000000000000 --- a/x11-drivers/xf86-video-tseng/xf86-video-tseng-1.2.3.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-tseng/xf86-video-tseng-1.2.3.ebuild,v 1.4 2010/01/18 19:45:21 armin76 Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="Tseng Labs video driver" -KEYWORDS="amd64 ia64 x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=x11-base/xorg-server-1.0.99" -DEPEND="${RDEPEND} - x11-proto/fontsproto - x11-proto/randrproto - x11-proto/renderproto - x11-proto/videoproto - x11-proto/xextproto - x11-proto/xproto" diff --git a/x11-drivers/xf86-video-vesa/ChangeLog b/x11-drivers/xf86-video-vesa/ChangeLog index d21c13592db8..ea2a95396a3a 100644 --- a/x11-drivers/xf86-video-vesa/ChangeLog +++ b/x11-drivers/xf86-video-vesa/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-video-vesa # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vesa/ChangeLog,v 1.51 2011/02/12 19:38:13 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vesa/ChangeLog,v 1.52 2011/02/13 19:08:04 scarabeus Exp $ + + 13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> + -xf86-video-vesa-2.2.1.ebuild: + old 12 Feb 2011; Raúl Porcel <armin76@gentoo.org> xf86-video-vesa-2.3.0.ebuild: alpha/ia64 stable wrt #344827 diff --git a/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.2.1.ebuild b/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.2.1.ebuild deleted file mode 100644 index 3b4736d426d2..000000000000 --- a/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.2.1.ebuild +++ /dev/null @@ -1,19 +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-vesa/xf86-video-vesa-2.2.1.ebuild,v 1.4 2009/12/15 15:49:10 armin76 Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" -XDPVER=4 - -inherit x-modular - -DESCRIPTION="Generic VESA video driver" -KEYWORDS="-* alpha amd64 ia64 x86 ~x86-fbsd" -RDEPEND=">=x11-base/xorg-server-1.0.99" -DEPEND="${RDEPEND} - x11-proto/fontsproto - x11-proto/randrproto - x11-proto/renderproto - x11-proto/xextproto - x11-proto/xproto" |