summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-02-20 21:39:52 +0000
committerTorsten Veller <tove@gentoo.org>2009-02-20 21:39:52 +0000
commite93ea63c91820101c32dddd47c2740867fe15042 (patch)
treed861f24beb73f0b9723fe63785870801d07a6be8 /dev-perl/namespace-clean
parentAutomated update of use.local.desc (diff)
downloadhistorical-e93ea63c91820101c32dddd47c2740867fe15042.tar.gz
historical-e93ea63c91820101c32dddd47c2740867fe15042.tar.bz2
historical-e93ea63c91820101c32dddd47c2740867fe15042.zip
Version bump
Package-Manager: portage-2.2_rc23/cvs/Linux i686
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.10.ebuild19
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