From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RXqEN-0004yC-Eg for garchives@archives.gentoo.org; Tue, 06 Dec 2011 08:18:31 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2669821C064; Tue, 6 Dec 2011 08:17:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DB62421C064 for ; Tue, 6 Dec 2011 08:17:47 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3AE9F1B4035 for ; Tue, 6 Dec 2011 08:17:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 724BA80052 for ; Tue, 6 Dec 2011 08:17:46 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <556e04415f2ce1a072c3da563c8441d4cc00f79f.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-ExtUtils-Constant/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: virtual/perl-ExtUtils-Constant/ChangeLog virtual/perl-ExtUtils-Constant/perl-ExtUtils-Constant-0.220.0-r1.ebuild virtual/perl-ExtUtils-Constant/perl-ExtUtils-Constant-0.220.0.ebuild virtual/perl-ExtUtils-Constant/perl-ExtUtils-Constant-0.230.0-r1.ebuild virtual/perl-ExtUtils-Constant/perl-ExtUtils-Constant-0.230.0-r2.ebuild X-VCS-Directories: virtual/perl-ExtUtils-Constant/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 556e04415f2ce1a072c3da563c8441d4cc00f79f Date: Tue, 6 Dec 2011 08:17:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 37efa565-1572-4763-85c4-4cb0ba642aa4 X-Archives-Hash: dcec7fae233c45c0b7a9161247a0fa3d commit: 556e04415f2ce1a072c3da563c8441d4cc00f79f Author: Kent Fredric gmail com> AuthorDate: Tue Dec 6 01:43:55 2011 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Dec 6 01:49:27 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3D556e0441 Fix deps to align to perl versions in virtual/perl-ExtUtils-Constant (Portage version: 2.2.0_alpha79/git/Linux x86_64, signed Manifest commit = with key BD86D695) --- virtual/perl-ExtUtils-Constant/ChangeLog | 10 ++++++++++ ...ld =3D> perl-ExtUtils-Constant-0.220.0-r1.ebuild} | 13 +++++++++---= - ...ld =3D> perl-ExtUtils-Constant-0.230.0-r2.ebuild} | 5 ++++- 3 files changed, 23 insertions(+), 5 deletions(-) diff --git a/virtual/perl-ExtUtils-Constant/ChangeLog b/virtual/perl-ExtU= tils-Constant/ChangeLog index 4b26b81..2b9f616 100644 --- a/virtual/perl-ExtUtils-Constant/ChangeLog +++ b/virtual/perl-ExtUtils-Constant/ChangeLog @@ -2,6 +2,16 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 +*perl-ExtUtils-Constant-0.230.0-r2 (06 Dec 2011) +*perl-ExtUtils-Constant-0.220.0-r1 (06 Dec 2011) + + 06 Dec 2011; Kent Fredric + -perl-ExtUtils-Constant-0.220.0.ebuild, + +perl-ExtUtils-Constant-0.220.0-r1.ebuild, + -perl-ExtUtils-Constant-0.230.0-r1.ebuild, + +perl-ExtUtils-Constant-0.230.0-r2.ebuild: + Fix deps to align to perl versions in virtual/perl-ExtUtils-Constant + *perl-ExtUtils-Constant-0.230.0-r1 (17 Jun 2011) =20 17 Jun 2011; Kent Fredric diff --git a/virtual/perl-ExtUtils-Constant/perl-ExtUtils-Constant-0.220.= 0.ebuild b/virtual/perl-ExtUtils-Constant/perl-ExtUtils-Constant-0.220.0-= r1.ebuild similarity index 71% rename from virtual/perl-ExtUtils-Constant/perl-ExtUtils-Constant-0.220.0= .ebuild rename to virtual/perl-ExtUtils-Constant/perl-ExtUtils-Constant-0.220.0-r= 1.ebuild index 32e0df2..93706a2 100644 --- a/virtual/perl-ExtUtils-Constant/perl-ExtUtils-Constant-0.220.0.ebuil= d +++ b/virtual/perl-ExtUtils-Constant/perl-ExtUtils-Constant-0.220.0-r1.eb= uild @@ -14,9 +14,14 @@ IUSE=3D"" DEPEND=3D"" RDEPEND=3D" || ( - ~dev-lang/perl-5.12.3 - ~dev-lang/perl-5.12.2 - ~dev-lang/perl-5.10.1 + ( + || ( + ~dev-lang/perl-5.12.4 + ~dev-lang/perl-5.12.3 + ~dev-lang/perl-5.10.1 + ) + !perl-core/ExtUtils-Constant + ) + ~perl-core/ExtUtils-Constant-${PV} ) - !perl-core/ExtUtils-Constant " diff --git a/virtual/perl-ExtUtils-Constant/perl-ExtUtils-Constant-0.230.= 0-r1.ebuild b/virtual/perl-ExtUtils-Constant/perl-ExtUtils-Constant-0.230= .0-r2.ebuild similarity index 78% rename from virtual/perl-ExtUtils-Constant/perl-ExtUtils-Constant-0.230.0= -r1.ebuild rename to virtual/perl-ExtUtils-Constant/perl-ExtUtils-Constant-0.230.0-r= 2.ebuild index 4da591b..064bb18 100644 --- a/virtual/perl-ExtUtils-Constant/perl-ExtUtils-Constant-0.230.0-r1.eb= uild +++ b/virtual/perl-ExtUtils-Constant/perl-ExtUtils-Constant-0.230.0-r2.eb= uild @@ -12,4 +12,7 @@ KEYWORDS=3D"~x86 ~amd64" IUSE=3D"" =20 DEPEND=3D"" -RDEPEND=3D"|| ( =3Ddev-lang/perl-5.14* ~perl-core/ExtUtils-Constant-${PV= } )" +RDEPEND=3D"|| ( + ( =3Ddev-lang/perl-5.14* !perl-core/ExtUtils-Constant ) + ~perl-core/ExtUtils-Constant-${PV} +)"