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 61008158064 for ; Tue, 30 Apr 2024 02:37:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9C8EE2A16; Tue, 30 Apr 2024 02:37:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 43E89E2A16 for ; Tue, 30 Apr 2024 02:37:24 +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 825FF3430AE for ; Tue, 30 Apr 2024 02:37:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EC9C1781 for ; Tue, 30 Apr 2024 02:37:22 +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: <1714444600.e96759157bb2312615d1a1002a98e1a1aedb06eb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/ExtUtils-Config/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/ExtUtils-Config/ExtUtils-Config-0.9.0.ebuild dev-perl/ExtUtils-Config/Manifest X-VCS-Directories: dev-perl/ExtUtils-Config/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e96759157bb2312615d1a1002a98e1a1aedb06eb X-VCS-Branch: master Date: Tue, 30 Apr 2024 02:37:22 +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: 62e186e2-ba4b-41fa-ac5c-215212975f1e X-Archives-Hash: 75e771611a8ae335b56f7dc0a6e0cbcf commit: e96759157bb2312615d1a1002a98e1a1aedb06eb Author: Sam James gentoo org> AuthorDate: Tue Apr 30 02:16:51 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 30 02:36:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9675915 dev-perl/ExtUtils-Config: add 0.9.0 Signed-off-by: Sam James gentoo.org> .../ExtUtils-Config/ExtUtils-Config-0.9.0.ebuild | 30 ++++++++++++++++++++++ dev-perl/ExtUtils-Config/Manifest | 1 + 2 files changed, 31 insertions(+) diff --git a/dev-perl/ExtUtils-Config/ExtUtils-Config-0.9.0.ebuild b/dev-perl/ExtUtils-Config/ExtUtils-Config-0.9.0.ebuild new file mode 100644 index 000000000000..4ab85390b7b8 --- /dev/null +++ b/dev-perl/ExtUtils-Config/ExtUtils-Config-0.9.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=LEONT +DIST_VERSION=0.009 +inherit perl-module + +DESCRIPTION="Wrapper for perl's configuration" +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-Data-Dumper +" +BDEPEND=" + ${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Spec + virtual/perl-IO + >=virtual/perl-Test-Simple-0.88 + ) +" + +src_test() { + perl_rm_files t/release-pod-{syntax,coverage}.t + perl-module_src_test +} diff --git a/dev-perl/ExtUtils-Config/Manifest b/dev-perl/ExtUtils-Config/Manifest index fff1d0d064c9..3ee08838246a 100644 --- a/dev-perl/ExtUtils-Config/Manifest +++ b/dev-perl/ExtUtils-Config/Manifest @@ -1 +1,2 @@ DIST ExtUtils-Config-0.008.tar.gz 11165 BLAKE2B 58468be3884311dea31e420511134eab122a923c445b2b489914227934ab50efba4a08253e86715385ad8aa7b6f0212e95b73f2f524a964704991e4227a68d47 SHA512 7775e2212b4605e60559c7e63604b8f2b4c56f4846e64f9f4454f3f5d0a7a21f618143e6c61eafabf5d9ee9bca8f722c04aedeaf9c51f59924de68c272b86db2 +DIST ExtUtils-Config-0.009.tar.gz 13421 BLAKE2B d2fd9bc11b5e0e4b973837dab9220eacbd804bb2d9d5ac7d7057ae5eb8f8d7e7fff7ebf08d430549336cae16b6aec1258d7cd2027d5c260c15851f1da78cc1b6 SHA512 7f3d054f31b08a9179dbad47204f9223607d8af84e4dfa1e9250981dd271b753576e571e2071d94408340376f13d3d766278d23407b7c754dbc493b7df30e2cd