diff options
author | Torsten Veller <tove@gentoo.org> | 2011-03-25 07:50:31 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-03-25 07:50:31 +0000 |
commit | 225450bda6082826dc66483d0db57155a5c4539c (patch) | |
tree | 885d89f775f03861abd94266d524ac23bcf8111b /dev-perl | |
parent | [bump] dev-perl/PPIx-EditorTools-0.130.0 (diff) | |
download | gentoo-2-225450bda6082826dc66483d0db57155a5c4539c.tar.gz gentoo-2-225450bda6082826dc66483d0db57155a5c4539c.tar.bz2 gentoo-2-225450bda6082826dc66483d0db57155a5c4539c.zip |
[bump] dev-perl/File-Slurp-9999.150.0
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/File-Slurp/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/File-Slurp/File-Slurp-9999.150.0.ebuild | 19 |
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" |