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 6AB4C58973 for ; Sun, 24 Jan 2016 12:37:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB6DAE08BF; Sun, 24 Jan 2016 12:37:38 +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 4B593E08BF for ; Sun, 24 Jan 2016 12:37:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6DAF1340949 for ; Sun, 24 Jan 2016 12:37:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8962F10B8 for ; Sun, 24 Jan 2016 12:37:35 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1453639045.d094d3bcd8526732a20b7ea2eb853cc4845f3888.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-IDN-Encode/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.201.0-r1.ebuild dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.201.0.ebuild X-VCS-Directories: dev-perl/Net-IDN-Encode/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: d094d3bcd8526732a20b7ea2eb853cc4845f3888 X-VCS-Branch: master Date: Sun, 24 Jan 2016 12:37:35 +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: 8b3470fe-c237-4095-a895-91cdcc4d1a3d X-Archives-Hash: a6117b1514077daa75aa521bd7c43a94 commit: d094d3bcd8526732a20b7ea2eb853cc4845f3888 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Jan 24 12:33:12 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sun Jan 24 12:37:25 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d094d3bc dev-perl/Net-IDN-Encode: Unicode::Normalize is in perl-core Package-Manager: portage-2.2.27 ...Net-IDN-Encode-2.201.0.ebuild => Net-IDN-Encode-2.201.0-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.201.0.ebuild b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.201.0-r1.ebuild similarity index 85% rename from dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.201.0.ebuild rename to dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.201.0-r1.ebuild index ba3162f..c18da86 100644 --- a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.201.0.ebuild +++ b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.201.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86" IUSE="test" RDEPEND=" - dev-perl/Unicode-Normalize + virtual/perl-Unicode-Normalize " DEPEND="${RDEPEND} virtual/perl-ExtUtils-CBuilder