summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-05 16:54:01 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-05 16:54:01 +0000
commitd6805c4830e6d42237cd5ab0910814a23772be81 (patch)
tree5983c7571a10f51da69f7a99c24a21c7c17e9ff0 /dev-perl/namespace-clean
parentRe-manifest for new tar ball (diff)
downloadgentoo-2-d6805c4830e6d42237cd5ab0910814a23772be81.tar.gz
gentoo-2-d6805c4830e6d42237cd5ab0910814a23772be81.tar.bz2
gentoo-2-d6805c4830e6d42237cd5ab0910814a23772be81.zip
[bump] dev-pelean-0.210.0
(Portage version: 2.2.0_alpha50/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.210.0.ebuild22
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/namespace-clean/ChangeLog b/dev-perl/namespace-clean/ChangeLog
index d84fa74c2084..195577f82b03 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/namespace-clean/ChangeLog,v 1.14 2011/04/02 07:04:13 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/namespace-clean/ChangeLog,v 1.15 2011/08/05 16:54:01 tove Exp $
+
+*namespace-clean-0.210.0 (05 Aug 2011)
+
+ 05 Aug 2011; Torsten Veller <tove@gentoo.org>
+ +namespace-clean-0.210.0.ebuild:
+ Version bump
02 Apr 2011; Torsten Veller <tove@gentoo.org> -namespace-clean-0.18.ebuild:
Cleanup
diff --git a/dev-perl/namespace-clean/namespace-clean-0.210.0.ebuild b/dev-perl/namespace-clean/namespace-clean-0.210.0.ebuild
new file mode 100644
index 000000000000..f3e0fcbfcb7b
--- /dev/null
+++ b/dev-perl/namespace-clean/namespace-clean-0.210.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2011 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.210.0.ebuild,v 1.1 2011/08/05 16:54:00 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=RIBASUSHI
+MODULE_VERSION=0.21
+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.220"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.31
+ test? ( >=virtual/perl-Test-Simple-0.88 )"
+
+SRC_TEST=do