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 190BF158009 for ; Tue, 20 Jun 2023 04:14:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A875E0863; 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 5E558E0863 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 6E0F2340F7C 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 C6E80AA0 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: <1687233972.3bb10edace73fb6e258d18405b084e9128ee0b44.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Find/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Module-Find/Manifest dev-perl/Module-Find/Module-Find-0.160.0.ebuild X-VCS-Directories: dev-perl/Module-Find/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3bb10edace73fb6e258d18405b084e9128ee0b44 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: 8503e08a-3b8a-47c5-9921-3e1f6fb4050c X-Archives-Hash: d1c2ed2740870eec4b9665ae2086742c commit: 3bb10edace73fb6e258d18405b084e9128ee0b44 Author: Sam James gentoo org> AuthorDate: Tue Jun 20 04:06:12 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 20 04:06:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bb10eda dev-perl/Module-Find: add 0.160.0 Signed-off-by: Sam James gentoo.org> dev-perl/Module-Find/Manifest | 1 + dev-perl/Module-Find/Module-Find-0.160.0.ebuild | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/dev-perl/Module-Find/Manifest b/dev-perl/Module-Find/Manifest index 6bdd01468744..cf7e7d5b2450 100644 --- a/dev-perl/Module-Find/Manifest +++ b/dev-perl/Module-Find/Manifest @@ -1 +1,2 @@ DIST Module-Find-0.15.tar.gz 7427 BLAKE2B 9ad53e6d7dcf8c3811b5307c4a059782505634316db54f2dec6a71c709bec5f8cd69b2dc13ed86d264defe027e08eebfe8ffc9cf33bb20c854ae434d75918b59 SHA512 769f1ee8836a127cb3c08edc858240c88e6481243d15b79b348c66d960213a98963bd9c453756645982c730a3c895a7dc35b06a970a0d6300690a605f4487dac +DIST Module-Find-0.16.tar.gz 9560 BLAKE2B f97a5c3167c3695b88fdc763e5961ea7bc95cf474d723e23c2b0e8239bb6106933945b5ca79fcbaa5408e10f1235a223d83bfd3b675b35041c8d419fa29258d3 SHA512 a0c935fd229320ce74052180571c0da9667dc87a717e039bec27120a8ac1552988352038efd1805d62ac40fcaf7985c44b6d9c56648b379f1ca0f03727e550bd diff --git a/dev-perl/Module-Find/Module-Find-0.160.0.ebuild b/dev-perl/Module-Find/Module-Find-0.160.0.ebuild new file mode 100644 index 000000000000..98d4e514d48e --- /dev/null +++ b/dev-perl/Module-Find/Module-Find-0.160.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=CRENZ +DIST_VERSION=0.16 +inherit perl-module + +DESCRIPTION="Find and use installed modules in a (sub)category" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" + +PERL_RM_FILES=( t/pod.t t/meta.t t/pod-coverage.t )