diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-07-22 11:36:11 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-07-22 11:36:11 +0000 |
commit | debcec344f1aa6200b0876e4e28914d8a1ca7687 (patch) | |
tree | 27895e4c4ac97f87cf945ba1add3c83197c0862b /x11-base | |
parent | Remove old. (diff) | |
download | gentoo-2-debcec344f1aa6200b0876e4e28914d8a1ca7687.tar.gz gentoo-2-debcec344f1aa6200b0876e4e28914d8a1ca7687.tar.bz2 gentoo-2-debcec344f1aa6200b0876e4e28914d8a1ca7687.zip |
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-base')
-rw-r--r-- | x11-base/nouveau-drm/ChangeLog | 12 | ||||
-rw-r--r-- | x11-base/nouveau-drm/nouveau-drm-20100520.ebuild | 48 | ||||
-rw-r--r-- | x11-base/nouveau-drm/nouveau-drm-20100811.ebuild | 48 | ||||
-rw-r--r-- | x11-base/nouveau-drm/nouveau-drm-20101107.ebuild | 48 | ||||
-rw-r--r-- | x11-base/nouveau-drm/nouveau-drm-20110526.ebuild | 48 | ||||
-rw-r--r-- | x11-base/nouveau-drm/nouveau-drm-20110602.ebuild | 48 | ||||
-rw-r--r-- | x11-base/nouveau-drm/nouveau-drm-20110801.ebuild | 48 | ||||
-rw-r--r-- | x11-base/nouveau-drm/nouveau-drm-20110820.ebuild | 48 | ||||
-rw-r--r-- | x11-base/nouveau-drm/nouveau-drm-20111101.ebuild | 48 | ||||
-rw-r--r-- | x11-base/nouveau-drm/nouveau-drm-20120322.ebuild | 48 | ||||
-rw-r--r-- | x11-base/nouveau-drm/nouveau-drm-20120605.ebuild | 48 |
11 files changed, 10 insertions, 482 deletions
diff --git a/x11-base/nouveau-drm/ChangeLog b/x11-base/nouveau-drm/ChangeLog index 1d8c2b6f6918..c69215a72c2b 100644 --- a/x11-base/nouveau-drm/ChangeLog +++ b/x11-base/nouveau-drm/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for x11-base/nouveau-drm -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/nouveau-drm/ChangeLog,v 1.25 2012/10/16 01:11:30 chithanh Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-base/nouveau-drm/ChangeLog,v 1.26 2015/07/22 11:36:11 mrueg Exp $ + + 22 Jul 2015; Manuel Rüger <mrueg@gentoo.org> -nouveau-drm-20100520.ebuild, + -nouveau-drm-20100811.ebuild, -nouveau-drm-20101107.ebuild, + -nouveau-drm-20110526.ebuild, -nouveau-drm-20110602.ebuild, + -nouveau-drm-20110801.ebuild, -nouveau-drm-20110820.ebuild, + -nouveau-drm-20111101.ebuild, -nouveau-drm-20120322.ebuild, + -nouveau-drm-20120605.ebuild: + Remove old. *nouveau-drm-20121015 (16 Oct 2012) diff --git a/x11-base/nouveau-drm/nouveau-drm-20100520.ebuild b/x11-base/nouveau-drm/nouveau-drm-20100520.ebuild deleted file mode 100644 index 15e85fd60335..000000000000 --- a/x11-base/nouveau-drm/nouveau-drm-20100520.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/nouveau-drm/nouveau-drm-20100520.ebuild,v 1.3 2010/09/17 13:39:01 chithanh Exp $ - -EAPI=2 - -inherit linux-info linux-mod - -DESCRIPTION="Nouveau DRM Kernel Modules for X11" -HOMEPAGE="http://nouveau.freedesktop.org/" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/master - -CONFIG_CHECK="~ACPI_VIDEO ~BACKLIGHT_CLASS_DEVICE ~DEBUG_FS !DRM ~FB_CFB_FILLRECT ~FB_CFB_COPYAREA ~FB_CFB_IMAGEBLIT ~FRAMEBUFFER_CONSOLE ~!FB_NVIDIA ~!FB_RIVA ~!FB_UVESA ~!FB_VGA16 ~I2C_ALGOBIT ~VGA_ARB" - -pkg_setup() { - linux-mod_pkg_setup - if kernel_is lt 2 6 34; then - eerror "You need kernel 2.6.34 for this version of nouveau-drm" - die "Incompatible kernel version" - fi - elog "For newer kernels newer than 2.6.32 there is integrated nouveau DRM." - elog "Use that if you experience build issues." -} - -src_compile() { - set_arch_to_kernel - emake \ - LINUXDIR="${KERNEL_DIR}" \ - NOUVEAUROOTDIR="${PWD}" \ - -f "${FILESDIR}"/${PN}-20100212-Makefile \ - || die "Compiling kernel modules failed" -} - -src_install() { - insinto /lib/modules/${KV_FULL}/${PN} - doins drivers/gpu/drm/{*/,}*.ko || die "doins failed" -} diff --git a/x11-base/nouveau-drm/nouveau-drm-20100811.ebuild b/x11-base/nouveau-drm/nouveau-drm-20100811.ebuild deleted file mode 100644 index ac3912aa472a..000000000000 --- a/x11-base/nouveau-drm/nouveau-drm-20100811.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/nouveau-drm/nouveau-drm-20100811.ebuild,v 1.3 2010/09/17 13:39:01 chithanh Exp $ - -EAPI=2 - -inherit linux-info linux-mod - -DESCRIPTION="Nouveau DRM Kernel Modules for X11" -HOMEPAGE="http://nouveau.freedesktop.org/" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/master - -CONFIG_CHECK="~ACPI_VIDEO ~BACKLIGHT_CLASS_DEVICE ~DEBUG_FS !DRM ~FB_CFB_FILLRECT ~FB_CFB_COPYAREA ~FB_CFB_IMAGEBLIT ~FRAMEBUFFER_CONSOLE ~!FB_NVIDIA ~!FB_RIVA ~!FB_UVESA ~!FB_VGA16 ~I2C_ALGOBIT ~VGA_ARB" - -pkg_setup() { - linux-mod_pkg_setup - if kernel_is lt 2 6 35; then - eerror "You need kernel 2.6.35 for this version of nouveau-drm" - die "Incompatible kernel version" - fi - elog "For newer kernels newer than 2.6.32 there is integrated nouveau DRM." - elog "Use that if you experience build issues." -} - -src_compile() { - set_arch_to_kernel - emake \ - LINUXDIR="${KERNEL_DIR}" \ - NOUVEAUROOTDIR="${PWD}" \ - -f "${FILESDIR}"/${PN}-20100212-Makefile \ - || die "Compiling kernel modules failed" -} - -src_install() { - insinto /lib/modules/${KV_FULL}/${PN} - doins drivers/gpu/drm/{*/,}*.ko || die "doins failed" -} diff --git a/x11-base/nouveau-drm/nouveau-drm-20101107.ebuild b/x11-base/nouveau-drm/nouveau-drm-20101107.ebuild deleted file mode 100644 index 3bad10c7e063..000000000000 --- a/x11-base/nouveau-drm/nouveau-drm-20101107.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/nouveau-drm/nouveau-drm-20101107.ebuild,v 1.1 2010/11/22 16:32:26 chithanh Exp $ - -EAPI=2 - -inherit linux-info linux-mod - -DESCRIPTION="Nouveau DRM Kernel Modules for X11" -HOMEPAGE="http://nouveau.freedesktop.org/" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/master - -CONFIG_CHECK="~ACPI_VIDEO ~BACKLIGHT_CLASS_DEVICE ~DEBUG_FS !DRM ~FB_CFB_FILLRECT ~FB_CFB_COPYAREA ~FB_CFB_IMAGEBLIT ~FRAMEBUFFER_CONSOLE ~!FB_NVIDIA ~!FB_RIVA ~!FB_UVESA ~!FB_VGA16 ~I2C_ALGOBIT ~VGA_ARB" - -pkg_setup() { - linux-mod_pkg_setup - if kernel_is lt 2 6 36; then - eerror "You need kernel 2.6.36 for this version of nouveau-drm" - die "Incompatible kernel version" - fi - elog "For newer kernels newer than 2.6.32 there is integrated nouveau DRM." - elog "Use that if you experience build issues." -} - -src_compile() { - set_arch_to_kernel - emake \ - LINUXDIR="${KERNEL_DIR}" \ - NOUVEAUROOTDIR="${PWD}" \ - -f "${FILESDIR}"/${PN}-20100212-Makefile \ - || die "Compiling kernel modules failed" -} - -src_install() { - insinto /lib/modules/${KV_FULL}/${PN} - doins drivers/gpu/drm/{*/,}*.ko || die "doins failed" -} diff --git a/x11-base/nouveau-drm/nouveau-drm-20110526.ebuild b/x11-base/nouveau-drm/nouveau-drm-20110526.ebuild deleted file mode 100644 index 380766a0af9f..000000000000 --- a/x11-base/nouveau-drm/nouveau-drm-20110526.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/nouveau-drm/nouveau-drm-20110526.ebuild,v 1.1 2011/05/26 21:39:06 chithanh Exp $ - -EAPI=2 - -inherit linux-info linux-mod - -DESCRIPTION="Nouveau DRM Kernel Modules for X11" -HOMEPAGE="http://nouveau.freedesktop.org/" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/master - -CONFIG_CHECK="~ACPI_VIDEO ~BACKLIGHT_CLASS_DEVICE ~DEBUG_FS !DRM ~FB_CFB_FILLRECT ~FB_CFB_COPYAREA ~FB_CFB_IMAGEBLIT ~FRAMEBUFFER_CONSOLE ~!FB_NVIDIA ~!FB_RIVA ~!FB_UVESA ~!FB_VGA16 ~I2C_ALGOBIT ~VGA_ARB" - -pkg_setup() { - linux-mod_pkg_setup - if kernel_is lt 2 6 39; then - eerror "You need kernel 2.6.39 for this version of nouveau-drm" - die "Incompatible kernel version" - fi - elog "For newer kernels newer than 2.6.32 there is integrated nouveau DRM." - elog "Use that if you experience build issues." -} - -src_compile() { - set_arch_to_kernel - emake \ - LINUXDIR="${KERNEL_DIR}" \ - NOUVEAUROOTDIR="${PWD}" \ - -f "${FILESDIR}"/${PN}-20100212-Makefile \ - || die "Compiling kernel modules failed" -} - -src_install() { - insinto /lib/modules/${KV_FULL}/${PN} - doins drivers/gpu/drm/{*/,}*.ko || die "doins failed" -} diff --git a/x11-base/nouveau-drm/nouveau-drm-20110602.ebuild b/x11-base/nouveau-drm/nouveau-drm-20110602.ebuild deleted file mode 100644 index e161f621ca5b..000000000000 --- a/x11-base/nouveau-drm/nouveau-drm-20110602.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/nouveau-drm/nouveau-drm-20110602.ebuild,v 1.1 2011/06/06 12:56:14 chithanh Exp $ - -EAPI=2 - -inherit linux-info linux-mod - -DESCRIPTION="Nouveau DRM Kernel Modules for X11" -HOMEPAGE="http://nouveau.freedesktop.org/" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/master - -CONFIG_CHECK="~ACPI_VIDEO ~BACKLIGHT_CLASS_DEVICE ~DEBUG_FS !DRM ~FB_CFB_FILLRECT ~FB_CFB_COPYAREA ~FB_CFB_IMAGEBLIT ~FRAMEBUFFER_CONSOLE ~!FB_NVIDIA ~!FB_RIVA ~!FB_UVESA ~!FB_VGA16 ~I2C_ALGOBIT ~VGA_ARB" - -pkg_setup() { - linux-mod_pkg_setup - if kernel_is lt 2 6 39; then - eerror "You need kernel 2.6.39 for this version of nouveau-drm" - die "Incompatible kernel version" - fi - elog "For newer kernels newer than 2.6.32 there is integrated nouveau DRM." - elog "Use that if you experience build issues." -} - -src_compile() { - set_arch_to_kernel - emake \ - LINUXDIR="${KERNEL_DIR}" \ - NOUVEAUROOTDIR="${PWD}" \ - -f "${FILESDIR}"/${PN}-20100212-Makefile \ - || die "Compiling kernel modules failed" -} - -src_install() { - insinto /lib/modules/${KV_FULL}/${PN} - doins drivers/gpu/drm/{*/,}*.ko || die "doins failed" -} diff --git a/x11-base/nouveau-drm/nouveau-drm-20110801.ebuild b/x11-base/nouveau-drm/nouveau-drm-20110801.ebuild deleted file mode 100644 index bc93243a2630..000000000000 --- a/x11-base/nouveau-drm/nouveau-drm-20110801.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/nouveau-drm/nouveau-drm-20110801.ebuild,v 1.1 2011/08/01 21:50:29 chithanh Exp $ - -EAPI=2 - -inherit linux-info linux-mod - -DESCRIPTION="Nouveau DRM Kernel Modules for X11" -HOMEPAGE="http://nouveau.freedesktop.org/" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/master - -CONFIG_CHECK="~ACPI_VIDEO ~BACKLIGHT_CLASS_DEVICE ~DEBUG_FS !DRM ~FB_CFB_FILLRECT ~FB_CFB_COPYAREA ~FB_CFB_IMAGEBLIT ~FRAMEBUFFER_CONSOLE ~!FB_NVIDIA ~!FB_RIVA ~!FB_UVESA ~!FB_VGA16 ~I2C_ALGOBIT ~MXM_WMI ~VGA_ARB" - -pkg_setup() { - linux-mod_pkg_setup - if kernel_is lt 3 0; then - eerror "You need kernel 3.0 for this version of nouveau-drm" - die "Incompatible kernel version" - fi - elog "For newer kernels newer than 2.6.32 there is integrated nouveau DRM." - elog "Use that if you experience build issues." -} - -src_compile() { - set_arch_to_kernel - emake \ - LINUXDIR="${KERNEL_DIR}" \ - NOUVEAUROOTDIR="${PWD}" \ - -f "${FILESDIR}"/${PN}-20100212-Makefile \ - || die "Compiling kernel modules failed" -} - -src_install() { - insinto /lib/modules/${KV_FULL}/${PN} - doins drivers/gpu/drm/{*/,}*.ko || die "doins failed" -} diff --git a/x11-base/nouveau-drm/nouveau-drm-20110820.ebuild b/x11-base/nouveau-drm/nouveau-drm-20110820.ebuild deleted file mode 100644 index c8dbd386f822..000000000000 --- a/x11-base/nouveau-drm/nouveau-drm-20110820.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/nouveau-drm/nouveau-drm-20110820.ebuild,v 1.1 2011/08/20 18:48:28 chithanh Exp $ - -EAPI=2 - -inherit linux-info linux-mod - -DESCRIPTION="Nouveau DRM Kernel Modules for X11" -HOMEPAGE="http://nouveau.freedesktop.org/" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/master - -CONFIG_CHECK="~ACPI_VIDEO ~BACKLIGHT_CLASS_DEVICE ~DEBUG_FS !DRM ~FB_CFB_FILLRECT ~FB_CFB_COPYAREA ~FB_CFB_IMAGEBLIT ~FRAMEBUFFER_CONSOLE ~!FB_NVIDIA ~!FB_RIVA ~!FB_UVESA ~!FB_VGA16 ~I2C_ALGOBIT ~MXM_WMI ~VGA_ARB" - -pkg_setup() { - linux-mod_pkg_setup - if kernel_is lt 3 0; then - eerror "You need kernel 3.0 for this version of nouveau-drm" - die "Incompatible kernel version" - fi - elog "For newer kernels newer than 2.6.32 there is integrated nouveau DRM." - elog "Use that if you experience build issues." -} - -src_compile() { - set_arch_to_kernel - emake \ - LINUXDIR="${KERNEL_DIR}" \ - NOUVEAUROOTDIR="${PWD}" \ - -f "${FILESDIR}"/${PN}-20100212-Makefile \ - || die "Compiling kernel modules failed" -} - -src_install() { - insinto /lib/modules/${KV_FULL}/${PN} - doins drivers/gpu/drm/{*/,}*.ko || die "doins failed" -} diff --git a/x11-base/nouveau-drm/nouveau-drm-20111101.ebuild b/x11-base/nouveau-drm/nouveau-drm-20111101.ebuild deleted file mode 100644 index 034de0d29970..000000000000 --- a/x11-base/nouveau-drm/nouveau-drm-20111101.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/nouveau-drm/nouveau-drm-20111101.ebuild,v 1.1 2011/11/01 14:29:09 chithanh Exp $ - -EAPI=2 - -inherit linux-info linux-mod - -DESCRIPTION="Nouveau DRM Kernel Modules for X11" -HOMEPAGE="http://nouveau.freedesktop.org/" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/master - -CONFIG_CHECK="~ACPI_VIDEO ~BACKLIGHT_CLASS_DEVICE ~DEBUG_FS !DRM ~FB_CFB_FILLRECT ~FB_CFB_COPYAREA ~FB_CFB_IMAGEBLIT ~FRAMEBUFFER_CONSOLE ~!FB_NVIDIA ~!FB_RIVA ~!FB_UVESA ~!FB_VGA16 ~I2C_ALGOBIT ~MXM_WMI ~VGA_ARB" - -pkg_setup() { - linux-mod_pkg_setup - if kernel_is lt 3 0; then - eerror "You need kernel 3.0 for this version of nouveau-drm" - die "Incompatible kernel version" - fi - elog "For newer kernels newer than 2.6.32 there is integrated nouveau DRM." - elog "Use that if you experience build issues." -} - -src_compile() { - set_arch_to_kernel - emake \ - LINUXDIR="${KERNEL_DIR}" \ - NOUVEAUROOTDIR="${PWD}" \ - -f "${FILESDIR}"/${PN}-20100212-Makefile \ - || die "Compiling kernel modules failed" -} - -src_install() { - insinto /lib/modules/${KV_FULL}/${PN} - doins drivers/gpu/drm/{*/,}*.ko || die "doins failed" -} diff --git a/x11-base/nouveau-drm/nouveau-drm-20120322.ebuild b/x11-base/nouveau-drm/nouveau-drm-20120322.ebuild deleted file mode 100644 index 61ccdb3285d6..000000000000 --- a/x11-base/nouveau-drm/nouveau-drm-20120322.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/nouveau-drm/nouveau-drm-20120322.ebuild,v 1.1 2012/03/22 18:43:58 chithanh Exp $ - -EAPI=2 - -inherit linux-info linux-mod - -DESCRIPTION="Nouveau DRM Kernel Modules for X11" -HOMEPAGE="http://nouveau.freedesktop.org/" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/master - -CONFIG_CHECK="~ACPI_VIDEO ~BACKLIGHT_CLASS_DEVICE ~DEBUG_FS !DRM ~FB_CFB_FILLRECT ~FB_CFB_COPYAREA ~FB_CFB_IMAGEBLIT ~FRAMEBUFFER_CONSOLE ~!FB_NVIDIA ~!FB_RIVA ~!FB_UVESA ~!FB_VGA16 ~I2C_ALGOBIT ~MXM_WMI ~VGA_ARB" - -pkg_setup() { - linux-mod_pkg_setup - if kernel_is lt 3 3; then - eerror "You need kernel 3.3 for this version of nouveau-drm" - die "Incompatible kernel version" - fi - elog "For newer kernels newer than 2.6.32 there is integrated nouveau DRM." - elog "Use that if you experience build issues." -} - -src_compile() { - set_arch_to_kernel - emake \ - LINUXDIR="${KERNEL_DIR}" \ - NOUVEAUROOTDIR="${PWD}" \ - -f "${FILESDIR}"/${PN}-20100212-Makefile \ - || die "Compiling kernel modules failed" -} - -src_install() { - insinto /lib/modules/${KV_FULL}/${PN} - doins drivers/gpu/drm/{*/,}*.ko || die "doins failed" -} diff --git a/x11-base/nouveau-drm/nouveau-drm-20120605.ebuild b/x11-base/nouveau-drm/nouveau-drm-20120605.ebuild deleted file mode 100644 index 15e520877867..000000000000 --- a/x11-base/nouveau-drm/nouveau-drm-20120605.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/nouveau-drm/nouveau-drm-20120605.ebuild,v 1.1 2012/06/07 11:20:05 chithanh Exp $ - -EAPI=2 - -inherit linux-info linux-mod - -DESCRIPTION="Nouveau DRM Kernel Modules for X11" -HOMEPAGE="http://nouveau.freedesktop.org/" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/master - -CONFIG_CHECK="~ACPI_VIDEO ~BACKLIGHT_CLASS_DEVICE ~DEBUG_FS !DRM ~FB_CFB_FILLRECT ~FB_CFB_COPYAREA ~FB_CFB_IMAGEBLIT ~FRAMEBUFFER_CONSOLE ~!FB_NVIDIA ~!FB_RIVA ~!FB_UVESA ~!FB_VGA16 ~I2C_ALGOBIT ~MXM_WMI ~VGA_ARB" - -pkg_setup() { - linux-mod_pkg_setup - if kernel_is lt 3 3; then - eerror "You need kernel 3.3 for this version of nouveau-drm" - die "Incompatible kernel version" - fi - elog "For newer kernels newer than 2.6.32 there is integrated nouveau DRM." - elog "Use that if you experience build issues." -} - -src_compile() { - set_arch_to_kernel - emake \ - LINUXDIR="${KERNEL_DIR}" \ - NOUVEAUROOTDIR="${PWD}" \ - -f "${FILESDIR}"/${PN}-20100212-Makefile \ - || die "Compiling kernel modules failed" -} - -src_install() { - insinto /lib/modules/${KV_FULL}/${PN} - doins drivers/gpu/drm/{*/,}*.ko || die "doins failed" -} |