summaryrefslogtreecommitdiff
path: root/dev-perl/PPIx-QuoteLike
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-05-11 19:55:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-05-11 19:55:43 +0100
commit185fa19bbf68a4d4dca534d2b46729207a177f16 (patch)
treea8a537b82fda83a0799c2ca9887f212558363aa7 /dev-perl/PPIx-QuoteLike
parentc8fd0d84af0bfd1949542adc2cbb735b1d28f9ed (diff)
gentoo resync : 11.05.2021
Diffstat (limited to 'dev-perl/PPIx-QuoteLike')
-rw-r--r--dev-perl/PPIx-QuoteLike/Manifest3
-rw-r--r--dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild30
-rw-r--r--dev-perl/PPIx-QuoteLike/metadata.xml8
3 files changed, 41 insertions, 0 deletions
diff --git a/dev-perl/PPIx-QuoteLike/Manifest b/dev-perl/PPIx-QuoteLike/Manifest
new file mode 100644
index 000000000000..e6704b6d9f4b
--- /dev/null
+++ b/dev-perl/PPIx-QuoteLike/Manifest
@@ -0,0 +1,3 @@
+DIST PPIx-QuoteLike-0.017.tar.gz 71431 BLAKE2B a7ff0062dc5d9a1656365fc48633fe100dca75c7ed7990c68f2c2b88d9e54ad054f8a9438e636fc4e4dd22e3a39bc8d2531eb1bc0a371b31812068dda939f3b7 SHA512 ec51e4ee529e18305a5255d9d0d04a5868963481157c31ffbb92e3492c4153117b54b14c1c75b1792fdeb91d68c2a0596b7ace829a25b27a53dc4ec785d48bca
+EBUILD PPIx-QuoteLike-0.17.0.ebuild 621 BLAKE2B fdfe3d0fc0c16b9c30db4e23a45ee016eeb28d53aeaded1ec6e20cb40a2c0b02fd1d9ea7387295980c9b2125425e9699d3facef3b452d83e9a169d3f33b9d47c SHA512 36a271cb2ac076fa216248996d43160cea9f044d6106e04069689c2a5e8ad40269e386852397e963ccb7150473a94b36358ee3a5938297ed742d2ecf2cbf986b
+MISC metadata.xml 257 BLAKE2B 04035438572dc9c398ed29172f6454a150c86d72e6cad7947b0adb3ec8fcc084c68530bca43988c6e1683f4b89d4698796cbe212e9a44b5dfe1908999a8444f0 SHA512 80cde0da56c3ac4023da7b0c17c62eae85139aaefd8ba453dd0c0718da1d40102c57d5beb5b8f984dcbeacad930517347e4d91dd5bd94e973fb81974d078a18e
diff --git a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild
new file mode 100644
index 000000000000..67cfea14f4f6
--- /dev/null
+++ b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=WYANT
+DIST_VERSION=0.017
+DIST_EXAMPLES=("eg/*")
+inherit perl-module
+
+DESCRIPTION="Parse Perl string literals and string-literal-like things"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc"
+IUSE="test examples"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-Encode
+ virtual/perl-Exporter
+ >=dev-perl/PPI-1.117.0
+ dev-perl/PPIx-Regexp
+ dev-perl/Readonly
+ virtual/perl-Scalar-List-Utils
+"
+BDEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-0.420.0
+ test? ( >=virtual/perl-Test-Simple-0.880.0 )
+"
diff --git a/dev-perl/PPIx-QuoteLike/metadata.xml b/dev-perl/PPIx-QuoteLike/metadata.xml
new file mode 100644
index 000000000000..2b9a936fc0a1
--- /dev/null
+++ b/dev-perl/PPIx-QuoteLike/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+</pkgmetadata>