From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Compile/
Date: Sun, 18 Jun 2023 21:05:03 +0000 (UTC) [thread overview]
Message-ID: <1687122282.6fca7c132709d47d21b55e31e7b3ebada3daab0c.sam@gentoo> (raw)
commit: 6fca7c132709d47d21b55e31e7b3ebada3daab0c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 19:48:38 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 21:04:42 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fca7c13
dev-perl/Test-Compile: add 3.2.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Test-Compile/Manifest | 1 +
dev-perl/Test-Compile/Test-Compile-3.2.2.ebuild | 36 +++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-perl/Test-Compile/Manifest b/dev-perl/Test-Compile/Manifest
index f9fbe81b7053..dd4baee2edf1 100644
--- a/dev-perl/Test-Compile/Manifest
+++ b/dev-perl/Test-Compile/Manifest
@@ -1,2 +1,3 @@
DIST Test-Compile-v2.4.2.tar.gz 18842 BLAKE2B 6bc8dbd692087ccbf41b227c417f1cb8a100ea2e845289fae52ce8f375c4f7970f759ab2fffcb19af7670ec93f92115812184d9d71f73db21628b4937b6e84c9 SHA512 3c16249d9cf14c3cc1dae5958c591b9beac320e26c3ef958a76ca74763ce30443ebe55e3e4efacd384252dfe1ef1cfca9c12d4f7a67780e0db20d6462b6d541c
DIST Test-Compile-v3.0.1.tar.gz 18490 BLAKE2B d472567065549a6a00c668aa5d7af1597f5d3fe0f06a849b374fe0b6757ef5a591ddb5834c894c64c48d9eabe5112803509dba9b4698afed6e028a5010ae4b5f SHA512 a8e5d0fabaaa0c8d4de716da85279c8d4abdcfb8e453159f5b47d10e1845d2f80164d099bcd3906d74afae1137fd9d4430d47b8bdcb3afc6d81b8043bd585715
+DIST Test-Compile-v3.2.2.tar.gz 19612 BLAKE2B e6a14624c1aaf70e5228d46ed33313e07ecfd2632ef8e369c2046317dac5ff83f48efe853f06436d71b98721cb8f5b5e6354a4d62c67351297b512a1be1152a7 SHA512 68a18cee66cc8eb2bf10b3d7f97244ee49d7162284957a8f34226846f3afda1872c809b4cdd7494286afea255313eeba27f392e3827ed127d39bbdf406be8151
diff --git a/dev-perl/Test-Compile/Test-Compile-3.2.2.ebuild b/dev-perl/Test-Compile/Test-Compile-3.2.2.ebuild
new file mode 100644
index 000000000000..7db087aee60f
--- /dev/null
+++ b/dev-perl/Test-Compile/Test-Compile-3.2.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=EGILES
+DIST_VERSION=v${PV}
+inherit perl-module
+
+DESCRIPTION="Check whether Perl files compile correctly"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+
+RDEPEND="
+ >=virtual/perl-Exporter-5.680.0
+ >=virtual/perl-parent-0.225.0
+ >=virtual/perl-version-0.770.0
+"
+BDEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-0.380.0
+ test? (
+ dev-perl/Test-Exception
+ dev-perl/Test-Warnings
+ virtual/perl-Test-Simple
+ )
+"
+
+PERL_RM_FILES=(
+ t/999-has-version.t
+ t/999-perlcritic.t
+ t/999-pod-coverage.t
+ t/999-pod.t
+ t/999-portability.t
+ t/999-synopsis.t
+ t/999-version.t
+)
next reply other threads:[~2023-06-18 21:05 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-18 21:05 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-14 1:50 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Compile/ Sam James
2024-06-09 21:21 Sam James
2024-05-06 9:37 Sam James
2024-05-03 4:15 Sam James
2023-08-21 3:50 Sam James
2023-08-19 15:37 Arthur Zamarin
2023-08-19 6:58 Arthur Zamarin
2023-08-19 6:10 Sam James
2023-07-24 4:12 Sam James
2023-07-24 4:00 Sam James
2023-07-18 21:52 Sam James
2023-07-12 8:46 Sam James
2022-02-19 8:19 Arthur Zamarin
2022-02-19 7:29 Arthur Zamarin
2022-02-19 7:00 Arthur Zamarin
2021-12-09 12:05 Andreas K. Hüttel
2021-12-09 12:05 Andreas K. Hüttel
2021-10-11 6:32 Agostino Sarubbo
2021-10-11 5:45 Sam James
2021-10-11 4:18 Sam James
2021-08-16 21:12 Andreas K. Hüttel
2021-06-07 6:25 Sergei Trofimovich
2021-06-03 8:23 Sam James
2021-06-01 11:58 Sam James
2021-05-31 22:38 Sam James
2021-02-11 7:36 Sergei Trofimovich
2021-02-09 21:39 Sam James
2021-02-04 17:22 Sergei Trofimovich
2020-09-08 9:29 Kent Fredric
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=1687122282.6fca7c132709d47d21b55e31e7b3ebada3daab0c.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