diff options
author | Torsten Veller <tove@gentoo.org> | 2011-01-13 20:12:45 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-01-13 20:12:45 +0000 |
commit | 1a320c9f96767499c38f17d9990532bc08d4f77c (patch) | |
tree | c64637f2eac501d3e8cf3ae130332172748dbab2 /dev-perl/namespace-clean | |
parent | ppc stable, mark ~ppc64 wrt #332415 (diff) | |
download | gentoo-2-1a320c9f96767499c38f17d9990532bc08d4f77c.tar.gz gentoo-2-1a320c9f96767499c38f17d9990532bc08d4f77c.tar.bz2 gentoo-2-1a320c9f96767499c38f17d9990532bc08d4f77c.zip |
Version bump
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/namespace-clean')
-rw-r--r-- | dev-perl/namespace-clean/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/namespace-clean/namespace-clean-0.200.ebuild | 25 |
2 files changed, 32 insertions, 2 deletions
diff --git a/dev-perl/namespace-clean/ChangeLog b/dev-perl/namespace-clean/ChangeLog index 8513943882f4..39c393c42b0b 100644 --- a/dev-perl/namespace-clean/ChangeLog +++ b/dev-perl/namespace-clean/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/namespace-clean -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/namespace-clean/ChangeLog,v 1.10 2010/08/13 07:33:29 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/namespace-clean/ChangeLog,v 1.11 2011/01/13 20:12:45 tove Exp $ + +*namespace-clean-0.200 (13 Jan 2011) + + 13 Jan 2011; Torsten Veller <tove@gentoo.org> +namespace-clean-0.200.ebuild: + Version bump 13 Aug 2010; Torsten Veller <tove@gentoo.org> -namespace-clean-0.13.ebuild, -namespace-clean-0.14.ebuild, diff --git a/dev-perl/namespace-clean/namespace-clean-0.200.ebuild b/dev-perl/namespace-clean/namespace-clean-0.200.ebuild new file mode 100644 index 000000000000..168833a89aa6 --- /dev/null +++ b/dev-perl/namespace-clean/namespace-clean-0.200.ebuild @@ -0,0 +1,25 @@ +# 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.1 2011/01/13 20:12:45 tove 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 ~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 |