summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-11-10 17:31:20 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-11-10 17:31:20 +0000
commit04b09b5f762d17b3e62896b31e7ea27b5e6f43ce (patch)
tree91e065c0126077d31fc628ccef88386443a13a78 /x11-drivers
parentUpdated nomythtv patch for current git sources, by hal in bug #488494 (diff)
downloadgentoo-2-04b09b5f762d17b3e62896b31e7ea27b5e6f43ce.tar.gz
gentoo-2-04b09b5f762d17b3e62896b31e7ea27b5e6f43ce.tar.bz2
gentoo-2-04b09b5f762d17b3e62896b31e7ea27b5e6f43ce.zip
Version bump.
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-nouveau/ChangeLog11
-rw-r--r--x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20120322.ebuild33
-rw-r--r--x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.10.ebuild (renamed from x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.8.ebuild)2
-rw-r--r--x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.4.ebuild19
-rw-r--r--x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.6.ebuild19
-rw-r--r--x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.7.ebuild21
6 files changed, 11 insertions, 94 deletions
diff --git a/x11-drivers/xf86-video-nouveau/ChangeLog b/x11-drivers/xf86-video-nouveau/ChangeLog
index c45be5f70644..aec9f4eea22c 100644
--- a/x11-drivers/xf86-video-nouveau/ChangeLog
+++ b/x11-drivers/xf86-video-nouveau/ChangeLog
@@ -1,6 +1,15 @@
# 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.68 2013/10/08 05:06:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog,v 1.69 2013/11/10 17:31:20 chithanh Exp $
+
+*xf86-video-nouveau-1.0.10 (10 Nov 2013)
+
+ 10 Nov 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xf86-video-nouveau-1.0.10.ebuild,
+ -xf86-video-nouveau-0.0.16_pre20120322.ebuild,
+ -xf86-video-nouveau-1.0.4.ebuild, -xf86-video-nouveau-1.0.6.ebuild,
+ -xf86-video-nouveau-1.0.7.ebuild, -xf86-video-nouveau-1.0.8.ebuild:
+ Version bump.
08 Oct 2013; Agostino Sarubbo <ago@gentoo.org>
xf86-video-nouveau-1.0.9.ebuild:
diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20120322.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20120322.ebuild
deleted file mode 100644
index 7bf9475a9792..000000000000
--- a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20120322.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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-0.0.16_pre20120322.ebuild,v 1.8 2013/01/08 16:59:15 chithanh Exp $
-
-EAPI=4
-XORG_EAUTORECONF="yes"
-XORG_DRI="always"
-inherit linux-info xorg-2
-
-DESCRIPTION="Accelerated Open Source driver for nVidia cards"
-HOMEPAGE="http://nouveau.freedesktop.org/"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/libdrm-2.4.24[video_cards_nouveau]
- <x11-libs/libdrm-2.4.34[video_cards_nouveau]"
-DEPEND="${RDEPEND}
- x11-proto/glproto
- x11-proto/xf86driproto
- x11-proto/dri2proto"
-
-pkg_postinst() {
- xorg-2_pkg_postinst
- if ! has_version x11-base/nouveau-drm; then
- if ! linux_config_exists || ! linux_chkconfig_present DRM_NOUVEAU; then
- ewarn "Nouveau DRM not detected. If you want any kind of"
- ewarn "acceleration with nouveau, enable CONFIG_DRM_NOUVEAU"
- ewarn "in the kernel."
- fi
- fi
-}
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.10.ebuild
index 624eaa2d29f5..64eb0b6f5136 100644
--- a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.8.ebuild
+++ b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.10.ebuild
@@ -1,6 +1,6 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.10.ebuild,v 1.1 2013/11/10 17:31:20 chithanh Exp $
EAPI=5
XORG_DRI="always"
diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.4.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.4.ebuild
deleted file mode 100644
index d25014fb29d8..000000000000
--- a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.4.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2012 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.4.ebuild,v 1.5 2012/12/08 17:11:24 ago Exp $
-
-EAPI=4
-XORG_DRI="always"
-inherit xorg-2
-
-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}
- x11-proto/glproto
- x11-proto/xf86driproto
- x11-proto/dri2proto"
diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.6.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.6.ebuild
deleted file mode 100644
index e2f4bb0c5fda..000000000000
--- a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.6.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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.6.ebuild,v 1.1 2013/01/07 22:55:58 chithanh Exp $
-
-EAPI=4
-XORG_DRI="always"
-inherit xorg-2
-
-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}
- x11-proto/glproto
- x11-proto/xf86driproto
- x11-proto/dri2proto"
diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.7.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.7.ebuild
deleted file mode 100644
index 0cc30682b6b1..000000000000
--- a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.7.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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.7.ebuild,v 1.1 2013/03/28 13:04:38 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}"