summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-06-18 13:36:36 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-06-18 13:36:36 +0000
commit6c42bb541e1a4cb4fba9c9a1fa7a3e4502faa5fe (patch)
treed7ea67ec0a6975e95b68539deacd6071e51a1764 /x11-drivers/xf86-video-nouveau
parentamd64/x86 stable wrt bug #473694 (diff)
downloadgentoo-2-6c42bb541e1a4cb4fba9c9a1fa7a3e4502faa5fe.tar.gz
gentoo-2-6c42bb541e1a4cb4fba9c9a1fa7a3e4502faa5fe.tar.bz2
gentoo-2-6c42bb541e1a4cb4fba9c9a1fa7a3e4502faa5fe.zip
Version bump.
(Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-drivers/xf86-video-nouveau')
-rw-r--r--x11-drivers/xf86-video-nouveau/ChangeLog8
-rw-r--r--x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.8.ebuild21
2 files changed, 28 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-nouveau/ChangeLog b/x11-drivers/xf86-video-nouveau/ChangeLog
index 2934f53957fb..7c6e6297bd82 100644
--- a/x11-drivers/xf86-video-nouveau/ChangeLog
+++ b/x11-drivers/xf86-video-nouveau/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-drivers/xf86-video-nouveau
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog,v 1.61 2013/03/28 13:04:38 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog,v 1.62 2013/06/18 13:36:36 chithanh Exp $
+
+*xf86-video-nouveau-1.0.8 (18 Jun 2013)
+
+ 18 Jun 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xf86-video-nouveau-1.0.8.ebuild:
+ Version bump.
*xf86-video-nouveau-1.0.7 (28 Mar 2013)
diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.8.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.8.ebuild
new file mode 100644
index 000000000000..624eaa2d29f5
--- /dev/null
+++ b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.8.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2013 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-1.0.8.ebuild,v 1.1 2013/06/18 13:36:36 chithanh Exp $
+
+EAPI=5
+XORG_DRI="always"
+inherit xorg-2
+
+if [[ ${PV} == 9999* ]]; then
+ EGIT_REPO_URI="git://anongit.freedesktop.org/git/nouveau/${PN}"
+ SRC_URI=""
+fi
+
+DESCRIPTION="Accelerated Open Source driver for nVidia cards"
+HOMEPAGE="http://nouveau.freedesktop.org/"
+
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND=">=x11-libs/libdrm-2.4.34[video_cards_nouveau]"
+DEPEND="${RDEPEND}"