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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6AFD313835A for ; Fri, 7 Aug 2020 21:37:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 902C6E0907; Fri, 7 Aug 2020 21:37:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5D66EE0903 for ; Fri, 7 Aug 2020 21:37:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 76E2534F2C1 for ; Fri, 7 Aug 2020 21:37:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F36F4239 for ; Fri, 7 Aug 2020 21:37:23 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1596836224.5caa85f86f54ac1836c8fa593f0043d65ffaeb35.dilfridge@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.630.0.ebuild dev-perl/Pod-Parser/metadata.xml X-VCS-Directories: dev-perl/Pod-Parser/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 5caa85f86f54ac1836c8fa593f0043d65ffaeb35 X-VCS-Branch: master Date: Fri, 7 Aug 2020 21:37:23 +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: e13fe77d-195b-4348-bffa-fd39daa57962 X-Archives-Hash: eb0a01c842ec518651c85c393600c2d6 commit: 5caa85f86f54ac1836c8fa593f0043d65ffaeb35 Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Aug 7 21:34:15 2020 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Aug 7 21:37:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5caa85f8 dev-perl/Pod-Parser: New package, spliced out of core Perl Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/Pod-Parser/Manifest | 1 + dev-perl/Pod-Parser/Pod-Parser-1.630.0.ebuild | 14 ++++++++++++++ dev-perl/Pod-Parser/metadata.xml | 8 ++++++++ 3 files changed, 23 insertions(+) diff --git a/dev-perl/Pod-Parser/Manifest b/dev-perl/Pod-Parser/Manifest new file mode 100644 index 00000000000..cfa6984b6f5 --- /dev/null +++ b/dev-perl/Pod-Parser/Manifest @@ -0,0 +1 @@ +DIST Pod-Parser-1.63.tar.gz 79707 BLAKE2B b53c9ac63f967e712f45af0f935d7a10318e6f39d7489605a9ec013d3249615736ac2ec5206f9d50eedd5eeffb4f0c0df67e071903b08c77946a4c7fbc8e0971 SHA512 55f5741bb906701705f489b2314d3f11cd6d63ca5b64a60fdbda7eed0388945f2e68262735c7cc33b7089794630393049e619f9900e85c71bf9223243bc0984a diff --git a/dev-perl/Pod-Parser/Pod-Parser-1.630.0.ebuild b/dev-perl/Pod-Parser/Pod-Parser-1.630.0.ebuild new file mode 100644 index 00000000000..558479317b0 --- /dev/null +++ b/dev-perl/Pod-Parser/Pod-Parser-1.630.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=MAREKR +DIST_VERSION=1.63 +inherit perl-module + +DESCRIPTION="POD filters and translators" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" diff --git a/dev-perl/Pod-Parser/metadata.xml b/dev-perl/Pod-Parser/metadata.xml new file mode 100644 index 00000000000..2b9a936fc0a --- /dev/null +++ b/dev-perl/Pod-Parser/metadata.xml @@ -0,0 +1,8 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + +