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 A8A2915806E for ; Fri, 2 Jun 2023 22:35:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33662E0897; Fri, 2 Jun 2023 22:35:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A227E088A for ; Fri, 2 Jun 2023 22:35:18 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D095A3406D1 for ; Fri, 2 Jun 2023 22:35:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38828A83 for ; Fri, 2 Jun 2023 22:35:16 +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: <1685745291.e9c1ab9603d553117522c8614cce365379e45cfc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Build-Tiny/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Module-Build-Tiny/Manifest dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.46.0.ebuild X-VCS-Directories: dev-perl/Module-Build-Tiny/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e9c1ab9603d553117522c8614cce365379e45cfc X-VCS-Branch: master Date: Fri, 2 Jun 2023 22:35:16 +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: 98de3a1a-3178-4967-8d18-1e819ad17c8e X-Archives-Hash: a708f258193f603bb0bfca4742223710 commit: e9c1ab9603d553117522c8614cce365379e45cfc Author: Sam James gentoo org> AuthorDate: Fri Jun 2 22:34:51 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jun 2 22:34:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9c1ab96 dev-perl/Module-Build-Tiny: add 0.46.0 Signed-off-by: Sam James gentoo.org> dev-perl/Module-Build-Tiny/Manifest | 1 + .../Module-Build-Tiny-0.46.0.ebuild | 40 ++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/dev-perl/Module-Build-Tiny/Manifest b/dev-perl/Module-Build-Tiny/Manifest index ae0fb268573b..7e0769609a4a 100644 --- a/dev-perl/Module-Build-Tiny/Manifest +++ b/dev-perl/Module-Build-Tiny/Manifest @@ -1 +1,2 @@ DIST Module-Build-Tiny-0.039.tar.gz 20663 BLAKE2B 730ba49b5d7090321dc11d44d6e3a3fd42f81baf5f82c3e5044ede7bbe86e83d78dc8a0678671ebda4256365c5d24f118df5c12f0d2f8fad96cd8ab49206837d SHA512 26ca6fe4c1792b26bb2b4711035847f4215ea7c37234fbe24fc07432682fd9d3b6016dbdb2ecb455a7b13f6bea13994826c7f84f21075f0a6e575fa74672903a +DIST Module-Build-Tiny-0.046.tar.gz 22153 BLAKE2B 6f5c9069e07581a09fe3c0c0e18c82df5a14828129187d9d3fba8853dc4763cdce2b0889e89769437bd0adf15b183aff50335861cfdf28da1e492b944dd183db SHA512 21a6aaa9130dfa842df2cd7ff2f8264b89f4d065fa550a74ce41c3c2fb60c276abad9b59362e013efdeb85b0fa4e89aa96ab35b1ec53e499c29ba3c8f286e64b diff --git a/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.46.0.ebuild b/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.46.0.ebuild new file mode 100644 index 000000000000..5f74939441d4 --- /dev/null +++ b/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.46.0.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.046 +inherit perl-module + +DESCRIPTION='A tiny replacement for Module::Build' +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" + +RDEPEND=" + virtual/perl-CPAN-Meta + >=virtual/perl-Exporter-5.570.0 + virtual/perl-ExtUtils-CBuilder + >=dev-perl/ExtUtils-Config-0.3.0 + >=dev-perl/ExtUtils-Helpers-0.20.0 + virtual/perl-ExtUtils-Install + >=dev-perl/ExtUtils-InstallPaths-0.2.0 + virtual/perl-ExtUtils-ParseXS + virtual/perl-File-Path + virtual/perl-File-Spec + >=virtual/perl-Getopt-Long-2.360.0 + >=virtual/perl-JSON-PP-2.0.0 + virtual/perl-podlators + virtual/perl-Test-Harness +" +BDEPEND="${RDEPEND} + test? ( + virtual/perl-Data-Dumper + virtual/perl-File-Temp + virtual/perl-IO + >=virtual/perl-Test-Simple-0.88 + virtual/perl-XSLoader + ) +" + +mytargets="install"