summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-03-25 07:50:31 +0000
committerTorsten Veller <tove@gentoo.org>2011-03-25 07:50:31 +0000
commitd15adb83b76be8c3bd7a5817abab165b45686500 (patch)
tree16fbe1a2eebadf08f40105b1bd425e7b362e0314 /dev-perl/File-Slurp
parent[bump] dev-perl/PPIx-EditorTools-0.130.0 (diff)
downloadhistorical-d15adb83b76be8c3bd7a5817abab165b45686500.tar.gz
historical-d15adb83b76be8c3bd7a5817abab165b45686500.tar.bz2
historical-d15adb83b76be8c3bd7a5817abab165b45686500.zip
[bump] dev-perl/File-Slurp-9999.150.0
Package-Manager: portage-2.2.0_alpha28/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/File-Slurp')
-rw-r--r--dev-perl/File-Slurp/ChangeLog7
-rw-r--r--dev-perl/File-Slurp/File-Slurp-9999.150.0.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-perl/File-Slurp/ChangeLog b/dev-perl/File-Slurp/ChangeLog
index 8ed89b95eb7f..ff3cbb2320c8 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.47 2011/03/23 08:10:06 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Slurp/ChangeLog,v 1.48 2011/03/25 07:50:31 tove Exp $
+
+*File-Slurp-9999.150.0 (25 Mar 2011)
+
+ 25 Mar 2011; Torsten Veller <tove@gentoo.org> +File-Slurp-9999.150.0.ebuild:
+ Version bump
*File-Slurp-9999.140.0 (23 Mar 2011)
diff --git a/dev-perl/File-Slurp/File-Slurp-9999.150.0.ebuild b/dev-perl/File-Slurp/File-Slurp-9999.150.0.ebuild
new file mode 100644
index 000000000000..4beffc7ef7e9
--- /dev/null
+++ b/dev-perl/File-Slurp/File-Slurp-9999.150.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.150.0.ebuild,v 1.1 2011/03/25 07:50:31 tove Exp $
+
+EAPI=3
+
+MODULE_AUTHOR=URI
+MODULE_VERSION=9999.15
+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"