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 63B90138334 for ; Wed, 3 Apr 2019 15:46:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57F8CE0975; Wed, 3 Apr 2019 15:46:23 +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 2CED0E0975 for ; Wed, 3 Apr 2019 15:46:23 +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 B69DD335CF3 for ; Wed, 3 Apr 2019 15:46:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F10CA570 for ; Wed, 3 Apr 2019 15:46:19 +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: <1554306346.bddf0df8a80ed05e196546daafc13b9848069cc9.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.470.0.ebuild dev-perl/Test-Strict/metadata.xml X-VCS-Directories: dev-perl/Test-Strict/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: bddf0df8a80ed05e196546daafc13b9848069cc9 X-VCS-Branch: master Date: Wed, 3 Apr 2019 15:46:19 +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: 62d81865-f003-4fa5-aff2-2f7aac5cd203 X-Archives-Hash: fb42a4db9d8c53e8404d52ea40cac5a4 commit: bddf0df8a80ed05e196546daafc13b9848069cc9 Author: Andreas K. Huettel gentoo org> AuthorDate: Wed Apr 3 15:44:47 2019 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Wed Apr 3 15:45:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bddf0df8 dev-perl/Test-Strict: New package, ebuild by ulm, bug 681918 Closes: https://bugs.gentoo.org/681918 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/Test-Strict/Manifest | 1 + dev-perl/Test-Strict/Test-Strict-0.470.0.ebuild | 26 +++++++++++++++++++++++++ dev-perl/Test-Strict/metadata.xml | 8 ++++++++ 3 files changed, 35 insertions(+) diff --git a/dev-perl/Test-Strict/Manifest b/dev-perl/Test-Strict/Manifest new file mode 100644 index 00000000000..ea72ecb1585 --- /dev/null +++ b/dev-perl/Test-Strict/Manifest @@ -0,0 +1 @@ +DIST Test-Strict-0.47.tar.gz 20679 BLAKE2B e72eef42fdb7c0e354147c06f4e7c418d5c302d0bca662995042d7046fd9deae3ae6b12fa0f780aff8d6f0e5cab52db76184d99471d130ce18bfd6c00657dddb SHA512 56ffc488cb2502af228ad03f3da7bf11f04c0cacc7f1ea13b3aa8e0578f0df36a9be092f71db973748c8db15f45873a384f2e24844468b9a300d2386692c21b9 diff --git a/dev-perl/Test-Strict/Test-Strict-0.470.0.ebuild b/dev-perl/Test-Strict/Test-Strict-0.470.0.ebuild new file mode 100644 index 00000000000..e4f6cbea1b4 --- /dev/null +++ b/dev-perl/Test-Strict/Test-Strict-0.470.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=MANWAR +DIST_VERSION=0.47 +inherit perl-module + +DESCRIPTION="Check syntax, presence of use strict; and test coverage" + +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +RDEPEND=" + virtual/perl-File-Spec + virtual/perl-File-Temp +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + dev-perl/IO-stringy + virtual/perl-Test-Simple + ) +" diff --git a/dev-perl/Test-Strict/metadata.xml b/dev-perl/Test-Strict/metadata.xml new file mode 100644 index 00000000000..2b9a936fc0a --- /dev/null +++ b/dev-perl/Test-Strict/metadata.xml @@ -0,0 +1,8 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + +