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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C705B15800A for ; Mon, 19 Jun 2023 01:47:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EB47E087D; Mon, 19 Jun 2023 01:47:49 +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 E8FD1E087D for ; Mon, 19 Jun 2023 01:47:48 +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 DD20B340A35 for ; Mon, 19 Jun 2023 01:47:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 288FAA66 for ; Mon, 19 Jun 2023 01:47:46 +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: <1687137699.3abf5922c4db5672076facfa89b183b12e2d29d5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Pod-Parser/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Pod-Parser/Manifest dev-perl/Pod-Parser/Pod-Parser-1.660.0.ebuild X-VCS-Directories: dev-perl/Pod-Parser/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3abf5922c4db5672076facfa89b183b12e2d29d5 X-VCS-Branch: master Date: Mon, 19 Jun 2023 01:47:46 +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: 96fd9e15-51ce-41cf-86ad-53ea8c7d2882 X-Archives-Hash: 39a8f0ffdd0795994684fa3dc26c3a71 commit: 3abf5922c4db5672076facfa89b183b12e2d29d5 Author: Sam James gentoo org> AuthorDate: Mon Jun 19 01:21:39 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 19 01:21:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3abf5922 dev-perl/Pod-Parser: add 1.660.0 Signed-off-by: Sam James gentoo.org> dev-perl/Pod-Parser/Manifest | 1 + dev-perl/Pod-Parser/Pod-Parser-1.660.0.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/dev-perl/Pod-Parser/Manifest b/dev-perl/Pod-Parser/Manifest index cfa6984b6f50..f52acf1f7282 100644 --- a/dev-perl/Pod-Parser/Manifest +++ b/dev-perl/Pod-Parser/Manifest @@ -1 +1,2 @@ DIST Pod-Parser-1.63.tar.gz 79707 BLAKE2B b53c9ac63f967e712f45af0f935d7a10318e6f39d7489605a9ec013d3249615736ac2ec5206f9d50eedd5eeffb4f0c0df67e071903b08c77946a4c7fbc8e0971 SHA512 55f5741bb906701705f489b2314d3f11cd6d63ca5b64a60fdbda7eed0388945f2e68262735c7cc33b7089794630393049e619f9900e85c71bf9223243bc0984a +DIST Pod-Parser-1.66.tar.gz 84064 BLAKE2B 8b96e0966f96d3ab6c1413c3b3b9ac5f0752005b13703846e538ca4dc4a3c80d70a5d8780478882817e478978aa5b0eca44a4a81a40c625e88134a3c55a6e659 SHA512 7e9db0166ad74e45a61542a12e901443ae82e5ba06d8c0704f9a617fc792b41b5520b9c071f9ec93bddffaae9a3e2232a777e45d1f64f8e418dd788dd49c189f diff --git a/dev-perl/Pod-Parser/Pod-Parser-1.660.0.ebuild b/dev-perl/Pod-Parser/Pod-Parser-1.660.0.ebuild new file mode 100644 index 000000000000..1fe15d05897a --- /dev/null +++ b/dev-perl/Pod-Parser/Pod-Parser-1.660.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=MAREKR +DIST_VERSION=1.66 +inherit perl-module + +DESCRIPTION="POD filters and translators" + +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-File-Spec +" +BDEPEND=" + ${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-Test-Simple + ) +"