From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Lexical-SealRequireHints/
Date: Wed, 21 Jun 2023 02:00:31 +0000 (UTC) [thread overview]
Message-ID: <1687312823.e7e8f9f31a8f8494ec2cd4195772167078b72c50.sam@gentoo> (raw)
commit: e7e8f9f31a8f8494ec2cd4195772167078b72c50
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 01:56:32 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 02:00:23 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7e8f9f3
dev-perl/Lexical-SealRequireHints: add 0.12.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../Lexical-SealRequireHints-0.12.0.ebuild | 32 ++++++++++++++++++++++
dev-perl/Lexical-SealRequireHints/Manifest | 1 +
2 files changed, 33 insertions(+)
diff --git a/dev-perl/Lexical-SealRequireHints/Lexical-SealRequireHints-0.12.0.ebuild b/dev-perl/Lexical-SealRequireHints/Lexical-SealRequireHints-0.12.0.ebuild
new file mode 100644
index 000000000000..bb2073762b5a
--- /dev/null
+++ b/dev-perl/Lexical-SealRequireHints/Lexical-SealRequireHints-0.12.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ZEFRAM
+DIST_VERSION=0.012
+inherit perl-module
+
+DESCRIPTION="Prevent leakage of lexical hints"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+
+# 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
+"
+BDEPEND="
+ ${RDEPEND}
+ virtual/perl-Exporter
+ 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 e32f0c51c24c..98baeb0e4150 100644
--- a/dev-perl/Lexical-SealRequireHints/Manifest
+++ b/dev-perl/Lexical-SealRequireHints/Manifest
@@ -1 +1,2 @@
DIST Lexical-SealRequireHints-0.011.tar.gz 20649 BLAKE2B b95d6c03c9f85de34b594a09b22713467746e52340ce752c0a4b2ab4268a7b3df057a1e769b38a6562b48eb566389fc162873960a73d28507051e72d28621f1d SHA512 b31d3527e3ea1d28ebcac58cfdb35893643c7c371dba96cf06509cc7b1ce61c38f6cc37f420c2ec93b0a57adfc3d3cd797af97fad9aeb6e1000ef1769e26c31e
+DIST Lexical-SealRequireHints-0.012.tar.gz 28463 BLAKE2B cf6368bfd9ea7ccf7b9bd8c5b9fd2115e552088fd5d3c0f1350463c951a59ea2b6d6368b20767b30724caf70cd99d2a6b12a77e94d29108d6e7bd93b1e856eb6 SHA512 14326aeb9ee6ff0bf60d155709758f24cb8626b7848273ebbc4a58ee587091e9ad302b2f380dff90e5a9bf8801d6823f7f93be1761909ed8778fd2871311e728
next reply other threads:[~2023-06-21 2:00 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-21 2:00 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-07-24 12:07 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Lexical-SealRequireHints/ Jakov Smolić
2023-07-24 7:45 Jakov Smolić
2023-07-24 7:45 Jakov Smolić
2021-11-07 18:47 Andreas K. Hüttel
2021-08-04 10:23 Sergei Trofimovich
2021-07-24 20:23 Matt Turner
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-09-07 12:00 Yixun Lan
2018-01-30 2:18 Kent Fredric
2018-01-09 12:18 Mikle Kolyada
2018-01-09 8:02 Sergei Trofimovich
2018-01-07 0:09 Sergei Trofimovich
2017-10-27 2:23 Kent Fredric
2017-09-23 12:50 Sergei Trofimovich
2017-09-21 10:03 Kent Fredric
2017-09-19 19:22 Sergei Trofimovich
2016-08-13 8:18 Jeroen Roovers
2016-05-21 0:36 Andreas Hüttel
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=1687312823.e7e8f9f31a8f8494ec2cd4195772167078b72c50.sam@gentoo \
--to=sam@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