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 8934B13838B for ; Sun, 5 Oct 2014 08:28:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A45CE0936; Sun, 5 Oct 2014 08:28:05 +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 3631FE0936 for ; Sun, 5 Oct 2014 08:28:04 +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 3F1B934024E for ; Sun, 5 Oct 2014 08:28:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 961497096 for ; Sun, 5 Oct 2014 08:28:00 +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: <1412495252.98747cbc94f716514cf58e4b6c66d0679b720f69.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.210.0.ebuild X-VCS-Directories: virtual/perl-SelfLoader/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 98747cbc94f716514cf58e4b6c66d0679b720f69 X-VCS-Branch: master Date: Sun, 5 Oct 2014 08:28:00 +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: ad0b3891-ea7f-487c-af4e-2f465cda5fcc X-Archives-Hash: e82c9ffc90bed93ab82ac99fd87c9b04 commit: 98747cbc94f716514cf58e4b6c66d0679b720f69 Author: Kent Fredric gmail com> AuthorDate: Sun Oct 5 07:30:25 2014 +0000 Commit: Kent Fredric gmail com> CommitDate: Sun Oct 5 07:47:32 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=98747cbc [bump] virtual/perl-SelfLoader add 1.210.0 for perls 5.18 and 5.20 Package-Manager: portage-2.2.10 --- .../perl-SelfLoader/perl-SelfLoader-1.210.0.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/virtual/perl-SelfLoader/perl-SelfLoader-1.210.0.ebuild b/virtual/perl-SelfLoader/perl-SelfLoader-1.210.0.ebuild new file mode 100644 index 0000000..c9ea2de --- /dev/null +++ b/virtual/perl-SelfLoader/perl-SelfLoader-1.210.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 + +DESCRIPTION="Virtual for ${PN#perl-}" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +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} +"