summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-05-17 05:26:03 +0000
committerTorsten Veller <tove@gentoo.org>2010-05-17 05:26:03 +0000
commitb7d93657f1fb5f7b52434f499daa0d5e7c2debb1 (patch)
tree92af4cfc58278f59ad2100c60383b7b7ab3b38ac /dev-perl
parentVersion bump (diff)
downloadgentoo-2-b7d93657f1fb5f7b52434f499daa0d5e7c2debb1.tar.gz
gentoo-2-b7d93657f1fb5f7b52434f499daa0d5e7c2debb1.tar.bz2
gentoo-2-b7d93657f1fb5f7b52434f499daa0d5e7c2debb1.zip
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Scope-Guard/ChangeLog7
-rw-r--r--dev-perl/Scope-Guard/Scope-Guard-0.20.ebuild21
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/Scope-Guard/ChangeLog b/dev-perl/Scope-Guard/ChangeLog
index ff9bc7e5e2be..d5d71d769cfb 100644
--- a/dev-perl/Scope-Guard/ChangeLog
+++ b/dev-perl/Scope-Guard/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Scope-Guard
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scope-Guard/ChangeLog,v 1.5 2010/03/27 08:57:24 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scope-Guard/ChangeLog,v 1.6 2010/05/17 05:26:03 tove Exp $
+
+*Scope-Guard-0.20 (17 May 2010)
+
+ 17 May 2010; Torsten Veller <tove@gentoo.org> +Scope-Guard-0.20.ebuild:
+ Version bump
*Scope-Guard-0.12 (27 Mar 2010)
diff --git a/dev-perl/Scope-Guard/Scope-Guard-0.20.ebuild b/dev-perl/Scope-Guard/Scope-Guard-0.20.ebuild
new file mode 100644
index 000000000000..581d658565c2
--- /dev/null
+++ b/dev-perl/Scope-Guard/Scope-Guard-0.20.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/Scope-Guard/Scope-Guard-0.20.ebuild,v 1.1 2010/05/17 05:26:03 tove Exp $
+
+EAPI=2
+
+MODULE_AUTHOR=CHOCOLATE
+inherit perl-module
+
+DESCRIPTION="Lexically scoped resource management"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-solaris"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ test? ( dev-perl/Test-Pod
+ dev-perl/Test-Pod-Coverage )"
+
+SRC_TEST=do