summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-10-28 05:39:15 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-10-28 05:39:15 +0000
commit3d77235baec9d3fa0272b71c080ba59b37452216 (patch)
treeabfa38e370517a5b3a831f445d557d60b41ee2cb /perl-core
parentFixed source URI for enigmail. Moved binutils from RDEPEND to DEPEND (diff)
downloadgentoo-2-3d77235baec9d3fa0272b71c080ba59b37452216.tar.gz
gentoo-2-3d77235baec9d3fa0272b71c080ba59b37452216.tar.bz2
gentoo-2-3d77235baec9d3fa0272b71c080ba59b37452216.zip
Bump
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'perl-core')
-rw-r--r--perl-core/autodie/ChangeLog7
-rw-r--r--perl-core/autodie/autodie-2.220.0.ebuild17
2 files changed, 23 insertions, 1 deletions
diff --git a/perl-core/autodie/ChangeLog b/perl-core/autodie/ChangeLog
index 4108012d8c16..b989587a96b8 100644
--- a/perl-core/autodie/ChangeLog
+++ b/perl-core/autodie/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for perl-core/autodie
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/autodie/ChangeLog,v 1.3 2013/09/18 02:25:07 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/autodie/ChangeLog,v 1.4 2013/10/28 05:39:15 patrick Exp $
+
+*autodie-2.220.0 (28 Oct 2013)
+
+ 28 Oct 2013; Patrick Lauer <patrick@gentoo.org> +autodie-2.220.0.ebuild:
+ Bump
*autodie-2.210.0 (18 Sep 2013)
diff --git a/perl-core/autodie/autodie-2.220.0.ebuild b/perl-core/autodie/autodie-2.220.0.ebuild
new file mode 100644
index 000000000000..aea3cf43926e
--- /dev/null
+++ b/perl-core/autodie/autodie-2.220.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/autodie/autodie-2.220.0.ebuild,v 1.1 2013/10/28 05:39:15 patrick Exp $
+
+EAPI=5
+
+MODULE_AUTHOR=PJF
+MODULE_VERSION=2.22
+inherit perl-module
+
+DESCRIPTION='Replace functions with ones that succeed or die with lexical scope'
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+SRC_TEST="do"