summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-10-07 21:59:21 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-10-07 21:59:21 +0000
commit1b58b2ba2d0370365669df2214bcd7e5c4d18e69 (patch)
treeb73e76909fe385c21c1f4e59e3c4bb33b0a29a62 /dev-perl
parentVersion bump. (diff)
downloadgentoo-2-1b58b2ba2d0370365669df2214bcd7e5c4d18e69.tar.gz
gentoo-2-1b58b2ba2d0370365669df2214bcd7e5c4d18e69.tar.bz2
gentoo-2-1b58b2ba2d0370365669df2214bcd7e5c4d18e69.zip
Version bump
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/autovivification/ChangeLog7
-rw-r--r--dev-perl/autovivification/autovivification-0.130.0.ebuild21
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/autovivification/ChangeLog b/dev-perl/autovivification/ChangeLog
index 9f712e8e7712..4df6590c655b 100644
--- a/dev-perl/autovivification/ChangeLog
+++ b/dev-perl/autovivification/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/autovivification
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/autovivification/ChangeLog,v 1.3 2014/08/05 11:34:45 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/autovivification/ChangeLog,v 1.4 2014/10/07 21:59:21 mrueg Exp $
+
+*autovivification-0.130.0 (07 Oct 2014)
+
+ 07 Oct 2014; Manuel Rüger <mrueg@gentoo.org> +autovivification-0.130.0.ebuild:
+ Version bump
05 Aug 2014; Mikle Kolyada <zlogene@gentoo.org>
autovivification-0.120.0.ebuild:
diff --git a/dev-perl/autovivification/autovivification-0.130.0.ebuild b/dev-perl/autovivification/autovivification-0.130.0.ebuild
new file mode 100644
index 000000000000..1db2c6f9db90
--- /dev/null
+++ b/dev-perl/autovivification/autovivification-0.130.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/autovivification/autovivification-0.130.0.ebuild,v 1.1 2014/10/07 21:59:21 mrueg Exp $
+EAPI=5
+MODULE_AUTHOR=VPIT
+MODULE_VERSION=0.12
+inherit perl-module
+
+DESCRIPTION="Lexically disable autovivification"
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="virtual/perl-XSLoader"
+DEPEND="${RDEPEND}
+ virtual/perl-Exporter
+ virtual/perl-ExtUtils-MakeMaker
+ virtual/perl-Test-Simple"
+
+SRC_TEST="do"