diff options
author | Torsten Veller <tove@gentoo.org> | 2011-03-23 08:10:06 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-03-23 08:10:06 +0000 |
commit | 41b33cc24045cb14b0328fde703e4cd7a783170b (patch) | |
tree | 005dab565308a5a81b4c8ca679aa319b753125cd /dev-perl/File-Slurp | |
parent | [bump] dev-perl/Net-Netmask-1.901.600 (diff) | |
download | gentoo-2-41b33cc24045cb14b0328fde703e4cd7a783170b.tar.gz gentoo-2-41b33cc24045cb14b0328fde703e4cd7a783170b.tar.bz2 gentoo-2-41b33cc24045cb14b0328fde703e4cd7a783170b.zip |
[bump] dev-perl/File-Slurp-9999.140.0
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/File-Slurp')
-rw-r--r-- | dev-perl/File-Slurp/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/File-Slurp/File-Slurp-9999.140.0.ebuild | 19 |
2 files changed, 26 insertions, 2 deletions
diff --git a/dev-perl/File-Slurp/ChangeLog b/dev-perl/File-Slurp/ChangeLog index 9b9441fde531..8ed89b95eb7f 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Slurp/ChangeLog,v 1.46 2010/01/09 20:08:39 grobian Exp $ +# 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 $ + +*File-Slurp-9999.140.0 (23 Mar 2011) + + 23 Mar 2011; Torsten Veller <tove@gentoo.org> +File-Slurp-9999.140.0.ebuild: + Version bump 09 Jan 2010; Fabian Groffen <grobian@gentoo.org> File-Slurp-9999.13.ebuild: diff --git a/dev-perl/File-Slurp/File-Slurp-9999.140.0.ebuild b/dev-perl/File-Slurp/File-Slurp-9999.140.0.ebuild new file mode 100644 index 000000000000..f1b4dfbb3c94 --- /dev/null +++ b/dev-perl/File-Slurp/File-Slurp-9999.140.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.140.0.ebuild,v 1.1 2011/03/23 08:10:06 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=URI +MODULE_VERSION=9999.14 +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" |