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 0B47715A7D9 for ; Mon, 20 Mar 2023 08:40:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35CDFE07EA; Mon, 20 Mar 2023 08:40:29 +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 234C2E07EA for ; Mon, 20 Mar 2023 08:40:29 +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 1AD36340DF2 for ; Mon, 20 Mar 2023 08:40:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 758B78D8 for ; Mon, 20 Mar 2023 08:40:26 +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: <1679301618.2675bf61c31e63d53fa69097ce5ec198d923b6a8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-File/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Test-File/Manifest dev-perl/Test-File/Test-File-1.993.0.ebuild X-VCS-Directories: dev-perl/Test-File/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2675bf61c31e63d53fa69097ce5ec198d923b6a8 X-VCS-Branch: master Date: Mon, 20 Mar 2023 08:40:26 +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: d356f133-abc1-4738-936a-f9a38996e326 X-Archives-Hash: c7f52b218089478f60423ac2185a080e commit: 2675bf61c31e63d53fa69097ce5ec198d923b6a8 Author: Sam James gentoo org> AuthorDate: Mon Mar 20 08:40:02 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 20 08:40:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2675bf61 dev-perl/Test-File: add 1.993.0 Signed-off-by: Sam James gentoo.org> dev-perl/Test-File/Manifest | 1 + dev-perl/Test-File/Test-File-1.993.0.ebuild | 30 +++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/dev-perl/Test-File/Manifest b/dev-perl/Test-File/Manifest index 87a36d859970..5b80338dafa8 100644 --- a/dev-perl/Test-File/Manifest +++ b/dev-perl/Test-File/Manifest @@ -1 +1,2 @@ DIST Test-File-1.448.tar.gz 29914 BLAKE2B 566a4c2047d94c48e9b89fa9fdcdec84de5fbe15ad0f25eaf9f11b2a658b06cd61ef025caaed5f18d805a81f318fd4a995d01756e21ed5a96956b5e84b3da5b6 SHA512 fea5082cedb03de62dd9b4ee1db891439a14367f746f1fdec4056ac251a607cc281d22708517de4e3e64484b47fb6cc5898c30983a6af9db03412c469b4e9009 +DIST Test-File-1.993.tar.gz 34406 BLAKE2B 3726d1ff14547d810238750584668f9a7467c24b6a9262db0b1940a83053a25264a6d9cc584e2adb86850ef732ab4a7f433c82abd424bb9537886ed38e4a091e SHA512 0e14580a11afc2f3115d5594be226237803ad8e462c314a2b775ca96bf491cfeea84bd90ae92a70c58d3d8fc7c0f21d38b54a58d29dd01a2c082c0cbfecb0aaf diff --git a/dev-perl/Test-File/Test-File-1.993.0.ebuild b/dev-perl/Test-File/Test-File-1.993.0.ebuild new file mode 100644 index 000000000000..92dd5966de98 --- /dev/null +++ b/dev-perl/Test-File/Test-File-1.993.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=BDFOY +DIST_VERSION=1.993 +inherit perl-module + +DESCRIPTION="Test file attributes" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" + +RDEPEND=" +" +BDEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.640.0 + test? ( + >=virtual/perl-Test-Simple-0.950.0 + ) +" + +src_prepare() { + if use test; then + perl_rm_files t/pod.t t/pod_coverage.t t/test_manifest + sed -i -e '/Test::Manifest/d' Makefile.PL || die "Can't patch Makefile.PL" + fi + perl-module_src_prepare +}