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 B7F6E158012 for ; Sun, 29 Aug 2021 00:59:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F27DAE0905; Sun, 29 Aug 2021 00:59:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 D9F45E0905 for ; Sun, 29 Aug 2021 00:59:01 +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 D4F78342B4C for ; Sun, 29 Aug 2021 00:59:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FDB68F for ; Sun, 29 Aug 2021 00:58:58 +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: <1630198720.315a85627f34a64dbb1a283db0dea192d5f3fbf6.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Strict/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Test-Strict/Manifest dev-perl/Test-Strict/Test-Strict-0.520.0.ebuild X-VCS-Directories: dev-perl/Test-Strict/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 315a85627f34a64dbb1a283db0dea192d5f3fbf6 X-VCS-Branch: master Date: Sun, 29 Aug 2021 00:58:58 +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: 3dc2c687-218f-4e31-95eb-d360b4ccb9c0 X-Archives-Hash: b5066c8dab0ed0ce9ddef71323413261 commit: 315a85627f34a64dbb1a283db0dea192d5f3fbf6 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 29 00:54:48 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Aug 29 00:58:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=315a8562 dev-perl/Test-Strict: Version bump 0.52 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/Test-Strict/Manifest | 1 + dev-perl/Test-Strict/Test-Strict-0.520.0.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/dev-perl/Test-Strict/Manifest b/dev-perl/Test-Strict/Manifest index ea72ecb1585..0dfdd1f07a5 100644 --- a/dev-perl/Test-Strict/Manifest +++ b/dev-perl/Test-Strict/Manifest @@ -1 +1,2 @@ DIST Test-Strict-0.47.tar.gz 20679 BLAKE2B e72eef42fdb7c0e354147c06f4e7c418d5c302d0bca662995042d7046fd9deae3ae6b12fa0f780aff8d6f0e5cab52db76184d99471d130ce18bfd6c00657dddb SHA512 56ffc488cb2502af228ad03f3da7bf11f04c0cacc7f1ea13b3aa8e0578f0df36a9be092f71db973748c8db15f45873a384f2e24844468b9a300d2386692c21b9 +DIST Test-Strict-0.52.tar.gz 20932 BLAKE2B 720358a1e0f9a8ee73a8f8bd2b61bb69f39e597c8712d4ad98772354daf0c41763c6ffa90870cac8326b71cd173a1400d4c411cb0e6797f7d9dc3f05b7af2b3e SHA512 2d2e27f8fa5156bae4b54c2a9da5f5bd37c820ca9f9594f51c0915695f74f16880445d8a47de5a86d0277482b8234d4ab8e1c8a7ba00871c950268be40f543b5 diff --git a/dev-perl/Test-Strict/Test-Strict-0.520.0.ebuild b/dev-perl/Test-Strict/Test-Strict-0.520.0.ebuild new file mode 100644 index 00000000000..869edefb5a8 --- /dev/null +++ b/dev-perl/Test-Strict/Test-Strict-0.520.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=MANWAR +DIST_VERSION=0.52 +inherit perl-module + +DESCRIPTION="Check syntax, presence of use strict; and test coverage" + +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=virtual/perl-File-Spec-0.10.0 + >=virtual/perl-File-Temp-0.10.0 +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + dev-perl/IO-stringy + >=virtual/perl-Test-Simple-1.0.0 + ) +"