summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-28 19:55:48 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-28 19:55:48 +0000
commit4c2acec7ebb7125417544ab839f64fcff09ed801 (patch)
tree83036b064bff5ab947fe1df7f4721b37e4df43eb
parentarm stable, bug #379991 (diff)
downloadgentoo-2-4c2acec7ebb7125417544ab839f64fcff09ed801.tar.gz
gentoo-2-4c2acec7ebb7125417544ab839f64fcff09ed801.tar.bz2
gentoo-2-4c2acec7ebb7125417544ab839f64fcff09ed801.zip
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
-rw-r--r--dev-perl/Scope-Guard/ChangeLog7
-rw-r--r--dev-perl/Scope-Guard/Scope-Guard-0.200.0.ebuild22
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/Scope-Guard/ChangeLog b/dev-perl/Scope-Guard/ChangeLog
index dc47f6857a43..0e8789710fa7 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scope-Guard/ChangeLog,v 1.10 2011/01/14 15:59:29 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scope-Guard/ChangeLog,v 1.11 2011/08/28 19:55:48 tove Exp $
+
+*Scope-Guard-0.200.0 (28 Aug 2011)
+
+ 28 Aug 2011; Torsten Veller <tove@gentoo.org> +Scope-Guard-0.200.0.ebuild:
+ Change version scheme
14 Jan 2011; Torsten Veller <tove@gentoo.org> -Scope-Guard-0.03.ebuild,
-Scope-Guard-0.12.ebuild:
diff --git a/dev-perl/Scope-Guard/Scope-Guard-0.200.0.ebuild b/dev-perl/Scope-Guard/Scope-Guard-0.200.0.ebuild
new file mode 100644
index 000000000000..9a93557a4b47
--- /dev/null
+++ b/dev-perl/Scope-Guard/Scope-Guard-0.200.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/Scope-Guard/Scope-Guard-0.200.0.ebuild,v 1.1 2011/08/28 19:55:48 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=CHOCOLATE
+MODULE_VERSION=0.20
+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