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/bareword-filehandles/
Date: Sat,  8 Apr 2017 04:27:58 +0000 (UTC)	[thread overview]
Message-ID: <1491625653.12dd8ad4a2a6bb103673eb390dfc83d0c18e7672.kentnl@gentoo> (raw)

commit:     12dd8ad4a2a6bb103673eb390dfc83d0c18e7672
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  8 04:27:33 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Apr  8 04:27:33 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12dd8ad4

dev-perl/bareword-filehandles: Bump to version 0.4.0

- EAPI6
- Cleanup + Parallelize tests

Upstream:
- use 'bareword::filehandles/disabled' as hints key
- Fix 5.26 compile problems with OP_PARENT/OP_SIBLING changes

Bug: https://bugs.gentoo.org/614970
Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-perl/bareword-filehandles/Manifest             |  1 +
 .../bareword-filehandles-0.4.0.ebuild              | 30 ++++++++++++++++++++++
 dev-perl/bareword-filehandles/metadata.xml         |  4 +++
 3 files changed, 35 insertions(+)

diff --git a/dev-perl/bareword-filehandles/Manifest b/dev-perl/bareword-filehandles/Manifest
index 0fa0b3fe8ce..51c682c03dd 100644
--- a/dev-perl/bareword-filehandles/Manifest
+++ b/dev-perl/bareword-filehandles/Manifest
@@ -1 +1,2 @@
 DIST bareword-filehandles-0.003.tar.gz 54286 SHA256 be4334b476d6eead4d05b2e3587157c592470ef6dbff9298683ad7fee7a825fa SHA512 184c37f737a638a3cfad7657b39918a2aff862faa7c84ef965cc9f2a7c157b05eac732807a0ebb1de44a0ce76b72a96016a126cbba658cddd8230f3de6ab5d8b WHIRLPOOL 1b729ab4adffccb12618f4e2a27aa81f84103b2ce14087f2cde553dc8e6c8050bcb8b3aa1517863c99606eecbe8f4eda80503016cfcab7161f82e52a8baa0516
+DIST bareword-filehandles-0.004.tar.gz 54723 SHA256 e3a11671739a1b2ce35631e1ef2c5bd44f8026d18c4decfe920e511ca2f0a5e9 SHA512 3c9256e9822b6bacb8b4f0ee801f91dad8b946f9f3b7dd165c154c33c2780f7135b3bb70f806421dc9f62c2b0b7e51fdb04acab876fa27c960cf930a0e4ee6cd WHIRLPOOL 6b4ade0fe724288312482451e7ad62fffacc5f9b78df6a36861ab29075854293baf2b0261d20e95db9b56dae689cc929ad0bec7bdff3551f4742d6fab1e0619f

diff --git a/dev-perl/bareword-filehandles/bareword-filehandles-0.4.0.ebuild b/dev-perl/bareword-filehandles/bareword-filehandles-0.4.0.ebuild
new file mode 100644
index 00000000000..8690e0b0340
--- /dev/null
+++ b/dev-perl/bareword-filehandles/bareword-filehandles-0.4.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=ILMARI
+DIST_VERSION=0.004
+inherit perl-module
+
+DESCRIPTION="Disables bareword filehandles"
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+IUSE="test"
+
+RDEPEND="
+	dev-perl/B-Hooks-OP-Check
+	dev-perl/Lexical-SealRequireHints
+	virtual/perl-XSLoader
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	dev-perl/ExtUtils-Depends
+	test? ( >=virtual/perl-Test-Simple-0.880.0 )
+"
+
+src_test() {
+	perl_rm_files t/author-*.t t/release-*.t
+	perl-module_src_test
+}

diff --git a/dev-perl/bareword-filehandles/metadata.xml b/dev-perl/bareword-filehandles/metadata.xml
index 2b9a936fc0a..28fa724a47f 100644
--- a/dev-perl/bareword-filehandles/metadata.xml
+++ b/dev-perl/bareword-filehandles/metadata.xml
@@ -5,4 +5,8 @@
     <email>perl@gentoo.org</email>
     <name>Gentoo Perl Project</name>
   </maintainer>
+  <upstream>
+    <remote-id type="cpan">bareword-filehandles</remote-id>
+    <remote-id type="cpan-module">bareword::filehandles</remote-id>
+  </upstream>
 </pkgmetadata>


             reply	other threads:[~2017-04-08  4:28 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-08  4:27 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-27 12:01 [gentoo-commits] repo/gentoo:master commit in: dev-perl/bareword-filehandles/ Sam James
2024-07-27 12:00 Sam James
2024-06-02  8:03 Sam James
2021-12-08 10:14 Yixun Lan
2021-11-21  4:58 Arthur Zamarin
2021-11-18 21:43 Arthur Zamarin
2021-08-04 10:23 Sergei Trofimovich
2021-05-25  0:19 Joshua Kinard
2021-05-16  0:13 Sam James
2021-05-15  1:55 Sam James
2021-05-13 13:19 Sergei Trofimovich
2021-05-11 18:41 Sergei Trofimovich
2020-10-03  9:01 Kent Fredric
2020-08-31 14:11 Sam James
2020-08-24 19:06 Sam James
2020-08-24  0:08 Sam James
2020-08-21 19:00 Sergei Trofimovich
2020-07-03 15:10 Kent Fredric
2020-06-20  4:32 Kent Fredric
2020-05-06 13:54 Kent Fredric
2018-11-24 10:49 Sergei Trofimovich
2018-11-24 10:39 Sergei Trofimovich
2018-11-23 20:30 Thomas Deutschmann
2018-11-23 13:49 Agostino Sarubbo
2018-09-30  4:47 Kent Fredric
2017-09-23 12:50 Sergei Trofimovich
2017-09-21 10:03 Kent Fredric
2017-09-19 19:22 Sergei Trofimovich
2017-05-21 17:51 Kent Fredric
2017-04-15 11:05 Kent Fredric
2016-08-13  8:18 Jeroen Roovers

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=1491625653.12dd8ad4a2a6bb103673eb390dfc83d0c18e7672.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