* [gentoo-commits] repo/proj/guru:master commit in: dev-perl/List-Compare/
@ 2021-05-16 9:24 Andrew Ammerlaan
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2021-05-16 9:24 UTC (permalink / raw
To: gentoo-commits
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>lssndrbarbieri@gmail.com</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>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-perl/List-Compare/
@ 2021-05-17 19:11 Andrew Ammerlaan
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2021-05-17 19:11 UTC (permalink / raw
To: gentoo-commits
commit: 6a5e0618842c9503db8126372b48d232733d5cc2
Author: Anna Vyalkova <cyber <AT> sysrq <DOT> in>
AuthorDate: Sun May 16 19:53:34 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun May 16 20:18:41 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6a5e0618
dev-perl/List-Compare: add missing dep for tests
Closes: https://bugs.gentoo.org/790545
Signed-off-by: Anna Vyalkova <cyber <AT> sysrq.in>
dev-perl/List-Compare/List-Compare-0.55.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-perl/List-Compare/List-Compare-0.55.ebuild b/dev-perl/List-Compare/List-Compare-0.55.ebuild
index 2d5ad9738..4db1fa0a4 100644
--- a/dev-perl/List-Compare/List-Compare-0.55.ebuild
+++ b/dev-perl/List-Compare/List-Compare-0.55.ebuild
@@ -18,6 +18,7 @@ DEPEND="
${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
+ dev-perl/Capture-Tiny
dev-perl/IO-CaptureOutput
>=virtual/perl-Test-Simple-0.100.0
)
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-05-17 19:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-17 19:11 [gentoo-commits] repo/proj/guru:master commit in: dev-perl/List-Compare/ Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2021-05-16 9:24 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox