summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-06-07 17:50:55 +0000
committerTorsten Veller <tove@gentoo.org>2011-06-07 17:50:55 +0000
commit5b3d1cc03fe369ce7896fa6d977732934323e0fb (patch)
tree981b907541851552a735dcbb4fb940f24ceb3bd8 /dev-perl
parent[bump] dev-perl/File-ReadBackwards-1.50.0 (diff)
downloadgentoo-2-5b3d1cc03fe369ce7896fa6d977732934323e0fb.tar.gz
gentoo-2-5b3d1cc03fe369ce7896fa6d977732934323e0fb.tar.bz2
gentoo-2-5b3d1cc03fe369ce7896fa6d977732934323e0fb.zip
[bump] dev-perl/File-Slurp-9999.190.0
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/File-Slurp/ChangeLog7
-rw-r--r--dev-perl/File-Slurp/File-Slurp-9999.190.0.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-perl/File-Slurp/ChangeLog b/dev-perl/File-Slurp/ChangeLog
index 1138d37c1b5f..0c735eef7b53 100644
--- a/dev-perl/File-Slurp/ChangeLog
+++ b/dev-perl/File-Slurp/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/File-Slurp
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Slurp/ChangeLog,v 1.50 2011/05/13 15:33:23 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Slurp/ChangeLog,v 1.51 2011/06/07 17:50:55 tove Exp $
+
+*File-Slurp-9999.190.0 (07 Jun 2011)
+
+ 07 Jun 2011; Torsten Veller <tove@gentoo.org> +File-Slurp-9999.190.0.ebuild:
+ Version bump
*File-Slurp-9999.180.0 (13 May 2011)
diff --git a/dev-perl/File-Slurp/File-Slurp-9999.190.0.ebuild b/dev-perl/File-Slurp/File-Slurp-9999.190.0.ebuild
new file mode 100644
index 000000000000..3f17c55df6c6
--- /dev/null
+++ b/dev-perl/File-Slurp/File-Slurp-9999.190.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Slurp/File-Slurp-9999.190.0.ebuild,v 1.1 2011/06/07 17:50:55 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=URI
+MODULE_VERSION=9999.19
+inherit perl-module
+
+DESCRIPTION="Efficient Reading/Writing of Complete Files"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE=""
+
+SRC_TEST="do"
+
+mydoc="extras/slurp_article.pod"