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 1Sd0tN-0001Lc-K0 for garchives@archives.gentoo.org; Fri, 08 Jun 2012 15:14:25 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA30CE0839; Fri, 8 Jun 2012 15:13:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6CCFEE0839 for ; Fri, 8 Jun 2012 15:13:48 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8CCDD1B401E for ; Fri, 8 Jun 2012 15:13:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 548C3E5432 for ; Fri, 8 Jun 2012 15:13: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: <1339123222.754787ad9f5ccc3596c8824fdd6ed896df945b41.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-B-Lint/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: virtual/perl-B-Lint/ChangeLog virtual/perl-B-Lint/perl-B-Lint-1.130.0-r2.ebuild virtual/perl-B-Lint/perl-B-Lint-1.130.0-r3.ebuild virtual/perl-B-Lint/perl-B-Lint-1.140.0.ebuild X-VCS-Directories: virtual/perl-B-Lint/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 754787ad9f5ccc3596c8824fdd6ed896df945b41 X-VCS-Branch: master Date: Fri, 8 Jun 2012 15:13: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: 1906f277-64bf-477a-bd58-e949cfd906dc X-Archives-Hash: 306995fdbed830e5a56966e6f9e4d2ff commit: 754787ad9f5ccc3596c8824fdd6ed896df945b41 Author: Kent Fredric gmail com> AuthorDate: Tue Jun 5 00:39:51 2012 +0000 Commit: Kent Fredric gmail com> CommitDate: Fri Jun 8 02:40:22 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3D754787ad [newversion] virtual/perl-B-Lint for 5.16 + version fix old versions (Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit= with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6) --- virtual/perl-B-Lint/ChangeLog | 10 +++++++++- ...0.0-r2.ebuild =3D> perl-B-Lint-1.130.0-r3.ebuild} | 7 +++++-- ....130.0-r2.ebuild =3D> perl-B-Lint-1.140.0.ebuild} | 4 ++-- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/virtual/perl-B-Lint/ChangeLog b/virtual/perl-B-Lint/ChangeLo= g index eac35d3..2d2d435 100644 --- a/virtual/perl-B-Lint/ChangeLog +++ b/virtual/perl-B-Lint/ChangeLog @@ -1,7 +1,15 @@ # ChangeLog for virtual/perl-B-Lint -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 +*perl-B-Lint-1.140.0 (05 Jun 2012) +*perl-B-Lint-1.130.0-r3 (05 Jun 2012) + + 05 Jun 2012; Kent Fredric + -perl-B-Lint-1.130.0-r2.ebuild, +perl-B-Lint-1.130.0-r3.ebuild, + +perl-B-Lint-1.140.0.ebuild: + Update for Perl 5.16.0 + *perl-B-Lint-1.130.0-r2 (16 Jul 2011) =20 16 Jul 2011; Kent Fredric diff --git a/virtual/perl-B-Lint/perl-B-Lint-1.130.0-r2.ebuild b/virtual/= perl-B-Lint/perl-B-Lint-1.130.0-r3.ebuild similarity index 59% copy from virtual/perl-B-Lint/perl-B-Lint-1.130.0-r2.ebuild copy to virtual/perl-B-Lint/perl-B-Lint-1.130.0-r3.ebuild index 1b53257..d1c155b 100644 --- a/virtual/perl-B-Lint/perl-B-Lint-1.130.0-r2.ebuild +++ b/virtual/perl-B-Lint/perl-B-Lint-1.130.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 @@ -12,4 +12,7 @@ KEYWORDS=3D"~amd64 ~x86" IUSE=3D"" =20 DEPEND=3D"" -RDEPEND=3D" || ( =3Ddev-lang/perl-5.14* =3Dperl-core/B-Lint-${PV}* )" +RDEPEND=3D" || ( + ( >=3Ddev-lang/perl-5.13.9 <=3Ddev-lang/perl-5.15.8 ) + =3Dperl-core/B-Lint-${PV}* +)" diff --git a/virtual/perl-B-Lint/perl-B-Lint-1.130.0-r2.ebuild b/virtual/= perl-B-Lint/perl-B-Lint-1.140.0.ebuild similarity index 65% rename from virtual/perl-B-Lint/perl-B-Lint-1.130.0-r2.ebuild rename to virtual/perl-B-Lint/perl-B-Lint-1.140.0.ebuild index 1b53257..1c98718 100644 --- a/virtual/perl-B-Lint/perl-B-Lint-1.130.0-r2.ebuild +++ b/virtual/perl-B-Lint/perl-B-Lint-1.140.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 @@ -12,4 +12,4 @@ KEYWORDS=3D"~amd64 ~x86" IUSE=3D"" =20 DEPEND=3D"" -RDEPEND=3D" || ( =3Ddev-lang/perl-5.14* =3Dperl-core/B-Lint-${PV}* )" +RDEPEND=3D" || ( >=3Ddev-lang/perl-5.15.9 =3Dperl-core/B-Lint-${PV}* )"