summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-04-21 18:59:47 +0000
committerTorsten Veller <tove@gentoo.org>2012-04-21 18:59:47 +0000
commitdedd052654fc4437f37c56d7f9e5cb0ba35d2811 (patch)
treee8c9382bccc3e406cec33f09e3615271cd3287fe /dev-perl/namespace-clean
parentCleanup (diff)
downloadgentoo-2-dedd052654fc4437f37c56d7f9e5cb0ba35d2811.tar.gz
gentoo-2-dedd052654fc4437f37c56d7f9e5cb0ba35d2811.tar.bz2
gentoo-2-dedd052654fc4437f37c56d7f9e5cb0ba35d2811.zip
Cleanup
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/namespace-clean')
-rw-r--r--dev-perl/namespace-clean/ChangeLog5
-rw-r--r--dev-perl/namespace-clean/namespace-clean-0.200.ebuild25
2 files changed, 4 insertions, 26 deletions
diff --git a/dev-perl/namespace-clean/ChangeLog b/dev-perl/namespace-clean/ChangeLog
index e0c701621137..164f21a43555 100644
--- a/dev-perl/namespace-clean/ChangeLog
+++ b/dev-perl/namespace-clean/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/namespace-clean
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/namespace-clean/ChangeLog,v 1.23 2012/04/16 21:19:05 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/namespace-clean/ChangeLog,v 1.24 2012/04/21 18:59:47 tove Exp $
+
+ 21 Apr 2012; Torsten Veller <tove@gentoo.org> -namespace-clean-0.200.ebuild:
+ Cleanup
16 Apr 2012; Brent Baude <ranger@gentoo.org> namespace-clean-0.210.0.ebuild:
Marking namespace-clean-0.210.0 ppc for bug 400307
diff --git a/dev-perl/namespace-clean/namespace-clean-0.200.ebuild b/dev-perl/namespace-clean/namespace-clean-0.200.ebuild
deleted file mode 100644
index adfe56b3f2cc..000000000000
--- a/dev-perl/namespace-clean/namespace-clean-0.200.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/namespace-clean/namespace-clean-0.200.ebuild,v 1.4 2011/08/13 09:09:09 xarthisius Exp $
-
-EAPI=3
-
-MODULE_AUTHOR=FLORA
-MODULE_VERSION=0.20
-inherit perl-module
-
-DESCRIPTION="Keep imports and functions out of your namespace"
-
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="test"
-
-RDEPEND=">=dev-perl/Package-Stash-0.220
- >=dev-perl/Sub-Identify-0.04
- >=dev-perl/Sub-Name-0.04
- >=dev-perl/B-Hooks-EndOfScope-0.07"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.31
- test? ( >=virtual/perl-Test-Simple-0.88 )"
-
-SRC_TEST=do