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/Test-Compile/
Date: Tue,  8 Sep 2020 09:29:49 +0000 (UTC)	[thread overview]
Message-ID: <1599557360.547d871d889e801899fc526948ad6b23134a1487.kentnl@gentoo> (raw)

commit:     547d871d889e801899fc526948ad6b23134a1487
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  8 09:18:29 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Sep  8 09:29:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=547d871d

dev-perl/Test-Compile: Add w/ version = 2.4.1

Required by newer dev-perl/FileHandle-Unget

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

 dev-perl/Test-Compile/Manifest                  |  1 +
 dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild | 42 +++++++++++++++++++++++++
 dev-perl/Test-Compile/metadata.xml              | 13 ++++++++
 3 files changed, 56 insertions(+)

diff --git a/dev-perl/Test-Compile/Manifest b/dev-perl/Test-Compile/Manifest
new file mode 100644
index 00000000000..988c943291a
--- /dev/null
+++ b/dev-perl/Test-Compile/Manifest
@@ -0,0 +1 @@
+DIST Test-Compile-v2.4.1.tar.gz 18425 BLAKE2B 604626b07772241f0ab306b06de70223a25673fe944e66c1c031dfe0e55610f7ce1cc0222bfc839331b2f10bd63168100b9e07b1013dc8ca96d03bd53848d3dd SHA512 e6878fa16544be75581144d125f547a799cc79210b925b86f07ad236395026bdc197c22af1820e893f5887e53933f0ba827377ae133752f63076cb436b624aee

diff --git a/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild b/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild
new file mode 100644
index 00000000000..92cdc20fcc5
--- /dev/null
+++ b/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=EGILES
+DIST_VERSION=v2.4.1
+inherit perl-module
+
+DESCRIPTION="Check whether Perl files compile correctly"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="minimal test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	!minimal? (
+		dev-perl/Devel-CheckOS
+	)
+	>=virtual/perl-Exporter-5.680.0
+	dev-perl/UNIVERSAL-require
+	>=virtual/perl-parent-0.225.0
+	virtual/perl-version
+"
+DEPEND="dev-perl/Module-Build"
+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
+)

diff --git a/dev-perl/Test-Compile/metadata.xml b/dev-perl/Test-Compile/metadata.xml
new file mode 100644
index 00000000000..20562764815
--- /dev/null
+++ b/dev-perl/Test-Compile/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>perl@gentoo.org</email>
+    <name>Gentoo Perl Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="cpan">Test-Compile</remote-id>
+    <remote-id type="cpan-module">Test::Compile</remote-id>
+    <remote-id type="cpan-module">Test::Compile::Internal</remote-id>
+  </upstream>
+</pkgmetadata>


             reply	other threads:[~2020-09-08  9:29 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-08  9:29 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-02-04 17:22 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Compile/ Sergei Trofimovich
2021-02-09 21:39 Sam James
2021-02-11  7:36 Sergei Trofimovich
2021-05-31 22:38 Sam James
2021-06-01 11:58 Sam James
2021-06-03  8:23 Sam James
2021-06-07  6:25 Sergei Trofimovich
2021-08-16 21:12 Andreas K. Hüttel
2021-10-11  4:18 Sam James
2021-10-11  5:45 Sam James
2021-10-11  6:32 Agostino Sarubbo
2021-12-09 12:05 Andreas K. Hüttel
2021-12-09 12:05 Andreas K. Hüttel
2022-02-19  7:00 Arthur Zamarin
2022-02-19  7:29 Arthur Zamarin
2022-02-19  8:19 Arthur Zamarin
2023-06-18 21:05 Sam James
2023-07-12  8:46 Sam James
2023-07-18 21:52 Sam James
2023-07-24  4:00 Sam James
2023-07-24  4:12 Sam James
2023-08-19  6:10 Sam James
2023-08-19  6:58 Arthur Zamarin
2023-08-19 15:37 Arthur Zamarin
2023-08-21  3:50 Sam James
2024-05-03  4:15 Sam James
2024-05-06  9:37 Sam James
2024-06-09 21:21 Sam James
2024-06-14  1:50 Sam James

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=1599557360.547d871d889e801899fc526948ad6b23134a1487.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