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 71EB7138C9D for ; Wed, 3 Jun 2015 12:59:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91749E07B3; Wed, 3 Jun 2015 12:59:13 +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 019CFE078C for ; Wed, 3 Jun 2015 12:59:07 +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 5184F340D32 for ; Wed, 3 Jun 2015 12:59:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75935A32 for ; Wed, 3 Jun 2015 12:58:58 +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: <1433279839.a41e171f67f7372e7b02059bbf33204c9b55baa1.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Unicode-Normalize/, profiles/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: profiles/package.mask virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.180.0.ebuild X-VCS-Directories: virtual/perl-Unicode-Normalize/ profiles/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: a41e171f67f7372e7b02059bbf33204c9b55baa1 X-VCS-Branch: master Date: Wed, 3 Jun 2015 12:58:58 +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: ba12afeb-3ccb-4f5b-b9d8-1c8a6ad352ef X-Archives-Hash: a9cb25e3bb2d53a16920cee25554fd3d commit: a41e171f67f7372e7b02059bbf33204c9b55baa1 Author: Kent Fredric gmail com> AuthorDate: Tue Jun 2 21:17:07 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Jun 2 21:17:19 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=a41e171f [bump] perl-Unicode-Normalize virtual for 5.22.0 Package-Manager: portage-2.2.17 profiles/package.mask | 1 + .../perl-Unicode-Normalize-1.180.0.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 5dcfc70..9c0c166 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -5,6 +5,7 @@ =virtual/perl-Pod-Usage-1.640.0* =virtual/perl-SelfLoader-1.220.0* =virtual/perl-Unicode-Collate-1.120.0* +=virtual/perl-Unicode-Normalize-1.180.0* # Kent Fredric (03 Jul 2014) # Depends on old version of Date-Manip which is no longer available in portage since diff --git a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.180.0.ebuild b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.180.0.ebuild new file mode 100644 index 0000000..988028d --- /dev/null +++ b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.180.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} +"