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 0B07A1382C5 for ; Sun, 9 May 2021 16:54:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63619E05C1; Sun, 9 May 2021 16:54:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 4D893E05C1 for ; Sun, 9 May 2021 16:54:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 458F9340931 for ; Sun, 9 May 2021 16:54:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA7FE59C for ; Sun, 9 May 2021 16:54:25 +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: <1620578771.bfb0ddbbaa56b7517bf6a286cf6af00d19b675ad.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/PPIx-Regexp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/PPIx-Regexp/Manifest dev-perl/PPIx-Regexp/PPIx-Regexp-0.80.0.ebuild X-VCS-Directories: dev-perl/PPIx-Regexp/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: bfb0ddbbaa56b7517bf6a286cf6af00d19b675ad X-VCS-Branch: master Date: Sun, 9 May 2021 16:54:25 +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: dfcfa84f-61e4-4492-b152-e0c6ebd542e7 X-Archives-Hash: 3c2736d16c405ec21d2f07b1ab9b56ea commit: bfb0ddbbaa56b7517bf6a286cf6af00d19b675ad Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun May 9 16:46:11 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun May 9 16:46:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfb0ddbb dev-perl/PPIx-Regexp: Version bump 0.080 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/PPIx-Regexp/Manifest | 1 + dev-perl/PPIx-Regexp/PPIx-Regexp-0.80.0.ebuild | 29 ++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/dev-perl/PPIx-Regexp/Manifest b/dev-perl/PPIx-Regexp/Manifest index f115546e8fe..e64d33726ab 100644 --- a/dev-perl/PPIx-Regexp/Manifest +++ b/dev-perl/PPIx-Regexp/Manifest @@ -1 +1,2 @@ DIST PPIx-Regexp-0.053.tar.gz 204221 BLAKE2B 6bea11c9e906bb94db19bd72e75ebeee6d3c2aa64c78e91c3e536d21e494288cfe95067b1a20ddd438ff8829f5f7b23e408c6440a31a5f70fe0680d14e752d81 SHA512 2f9e913347ad415be47240f48536845d9c1f77211534f2d540f2e1583936a11586c224fe909fc2f7f876398cb1c8048386c001279a724a72f1f71015a43840b7 +DIST PPIx-Regexp-0.080.tar.gz 239081 BLAKE2B 4af40b202b755d85d3092f876b16e7790a79fe623a977cee671def42df5c1704e0bcbcc65fcb518dc1a96ebc964eed00d66f55bb3cf77da78955d572876e1cc7 SHA512 6e4f91b1544d4f87079296e7032114dad55505647523ae21638ac157d3f9b47da644829b0813d35383a7d870149ccc58c77f73f3794a004f5634403c891e6254 diff --git a/dev-perl/PPIx-Regexp/PPIx-Regexp-0.80.0.ebuild b/dev-perl/PPIx-Regexp/PPIx-Regexp-0.80.0.ebuild new file mode 100644 index 00000000000..f56c25d823c --- /dev/null +++ b/dev-perl/PPIx-Regexp/PPIx-Regexp-0.80.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=WYANT +DIST_VERSION=0.080 +DIST_EXAMPLES=("eg/*") +inherit perl-module + +DESCRIPTION="Represent a regular expression of some sort" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" +IUSE="test examples" +RESTRICT="!test? ( test )" + +RDEPEND=" + virtual/perl-Carp + virtual/perl-Encode + virtual/perl-Exporter + dev-perl/List-MoreUtils + >=dev-perl/PPI-1.117.0 + virtual/perl-Scalar-List-Utils +" +BDEPEND="${RDEPEND} + >=dev-perl/Module-Build-0.420.0 + test? ( >=virtual/perl-Test-Simple-0.880.0 ) +"