diff options
author | Torsten Veller <tove@gentoo.org> | 2012-12-08 08:27:12 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-12-08 08:27:12 +0000 |
commit | 72acc33c1f0cb385762f497c2a819db5b7b84fb7 (patch) | |
tree | 5a7f0f8c28f57f758b3d66830dba7deaf3793191 /dev-perl | |
parent | Fix dependencies. Suggested by Arfrever (diff) | |
download | gentoo-2-72acc33c1f0cb385762f497c2a819db5b7b84fb7.tar.gz gentoo-2-72acc33c1f0cb385762f497c2a819db5b7b84fb7.tar.bz2 gentoo-2-72acc33c1f0cb385762f497c2a819db5b7b84fb7.zip |
[bump] dev-perl/namespace-clean-0.240.0
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/namespace-clean/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/namespace-clean/namespace-clean-0.240.0.ebuild | 28 |
2 files changed, 35 insertions, 1 deletions
diff --git a/dev-perl/namespace-clean/ChangeLog b/dev-perl/namespace-clean/ChangeLog index 1c992c5d1726..bf024c93f972 100644 --- a/dev-perl/namespace-clean/ChangeLog +++ b/dev-perl/namespace-clean/ChangeLog @@ -1,6 +1,12 @@ # 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.27 2012/09/01 12:03:38 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/namespace-clean/ChangeLog,v 1.28 2012/12/08 08:27:12 tove Exp $ + +*namespace-clean-0.240.0 (08 Dec 2012) + + 08 Dec 2012; Torsten Veller <tove@gentoo.org> + +namespace-clean-0.240.0.ebuild: + Version bump 01 Sep 2012; Fabian Groffen <grobian@gentoo.org> namespace-clean-0.230.0.ebuild: diff --git a/dev-perl/namespace-clean/namespace-clean-0.240.0.ebuild b/dev-perl/namespace-clean/namespace-clean-0.240.0.ebuild new file mode 100644 index 000000000000..36cbf6a2e204 --- /dev/null +++ b/dev-perl/namespace-clean/namespace-clean-0.240.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2012 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.240.0.ebuild,v 1.1 2012/12/08 08:27:12 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=RIBASUSHI +MODULE_VERSION=0.24 +inherit perl-module + +DESCRIPTION="Keep imports and functions out of your namespace" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + >=dev-perl/B-Hooks-EndOfScope-0.120.0 + >=dev-perl/Package-Stash-0.220.0 +" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.310.0 + test? ( + >=virtual/perl-Test-Simple-0.880.0 + ) +" + +SRC_TEST=do |