diff options
author | Torsten Veller <tove@gentoo.org> | 2010-06-06 12:44:28 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-06-06 12:44:28 +0000 |
commit | 674beec9a61787d550b5818d0e6e964df782c3f8 (patch) | |
tree | 97b6bfe5942a42918e0c9a707318ae020d4aec0c /dev-perl/namespace-clean | |
parent | Fix testsuite wrt #320791 by Diego E. Pettenò. (diff) | |
download | historical-674beec9a61787d550b5818d0e6e964df782c3f8.tar.gz historical-674beec9a61787d550b5818d0e6e964df782c3f8.tar.bz2 historical-674beec9a61787d550b5818d0e6e964df782c3f8.zip |
Version bump
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/namespace-clean')
-rw-r--r-- | dev-perl/namespace-clean/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/namespace-clean/namespace-clean-0.17.ebuild | 24 |
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-perl/namespace-clean/ChangeLog b/dev-perl/namespace-clean/ChangeLog index 3f81ee65fd28..272a6695c6b4 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/namespace-clean/ChangeLog,v 1.7 2010/03/19 06:52:46 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/namespace-clean/ChangeLog,v 1.8 2010/06/06 12:44:28 tove Exp $ + +*namespace-clean-0.17 (06 Jun 2010) + + 06 Jun 2010; Torsten Veller <tove@gentoo.org> + +namespace-clean-0.17.ebuild: + Version bump *namespace-clean-0.14 (19 Mar 2010) diff --git a/dev-perl/namespace-clean/namespace-clean-0.17.ebuild b/dev-perl/namespace-clean/namespace-clean-0.17.ebuild new file mode 100644 index 000000000000..f4926787126c --- /dev/null +++ b/dev-perl/namespace-clean/namespace-clean-0.17.ebuild @@ -0,0 +1,24 @@ +# 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.17.ebuild,v 1.1 2010/06/06 12:44:28 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 |