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 32ED41382C5 for ; Thu, 24 Jun 2021 17:52:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A17CE0909; Thu, 24 Jun 2021 17:52:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 60D28E0909 for ; Thu, 24 Jun 2021 17:52:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0F6E2340B29 for ; Thu, 24 Jun 2021 17:52:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C31B7C1 for ; Thu, 24 Jun 2021 17:52:15 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1624557123.135f5839c62d286b1dec94ebe915a60a724146ea.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/List-SomeUtils-XS/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.580.0.ebuild dev-perl/List-SomeUtils-XS/Manifest X-VCS-Directories: dev-perl/List-SomeUtils-XS/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 135f5839c62d286b1dec94ebe915a60a724146ea X-VCS-Branch: master Date: Thu, 24 Jun 2021 17:52:15 +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: eea2cba6-8a29-4518-bc72-188232ecce73 X-Archives-Hash: 4af1c85754c6ec21e11d8c949d0477a1 commit: 135f5839c62d286b1dec94ebe915a60a724146ea Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu Jun 24 17:50:54 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Thu Jun 24 17:52:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=135f5839 dev-perl/List-SomeUtils-XS: Version bump 0.58 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> .../List-SomeUtils-XS-0.580.0.ebuild | 30 ++++++++++++++++++++++ dev-perl/List-SomeUtils-XS/Manifest | 1 + 2 files changed, 31 insertions(+) diff --git a/dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.580.0.ebuild b/dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.580.0.ebuild new file mode 100644 index 00000000000..13d40c0ffbc --- /dev/null +++ b/dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.580.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=DROLSKY +DIST_VERSION=0.58 +inherit perl-module + +DESCRIPTION="XS implementation for List::SomeUtils" +LICENSE="Artistic-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +RDEPEND=" + virtual/perl-XSLoader +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-Carp + virtual/perl-Exporter + virtual/perl-File-Spec + virtual/perl-Scalar-List-Utils + virtual/perl-Storable + dev-perl/Test-LeakTrace + >=virtual/perl-Test-Simple-0.960.0 + >=dev-perl/Test-Warnings-0.6.0 + ) +" diff --git a/dev-perl/List-SomeUtils-XS/Manifest b/dev-perl/List-SomeUtils-XS/Manifest index 5e9e69664bf..a2f61b8ea43 100644 --- a/dev-perl/List-SomeUtils-XS/Manifest +++ b/dev-perl/List-SomeUtils-XS/Manifest @@ -1 +1,2 @@ DIST List-SomeUtils-XS-0.55.tar.gz 95426 BLAKE2B 84c5cf45a646062769ffc3b422e407071b9934a52cfbbb5d6e2b9a6f9640c26c7bc9fe24f0a24d287cb2558a2efeefd3614ea988177cd09c7927bfe424e3cc8e SHA512 44bf99ed3653c6d21fe0d0504dc6e3235ee89079b9c7cb77315f5713c0522057f8f3acbd34001bfba34cce6dfc568684c564b4fcecc700cbc780c57d36591f1f +DIST List-SomeUtils-XS-0.58.tar.gz 94190 BLAKE2B 8b1fbf4acac0ae219885cc760306f8887de56dbed2e7f5b8e5975f2445d93c676dd231cdfbd12d43c052587b5af5ad96f4112c531268938fbed9cf3c1f32b4ad SHA512 f89f5a35224a69a59c1d512a819bd725b324f0968ea447824a42c741c4ba66ee9522db939bd3e75d190e0f2f75d54100912b83a86d5e7dd1079025a57a245c38