public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-base/nouveau-drm: nouveau-drm-20110415.ebuild ChangeLog
@ 2011-04-16 23:15 Chi-Thanh Christopher Nguyen (chithanh)
  0 siblings, 0 replies; only message in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2011-04-16 23:15 UTC (permalink / raw
  To: gentoo-commits

chithanh    11/04/16 23:15:12

  Modified:             ChangeLog
  Added:                nouveau-drm-20110415.ebuild
  Log:
  New snapshot.
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 x11-base/nouveau-drm/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-base/nouveau-drm/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-base/nouveau-drm/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-base/nouveau-drm/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-base/nouveau-drm/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	22 Nov 2010 16:32:26 -0000	1.15
+++ ChangeLog	16 Apr 2011 23:15:12 -0000	1.16
@@ -1,6 +1,12 @@
 # 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.15 2010/11/22 16:32:26 chithanh Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-base/nouveau-drm/ChangeLog,v 1.16 2011/04/16 23:15:12 chithanh Exp $
+
+*nouveau-drm-20110415 (16 Apr 2011)
+
+  16 Apr 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+  +nouveau-drm-20110415.ebuild:
+  New snapshot.
 
 *nouveau-drm-20101107 (22 Nov 2010)
 



1.1                  x11-base/nouveau-drm/nouveau-drm-20110415.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-base/nouveau-drm/nouveau-drm-20110415.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-base/nouveau-drm/nouveau-drm-20110415.ebuild?rev=1.1&content-type=text/plain

Index: nouveau-drm-20110415.ebuild
===================================================================
# 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-20110415.ebuild,v 1.1 2011/04/16 23:15:12 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"
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-04-16 23:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-16 23:15 [gentoo-commits] gentoo-x86 commit in x11-base/nouveau-drm: nouveau-drm-20110415.ebuild ChangeLog Chi-Thanh Christopher Nguyen (chithanh)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox