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 DFC3A139000 for ; Thu, 29 Jul 2021 20:01:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEC8FE0919; Thu, 29 Jul 2021 20:01:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 D118DE0919 for ; Thu, 29 Jul 2021 20:01:50 +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 092CE3430AC for ; Thu, 29 Jul 2021 20:01:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D81485A for ; Thu, 29 Jul 2021 20:01:47 +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: <1627588891.0ae90328fe6f973b297ac815af9b9838bb706a2b.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/PPIx-Utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/PPIx-Utils/Manifest dev-perl/PPIx-Utils/PPIx-Utils-0.3.0.ebuild dev-perl/PPIx-Utils/metadata.xml X-VCS-Directories: dev-perl/PPIx-Utils/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 0ae90328fe6f973b297ac815af9b9838bb706a2b X-VCS-Branch: master Date: Thu, 29 Jul 2021 20:01:47 +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: 08155254-c179-4c9e-b634-f3afb96f4675 X-Archives-Hash: eeb241b2c51becefbec69e2483a2b7d8 commit: 0ae90328fe6f973b297ac815af9b9838bb706a2b Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu Jul 29 20:00:12 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Thu Jul 29 20:01:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ae90328 dev-perl/PPIx-Utils: New, needed for dev-perl/Perl-MinimumVersion Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/PPIx-Utils/Manifest | 1 + dev-perl/PPIx-Utils/PPIx-Utils-0.3.0.ebuild | 29 +++++++++++++++++++++++++++++ dev-perl/PPIx-Utils/metadata.xml | 8 ++++++++ 3 files changed, 38 insertions(+) diff --git a/dev-perl/PPIx-Utils/Manifest b/dev-perl/PPIx-Utils/Manifest new file mode 100644 index 00000000000..32f906d0d3d --- /dev/null +++ b/dev-perl/PPIx-Utils/Manifest @@ -0,0 +1 @@ +DIST PPIx-Utils-0.003.tar.gz 38028 BLAKE2B d9b26f6df59b5052be6bcf52f0e6948c0647c6e95aeab759c80f2e27ca6a9ef1771bd36a78b9853cf74cdd527dcfbb4fd2057818e82cc187849a0f52dfa27eb0 SHA512 7f56bc2bf2afbf1f6d3c0e5bc0ed21752be809714e32b256feb1ea39125c7671c6ef949e2c122a95a41d3a603f5d5253133886f3700890387ad6cf0732ab87c6 diff --git a/dev-perl/PPIx-Utils/PPIx-Utils-0.3.0.ebuild b/dev-perl/PPIx-Utils/PPIx-Utils-0.3.0.ebuild new file mode 100644 index 00000000000..e35cdcf705d --- /dev/null +++ b/dev-perl/PPIx-Utils/PPIx-Utils-0.3.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=DBOOK +DIST_VERSION=0.003 +inherit perl-module + +DESCRIPTION="Utility functions for PPI" + +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-perl/B-Keywords-1.90.0 + virtual/perl-Exporter + >=dev-perl/PPI-1.250.0 + virtual/perl-Scalar-List-Utils +" + +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-Data-Dumper + virtual/perl-File-Spec + >=virtual/perl-Test-Simple-0.880.0 + ) +" diff --git a/dev-perl/PPIx-Utils/metadata.xml b/dev-perl/PPIx-Utils/metadata.xml new file mode 100644 index 00000000000..2b9a936fc0a --- /dev/null +++ b/dev-perl/PPIx-Utils/metadata.xml @@ -0,0 +1,8 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + +