diff options
author | Torsten Veller <tove@gentoo.org> | 2009-02-20 21:39:52 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-02-20 21:39:52 +0000 |
commit | 2b7c3662535739f8cfdeb5d9efea84c719258634 (patch) | |
tree | 43dd32b45cacd9d83186607937fc5392de5e558e /dev-perl/namespace-clean | |
parent | Version bump (diff) | |
download | gentoo-2-2b7c3662535739f8cfdeb5d9efea84c719258634.tar.gz gentoo-2-2b7c3662535739f8cfdeb5d9efea84c719258634.tar.bz2 gentoo-2-2b7c3662535739f8cfdeb5d9efea84c719258634.zip |
Version bump
(Portage version: 2.2_rc23/cvs/Linux i686)
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.10.ebuild | 19 |
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-perl/namespace-clean/ChangeLog b/dev-perl/namespace-clean/ChangeLog index 4775dfd1294c..daf2893e9da7 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.1 2009/01/15 10:50:52 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/namespace-clean/ChangeLog,v 1.2 2009/02/20 21:39:52 tove Exp $ + +*namespace-clean-0.10 (20 Feb 2009) + + 20 Feb 2009; Torsten Veller <tove@gentoo.org> + +namespace-clean-0.10.ebuild: + Version bump *namespace-clean-0.09 (15 Jan 2009) diff --git a/dev-perl/namespace-clean/namespace-clean-0.10.ebuild b/dev-perl/namespace-clean/namespace-clean-0.10.ebuild new file mode 100644 index 000000000000..56ba1f366538 --- /dev/null +++ b/dev-perl/namespace-clean/namespace-clean-0.10.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 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.10.ebuild,v 1.1 2009/02/20 21:39:52 tove Exp $ + +MODULE_AUTHOR=FLORA +inherit perl-module + +DESCRIPTION="Keep imports and functions out of your namespace" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-lang/perl + >=dev-perl/B-Hooks-EndOfScope-0.07" +DEPEND="${RDEPEND}" + +SRC_TEST=do |