]> Pileus Git - ~andy/sunrise/commitdiff
x11-drivers/xf86-video-nouveau: new ebuilds for bug 253705
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
Mon, 5 Jan 2009 20:33:45 +0000 (20:33 +0000)
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
Mon, 5 Jan 2009 20:33:45 +0000 (20:33 +0000)
svn path=/sunrise/; revision=7592

x11-drivers/xf86-video-nouveau/ChangeLog [new file with mode: 0644]
x11-drivers/xf86-video-nouveau/Manifest [new file with mode: 0644]
x11-drivers/xf86-video-nouveau/metadata.xml [new file with mode: 0644]
x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.20090104.ebuild [new file with mode: 0644]
x11-drivers/xf86-video-nouveau/xf86-video-nouveau-9999.ebuild [new file with mode: 0644]

diff --git a/x11-drivers/xf86-video-nouveau/ChangeLog b/x11-drivers/xf86-video-nouveau/ChangeLog
new file mode 100644 (file)
index 0000000..82a7a75
--- /dev/null
@@ -0,0 +1,9 @@
+# ChangeLog for x11-drivers/xf86-video-nouveau
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  05 Jan 2009; Chi-Thanh Christopher Nguyen (chithead)
+  <chithanh@cs.tu-berlin.de> +xf86-video-nouveau-0.0.20090104.ebuild,
+  +xf86-video-nouveau-9999.ebuild, +metadata.xml:
+  new ebuilds for bug 253705
+
diff --git a/x11-drivers/xf86-video-nouveau/Manifest b/x11-drivers/xf86-video-nouveau/Manifest
new file mode 100644 (file)
index 0000000..62a149e
--- /dev/null
@@ -0,0 +1,4 @@
+EBUILD xf86-video-nouveau-0.0.20090104.ebuild 1149 RMD160 cf9ae9182089087af8e0a339e9ef1aedf5189507 SHA1 67d9b002cfab39b6f03382149fbe745cd653765d SHA256 1d7ad00f6d54df40ce2380580858081fedeebb2d499d3fee448933f2a8864022
+EBUILD xf86-video-nouveau-9999.ebuild 1090 RMD160 2576f45df6dc5ec7d8dc65601c86791665356949 SHA1 bddb38649c7f17ef34ffbd566026c172c6944531 SHA256 6f29a3c35f4b663699dafef63963fb46ac4433fd3af1e1774cc22eff8ac06798
+MISC ChangeLog 336 RMD160 b03f05a99db574e46e5d7fd7cdacb55c84b51e4c SHA1 a7102495c70d8c09a2976406d0030250a0634d10 SHA256 9c18a16890b069751cc504264167f307793ff3390701e5cec22b82fe18f98e13
+MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/x11-drivers/xf86-video-nouveau/metadata.xml b/x11-drivers/xf86-video-nouveau/metadata.xml
new file mode 100644 (file)
index 0000000..7e32869
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>maintainer-wanted</herd>
+</pkgmetadata>
diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.20090104.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.20090104.ebuild
new file mode 100644 (file)
index 0000000..0858e1b
--- /dev/null
@@ -0,0 +1,51 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+
+# Must be before x-modular eclass is inherited
+SNAPSHOT="yes"
+XDPVER=4
+
+inherit x-modular git
+
+EGIT_TREE="223c53078673093fe8642cf683dfdb8df86b4861"
+EGIT_REPO_URI="git://anongit.freedesktop.org/git/nouveau/${PN}"
+
+DESCRIPTION="Nouveau video driver"
+HOMEPAGE="http://nouveau.freedesktop.org/"
+SRC_URI=""
+
+LICENSE="MIT"
+KEYWORDS="~amd64"
+IUSE="dri"
+
+COMMON_DEPEND=">=x11-base/xorg-server-1.5
+       dri? ( x11-base/xorg-server[dri] )"
+DEPEND="${COMMON_DEPEND}
+       x11-misc/util-macros
+       x11-proto/fontsproto
+       x11-proto/randrproto
+       x11-proto/videoproto
+       x11-proto/xextproto
+       x11-proto/xproto
+       dri? ( x11-proto/glproto
+                       x11-proto/xf86driproto
+                       >=x11-libs/libdrm-2.4 )"
+
+# need x11-base/x11-drm until nouveau drm enters the kernel
+RDEPEND="${COMMON_DEPEND}
+       dri? ( >=x11-base/x11-drm-20070314[video_cards_nv] )"
+
+CONFIGURE_OPTIONS="$(use_enable dri)"
+
+src_unpack() {
+       x-modular_specs_check
+       x-modular_server_supports_drivers_check
+       x-modular_dri_check
+       git_src_unpack
+       cd "${S}"
+       x-modular_patch_source
+       x-modular_reconf_source
+}
diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-9999.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-9999.ebuild
new file mode 100644 (file)
index 0000000..590a4a9
--- /dev/null
@@ -0,0 +1,50 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+
+# Must be before x-modular eclass is inherited
+SNAPSHOT="yes"
+XDPVER=4
+
+inherit x-modular git
+
+EGIT_REPO_URI="git://anongit.freedesktop.org/git/nouveau/${PN}"
+
+DESCRIPTION="Nouveau video driver"
+HOMEPAGE="http://nouveau.freedesktop.org/"
+SRC_URI=""
+
+LICENSE="MIT"
+KEYWORDS=""
+IUSE="dri"
+
+COMMON_DEPEND=">=x11-base/xorg-server-1.5
+       dri? ( x11-base/xorg-server[dri] )"
+DEPEND="${COMMON_DEPEND}
+       x11-misc/util-macros
+       x11-proto/fontsproto
+       x11-proto/randrproto
+       x11-proto/videoproto
+       x11-proto/xextproto
+       x11-proto/xproto
+       dri? ( x11-proto/glproto
+                       x11-proto/xf86driproto
+                       >=x11-libs/libdrm-2.4 )"
+
+# need x11-base/x11-drm until nouveau drm enters the kernel
+RDEPEND="${COMMON_DEPEND}
+       dri? ( >=x11-base/x11-drm-20070314[video_cards_nv] )"
+
+CONFIGURE_OPTIONS="$(use_enable dri)"
+
+src_unpack() {
+       x-modular_specs_check
+       x-modular_server_supports_drivers_check
+       x-modular_dri_check
+       git_src_unpack
+       cd "${S}"
+       x-modular_patch_source
+       x-modular_reconf_source
+}