summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2011-01-09 14:19:57 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2011-01-09 14:19:57 +0000
commitb026e5f91a9b9e7a89240bcab920d5cdf577aa45 (patch)
tree1e8457ff0fb00ebe87083bbebd85f23920f2d417 /x11-drivers/xf86-video-nouveau
parentMarking php-5.3.5 ppc for bug 350908 (diff)
downloadgentoo-2-b026e5f91a9b9e7a89240bcab920d5cdf577aa45.tar.gz
gentoo-2-b026e5f91a9b9e7a89240bcab920d5cdf577aa45.tar.bz2
gentoo-2-b026e5f91a9b9e7a89240bcab920d5cdf577aa45.zip
Remove old snapshots
(Portage version: 2.2.0_alpha7/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-video-nouveau')
-rw-r--r--x11-drivers/xf86-video-nouveau/ChangeLog10
-rw-r--r--x11-drivers/xf86-video-nouveau/metadata.xml4
-rw-r--r--x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20100615.ebuild46
-rw-r--r--x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20100807.ebuild45
-rw-r--r--x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20100819.ebuild45
5 files changed, 8 insertions, 142 deletions
diff --git a/x11-drivers/xf86-video-nouveau/ChangeLog b/x11-drivers/xf86-video-nouveau/ChangeLog
index 5e223a85336c..c4f36a282e00 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-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog,v 1.19 2010/12/25 20:22:33 fauli Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog,v 1.20 2011/01/09 14:19:57 chithanh Exp $
+
+ 09 Jan 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ -xf86-video-nouveau-0.0.16_pre20100615.ebuild,
+ -xf86-video-nouveau-0.0.16_pre20100807.ebuild,
+ -xf86-video-nouveau-0.0.16_pre20100819.ebuild, metadata.xml:
+ Remove old snapshots
25 Dec 2010; Christian Faulhammer <fauli@gentoo.org>
xf86-video-nouveau-0.0.16_pre20101010.ebuild:
diff --git a/x11-drivers/xf86-video-nouveau/metadata.xml b/x11-drivers/xf86-video-nouveau/metadata.xml
index 40a4ce953dab..01c4c004e735 100644
--- a/x11-drivers/xf86-video-nouveau/metadata.xml
+++ b/x11-drivers/xf86-video-nouveau/metadata.xml
@@ -1,9 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer>
- <email>chithanh@gentoo.org</email>
- <name>Chí-Thanh Christopher Nguyễn</name>
-</maintainer>
<herd>x11</herd>
</pkgmetadata>
diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20100615.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20100615.ebuild
deleted file mode 100644
index f65a808f2216..000000000000
--- a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20100615.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2010 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_pre20100615.ebuild,v 1.5 2010/12/11 10:22:22 chithanh Exp $
-
-EAPI=2
-SNAPSHOT="yes"
-inherit linux-info x-modular
-
-DESCRIPTION="Accelerated Open Source driver for nVidia cards"
-HOMEPAGE="http://nouveau.freedesktop.org/"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=x11-base/xorg-server-1.7[-minimal]
- || (
- =x11-libs/libdrm-2.4.20-r1
- <x11-libs/libdrm-2.4.23[video_cards_nouveau]
- )"
-
-DEPEND="${RDEPEND}
- x11-proto/dri2proto
- x11-proto/fontsproto
- x11-proto/randrproto
- x11-proto/renderproto
- x11-proto/videoproto
- x11-proto/xextproto
- x11-proto/xf86driproto
- x11-proto/xproto"
-
-pkg_postinst() {
- x-modular_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, emerge x11-base/nouveau-drm or"
- ewarn "enable CONFIG_DRM_NOUVEAU in the kernel."
- fi
- if kernel_is 2 6 33; then
- ewarn "Nouveau DRM in kernel 2.6.33 is API incompatible to"
- ewarn ">=x11-libs/libdrm-2.4.18, please use x11-base/nouveau-drm"
- ewarn "or kernel 2.6.34 instead."
- fi
- fi
-}
diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20100807.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20100807.ebuild
deleted file mode 100644
index 20288c2bfd9e..000000000000
--- a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20100807.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2010 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_pre20100807.ebuild,v 1.4 2010/12/11 10:22:22 chithanh Exp $
-
-EAPI=2
-SNAPSHOT="yes"
-inherit linux-info x-modular
-
-DESCRIPTION="Accelerated Open Source driver for nVidia cards"
-HOMEPAGE="http://nouveau.freedesktop.org/"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=x11-base/xorg-server-1.7[-minimal]
- || (
- =x11-libs/libdrm-2.4.20-r1
- <x11-libs/libdrm-2.4.23[video_cards_nouveau]
- )"
-
-DEPEND="${RDEPEND}
- x11-proto/dri2proto
- x11-proto/fontsproto
- x11-proto/randrproto
- x11-proto/renderproto
- x11-proto/videoproto
- x11-proto/xextproto
- x11-proto/xf86driproto
- x11-proto/xproto"
-
-pkg_postinst() {
- x-modular_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, emerge x11-base/nouveau-drm or"
- ewarn "enable CONFIG_DRM_NOUVEAU in the kernel."
- fi
- if kernel_is 2 6 33; then
- ewarn "Nouveau DRM in kernel 2.6.33 is API incompatible to"
- ewarn ">=x11-libs/libdrm-2.4.18, please use kernel 2.6.34 or later."
- fi
- fi
-}
diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20100819.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20100819.ebuild
deleted file mode 100644
index 53b03ab8806e..000000000000
--- a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20100819.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2010 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_pre20100819.ebuild,v 1.4 2010/12/11 10:22:22 chithanh Exp $
-
-EAPI=2
-SNAPSHOT="yes"
-inherit linux-info x-modular
-
-DESCRIPTION="Accelerated Open Source driver for nVidia cards"
-HOMEPAGE="http://nouveau.freedesktop.org/"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=x11-base/xorg-server-1.7[-minimal]
- || (
- =x11-libs/libdrm-2.4.20-r1
- <x11-libs/libdrm-2.4.23[video_cards_nouveau]
- )"
-
-DEPEND="${RDEPEND}
- x11-proto/dri2proto
- x11-proto/fontsproto
- x11-proto/randrproto
- x11-proto/renderproto
- x11-proto/videoproto
- x11-proto/xextproto
- x11-proto/xf86driproto
- x11-proto/xproto"
-
-pkg_postinst() {
- x-modular_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, emerge x11-base/nouveau-drm or"
- ewarn "enable CONFIG_DRM_NOUVEAU in the kernel."
- fi
- if kernel_is 2 6 33; then
- ewarn "Nouveau DRM in kernel 2.6.33 is API incompatible to"
- ewarn ">=x11-libs/libdrm-2.4.18, please use kernel 2.6.34 or later."
- fi
- fi
-}