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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 748211382C5 for ; Sun, 16 May 2021 09:24:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C985FE08C3; Sun, 16 May 2021 09:24:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B1788E08C3 for ; Sun, 16 May 2021 09:24:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CE281340F0D for ; Sun, 16 May 2021 09:24:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC19178D for ; Sun, 16 May 2021 09:24:44 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1621112925.46d9d72e55f5735ed5abf2895a420fe5f2f12e18.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-perl/List-Compare/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-perl/List-Compare/List-Compare-0.55.ebuild dev-perl/List-Compare/Manifest dev-perl/List-Compare/metadata.xml X-VCS-Directories: dev-perl/List-Compare/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 46d9d72e55f5735ed5abf2895a420fe5f2f12e18 X-VCS-Branch: master Date: Sun, 16 May 2021 09:24:44 +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: 980ef8df-b53a-46a0-a9db-eff47659c0b2 X-Archives-Hash: aaed7969d0c743de4db61886368893d7 commit: 46d9d72e55f5735ed5abf2895a420fe5f2f12e18 Author: Alessandro Barbieri gmail com> AuthorDate: Sat May 15 21:05:04 2021 +0000 Commit: Andrew Ammerlaan riseup 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 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 @@ + + + + + comaintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + List-Compare + List::Compare + List::Compare::Accelerated + List::Compare::Base::_Auxiliary + List::Compare::Base::_Engine + List::Compare::Functional + List::Compare::Multiple + List::Compare::Multiple::Accelerated + +