summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2014-09-24 21:57:58 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2014-09-24 21:57:58 +0000
commit8fef03e8d50f6da6fefcdf0534bba517882126e3 (patch)
tree392669e46dfc734da7f18087e50948b03e37311b /perl-core
parentStable on amd64, bug 522314. (diff)
downloadgentoo-2-8fef03e8d50f6da6fefcdf0534bba517882126e3.tar.gz
gentoo-2-8fef03e8d50f6da6fefcdf0534bba517882126e3.tar.bz2
gentoo-2-8fef03e8d50f6da6fefcdf0534bba517882126e3.zip
Version bump, bug 523624
(Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Diffstat (limited to 'perl-core')
-rw-r--r--perl-core/Data-Dumper/ChangeLog8
-rw-r--r--perl-core/Data-Dumper/Data-Dumper-2.154.0.ebuild17
2 files changed, 24 insertions, 1 deletions
diff --git a/perl-core/Data-Dumper/ChangeLog b/perl-core/Data-Dumper/ChangeLog
index 91de412a47d5..6f6fd1915e61 100644
--- a/perl-core/Data-Dumper/ChangeLog
+++ b/perl-core/Data-Dumper/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for perl-core/Data-Dumper
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Data-Dumper/ChangeLog,v 1.19 2014/07/26 13:18:59 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Data-Dumper/ChangeLog,v 1.20 2014/09/24 21:57:58 dilfridge Exp $
+
+*Data-Dumper-2.154.0 (24 Sep 2014)
+
+ 24 Sep 2014; Andreas K. Huettel <dilfridge@gentoo.org>
+ +Data-Dumper-2.154.0.ebuild:
+ Version bump, bug 523624
*Data-Dumper-2.145.0-r1 (26 Jul 2014)
*Data-Dumper-2.139.0-r1 (26 Jul 2014)
diff --git a/perl-core/Data-Dumper/Data-Dumper-2.154.0.ebuild b/perl-core/Data-Dumper/Data-Dumper-2.154.0.ebuild
new file mode 100644
index 000000000000..a61799ca5f1a
--- /dev/null
+++ b/perl-core/Data-Dumper/Data-Dumper-2.154.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Data-Dumper/Data-Dumper-2.154.0.ebuild,v 1.1 2014/09/24 21:57:58 dilfridge Exp $
+
+EAPI=5
+
+MODULE_AUTHOR=SMUELLER
+MODULE_VERSION=2.154
+inherit perl-module
+
+DESCRIPTION="Stringified perl data structures, suitable for both printing and eval"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+SRC_TEST="do"