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 02862139347 for ; Wed, 7 Jul 2021 22:42:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2666CE0C4C; Wed, 7 Jul 2021 22:42:33 +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 11695E0C4C for ; Wed, 7 Jul 2021 22:42:32 +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 1330B342AF6 for ; Wed, 7 Jul 2021 22:42:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18C6D7CE for ; Wed, 7 Jul 2021 22:42:29 +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: <1625697727.56bc6d122c96c798c90ccc5deab54bd4320c1d33.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Starter/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Module-Starter/Manifest dev-perl/Module-Starter/Module-Starter-1.770.0.ebuild X-VCS-Directories: dev-perl/Module-Starter/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 56bc6d122c96c798c90ccc5deab54bd4320c1d33 X-VCS-Branch: master Date: Wed, 7 Jul 2021 22:42:29 +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: 74b84162-5f7f-4fac-ac34-c914fc94ef6e X-Archives-Hash: 79c6d8f011b6f733006b8d0fa4f44ed6 commit: 56bc6d122c96c798c90ccc5deab54bd4320c1d33 Author: Andreas K. Hüttel gentoo org> AuthorDate: Wed Jul 7 22:30:20 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Wed Jul 7 22:42:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56bc6d12 dev-perl/Module-Starter: Version bump 1.77 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/Module-Starter/Manifest | 1 + .../Module-Starter/Module-Starter-1.770.0.ebuild | 31 ++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/dev-perl/Module-Starter/Manifest b/dev-perl/Module-Starter/Manifest index c99441e2c93..274ed182936 100644 --- a/dev-perl/Module-Starter/Manifest +++ b/dev-perl/Module-Starter/Manifest @@ -1 +1,2 @@ DIST Module-Starter-1.73.tar.gz 61368 BLAKE2B c7957a9d2013f7680309b39f0299141a9dba9075d191d804dc2cd09dc80f25b28b7fde128e51d43266fcc93d7d56a54b0b8eb154e8f674dc270970f9a2602f13 SHA512 813bb98a2cd2344c5a8fd032d2ee42c13f767b436ac48a7d88bd6338ec21929cefd8940fa0b606abaa4e264291fcbfc993e10d0c0d471d1b5fda0d2eb7d80d58 +DIST Module-Starter-1.77.tar.gz 60328 BLAKE2B 821a9fa0708677a52b0743a6627d422d89000ba9a816c666ece2ad096ea852578309e2ce855abc5aa6b8bafcd6a4bf140a01fdcd2580e8f70621705e14efc358 SHA512 89e4b8c26c4f5df372736a6070026a81c3038a55b20f9be00ea1a064eb7d363c70c53def3ea179a62e871a1fa775a2cbb588b3ed8c3484243c137006fb24d80c diff --git a/dev-perl/Module-Starter/Module-Starter-1.770.0.ebuild b/dev-perl/Module-Starter/Module-Starter-1.770.0.ebuild new file mode 100644 index 00000000000..0913f2c52d4 --- /dev/null +++ b/dev-perl/Module-Starter/Module-Starter-1.770.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=DBOOK +DIST_VERSION=1.77 +inherit perl-module + +DESCRIPTION="A simple starter kit for any module" + +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + virtual/perl-File-Path + virtual/perl-File-Spec + virtual/perl-Getopt-Long + dev-perl/Module-Runtime + >=virtual/perl-Pod-Parser-1.210.0 + >=dev-perl/Software-License-0.103.5 + >=virtual/perl-Test-Harness-0.210.0 + >=virtual/perl-Test-Simple-0.940.0 + virtual/perl-parent + >=virtual/perl-version-0.770.0 +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" + +PERL_RM_FILES=( t/pod.t t/pod-coverage.t )