summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-03-30 22:04:00 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-03-30 22:04:00 +0000
commit7a4e271f618e599ba51953e5215ec355f0fb8518 (patch)
tree1e295fb037c2c5e7cbcdaf5d6e7d98c9fb7a097b /app-portage
parentPruned old ebuilds. (diff)
downloadgentoo-2-7a4e271f618e599ba51953e5215ec355f0fb8518.tar.gz
gentoo-2-7a4e271f618e599ba51953e5215ec355f0fb8518.tar.bz2
gentoo-2-7a4e271f618e599ba51953e5215ec355f0fb8518.zip
Removed collision-protect warning
(Portage version: 2.0.54)
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/g-cpan/ChangeLog7
-rw-r--r--app-portage/g-cpan/Manifest16
-rw-r--r--app-portage/g-cpan/g-cpan-0.13.02.ebuild13
3 files changed, 10 insertions, 26 deletions
diff --git a/app-portage/g-cpan/ChangeLog b/app-portage/g-cpan/ChangeLog
index ff3969b9892a..94ef664dd11a 100644
--- a/app-portage/g-cpan/ChangeLog
+++ b/app-portage/g-cpan/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-portage/g-cpan
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/g-cpan/ChangeLog,v 1.9 2005/07/05 10:09:35 mcummings Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-portage/g-cpan/ChangeLog,v 1.10 2006/03/30 22:04:00 mcummings Exp $
+
+ 30 Mar 2006; <mcummings@gentoo.org> g-cpan-0.13.02.ebuild:
+ Removed collision-protect warning
05 Jul 2005; Michael Cummings <mcummings@gentoo.org> g-cpan-0.13.02.ebuild:
Unmasking because the -l and -u functions were comopletely broken in the .01
diff --git a/app-portage/g-cpan/Manifest b/app-portage/g-cpan/Manifest
index 449334cffbaf..fafd28e396e1 100644
--- a/app-portage/g-cpan/Manifest
+++ b/app-portage/g-cpan/Manifest
@@ -1,16 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 03f6996d46ff4d74e0c60ff524676983 g-cpan-0.13.01.ebuild 1175
-MD5 df9ba9ec19fc21b0e1c76cfd178d43c7 g-cpan-0.13.02.ebuild 1153
MD5 c5e3e2d89693ec2437933fc2f6fec1e4 ChangeLog 2353
-MD5 9096a6a8640284b43070891d64ee698f metadata.xml 220
MD5 c95f7e47844d83e0e6207555c5882387 files/digest-g-cpan-0.13.01 65
MD5 70a698f75ab6364836fa00a3b416a7b5 files/digest-g-cpan-0.13.02 65
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFDLLE4V3J2n04EauwRAh6rAKCjL4OgLBqESp7Fps6tjVR77FigYACgoVrc
-14IiqpXROiWVct43xIyEHeE=
-=q1Rd
------END PGP SIGNATURE-----
+MD5 03f6996d46ff4d74e0c60ff524676983 g-cpan-0.13.01.ebuild 1175
+MD5 2f29565241e8482cf52d28c23a9f3118 g-cpan-0.13.02.ebuild 831
+MD5 9096a6a8640284b43070891d64ee698f metadata.xml 220
diff --git a/app-portage/g-cpan/g-cpan-0.13.02.ebuild b/app-portage/g-cpan/g-cpan-0.13.02.ebuild
index 3dadf6f896b7..80734bf72805 100644
--- a/app-portage/g-cpan/g-cpan-0.13.02.ebuild
+++ b/app-portage/g-cpan/g-cpan-0.13.02.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/g-cpan/g-cpan-0.13.02.ebuild,v 1.2 2005/07/05 10:09:35 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/g-cpan/g-cpan-0.13.02.ebuild,v 1.3 2006/03/30 22:04:00 mcummings Exp $
DESCRIPTION="g-cpan: generate and install CPAN modules using portage"
HOMEPAGE="http://dev.gentoo.org/~mcummings/"
@@ -13,15 +13,6 @@ IUSE=""
DEPEND="dev-lang/perl"
-pkg_setup() {
- if hasq collision-protect $FEATURES; then
- ewarn "This ebuild will fail with collision-protect in place."
- ewarn "This ebuild is replacing a package that was previously"
- ewarn "bundled with portage directly. Please disable "
- ewarn "collision-protect for the installation of this package."
- die
- fi
-}
src_unpack() {
unpack ${A}
cd ${S}