From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1090819-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 C6D3F138335 for <garchives@archives.gentoo.org>; Fri, 17 May 2019 21:58:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 913BCE0824; Fri, 17 May 2019 21:58:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 652C0E0824 for <gentoo-commits@lists.gentoo.org>; Fri, 17 May 2019 21:58:44 +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 4E41C3449D2 for <gentoo-commits@lists.gentoo.org>; Fri, 17 May 2019 21:58:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 442815EA for <gentoo-commits@lists.gentoo.org>; Fri, 17 May 2019 21:58:40 +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: <1558130314.85968529ab23761db9f6d4c3a1bd996683d01156.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.806.220-r2.ebuild X-VCS-Directories: virtual/perl-Module-CoreList/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 85968529ab23761db9f6d4c3a1bd996683d01156 X-VCS-Branch: master Date: Fri, 17 May 2019 21:58:40 +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: 56cae666-5242-480a-997d-6092981a7e32 X-Archives-Hash: bbc57237fec731f289650870e5826016 commit: 85968529ab23761db9f6d4c3a1bd996683d01156 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Fri May 17 21:56:48 2019 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Fri May 17 21:58:34 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85968529 virtual/perl-Module-CoreList: drop perl-5.28.0 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> .../perl-Module-CoreList-5.201.806.220-r2.ebuild | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.806.220-r2.ebuild b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.806.220-r2.ebuild deleted file mode 100644 index 799753286b4..00000000000 --- a/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.806.220-r2.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-fbsd ~x86-fbsd ~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.28.0* ~perl-core/${PN#perl-}-${PV} ) - dev-lang/perl:= - !<perl-core/${PN#perl-}-${PV} - !>perl-core/${PN#perl-}-${PV}-r999 -"