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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4FA7D158009 for ; Tue, 20 Jun 2023 04:14:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9837E08A2; Tue, 20 Jun 2023 04:14:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B8D71E08A2 for ; Tue, 20 Jun 2023 04:14:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C2132340F86 for ; Tue, 20 Jun 2023 04:14:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEF93AA2 for ; Tue, 20 Jun 2023 04:14:34 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1687234181.7b23e311e08d68d0630a59c092183f39bdea2849.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Build/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Module-Build/Manifest dev-perl/Module-Build/Module-Build-0.423.400.ebuild X-VCS-Directories: dev-perl/Module-Build/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7b23e311e08d68d0630a59c092183f39bdea2849 X-VCS-Branch: master Date: Tue, 20 Jun 2023 04:14:34 +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: 759b3fc4-644b-493f-a62d-3da4d87b2ea4 X-Archives-Hash: 02fca69b5dbd036051c07eb4115e5ef6 commit: 7b23e311e08d68d0630a59c092183f39bdea2849 Author: Sam James gentoo org> AuthorDate: Tue Jun 20 04:09:41 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 20 04:09:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b23e311 dev-perl/Module-Build: add 0.423.400 Signed-off-by: Sam James gentoo.org> dev-perl/Module-Build/Manifest | 1 + .../Module-Build/Module-Build-0.423.400.ebuild | 40 ++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/dev-perl/Module-Build/Manifest b/dev-perl/Module-Build/Manifest index d3e3a639535c..f5a766db7182 100644 --- a/dev-perl/Module-Build/Manifest +++ b/dev-perl/Module-Build/Manifest @@ -1 +1,2 @@ DIST Module-Build-0.4231.tar.gz 303466 BLAKE2B f35be09072a2facc505b199dd69cdb2605ab32c34376ef393170dca9d67871bc00cbe25b1fa6dcb925e92724a778ad5ddc3157afb33d18a10648ef1133c83991 SHA512 ee1dc18a7df3fe67e7f954d5e1e071aa0a6f5bce6783b768bceb01f071e64ac8be63f410c932c7c16764e5d4f52fc664ce11a12f26f6afc75a26f79883efad70 +DIST Module-Build-0.4234.tar.gz 311666 BLAKE2B 2d350897dbd915463db8bda10fbd3c18fb30229c75e01d9f6ab894ed7a6d99af75849fde476d28639a8aee52d01329243efbba0c09ab9b76fd3edb945378d2b2 SHA512 e2bbdd64f98b424ea7fd20e2ba301d34b77c9f2ecec28e3191fda63a056a12c0fb1cab1496419e9e9b8054db1a8d3fe92e1f033cdcdf021e1a086c8859905eca diff --git a/dev-perl/Module-Build/Module-Build-0.423.400.ebuild b/dev-perl/Module-Build/Module-Build-0.423.400.ebuild new file mode 100644 index 000000000000..c81c616b4635 --- /dev/null +++ b/dev-perl/Module-Build/Module-Build-0.423.400.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=LEONT +DIST_VERSION=0.4234 +inherit perl-module + +DESCRIPTION="Build and install Perl modules" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + +RDEPEND=" + >=virtual/perl-CPAN-Meta-2.142.60 + virtual/perl-Data-Dumper + >=virtual/perl-ExtUtils-CBuilder-0.270.0 + virtual/perl-ExtUtils-Install + virtual/perl-ExtUtils-Manifest + virtual/perl-ExtUtils-MakeMaker + >=virtual/perl-ExtUtils-ParseXS-2.210.0 + >=virtual/perl-File-Spec-0.820.0 + virtual/perl-Getopt-Long + >=virtual/perl-Module-Metadata-1.0.2 + >=virtual/perl-Perl-OSType-1 + >=virtual/perl-Test-Harness-3.290.0 + virtual/perl-Text-ParseWords + >=virtual/perl-podlators-2.1.0 + >=virtual/perl-version-0.870.0 +" +BDEPEND=" + ${RDEPEND} + test? ( + >=virtual/perl-CPAN-Meta-YAML-0.3.0 + >=virtual/perl-File-Temp-0.150.0 + >=virtual/perl-Parse-CPAN-Meta-1.440.100 + >=virtual/perl-Test-Simple-0.490.0 + ) +"