diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-05-18 01:13:42 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2019-05-18 01:13:42 +0200 |
commit | dad91246af72bfbc861b9c29b5b61cdbb6d62f8c (patch) | |
tree | 92970606dc2fd0373929ce4a2289e3b3d16583a1 /dev-perl | |
parent | dev-lang/perl: drop old 5.28 (diff) | |
download | gentoo-dad91246af72bfbc861b9c29b5b61cdbb6d62f8c.tar.gz gentoo-dad91246af72bfbc861b9c29b5b61cdbb6d62f8c.tar.bz2 gentoo-dad91246af72bfbc861b9c29b5b61cdbb6d62f8c.zip |
dev-perl/File-Slurp: Version bump, needed for 5.30
Closes: https://bugs.gentoo.org/686192
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/File-Slurp/File-Slurp-9999.270.0.ebuild | 30 | ||||
-rw-r--r-- | dev-perl/File-Slurp/Manifest | 1 |
2 files changed, 31 insertions, 0 deletions
diff --git a/dev-perl/File-Slurp/File-Slurp-9999.270.0.ebuild b/dev-perl/File-Slurp/File-Slurp-9999.270.0.ebuild new file mode 100644 index 000000000000..1ef6d77a76ba --- /dev/null +++ b/dev-perl/File-Slurp/File-Slurp-9999.270.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=CAPOEIRAB +DIST_VERSION=9999.27 +inherit perl-module + +DESCRIPTION="Simple and Efficient Reading/Writing/Modifying of Complete Files" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="test" + +RDEPEND=" + virtual/perl-Carp + >=virtual/perl-Exporter-5.570.0 + >=virtual/perl-File-Spec-3.10.0 + virtual/perl-File-Temp +" +DEPEND="${RDEPEND} + test? ( + >=virtual/perl-Scalar-List-Utils-1.0.0 + virtual/perl-Socket + virtual/perl-Test-Simple + ) +" + +mydoc="extras/slurp_article.pod" diff --git a/dev-perl/File-Slurp/Manifest b/dev-perl/File-Slurp/Manifest index ac37acab379a..9ae78e786801 100644 --- a/dev-perl/File-Slurp/Manifest +++ b/dev-perl/File-Slurp/Manifest @@ -1 +1,2 @@ DIST File-Slurp-9999.19.tar.gz 39927 BLAKE2B 3f6360ba8a8f69e4e5b565e20e6c81d7d32e358db31aebb63de0ccb9d8eba5faf0652cef7c8f49f2b858d7f7af5d5a3d8215044b27dc47e2c1f741cde7afc769 SHA512 3fb8f452d625e321e77475cbc7d5672d53fe49945581561a0001be0a9464e67659303271648e102d52b6ebd04c87afc7432238fcade0c098f584f3b58c90ec82 +DIST File-Slurp-9999.27.tar.gz 37734 BLAKE2B 2e2589b834e1092a869a9527395d9ed589f0dafac99b13ca3e802c4bf159ebc55f7b28284a13effdcbd476b7c7d7727a9b25735dc9f9b1711a9ec63444d44888 SHA512 24a5e2b93f7fda65cbdf0e54687de3af511cfd3909dcf4c79610882bf4f119afdf2bd60de28fcb8d9155b94a29ca4f901e28930a810949e490ba1c584d7a6ee0 |