summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2015-07-06 23:23:27 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2015-07-06 23:23:27 +0000
commit52f9ff4c5ee7fa9f9128c4bba5160cb09f849120 (patch)
tree3a3abb0865df59bb6ef50666baaf8c29ed73c6d2 /dev-perl/IO-stringy
parentAdd the slot dependency for go-text (diff)
downloadgentoo-2-52f9ff4c5ee7fa9f9128c4bba5160cb09f849120.tar.gz
gentoo-2-52f9ff4c5ee7fa9f9128c4bba5160cb09f849120.tar.bz2
gentoo-2-52f9ff4c5ee7fa9f9128c4bba5160cb09f849120.zip
Version bump
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Diffstat (limited to 'dev-perl/IO-stringy')
-rw-r--r--dev-perl/IO-stringy/ChangeLog10
-rw-r--r--dev-perl/IO-stringy/IO-stringy-2.111.0.ebuild19
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-perl/IO-stringy/ChangeLog b/dev-perl/IO-stringy/ChangeLog
index 4dd0ac85b522..8a8525532c74 100644
--- a/dev-perl/IO-stringy/ChangeLog
+++ b/dev-perl/IO-stringy/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/IO-stringy
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-stringy/ChangeLog,v 1.43 2014/08/22 16:26:44 axs Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-stringy/ChangeLog,v 1.44 2015/07/06 23:23:27 dilfridge Exp $
+
+*IO-stringy-2.111.0 (06 Jul 2015)
+
+ 06 Jul 2015; Andreas K. Huettel <dilfridge@gentoo.org>
+ +IO-stringy-2.111.0.ebuild:
+ Version bump
*IO-stringy-2.110.0-r1 (22 Aug 2014)
diff --git a/dev-perl/IO-stringy/IO-stringy-2.111.0.ebuild b/dev-perl/IO-stringy/IO-stringy-2.111.0.ebuild
new file mode 100644
index 000000000000..cb2f2336937d
--- /dev/null
+++ b/dev-perl/IO-stringy/IO-stringy-2.111.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-stringy/IO-stringy-2.111.0.ebuild,v 1.1 2015/07/06 23:23:27 dilfridge Exp $
+
+EAPI=5
+
+MODULE_AUTHOR=DSKOLL
+MODULE_VERSION=2.111
+inherit perl-module
+
+DESCRIPTION="A Perl module for I/O on in-core objects like strings and arrays"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+DEPEND="virtual/perl-ExtUtils-MakeMaker"
+
+SRC_TEST="do parallel"