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 6AD61158009 for ; Mon, 19 Jun 2023 00:47:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A3D4E08E0; Mon, 19 Jun 2023 00:47:03 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6A062E08E0 for ; Mon, 19 Jun 2023 00:47:03 +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 2646534107D for ; Mon, 19 Jun 2023 00:47:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AA9AA9A for ; Mon, 19 Jun 2023 00:47:00 +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: <1687134801.d02cf5407bfe87bb4aa4dca7df421559c15ad62d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/PPIx-QuoteLike/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/PPIx-QuoteLike/Manifest dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild X-VCS-Directories: dev-perl/PPIx-QuoteLike/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d02cf5407bfe87bb4aa4dca7df421559c15ad62d X-VCS-Branch: master Date: Mon, 19 Jun 2023 00:47:00 +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: 4362291c-5f84-4a0d-a491-c7cc1f44229c X-Archives-Hash: a1540e9df8db15ce1159c139be63570b commit: d02cf5407bfe87bb4aa4dca7df421559c15ad62d Author: Sam James gentoo org> AuthorDate: Mon Jun 19 00:33:21 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 19 00:33:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d02cf540 dev-perl/PPIx-QuoteLike: add 0.23.0 Signed-off-by: Sam James gentoo.org> dev-perl/PPIx-QuoteLike/Manifest | 1 + .../PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild | 29 ++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/dev-perl/PPIx-QuoteLike/Manifest b/dev-perl/PPIx-QuoteLike/Manifest index 4533d2e6c90c..72575ca1b98a 100644 --- a/dev-perl/PPIx-QuoteLike/Manifest +++ b/dev-perl/PPIx-QuoteLike/Manifest @@ -1,2 +1,3 @@ DIST PPIx-QuoteLike-0.017.tar.gz 71431 BLAKE2B a7ff0062dc5d9a1656365fc48633fe100dca75c7ed7990c68f2c2b88d9e54ad054f8a9438e636fc4e4dd22e3a39bc8d2531eb1bc0a371b31812068dda939f3b7 SHA512 ec51e4ee529e18305a5255d9d0d04a5868963481157c31ffbb92e3492c4153117b54b14c1c75b1792fdeb91d68c2a0596b7ace829a25b27a53dc4ec785d48bca DIST PPIx-QuoteLike-0.019.tar.gz 73446 BLAKE2B a27835662834921e94f645b3cbe8e11d337c49702fce1d9d056d5d56e26560757dc92b6305ee99eee45b8234ac9ba4df3a855e6d37aa06bb4993811bdfcb86f0 SHA512 916ec0298122721cae57ee04ac79ace7f1d4667452ba6b9293bffe77d0b34c26f84780046b3f8d595bc3dc39147b46a6b879c091e36a31ce04a62f5af3524340 +DIST PPIx-QuoteLike-0.023.tar.gz 76751 BLAKE2B 6bb740f587cbab2c6a4e6e2a269509d72e9a87dc2d8e63315ce14298889f9af565077ce08701c37696c51b60a64a5c8a0c729fadac21c160ab1e7bd2783ef7d4 SHA512 63a14b7d3337162ba2a4ac60195a45eb0a00084d77eb07fa98bd3c848e098279d7ad0f2dc08694dea40fe23006e2e0ded970d602b2a940009d29d47c604c45cd diff --git a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild new file mode 100644 index 000000000000..1dcb32bd3304 --- /dev/null +++ b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.23.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=WYANT +DIST_VERSION=0.023 +DIST_EXAMPLES=("eg/*") +inherit perl-module + +DESCRIPTION="Parse Perl string literals and string-literal-like things" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86" + +RDEPEND=" + virtual/perl-Carp + virtual/perl-Encode + virtual/perl-Exporter + virtual/perl-Scalar-List-Utils + >=dev-perl/PPI-1.238.0 + dev-perl/PPIx-Regexp + dev-perl/Readonly +" +BDEPEND=" + ${RDEPEND} + >=dev-perl/Module-Build-0.420.0 + test? ( >=virtual/perl-Test-Simple-0.880.0 ) +"