summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2010-08-12 09:56:15 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2010-08-12 09:56:15 +0000
commit80d955edbdfebe503bb444d348e922e21bf8f4a7 (patch)
tree803c4e461120ea09bffcc62803de3eddb897c3d2 /x11-base
parentNew snapshot. (diff)
downloadgentoo-2-80d955edbdfebe503bb444d348e922e21bf8f4a7.tar.gz
gentoo-2-80d955edbdfebe503bb444d348e922e21bf8f4a7.tar.bz2
gentoo-2-80d955edbdfebe503bb444d348e922e21bf8f4a7.zip
New snapshot. Remove old.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-base')
-rw-r--r--x11-base/nouveau-drm/ChangeLog9
-rw-r--r--x11-base/nouveau-drm/nouveau-drm-20100226.ebuild50
-rw-r--r--x11-base/nouveau-drm/nouveau-drm-20100811.ebuild (renamed from x11-base/nouveau-drm/nouveau-drm-20100316.ebuild)12
3 files changed, 13 insertions, 58 deletions
diff --git a/x11-base/nouveau-drm/ChangeLog b/x11-base/nouveau-drm/ChangeLog
index 315002922afc..a1eb6394d392 100644
--- a/x11-base/nouveau-drm/ChangeLog
+++ b/x11-base/nouveau-drm/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for x11-base/nouveau-drm
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-base/nouveau-drm/ChangeLog,v 1.10 2010/05/21 12:15:49 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-base/nouveau-drm/ChangeLog,v 1.11 2010/08/12 09:56:15 chithanh Exp $
+
+*nouveau-drm-20100811 (12 Aug 2010)
+
+ 12 Aug 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ -nouveau-drm-20100226.ebuild, -nouveau-drm-20100316.ebuild,
+ +nouveau-drm-20100811.ebuild:
+ New snapshot. Remove old.
*nouveau-drm-20100520 (21 May 2010)
diff --git a/x11-base/nouveau-drm/nouveau-drm-20100226.ebuild b/x11-base/nouveau-drm/nouveau-drm-20100226.ebuild
deleted file mode 100644
index 73b817ffd166..000000000000
--- a/x11-base/nouveau-drm/nouveau-drm-20100226.ebuild
+++ /dev/null
@@ -1,50 +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-20100226.ebuild,v 1.2 2010/03/16 04:21:47 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="virtual/linux-sources"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/master
-
-CONFIG_CHECK="~BACKLIGHT_CLASS_DEVICE ~DEBUG_FS !DRM ~FB_CFB_FILLRECT ~FB_CFB_COPYAREA ~FB_CFB_IMAGEBLIT ~FRAMEBUFFER_CONSOLE ~!FB_UVESA ~I2C_ALGOBIT ~VGA_ARB"
-
-pkg_setup() {
- linux-mod_pkg_setup
- if kernel_is lt 2 6 32; then
- eerror "You need kernel 2.6.32 for nouveau-drm"
- die "Incompatible kernel version"
- fi
- if kernel_is ge 2 6 33; then
- elog "For newer kernels newer than 2.6.32 there is integrated nouveau DRM."
- elog "Use that if you experience build issues."
- fi
-}
-
-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-20100316.ebuild b/x11-base/nouveau-drm/nouveau-drm-20100811.ebuild
index 4858ec29b3bf..512ba3c4e34d 100644
--- a/x11-base/nouveau-drm/nouveau-drm-20100316.ebuild
+++ b/x11-base/nouveau-drm/nouveau-drm-20100811.ebuild
@@ -1,6 +1,6 @@
# 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-20100316.ebuild,v 1.2 2010/03/23 19:43:37 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-base/nouveau-drm/nouveau-drm-20100811.ebuild,v 1.1 2010/08/12 09:56:15 chithanh Exp $
EAPI=2
@@ -25,14 +25,12 @@ CONFIG_CHECK="~BACKLIGHT_CLASS_DEVICE ~DEBUG_FS !DRM ~FB_CFB_FILLRECT ~FB_CFB_CO
pkg_setup() {
linux-mod_pkg_setup
- if kernel_is lt 2 6 32; then
- eerror "You need kernel 2.6.32 for nouveau-drm"
+ 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
- if kernel_is ge 2 6 33; then
- elog "For newer kernels newer than 2.6.32 there is integrated nouveau DRM."
- elog "Use that if you experience build issues."
- 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() {