summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-06-16 07:33:34 +0000
committerTorsten Veller <tove@gentoo.org>2010-06-16 07:33:34 +0000
commit0867f4c269aa4245f520c4b8cce74876ed8a470a (patch)
tree66a50253f3de293dad7a229172d9344a8ff0e340 /dev-perl/namespace-clean
parentVersion bump (diff)
downloadgentoo-2-0867f4c269aa4245f520c4b8cce74876ed8a470a.tar.gz
gentoo-2-0867f4c269aa4245f520c4b8cce74876ed8a470a.tar.bz2
gentoo-2-0867f4c269aa4245f520c4b8cce74876ed8a470a.zip
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/namespace-clean')
-rw-r--r--dev-perl/namespace-clean/ChangeLog8
-rw-r--r--dev-perl/namespace-clean/namespace-clean-0.18.ebuild24
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-perl/namespace-clean/ChangeLog b/dev-perl/namespace-clean/ChangeLog
index 272a6695c6b4..d1d1e4ba09b3 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.8 2010/06/06 12:44:28 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/namespace-clean/ChangeLog,v 1.9 2010/06/16 07:33:34 tove Exp $
+
+*namespace-clean-0.18 (16 Jun 2010)
+
+ 16 Jun 2010; Torsten Veller <tove@gentoo.org>
+ +namespace-clean-0.18.ebuild:
+ Version bump
*namespace-clean-0.17 (06 Jun 2010)
diff --git a/dev-perl/namespace-clean/namespace-clean-0.18.ebuild b/dev-perl/namespace-clean/namespace-clean-0.18.ebuild
new file mode 100644
index 000000000000..787a59c3007a
--- /dev/null
+++ b/dev-perl/namespace-clean/namespace-clean-0.18.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.18.ebuild,v 1.1 2010/06/16 07:33:34 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