public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Lexical-SealRequireHints/
Date: Sat, 21 May 2016 00:36:55 +0000 (UTC)	[thread overview]
Message-ID: <1463789505.9e6d037ac3ac942cb027399c2beda8405ed8d234.dilfridge@gentoo> (raw)

commit:     9e6d037ac3ac942cb027399c2beda8405ed8d234
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue May 10 11:55:30 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May 21 00:11:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e6d037a

dev-perl/Lexical-SealRequireHints: Bump to version 0.10.0

- EAPI6
- Strip Pod tests.

Upstream:
- Fix test failure on Perl 5.24 due to lexical $_ no longer being supported.

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 .../Lexical-SealRequireHints-0.10.0.ebuild         | 31 ++++++++++++++++++++++
 dev-perl/Lexical-SealRequireHints/Manifest         |  1 +
 dev-perl/Lexical-SealRequireHints/metadata.xml     |  4 +++
 3 files changed, 36 insertions(+)

diff --git a/dev-perl/Lexical-SealRequireHints/Lexical-SealRequireHints-0.10.0.ebuild b/dev-perl/Lexical-SealRequireHints/Lexical-SealRequireHints-0.10.0.ebuild
new file mode 100644
index 0000000..e7cf8ce
--- /dev/null
+++ b/dev-perl/Lexical-SealRequireHints/Lexical-SealRequireHints-0.10.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=ZEFRAM
+DIST_VERSION=0.010
+inherit perl-module
+
+DESCRIPTION="Prevent leakage of lexical hints"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+# Note: This module is a no-op at runtime since Perl 5.12
+# but is required for dependency resolution
+RDEPEND="
+	!<dev-perl/B-Hooks-OP-Check-0.190.0
+"
+DEPEND="${RDEPEND}
+	dev-perl/Module-Build
+	test? (
+		>=virtual/perl-Test-Simple-0.410.0
+	)
+"
+src_test() {
+	perl_rm_files t/pod_{cvg{,_pp},syn}.t
+	perl-module_src_test
+}

diff --git a/dev-perl/Lexical-SealRequireHints/Manifest b/dev-perl/Lexical-SealRequireHints/Manifest
index 688ee92..7bf3da8 100644
--- a/dev-perl/Lexical-SealRequireHints/Manifest
+++ b/dev-perl/Lexical-SealRequireHints/Manifest
@@ -1 +1,2 @@
 DIST Lexical-SealRequireHints-0.009.tar.gz 20857 SHA256 dc8925fedce4647473aa6e3ed51e23e024f50fc090173b9771ff03e8e2f2a064 SHA512 9c0951e23c7cb6101a9ec8c9f1577d257436204f80605eed69ed301fcca3ae745c68b7a5a226a05d80a4e7118a2ac543089b613d16096d95f9779c6250c2b9b9 WHIRLPOOL a587d471a59875e591cf9529be2ba606e52d33b3629d677fa388502715a9e0d97dc404c60272d9dcec9fc3847e0101ef31d7a8577cefe04660ca740ed79efef3
+DIST Lexical-SealRequireHints-0.010.tar.gz 20903 SHA256 e975b0f4296fe379accda73c8775435986128dac8ad8864f4694ddecd715a134 SHA512 4c71a22397ae689349bf45c1b2177108008158052b341f9d9b09e5d97c55cd538bb427c041389c4edf8584be292bf4b1f42abdff573510a0a64fb69e5166aecd WHIRLPOOL a76a6ad3667c8e536ac60097a300bc910e019d11eafba7fa2b108ec3ec0b179bd5d8ce7115f7841c7a2f9fe704b8645aca555073df89a8d856fd2a201762bae2

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


             reply	other threads:[~2016-05-21  0:37 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-21  0:36 Andreas Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-08-13  8:18 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Lexical-SealRequireHints/ Jeroen Roovers
2017-09-19 19:22 Sergei Trofimovich
2017-09-21 10:03 Kent Fredric
2017-09-23 12:50 Sergei Trofimovich
2017-10-27  2:23 Kent Fredric
2018-01-07  0:09 Sergei Trofimovich
2018-01-09  8:02 Sergei Trofimovich
2018-01-09 12:18 Mikle Kolyada
2018-01-30  2:18 Kent Fredric
2020-09-07 12:00 Yixun Lan
2021-05-11 18:41 Sergei Trofimovich
2021-05-13 13:19 Sergei Trofimovich
2021-05-15  1:55 Sam James
2021-05-16  0:13 Sam James
2021-05-25  0:19 Joshua Kinard
2021-07-24 20:23 Matt Turner
2021-08-04 10:23 Sergei Trofimovich
2021-11-07 18:47 Andreas K. Hüttel
2023-06-21  2:00 Sam James
2023-07-24  7:45 Jakov Smolić
2023-07-24  7:45 Jakov Smolić
2023-07-24 12:07 Jakov Smolić

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=1463789505.9e6d037ac3ac942cb027399c2beda8405ed8d234.dilfridge@gentoo \
    --to=dilfridge@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