commit: 46d9d72e55f5735ed5abf2895a420fe5f2f12e18
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat May 15 21:05:04 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat May 15 21:08:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=46d9d72e
dev-perl/List-Compare: new package
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-perl/List-Compare/List-Compare-0.55.ebuild | 24 ++++++++++++++++++++++++
dev-perl/List-Compare/Manifest | 1 +
dev-perl/List-Compare/metadata.xml | 19 +++++++++++++++++++
3 files changed, 44 insertions(+)
diff --git a/dev-perl/List-Compare/List-Compare-0.55.ebuild
b/dev-perl/List-Compare/List-Compare-0.55.ebuild
new file mode 100644
index 000000000..2d5ad9738
--- /dev/null
+++ b/dev-perl/List-Compare/List-Compare-0.55.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=JKEENAN
+
+inherit perl-module
+
+DESCRIPTION="Compare elements of two or more lists"
+
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+RDEPEND=""
+DEPEND="
+ ${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ dev-perl/IO-CaptureOutput
+ >=virtual/perl-Test-Simple-0.100.0
+ )
+"
diff --git a/dev-perl/List-Compare/Manifest b/dev-perl/List-Compare/Manifest
new file mode 100644
index 000000000..71bb3f750
--- /dev/null
+++ b/dev-perl/List-Compare/Manifest
@@ -0,0 +1 @@
+DIST List-Compare-0.55.tar.gz 84975 BLAKE2B
9c2653bd1eebc9d5fac85fc20db802474f25b642873c634088231f22c0441bfdb5edb05d01185cab251beed17cd46326f2095f5c310b5bf0d2ccda271bb56658
SHA512
0f7e2325449298940f14b369b0c82c326c6e596123939285b8e7cce9cc36e8a78620eb4ff96594c55c26c1acecb46966d4d40eb5f591e76798614257c300d705
diff --git a/dev-perl/List-Compare/metadata.xml
b/dev-perl/List-Compare/metadata.xml
new file mode 100644
index 000000000..60e3943fa
--- /dev/null
+++ b/dev-perl/List-Compare/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <description>comaintainers welcome</description>
+ <email>[email protected]</email>
+ <name>Alessandro Barbieri</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">List-Compare</remote-id>
+ <remote-id type="cpan-module">List::Compare</remote-id>
+ <remote-id
type="cpan-module">List::Compare::Accelerated</remote-id>
+ <remote-id
type="cpan-module">List::Compare::Base::_Auxiliary</remote-id>
+ <remote-id
type="cpan-module">List::Compare::Base::_Engine</remote-id>
+ <remote-id
type="cpan-module">List::Compare::Functional</remote-id>
+ <remote-id
type="cpan-module">List::Compare::Multiple</remote-id>
+ <remote-id
type="cpan-module">List::Compare::Multiple::Accelerated</remote-id>
+ </upstream>
+</pkgmetadata>