summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2014-07-30 21:22:40 +0000
committerMikle Kolyada <zlogene@gentoo.org>2014-07-30 21:22:40 +0000
commitbba9b0b6bd56e95dc86c4d55a391b32b9324682c (patch)
tree89f371d0f3973c1c28eeac0d01ebc6c72d3e703a /dev-perl
parentStable for all (diff)
downloadgentoo-2-bba9b0b6bd56e95dc86c4d55a391b32b9324682c.tar.gz
gentoo-2-bba9b0b6bd56e95dc86c4d55a391b32b9324682c.tar.bz2
gentoo-2-bba9b0b6bd56e95dc86c4d55a391b32b9324682c.zip
Version bump
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Const-Fast/ChangeLog7
-rw-r--r--dev-perl/Const-Fast/Const-Fast-0.14.0.ebuild27
2 files changed, 33 insertions, 1 deletions
diff --git a/dev-perl/Const-Fast/ChangeLog b/dev-perl/Const-Fast/ChangeLog
index 1f01fcae4193..f6f419199591 100644
--- a/dev-perl/Const-Fast/ChangeLog
+++ b/dev-perl/Const-Fast/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Const-Fast
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Const-Fast/ChangeLog,v 1.10 2014/07/30 21:20:39 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Const-Fast/ChangeLog,v 1.11 2014/07/30 21:22:40 zlogene Exp $
+
+*Const-Fast-0.14.0 (30 Jul 2014)
+
+ 30 Jul 2014; Mikle Kolyada <zlogene@gentoo.org> +Const-Fast-0.14.0.ebuild:
+ Version bump
30 Jul 2014; Mikle Kolyada <zlogene@gentoo.org> Const-Fast-0.13.0.ebuild:
Stable for all
diff --git a/dev-perl/Const-Fast/Const-Fast-0.14.0.ebuild b/dev-perl/Const-Fast/Const-Fast-0.14.0.ebuild
new file mode 100644
index 000000000000..397e749623e2
--- /dev/null
+++ b/dev-perl/Const-Fast/Const-Fast-0.14.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Const-Fast/Const-Fast-0.14.0.ebuild,v 1.1 2014/07/30 21:22:40 zlogene Exp $
+
+EAPI=5
+
+MODULE_AUTHOR=LEONT
+MODULE_VERSION=0.014
+inherit perl-module
+
+DESCRIPTION="Facility for creating read-only scalars, arrays, and hashes"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+ dev-perl/Sub-Exporter
+ dev-perl/Sub-Exporter-Progressive
+"
+DEPEND="${RDEPEND}
+ test? (
+ >=dev-perl/Test-Exception-0.290.0
+ )
+"
+
+SRC_TEST=do