diff options
author | Torsten Veller <tove@gentoo.org> | 2009-03-05 19:27:20 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-03-05 19:27:20 +0000 |
commit | e03d4ac5a439cbcb2e06365d8362983ef9480b63 (patch) | |
tree | c7388aaa5a992e790f341dbf78433ac69f9a4d00 /dev-perl/namespace-clean | |
parent | Fix build with recent changes upstream (vhook removed in favour of libavfilte... (diff) | |
download | gentoo-2-e03d4ac5a439cbcb2e06365d8362983ef9480b63.tar.gz gentoo-2-e03d4ac5a439cbcb2e06365d8362983ef9480b63.tar.bz2 gentoo-2-e03d4ac5a439cbcb2e06365d8362983ef9480b63.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.11.ebuild | 19 |
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-perl/namespace-clean/ChangeLog b/dev-perl/namespace-clean/ChangeLog index daf2893e9da7..69ae1d08fbfd 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.2 2009/02/20 21:39:52 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/namespace-clean/ChangeLog,v 1.3 2009/03/05 19:27:20 tove Exp $ + +*namespace-clean-0.11 (05 Mar 2009) + + 05 Mar 2009; Torsten Veller <tove@gentoo.org> + +namespace-clean-0.11.ebuild: + Version bump *namespace-clean-0.10 (20 Feb 2009) diff --git a/dev-perl/namespace-clean/namespace-clean-0.11.ebuild b/dev-perl/namespace-clean/namespace-clean-0.11.ebuild new file mode 100644 index 000000000000..1e449d7e4f09 --- /dev/null +++ b/dev-perl/namespace-clean/namespace-clean-0.11.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.11.ebuild,v 1.1 2009/03/05 19:27:20 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 |