summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-01-07 22:55:58 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-01-07 22:55:58 +0000
commit7dd6046ff2e10fb7633d324827b3fa0e0dafc230 (patch)
treecbf09b626b0e60b97498b1d46fe0d4f9c3993c37 /x11-drivers/xf86-video-nouveau
parentold (diff)
downloadgentoo-2-7dd6046ff2e10fb7633d324827b3fa0e0dafc230.tar.gz
gentoo-2-7dd6046ff2e10fb7633d324827b3fa0e0dafc230.tar.bz2
gentoo-2-7dd6046ff2e10fb7633d324827b3fa0e0dafc230.zip
Version bump. Remove old.
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-drivers/xf86-video-nouveau')
-rw-r--r--x11-drivers/xf86-video-nouveau/ChangeLog15
-rw-r--r--x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20111109.ebuild33
-rw-r--r--x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20120305.ebuild33
-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-0.0.16_pre20120508.ebuild32
-rw-r--r--x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.1.ebuild31
-rw-r--r--x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.2.ebuild31
-rw-r--r--x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.6.ebuild19
8 files changed, 32 insertions, 195 deletions
diff --git a/x11-drivers/xf86-video-nouveau/ChangeLog b/x11-drivers/xf86-video-nouveau/ChangeLog
index e2e3b1d414fe..860d1a089b1e 100644
--- a/x11-drivers/xf86-video-nouveau/ChangeLog
+++ b/x11-drivers/xf86-video-nouveau/ChangeLog
@@ -1,6 +1,17 @@
# ChangeLog for x11-drivers/xf86-video-nouveau
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog,v 1.58 2012/12/08 17:11:24 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog,v 1.59 2013/01/07 22:55:58 chithanh Exp $
+
+*xf86-video-nouveau-1.0.6 (07 Jan 2013)
+
+ 07 Jan 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xf86-video-nouveau-1.0.6.ebuild,
+ -xf86-video-nouveau-0.0.16_pre20111109.ebuild,
+ -xf86-video-nouveau-0.0.16_pre20120305.ebuild,
+ -xf86-video-nouveau-0.0.16_pre20120322.ebuild,
+ -xf86-video-nouveau-0.0.16_pre20120508.ebuild,
+ -xf86-video-nouveau-1.0.1.ebuild, -xf86-video-nouveau-1.0.2.ebuild:
+ Version bump. Remove old.
08 Dec 2012; Agostino Sarubbo <ago@gentoo.org>
xf86-video-nouveau-1.0.4.ebuild:
diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20111109.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20111109.ebuild
deleted file mode 100644
index e65a4a90fa0a..000000000000
--- a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20111109.ebuild
+++ /dev/null
@@ -1,33 +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-0.0.16_pre20111109.ebuild,v 1.6 2012/05/11 00:35:39 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-0.0.16_pre20120305.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20120305.ebuild
deleted file mode 100644
index 4dc91682f3c3..000000000000
--- a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20120305.ebuild
+++ /dev/null
@@ -1,33 +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-0.0.16_pre20120305.ebuild,v 1.2 2012/05/11 00:35:39 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-0.0.16_pre20120322.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20120322.ebuild
deleted file mode 100644
index 049e1646a6b5..000000000000
--- a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20120322.ebuild
+++ /dev/null
@@ -1,33 +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-0.0.16_pre20120322.ebuild,v 1.6 2012/07/12 17:35:45 ranger 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-0.0.16_pre20120508.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20120508.ebuild
deleted file mode 100644
index 5b238e081aaa..000000000000
--- a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20120508.ebuild
+++ /dev/null
@@ -1,32 +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-0.0.16_pre20120508.ebuild,v 1.1 2012/05/11 00:35:39 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.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.1.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.1.ebuild
deleted file mode 100644
index 413d898309fb..000000000000
--- a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.1.ebuild
+++ /dev/null
@@ -1,31 +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.1.ebuild,v 1.1 2012/06/22 21:53:48 chithanh Exp $
-
-EAPI=4
-XORG_DRI="always"
-inherit linux-info xorg-2
-
-DESCRIPTION="Accelerated Open Source driver for nVidia cards"
-HOMEPAGE="http://nouveau.freedesktop.org/"
-SRC_URI="http://nouveau.freedesktop.org/release/${P}.tar.bz2"
-
-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"
-
-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.2.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.2.ebuild
deleted file mode 100644
index 366f5f4d2824..000000000000
--- a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.2.ebuild
+++ /dev/null
@@ -1,31 +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.2.ebuild,v 1.1 2012/09/13 09:56:50 chithanh Exp $
-
-EAPI=4
-XORG_DRI="always"
-inherit linux-info xorg-2
-
-DESCRIPTION="Accelerated Open Source driver for nVidia cards"
-HOMEPAGE="http://nouveau.freedesktop.org/"
-SRC_URI="http://nouveau.freedesktop.org/release/${P}.tar.bz2"
-
-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"
-
-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.6.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.6.ebuild
new file mode 100644
index 000000000000..e2f4bb0c5fda
--- /dev/null
+++ b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.6.ebuild
@@ -0,0 +1,19 @@
+# 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"