From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Slurper/
Date: Sat, 21 Oct 2017 08:38:29 +0000 (UTC) [thread overview]
Message-ID: <1508575075.f47eb961cc616d7ca5a210de1d9a1898ce259f9a.kentnl@gentoo> (raw)
commit: f47eb961cc616d7ca5a210de1d9a1898ce259f9a
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 21 06:07:25 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Oct 21 08:37:55 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f47eb961
dev-perl/File-Slurper: Bump to version 0.10.0
Upstream:
- recognize latin-1 as ISO-8859-1
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-perl/File-Slurper/File-Slurper-0.10.0.ebuild | 31 ++++++++++++++++++++++++
dev-perl/File-Slurper/Manifest | 1 +
2 files changed, 32 insertions(+)
diff --git a/dev-perl/File-Slurper/File-Slurper-0.10.0.ebuild b/dev-perl/File-Slurper/File-Slurper-0.10.0.ebuild
new file mode 100644
index 00000000000..a81726790e2
--- /dev/null
+++ b/dev-perl/File-Slurper/File-Slurper-0.10.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=LEONT
+DIST_VERSION=0.010
+DIST_EXAMPLES=( "bench/*" )
+inherit perl-module
+
+DESCRIPTION="A simple, sane and efficient module to slurp a file"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+
+RDEPEND="
+ dev-perl/PerlIO-utf8_strict
+ virtual/perl-Carp
+ virtual/perl-Encode
+ >=virtual/perl-Exporter-5.570.0
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-File-Spec
+ virtual/perl-File-Temp
+ virtual/perl-Test-Simple
+ dev-perl/Test-Warnings
+ )
+"
diff --git a/dev-perl/File-Slurper/Manifest b/dev-perl/File-Slurper/Manifest
index 67233971072..0ec788930a0 100644
--- a/dev-perl/File-Slurper/Manifest
+++ b/dev-perl/File-Slurper/Manifest
@@ -1,2 +1,3 @@
DIST File-Slurper-0.008.tar.gz 14760 SHA256 10f685140e2cebdd0381f24b010b028f9ca2574361a78f99f4dfe87af5d5d233 SHA512 b0d82e18f8d954bf7458df31a70bc2eb979902742ba0f60f948aec6c86880580a544a00409be754a7690c07318298f31d52502e41c40a7c7b232ad86eae9b155 WHIRLPOOL e48a2bbfc152b1dc273d6ce6238bcdbf655df215ab940568e828f0ba1814550091aabb2967f4cdfc5f49e16ae8b16fe7a1a0d6c0095741c612cad1d17d38f15b
DIST File-Slurper-0.009.tar.gz 15858 SHA256 3eab340deff6ba5456e7d1156b9cfcc387e1243acfc156ff92b75b3f2e120b91 SHA512 e07074eb5470df75c43848d9bd2e0c5d3bfabf3b6f9739e67d830ce87f4f38a3a569aeca885537d0f9c7d2e285e52f7dfdc27f8035ce0d74d6c750067959f057 WHIRLPOOL 9ce383b20c45809ef41c7b5872bec06f9f20b4eda0496b58c5b9552c8f2ec8973395613c04e2ed7d28317317ff618221d5c3b0285bcdb4c98da6266508b07d8f
+DIST File-Slurper-0.010.tar.gz 15905 SHA256 a393364648c9d6be938e8a68c3094c5f8a37b19d3159141ec81ba49559343c16 SHA512 a6e2a86d76d2e4c49a8df17a453a3da530cb62324cb91793c4bd6e7cabc4f5b4b4fadda8aa0f98390ac950a94a4b82cb3ec547caaba88bf61ec0aa086e298832 WHIRLPOOL 959305e1d7435a14cad4fef744647eead5955ff1b4f6b7791d4174775512b8d224773f7e2b1a614fd90f94ffa6d1af1920a1a99b24428bf39a152eaf7a75c9ba
next reply other threads:[~2017-10-21 8:38 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-21 8:38 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-18 19:26 [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Slurper/ Fabian Groffen
2023-06-21 9:12 Arthur Zamarin
2023-06-21 9:12 Arthur Zamarin
2023-06-21 8:24 Arthur Zamarin
2023-06-21 8:21 Arthur Zamarin
2023-06-21 8:15 Arthur Zamarin
2023-03-22 5:22 Sam James
2023-03-22 5:22 Sam James
2021-10-07 6:37 Sam James
2021-09-01 18:32 Sam James
2021-08-04 15:51 Joshua Kinard
2021-07-23 14:56 Marek Szuba
2021-06-07 7:18 Patrice Clement
2021-06-07 6:25 Sergei Trofimovich
2021-06-01 11:58 Sam James
2021-06-01 6:36 Agostino Sarubbo
2021-05-31 22:38 Sam James
2020-09-05 18:44 Kent Fredric
2018-10-17 18:54 Fabian Groffen
2018-06-30 21:08 Mikle Kolyada
2018-06-24 19:41 Sergei Trofimovich
2018-06-10 17:55 Thomas Deutschmann
2018-06-10 15:52 Aaron Bauman
2017-09-18 16:50 Kent Fredric
2017-02-24 0:13 Michael Weber
2017-02-22 21:51 Markus Meier
2017-02-20 17:55 Markus Meier
2017-02-04 9:34 Jeroen Roovers
2017-01-26 15:18 Tobias Klausmann
2017-01-06 23:02 Mart Raudsepp
2016-12-18 14:40 Kent Fredric
2016-03-05 21:31 Mikle Kolyada
2016-02-13 15:33 Agostino Sarubbo
2015-12-14 10:55 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1508575075.f47eb961cc616d7ca5a210de1d9a1898ce259f9a.kentnl@gentoo \
--to=kentnl@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox