summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-01-17 10:41:48 +0000
committerTorsten Veller <tove@gentoo.org>2010-01-17 10:41:48 +0000
commit34be6c550550176ee97dd96dc6efca570dd7ca37 (patch)
treebfcc58393b4bb958d3cecbc2b093f948ba5e431d /dev-perl/namespace-clean
parentmask app-arch/rzip - silently creates broken archives (bug #217552) (diff)
downloadhistorical-34be6c550550176ee97dd96dc6efca570dd7ca37.tar.gz
historical-34be6c550550176ee97dd96dc6efca570dd7ca37.tar.bz2
historical-34be6c550550176ee97dd96dc6efca570dd7ca37.zip
Version bump
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/namespace-clean')
-rw-r--r--dev-perl/namespace-clean/ChangeLog10
-rw-r--r--dev-perl/namespace-clean/namespace-clean-0.13.ebuild21
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