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 610E4139337 for ; Sat, 31 Jul 2021 17:07:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5264BE0961; Sat, 31 Jul 2021 17:07: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 31C93E095A for ; Sat, 31 Jul 2021 17:07:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 17D9B3430CF for ; Sat, 31 Jul 2021 17:07:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B0F384D for ; Sat, 31 Jul 2021 17:06: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: <1627751200.e6743d60d8af8d002c1ff7fac880561819bae080.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Pod-Strip/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Pod-Strip/Manifest dev-perl/Pod-Strip/Pod-Strip-1.100.0.ebuild X-VCS-Directories: dev-perl/Pod-Strip/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: e6743d60d8af8d002c1ff7fac880561819bae080 X-VCS-Branch: master Date: Sat, 31 Jul 2021 17:06: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: 5670cec4-f556-48fd-810d-b139cae2adb1 X-Archives-Hash: cec82a66a2e2fbfaf6b5237f1174b8f7 commit: e6743d60d8af8d002c1ff7fac880561819bae080 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Jul 31 16:57:19 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Jul 31 17:06:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6743d60 dev-perl/Pod-Strip: Version bump 1.100 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/Pod-Strip/Manifest | 1 + dev-perl/Pod-Strip/Pod-Strip-1.100.0.ebuild | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/dev-perl/Pod-Strip/Manifest b/dev-perl/Pod-Strip/Manifest index 22bc558ae91..660ded9dea3 100644 --- a/dev-perl/Pod-Strip/Manifest +++ b/dev-perl/Pod-Strip/Manifest @@ -1 +1,2 @@ DIST Pod-Strip-1.02.tar.gz 3110 BLAKE2B 8af2f33d68a7508fb4f2da74fba2e8c95c203dfd91ea4ff7aa886ae5a514b55e7ce681cbcba3fa318d3b5ff72acf172cd711ada8647415d2d6b9c48b84fc783c SHA512 cd328b5cb3ef6fa4ae46f4217b9b30e5a0341607f10d66c9046d5a37ada13947fc9e05431af495e6793e472620d883ff277c02e1f33a5d82e72a16f625447ee9 +DIST Pod-Strip-1.100.tar.gz 11717 BLAKE2B 3e303a3ec65529febdddb47dd0aba402182b419ee5499a526087dc7c7aaea9849b582b6e5abaf2bfcf0cd1eeeb9d12a753ccbd1e16becacf6a5e7a6cb2cc764c SHA512 292606ab93c6a8ab36383c498a42367103442cb398b775db975b1220f15b6f5c3d123caebb93add34a2f259b2acfa1ddecf5c2d24bc51ca0544e49013ab9e87a diff --git a/dev-perl/Pod-Strip/Pod-Strip-1.100.0.ebuild b/dev-perl/Pod-Strip/Pod-Strip-1.100.0.ebuild new file mode 100644 index 00000000000..c29c7989a3d --- /dev/null +++ b/dev-perl/Pod-Strip/Pod-Strip-1.100.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=DOMM +DIST_VERSION=1.100 +inherit perl-module + +DESCRIPTION="Remove POD from Perl code" + +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" +" +BDEPEND="${RDEPEND} + >=dev-perl/Module-Build-0.280.0 + test? ( + virtual/perl-File-Spec + virtual/perl-File-Temp + virtual/perl-Test-Simple + ) +" + +src_test() { + perl_rm_files t/99_pod.t t/99_pod_coverage.t + perl-module_src_test +}