summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-27 14:50:07 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-27 15:08:52 +0100
commitdaccca88dfecf301314f6a6222c798e9b971f54b (patch)
tree6d1d6440e4ee21908354aecd3437d436ca85ebe2 /dev-perl
parentwww-apache/mod_evasive: mask for removal (diff)
downloadgentoo-daccca88dfecf301314f6a6222c798e9b971f54b.tar.gz
gentoo-daccca88dfecf301314f6a6222c798e9b971f54b.tar.bz2
gentoo-daccca88dfecf301314f6a6222c798e9b971f54b.zip
dev-perl/PPIx-QuoteLike: Version bump 0.019
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/PPIx-QuoteLike/Manifest1
-rw-r--r--dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.19.0.ebuild28
2 files changed, 29 insertions, 0 deletions
diff --git a/dev-perl/PPIx-QuoteLike/Manifest b/dev-perl/PPIx-QuoteLike/Manifest
index 677bc3d259c4..4533d2e6c90c 100644
--- a/dev-perl/PPIx-QuoteLike/Manifest
+++ b/dev-perl/PPIx-QuoteLike/Manifest
@@ -1 +1,2 @@
DIST PPIx-QuoteLike-0.017.tar.gz 71431 BLAKE2B a7ff0062dc5d9a1656365fc48633fe100dca75c7ed7990c68f2c2b88d9e54ad054f8a9438e636fc4e4dd22e3a39bc8d2531eb1bc0a371b31812068dda939f3b7 SHA512 ec51e4ee529e18305a5255d9d0d04a5868963481157c31ffbb92e3492c4153117b54b14c1c75b1792fdeb91d68c2a0596b7ace829a25b27a53dc4ec785d48bca
+DIST PPIx-QuoteLike-0.019.tar.gz 73446 BLAKE2B a27835662834921e94f645b3cbe8e11d337c49702fce1d9d056d5d56e26560757dc92b6305ee99eee45b8234ac9ba4df3a855e6d37aa06bb4993811bdfcb86f0 SHA512 916ec0298122721cae57ee04ac79ace7f1d4667452ba6b9293bffe77d0b34c26f84780046b3f8d595bc3dc39147b46a6b879c091e36a31ce04a62f5af3524340
diff --git a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.19.0.ebuild b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.19.0.ebuild
new file mode 100644
index 000000000000..0fb12860a1ab
--- /dev/null
+++ b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.19.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=WYANT
+DIST_VERSION=0.019
+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.117.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 )
+"