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 6CA4C138CCD for ; Sun, 29 Mar 2015 19:20:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17D5AE0AD9; Sun, 29 Mar 2015 19:20:18 +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 A8166E0AD9 for ; Sun, 29 Mar 2015 19:20:17 +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 F1D69340B28 for ; Sun, 29 Mar 2015 19:20:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5425B14CC1 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: <1427655961.58e65586047b86bade8d65e6f476109942b36998.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Pod-Perldoc/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: virtual/perl-Pod-Perldoc/perl-Pod-Perldoc-3.230.0.ebuild X-VCS-Directories: virtual/perl-Pod-Perldoc/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 58e65586047b86bade8d65e6f476109942b36998 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: ccbe1927-b468-45ed-941f-60470c4fbd96 X-Archives-Hash: c813e8cfb17869103fb8be0007baca23 commit: 58e65586047b86bade8d65e6f476109942b36998 Author: Kent Fredric gmail com> AuthorDate: Sun Mar 29 19:06:01 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Sun Mar 29 19:06:01 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=58e65586 [bump] perl-Pod-Perldoc: Add virtual for 5.20* Package-Manager: portage-2.2.17 .../perl-Pod-Perldoc/perl-Pod-Perldoc-3.230.0.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/virtual/perl-Pod-Perldoc/perl-Pod-Perldoc-3.230.0.ebuild b/virtual/perl-Pod-Perldoc/perl-Pod-Perldoc-3.230.0.ebuild new file mode 100644 index 0000000..57d838b --- /dev/null +++ b/virtual/perl-Pod-Perldoc/perl-Pod-Perldoc-3.230.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.56.ebuild,v 1.12 2010/09/13 14:42:31 josejx Exp $ +EAPI=5 +DESCRIPTION="Virtual for perl-core/${PN#perl-}" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND="" +RDEPEND="|| ( =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV} ) + !perl-core/${PN#perl-}-${PV}-r999 +"