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 BFFFF139347 for ; Tue, 6 Jul 2021 20:17:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEE90E0BDF; Tue, 6 Jul 2021 20:17:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 CA146E0BDF for ; Tue, 6 Jul 2021 20:17:03 +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 6C7BD33BE14 for ; Tue, 6 Jul 2021 20:17:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE18378A for ; Tue, 6 Jul 2021 20:17:00 +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: <1625602591.53a10dc850fea7885f9957550c2c57896a596719.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Compile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Module-Compile/Manifest dev-perl/Module-Compile/Module-Compile-0.380.0.ebuild X-VCS-Directories: dev-perl/Module-Compile/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 53a10dc850fea7885f9957550c2c57896a596719 X-VCS-Branch: master Date: Tue, 6 Jul 2021 20:17:00 +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: 4e86538e-c18d-434c-8b24-f3509bfea61f X-Archives-Hash: 3405717a4ce9e66038b23447ccde8660 commit: 53a10dc850fea7885f9957550c2c57896a596719 Author: Andreas K. Hüttel gentoo org> AuthorDate: Tue Jul 6 19:59:18 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Tue Jul 6 20:16:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53a10dc8 dev-perl/Module-Compile: Version bump 0.38 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/Module-Compile/Manifest | 1 + .../Module-Compile/Module-Compile-0.380.0.ebuild | 24 ++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/dev-perl/Module-Compile/Manifest b/dev-perl/Module-Compile/Manifest index d02c3c5e009..f83acc348b2 100644 --- a/dev-perl/Module-Compile/Manifest +++ b/dev-perl/Module-Compile/Manifest @@ -1 +1,2 @@ DIST Module-Compile-0.35.tar.gz 34716 BLAKE2B dca3551920f68863191bdb1d255a3fef3421ff14914645077146bf83b22192feb78cedd877092f8904dc09a99aeda8d1ea1597637c36391b345c37d3fbfb8a71 SHA512 4115277ffb0da033c6c7fea6480c7245c8b5eb151378081fefaef35761b92a4218d56e8e1e9a4892ce78a379592336badefa2de56062d9e5b7024cdc35d3e46b +DIST Module-Compile-0.38.tar.gz 35482 BLAKE2B ef370d091e63f39803b70b548089ea7ca1664be706effb33229b740b154a0d17f891b2c0851f1c69632a79f4079f7c0a205ac0b31e470d9e8567b9c1fc42548c SHA512 50f17cf6e88f9834d69944e64a46b2ca260824220cf09fe962c29dd36a8d0cdd7a2d59c7e0cf360a7fb506252cdea3b13b99437e443735b35c7a713a0bea1f31 diff --git a/dev-perl/Module-Compile/Module-Compile-0.380.0.ebuild b/dev-perl/Module-Compile/Module-Compile-0.380.0.ebuild new file mode 100644 index 00000000000..790fcdf797a --- /dev/null +++ b/dev-perl/Module-Compile/Module-Compile-0.380.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=INGY +DIST_VERSION=0.38 +inherit perl-module + +DESCRIPTION="Perl Module Compilation" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~x86" + +RDEPEND=" + dev-perl/Capture-Tiny + >=dev-perl/Digest-SHA1-2.130.0 +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" + +DIST_TEST=do +# parallel testing fails