From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 47CF0158F56 for ; Mon, 16 Aug 2021 21:12:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E901E0831; Mon, 16 Aug 2021 21:12:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 87E3EE0831 for ; Mon, 16 Aug 2021 21:12:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8F488335D68 for ; Mon, 16 Aug 2021 21:12:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC4DF8BB for ; Mon, 16 Aug 2021 21:12:15 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1629148315.08182ed46b28901a65aaca902b8d1e8454e511c6.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Compile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Test-Compile/Manifest dev-perl/Test-Compile/Test-Compile-2.4.2.ebuild X-VCS-Directories: dev-perl/Test-Compile/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 08182ed46b28901a65aaca902b8d1e8454e511c6 X-VCS-Branch: master Date: Mon, 16 Aug 2021 21:12:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: edc2b793-9932-4e85-9d5a-c7f93829dab9 X-Archives-Hash: 3d6fc5e63787263c1dd82bfddd926144 commit: 08182ed46b28901a65aaca902b8d1e8454e511c6 Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Aug 16 21:04:57 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Mon Aug 16 21:11:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08182ed4 dev-perl/Test-Compile: Version bump 2.4.2 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/Test-Compile/Manifest | 1 + dev-perl/Test-Compile/Test-Compile-2.4.2.ebuild | 41 +++++++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/dev-perl/Test-Compile/Manifest b/dev-perl/Test-Compile/Manifest index 988c943291a..a9f30a67e01 100644 --- a/dev-perl/Test-Compile/Manifest +++ b/dev-perl/Test-Compile/Manifest @@ -1 +1,2 @@ DIST Test-Compile-v2.4.1.tar.gz 18425 BLAKE2B 604626b07772241f0ab306b06de70223a25673fe944e66c1c031dfe0e55610f7ce1cc0222bfc839331b2f10bd63168100b9e07b1013dc8ca96d03bd53848d3dd SHA512 e6878fa16544be75581144d125f547a799cc79210b925b86f07ad236395026bdc197c22af1820e893f5887e53933f0ba827377ae133752f63076cb436b624aee +DIST Test-Compile-v2.4.2.tar.gz 18842 BLAKE2B 6bc8dbd692087ccbf41b227c417f1cb8a100ea2e845289fae52ce8f375c4f7970f759ab2fffcb19af7670ec93f92115812184d9d71f73db21628b4937b6e84c9 SHA512 3c16249d9cf14c3cc1dae5958c591b9beac320e26c3ef958a76ca74763ce30443ebe55e3e4efacd384252dfe1ef1cfca9c12d4f7a67780e0db20d6462b6d541c diff --git a/dev-perl/Test-Compile/Test-Compile-2.4.2.ebuild b/dev-perl/Test-Compile/Test-Compile-2.4.2.ebuild new file mode 100644 index 00000000000..80add0a6991 --- /dev/null +++ b/dev-perl/Test-Compile/Test-Compile-2.4.2.ebuild @@ -0,0 +1,41 @@ +# Copyright 2020-2021 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" +IUSE="minimal" + +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 +" +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 +)