From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 34B03138CCD for ; Sun, 29 Mar 2015 19:20:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF3F8E0AE4; Sun, 29 Mar 2015 19:20:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 80B00E0AE4 for ; Sun, 29 Mar 2015 19:20:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CCBB3340AE4 for ; Sun, 29 Mar 2015 19:20:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0ECA614CBD for ; Sun, 29 Mar 2015 19:20:10 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1427655079.e52148fec0306b88a0ad64c2d2b72ed84c1a6e50.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-SelfLoader/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: virtual/perl-SelfLoader/perl-SelfLoader-1.200.0-r2.ebuild virtual/perl-SelfLoader/perl-SelfLoader-1.200.0-r3.ebuild virtual/perl-SelfLoader/perl-SelfLoader-1.210.0-r1.ebuild virtual/perl-SelfLoader/perl-SelfLoader-1.210.0.ebuild X-VCS-Directories: virtual/perl-SelfLoader/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: e52148fec0306b88a0ad64c2d2b72ed84c1a6e50 X-VCS-Branch: master Date: Sun, 29 Mar 2015 19:20:10 +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-Archives-Salt: 96979340-af46-4ef5-9989-a662369d11b8 X-Archives-Hash: 5f800e586bc569300e84401359770958 commit: e52148fec0306b88a0ad64c2d2b72ed84c1a6e50 Author: Kent Fredric gmail com> AuthorDate: Sun Mar 29 18:51:19 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Sun Mar 29 18:51:19 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=e52148fe [fixup] virtual/perl-SelfLoader: Drop perl <=5.18 as a provider Package-Manager: portage-2.2.17 ...elfLoader-1.210.0.ebuild => perl-SelfLoader-1.200.0-r3.ebuild} | 8 ++------ ...Loader-1.200.0-r2.ebuild => perl-SelfLoader-1.210.0-r1.ebuild} | 4 ++-- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/virtual/perl-SelfLoader/perl-SelfLoader-1.210.0.ebuild b/virtual/perl-SelfLoader/perl-SelfLoader-1.200.0-r3.ebuild similarity index 51% rename from virtual/perl-SelfLoader/perl-SelfLoader-1.210.0.ebuild rename to virtual/perl-SelfLoader/perl-SelfLoader-1.200.0-r3.ebuild index c9ea2de..fcbb558 100644 --- a/virtual/perl-SelfLoader/perl-SelfLoader-1.210.0.ebuild +++ b/virtual/perl-SelfLoader/perl-SelfLoader-1.200.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 @@ -12,8 +12,4 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND=" - || ( =dev-lang/perl-5.20* =dev-lang/perl-5.18* ~perl-core/${PN#perl-}-${PV} ) - !perl-core/${PN#perl-}-${PV} -" +RDEPEND="~perl-core/${PN#perl-}-${PV}" diff --git a/virtual/perl-SelfLoader/perl-SelfLoader-1.200.0-r2.ebuild b/virtual/perl-SelfLoader/perl-SelfLoader-1.210.0-r1.ebuild similarity index 73% rename from virtual/perl-SelfLoader/perl-SelfLoader-1.200.0-r2.ebuild rename to virtual/perl-SelfLoader/perl-SelfLoader-1.210.0-r1.ebuild index d37ad6f..fb794d2 100644 --- a/virtual/perl-SelfLoader/perl-SelfLoader-1.200.0-r2.ebuild +++ b/virtual/perl-SelfLoader/perl-SelfLoader-1.210.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 @@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=" - || ( =dev-lang/perl-5.16* ~perl-core/${PN#perl-}-${PV} ) + || ( =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV} ) !perl-core/${PN#perl-}-${PV} "