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 835D6138335 for ; Fri, 6 Dec 2019 20:40:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC428E087E; Fri, 6 Dec 2019 20:40:42 +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 95EF0E087E for ; Fri, 6 Dec 2019 20:40:42 +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 7546434D859 for ; Fri, 6 Dec 2019 20:40:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62E94988 for ; Fri, 6 Dec 2019 20:40:39 +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: <1575664825.e300a5eb15a7af601dd2ff2d81fa10f79738e610.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/perl-Module-CoreList/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.905.220.ebuild X-VCS-Directories: virtual/perl-Module-CoreList/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: e300a5eb15a7af601dd2ff2d81fa10f79738e610 X-VCS-Branch: master Date: Fri, 6 Dec 2019 20:40:39 +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: 60ad0edb-d2ab-453f-8d90-8c838ae78bec X-Archives-Hash: 161bf2e9c6aeff5c11ff29316761468f commit: e300a5eb15a7af601dd2ff2d81fa10f79738e610 Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Dec 6 20:39:29 2019 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Dec 6 20:40:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e300a5eb virtual/perl-Module-CoreList: Remove 5.30.0 version Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Andreas K. Hüttel gentoo.org> .../perl-Module-CoreList-5.201.905.220.ebuild | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.905.220.ebuild b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.905.220.ebuild deleted file mode 100644 index 4fc920e1628..00000000000 --- a/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.905.220.ebuild +++ /dev/null @@ -1,17 +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 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -# Check https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/virtual/perl-Module-CoreList -# When bumping this package. -RDEPEND=" - || ( =dev-lang/perl-5.30.0* ~perl-core/${PN#perl-}-${PV} ) - dev-lang/perl:= - !perl-core/${PN#perl-}-${PV}-r999 -"