diff options
author | 2011-04-02 07:04:13 +0000 | |
---|---|---|
committer | 2011-04-02 07:04:13 +0000 | |
commit | 0d831c07e345717eca93b31d1fb7855437ffec9e (patch) | |
tree | c7ea06d34cfa855fc55c3f4455dcbd7f49f25cbd /dev-perl/namespace-clean | |
parent | Cleanup (diff) | |
download | gentoo-2-0d831c07e345717eca93b31d1fb7855437ffec9e.tar.gz gentoo-2-0d831c07e345717eca93b31d1fb7855437ffec9e.tar.bz2 gentoo-2-0d831c07e345717eca93b31d1fb7855437ffec9e.zip |
Cleanup
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/namespace-clean')
-rw-r--r-- | dev-perl/namespace-clean/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/namespace-clean/namespace-clean-0.18.ebuild | 24 |
2 files changed, 4 insertions, 25 deletions
diff --git a/dev-perl/namespace-clean/ChangeLog b/dev-perl/namespace-clean/ChangeLog index 0ff7d035195d..d84fa74c2084 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/namespace-clean/ChangeLog,v 1.13 2011/03/27 08:43:35 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/namespace-clean/ChangeLog,v 1.14 2011/04/02 07:04:13 tove Exp $ + + 02 Apr 2011; Torsten Veller <tove@gentoo.org> -namespace-clean-0.18.ebuild: + Cleanup 27 Mar 2011; Torsten Veller <tove@gentoo.org> namespace-clean-0.200.ebuild: Stable on x86 (#350853) diff --git a/dev-perl/namespace-clean/namespace-clean-0.18.ebuild b/dev-perl/namespace-clean/namespace-clean-0.18.ebuild deleted file mode 100644 index 787a59c3007a..000000000000 --- a/dev-perl/namespace-clean/namespace-clean-0.18.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2010 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.18.ebuild,v 1.1 2010/06/16 07:33:34 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=FLORA -inherit perl-module - -DESCRIPTION="Keep imports and functions out of your namespace" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=">=dev-perl/Package-Stash-0.03 - >=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 |