diff options
author | Torsten Veller <tove@gentoo.org> | 2010-01-17 10:41:48 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-01-17 10:41:48 +0000 |
commit | 52b9b20dcb3a28c2a91b8c4c2317ba73b1a07e59 (patch) | |
tree | 9713c8530c330df7eda164aac4734d05c065484e /dev-perl | |
parent | Version bump (diff) | |
download | gentoo-2-52b9b20dcb3a28c2a91b8c4c2317ba73b1a07e59.tar.gz gentoo-2-52b9b20dcb3a28c2a91b8c4c2317ba73b1a07e59.tar.bz2 gentoo-2-52b9b20dcb3a28c2a91b8c4c2317ba73b1a07e59.zip |
Version bump
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/namespace-clean/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/namespace-clean/namespace-clean-0.13.ebuild | 21 |
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-perl/namespace-clean/ChangeLog b/dev-perl/namespace-clean/ChangeLog index c5dd05702e63..567a53a56cdc 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/namespace-clean/ChangeLog,v 1.4 2009/03/13 12:16:48 tove Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/namespace-clean/ChangeLog,v 1.5 2010/01/17 10:41:48 tove Exp $ + +*namespace-clean-0.13 (17 Jan 2010) + + 17 Jan 2010; Torsten Veller <tove@gentoo.org> + +namespace-clean-0.13.ebuild: + Version bump 13 Mar 2009; Torsten Veller <tove@gentoo.org> -namespace-clean-0.09.ebuild, -namespace-clean-0.10.ebuild: diff --git a/dev-perl/namespace-clean/namespace-clean-0.13.ebuild b/dev-perl/namespace-clean/namespace-clean-0.13.ebuild new file mode 100644 index 000000000000..849f2d0128eb --- /dev/null +++ b/dev-perl/namespace-clean/namespace-clean-0.13.ebuild @@ -0,0 +1,21 @@ +# 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.13.ebuild,v 1.1 2010/01/17 10:41:48 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=FLORA +inherit perl-module + +DESCRIPTION="Keep imports and functions out of your namespace" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-perl/Sub-Identify-0.04 + >=dev-perl/Sub-Name-0.04 + >=dev-perl/B-Hooks-EndOfScope-0.07" +DEPEND="${RDEPEND}" + +SRC_TEST=do |