public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Slurp/
Date: Sat,  5 Sep 2020 17:59:59 +0000 (UTC)	[thread overview]
Message-ID: <1599328731.478d8cf4e35a8efaca3d815cc02307ab96256e4b.kentnl@gentoo> (raw)

commit:     478d8cf4e35a8efaca3d815cc02307ab96256e4b
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  5 17:58:00 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Sep  5 17:58:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=478d8cf4

dev-perl/File-Slurp: Bump to version 9999.320.0

- EAPI7

Upstream:
- Don't test taint support
- Fix documentation
- Reduce test suite size
- Atomic write_file now uses temporary AND hidden files
- Add file existence and size checks

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/File-Slurp/File-Slurp-9999.320.0.ebuild | 33 ++++++++++++++++++++++++
 dev-perl/File-Slurp/Manifest                     |  1 +
 dev-perl/File-Slurp/metadata.xml                 |  1 -
 3 files changed, 34 insertions(+), 1 deletion(-)

diff --git a/dev-perl/File-Slurp/File-Slurp-9999.320.0.ebuild b/dev-perl/File-Slurp/File-Slurp-9999.320.0.ebuild
new file mode 100644
index 00000000000..a5d000c85f6
--- /dev/null
+++ b/dev-perl/File-Slurp/File-Slurp-9999.320.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=CAPOEIRAB
+DIST_VERSION=9999.32
+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 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	virtual/perl-Carp
+	>=virtual/perl-Exporter-5.570.0
+	>=virtual/perl-File-Spec-3.10.0
+	virtual/perl-File-Temp
+	virtual/perl-IO
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	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 c1862a02e36..9ff6d5da13e 100644
--- a/dev-perl/File-Slurp/Manifest
+++ b/dev-perl/File-Slurp/Manifest
@@ -1 +1,2 @@
 DIST File-Slurp-9999.27.tar.gz 37734 BLAKE2B 2e2589b834e1092a869a9527395d9ed589f0dafac99b13ca3e802c4bf159ebc55f7b28284a13effdcbd476b7c7d7727a9b25735dc9f9b1711a9ec63444d44888 SHA512 24a5e2b93f7fda65cbdf0e54687de3af511cfd3909dcf4c79610882bf4f119afdf2bd60de28fcb8d9155b94a29ca4f901e28930a810949e490ba1c584d7a6ee0
+DIST File-Slurp-9999.32.tar.gz 34574 BLAKE2B d75d7253945908328124ef46f53d86fba7ba0751e87ae493f071b03844d17b969371d1b26fddbc94f4b788475b09b5ee76c3d2c0b6f1c0c64959da0be95dd0f0 SHA512 413337e0257e95e8e8d2aabf684bec81e746000a741809935b058490b8c42b494064f724e618b250330d8bb67a0a7a2a5adad17e3e6c96d4b193531a192a4d56

diff --git a/dev-perl/File-Slurp/metadata.xml b/dev-perl/File-Slurp/metadata.xml
index e44f99067ac..e4b13ee43fd 100644
--- a/dev-perl/File-Slurp/metadata.xml
+++ b/dev-perl/File-Slurp/metadata.xml
@@ -8,6 +8,5 @@
   <upstream>
     <remote-id type="cpan">File-Slurp</remote-id>
     <remote-id type="cpan-module">File::Slurp</remote-id>
-    <remote-id type="cpan-module">FileSlurp_12</remote-id>
   </upstream>
 </pkgmetadata>


             reply	other threads:[~2020-09-05 18:00 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-05 17:59 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-10-29 19:52 [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Slurp/ Andreas K. Hüttel
2021-06-07  6:25 Sergei Trofimovich
2021-06-03 16:26 Sam James
2021-06-03  8:23 Sam James
2021-06-01 11:58 Sam James
2021-06-01  6:36 Agostino Sarubbo
2021-05-31 22:38 Sam James
2020-09-27  8:23 Yixun Lan
2020-04-14 11:16 Kent Fredric
2019-12-07 16:56 Aaron Bauman
2019-12-06 10:01 Mikle Kolyada
2019-12-06  9:56 Mikle Kolyada
2019-12-06  9:53 Mikle Kolyada
2019-12-06  9:51 Mikle Kolyada
2019-12-06  9:49 Mikle Kolyada
2019-12-06  9:46 Mikle Kolyada
2019-12-06  9:43 Mikle Kolyada
2019-12-06  9:41 Mikle Kolyada
2019-12-06  9:38 Mikle Kolyada
2019-12-06  9:34 Mikle Kolyada
2019-05-17 23:14 Andreas K. Hüttel
2018-10-21  8:39 Fabian Groffen

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=1599328731.478d8cf4e35a8efaca3d815cc02307ab96256e4b.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