From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1296617-garchives=archives.gentoo.org@lists.gentoo.org>
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 B229413835A
	for <garchives@archives.gentoo.org>; Thu, 24 Jun 2021 17:52:19 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id E18DFE08F7;
	Thu, 24 Jun 2021 17:52:18 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.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 B94DBE08F7
	for <gentoo-commits@lists.gentoo.org>; Thu, 24 Jun 2021 17:52:18 +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 9E3CC340B54
	for <gentoo-commits@lists.gentoo.org>; Thu, 24 Jun 2021 17:52:17 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DA297BD
	for <gentoo-commits@lists.gentoo.org>; Thu, 24 Jun 2021 17:52:15 +0000 (UTC)
From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
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" <dilfridge@gentoo.org>
Message-ID: <1624557111.767a9fd42cab4dfcdf659445512895721cd85cda.dilfridge@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/List-MoreUtils/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-perl/List-MoreUtils/List-MoreUtils-0.418.0.ebuild dev-perl/List-MoreUtils/List-MoreUtils-0.419.0.ebuild dev-perl/List-MoreUtils/List-MoreUtils-0.426.0.ebuild dev-perl/List-MoreUtils/Manifest
X-VCS-Directories: dev-perl/List-MoreUtils/
X-VCS-Committer: dilfridge
X-VCS-Committer-Name: Andreas K. Hüttel
X-VCS-Revision: 767a9fd42cab4dfcdf659445512895721cd85cda
X-VCS-Branch: master
Date: Thu, 24 Jun 2021 17:52:15 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: b55bf603-385f-400c-a3e4-edcf13ac12fe
X-Archives-Hash: 7b7d297245645eeeff636c8a5df77350

commit:     767a9fd42cab4dfcdf659445512895721cd85cda
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 24 17:38:11 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jun 24 17:51:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=767a9fd4

dev-perl/List-MoreUtils: Remove old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 .../List-MoreUtils/List-MoreUtils-0.418.0.ebuild   | 24 ------------------
 .../List-MoreUtils/List-MoreUtils-0.419.0.ebuild   | 24 ------------------
 .../List-MoreUtils/List-MoreUtils-0.426.0.ebuild   | 29 ----------------------
 dev-perl/List-MoreUtils/Manifest                   |  3 ---
 4 files changed, 80 deletions(-)

diff --git a/dev-perl/List-MoreUtils/List-MoreUtils-0.418.0.ebuild b/dev-perl/List-MoreUtils/List-MoreUtils-0.418.0.ebuild
deleted file mode 100644
index b768597c273..00000000000
--- a/dev-perl/List-MoreUtils/List-MoreUtils-0.418.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=REHSACK
-DIST_VERSION=0.418
-inherit perl-module
-
-DESCRIPTION="Provide the missing functionality from List::Util"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
-IUSE="test +xs"
-RESTRICT="!test? ( test )"
-# See MoreUtils.pm/LICENSE
-LICENSE="Apache-2.0 || ( Artistic GPL-1+ )"
-
-PDEPEND="xs? ( dev-perl/List-MoreUtils-XS )"
-RDEPEND=">=dev-perl/Exporter-Tiny-0.38.0"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? ( >=virtual/perl-Test-Simple-0.960.0 )
-"

diff --git a/dev-perl/List-MoreUtils/List-MoreUtils-0.419.0.ebuild b/dev-perl/List-MoreUtils/List-MoreUtils-0.419.0.ebuild
deleted file mode 100644
index 05719df92e1..00000000000
--- a/dev-perl/List-MoreUtils/List-MoreUtils-0.419.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=REHSACK
-DIST_VERSION=0.419
-inherit perl-module
-
-DESCRIPTION="Provide the missing functionality from List::Util"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
-IUSE="test +xs"
-RESTRICT="!test? ( test )"
-# See MoreUtils.pm/LICENSE
-LICENSE="Apache-2.0 || ( Artistic GPL-1+ )"
-
-PDEPEND="xs? ( dev-perl/List-MoreUtils-XS )"
-RDEPEND=">=dev-perl/Exporter-Tiny-0.38.0"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? ( >=virtual/perl-Test-Simple-0.960.0 )
-"

diff --git a/dev-perl/List-MoreUtils/List-MoreUtils-0.426.0.ebuild b/dev-perl/List-MoreUtils/List-MoreUtils-0.426.0.ebuild
deleted file mode 100644
index b9d43c54d5f..00000000000
--- a/dev-perl/List-MoreUtils/List-MoreUtils-0.426.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=REHSACK
-DIST_VERSION=0.426
-inherit perl-module
-
-DESCRIPTION="Provide the missing functionality from List::Util"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
-IUSE="test +xs"
-RESTRICT="!test? ( test )"
-# See MoreUtils.pm/LICENSE
-LICENSE="Apache-2.0 || ( Artistic GPL-1+ )"
-
-PDEPEND="xs? ( >=dev-perl/List-MoreUtils-XS-0.426.0 )"
-RDEPEND=">=dev-perl/Exporter-Tiny-0.38.0"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? ( >=virtual/perl-Test-Simple-0.960.0 )
-"
-PATCHES=("${FILESDIR}/${P}-xs-config.patch")
-src_configure() {
-	export LMU_USE_XS="$(usex xs 1 0)"
-	perl-module_src_configure
-}

diff --git a/dev-perl/List-MoreUtils/Manifest b/dev-perl/List-MoreUtils/Manifest
index 638d1bdac24..582021b7ce6 100644
--- a/dev-perl/List-MoreUtils/Manifest
+++ b/dev-perl/List-MoreUtils/Manifest
@@ -1,4 +1 @@
-DIST List-MoreUtils-0.418.tar.gz 55111 BLAKE2B 7c24aaec6293c6bb4f7f5a5b6511944aac6c75dd826895f56ae2719bdf3c5f19381583574b9ae048c8f99e6da4d8d6f58e7df45fee9d843aa831db16a2eec8de SHA512 7ba4395262c4406e822baf40e5a32aa6d93779a56d2567c4920f085ab2580c376db41e2141e4b9b43860d65122ebe73a03dfb0ed76a32f087b05ca7eb90f6d6e
-DIST List-MoreUtils-0.419.tar.gz 55193 BLAKE2B aa31d5a4abd28efc8c71877b0267b847ede645fef9889d639982292187a813384a58c361ca2d7513947161d581735b23301f36a058f21e02ad7cdfce65264402 SHA512 d13beb5031d1559c2ec4cb93826e86f0f314c4f10c4fdcac6910de0cb039199599911838eadd499e81cb41025aae2a52d69a259653a9637679a1705c7adcd37a
-DIST List-MoreUtils-0.426.tar.gz 145518 BLAKE2B 773e0a78147a4d62ad61493cbe8d4c40569d7a2be1754e11f85cbfb57b10d411c3d25445607b10429031f40ac58b3d1b0a2e5d011e556d21e8fba5f1bd7fde2b SHA512 622ce2e5e418ba803359107b15cc9f5234bfbb32f03d072c0b448b6b8d603472254d9653757d0048f537852a68b17bef1b71a7f5104d95802e4b78f595664b32
 DIST List-MoreUtils-0.428.tar.gz 146030 BLAKE2B 8a2accf028ab4c3c9f48f0cdb17624022c1951cb99d715c0af573aa55a659cf6fb51644a2b1ad225edc475ca2476401960fecc7d1319d496a7db27eb52bc1216 SHA512 f7e11f10f1d7bd3b8f9f8bc2fc325e1a9230056f68591da624aed01fb4e4cbac20caeae0c3e2aa3acc8b71febd6d4149284367f051d3c1e608e3a4ca8b62dbd8