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 7AE00138C9D for ; Wed, 3 Jun 2015 12:59:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20CBAE088F; Wed, 3 Jun 2015 12:59:01 +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 8797AE089C for ; Wed, 3 Jun 2015 12:59:00 +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 BDEC0340D32 for ; Wed, 3 Jun 2015 12:58:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B2439FC for ; Wed, 3 Jun 2015 12:58:57 +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: <1433274929.72cada9af5f4e56f98372d48c0ac8b6b1670dc12.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: profiles/, virtual/perl-constant/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: profiles/package.mask virtual/perl-constant/perl-constant-1.330.0.ebuild X-VCS-Directories: virtual/perl-constant/ profiles/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 72cada9af5f4e56f98372d48c0ac8b6b1670dc12 X-VCS-Branch: master Date: Wed, 3 Jun 2015 12:58:57 +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: 95b4b23e-fcd4-4b2f-ab9b-39d683b851f6 X-Archives-Hash: 4493f1021e0a6260067de69b76b3681a commit: 72cada9af5f4e56f98372d48c0ac8b6b1670dc12 Author: Kent Fredric gmail com> AuthorDate: Tue Jun 2 19:55:08 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Jun 2 19:55:29 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=72cada9a [bump] perl-constant virtual for 5.22.0 Package-Manager: portage-2.2.17 profiles/package.mask | 4 ++++ virtual/perl-constant/perl-constant-1.330.0.ebuild | 19 +++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 784a9d0..b7c1ba8 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1,3 +1,7 @@ +# Kent Fredric (03 Jun 2015) +# Perl 5.22 only virtuals. Will be unmasked when it actually exists. +=virtual/perl-constant-1.330.0* + # Kent Fredric (03 Jul 2014) # Depends on old version of Date-Manip which is no longer available in portage since # 11 Jun 2014, and upstream are unresponsive. diff --git a/virtual/perl-constant/perl-constant-1.330.0.ebuild b/virtual/perl-constant/perl-constant-1.330.0.ebuild new file mode 100644 index 0000000..988028d --- /dev/null +++ b/virtual/perl-constant/perl-constant-1.330.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2015 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.22* ~perl-core/${PN#perl-}-${PV} ) + !perl-core/${PN#perl-}-${PV} +"