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 DDCDE138350 for ; Mon, 10 Feb 2020 21:55:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8E3FE0875; Mon, 10 Feb 2020 21:55:01 +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 AC881E0875 for ; Mon, 10 Feb 2020 21:55:01 +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 72B9D34E9E7 for ; Mon, 10 Feb 2020 21:55:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C9B4139 for ; Mon, 10 Feb 2020 21:54:57 +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: <1581371636.c67f7da3514312d8ad3ca50b4288b53ad6bf792b.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/perl-threads/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/perl-threads/perl-threads-2.150.0.ebuild virtual/perl-threads/perl-threads-2.220.0-r1.ebuild virtual/perl-threads/perl-threads-2.220.0-r2.ebuild virtual/perl-threads/perl-threads-2.70.0-r1.ebuild X-VCS-Directories: virtual/perl-threads/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: c67f7da3514312d8ad3ca50b4288b53ad6bf792b X-VCS-Branch: master Date: Mon, 10 Feb 2020 21:54:57 +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: 31368900-bb1d-4e91-9325-486049c7d5fd X-Archives-Hash: ef84f88db1751e79f9f600380ab3ad2c commit: c67f7da3514312d8ad3ca50b4288b53ad6bf792b Author: Andreas K. Hüttel gentoo org> AuthorDate: Wed Jan 15 01:59:43 2020 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Mon Feb 10 21:53:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c67f7da3 virtual/perl-threads: Remove old Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas K. Hüttel gentoo.org> virtual/perl-threads/perl-threads-2.220.0-r1.ebuild | 15 --------------- ...eads-2.150.0.ebuild => perl-threads-2.220.0-r2.ebuild} | 6 +++--- virtual/perl-threads/perl-threads-2.70.0-r1.ebuild | 15 --------------- 3 files changed, 3 insertions(+), 33 deletions(-) diff --git a/virtual/perl-threads/perl-threads-2.220.0-r1.ebuild b/virtual/perl-threads/perl-threads-2.220.0-r1.ebuild deleted file mode 100644 index a327d4355ab..00000000000 --- a/virtual/perl-threads/perl-threads-2.220.0-r1.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Virtual for ${PN#perl-}" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ppc ppc64 s390 sh sparc x86 ~x64-cygwin" - -RDEPEND=" - || ( =dev-lang/perl-5.30*[ithreads] =dev-lang/perl-5.28*[ithreads] ~perl-core/${PN#perl-}-${PV} ) - dev-lang/perl:= - !perl-core/${PN#perl-}-${PV}-r999 -" diff --git a/virtual/perl-threads/perl-threads-2.150.0.ebuild b/virtual/perl-threads/perl-threads-2.220.0-r2.ebuild similarity index 73% rename from virtual/perl-threads/perl-threads-2.150.0.ebuild rename to virtual/perl-threads/perl-threads-2.220.0-r2.ebuild index b0a55d734db..556f208bdaf 100644 --- a/virtual/perl-threads/perl-threads-2.150.0.ebuild +++ b/virtual/perl-threads/perl-threads-2.220.0-r2.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="Virtual for ${PN#perl-}" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ppc ppc64 s390 sh sparc x86 ~x64-cygwin" RDEPEND=" - || ( =dev-lang/perl-5.26*[ithreads] ~perl-core/${PN#perl-}-${PV} ) + || ( =dev-lang/perl-5.30*[ithreads] ~perl-core/${PN#perl-}-${PV} ) dev-lang/perl:= !perl-core/${PN#perl-}-${PV}-r999 diff --git a/virtual/perl-threads/perl-threads-2.70.0-r1.ebuild b/virtual/perl-threads/perl-threads-2.70.0-r1.ebuild deleted file mode 100644 index a4137b2f12f..00000000000 --- a/virtual/perl-threads/perl-threads-2.70.0-r1.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Virtual for ${PN#perl-}" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86 ~x64-cygwin" - -RDEPEND=" - || ( =dev-lang/perl-5.24*[ithreads] ~perl-core/${PN#perl-}-${PV} ) - dev-lang/perl:= - !perl-core/${PN#perl-}-${PV}-r999 -"