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 1RKhvU-0003JR-MC for garchives@archives.gentoo.org; Mon, 31 Oct 2011 02:48:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACA8421C040; Mon, 31 Oct 2011 02:48:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7CAAD21C05E for ; Mon, 31 Oct 2011 02:48:08 +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 B902C1B4017 for ; Mon, 31 Oct 2011 02:48:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 073F18005B for ; Mon, 31 Oct 2011 02:48:07 +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: <3b22d7dafc0955eefa16b56270fb12b7fa66e58f.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: scripts/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: scripts/gen_ebuild.pl X-VCS-Directories: scripts/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 3b22d7dafc0955eefa16b56270fb12b7fa66e58f Date: Mon, 31 Oct 2011 02:48:07 +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: 335a58aa-3bd1-408b-8f75-cb2afa47dea0 X-Archives-Hash: 0c8e050459fdae4ec5438a4d122fd8d3 commit: 3b22d7dafc0955eefa16b56270fb12b7fa66e58f Author: Kent Fredric gmail com> AuthorDate: Fri Oct 28 13:42:09 2011 +0000 Commit: Kent Fredric gmail com> CommitDate: Mon Oct 31 02:45:47 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3D3b22d7da enable dev/backpan in output again --- scripts/gen_ebuild.pl | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/gen_ebuild.pl b/scripts/gen_ebuild.pl index 867127b..9828a12 100755 --- a/scripts/gen_ebuild.pl +++ b/scripts/gen_ebuild.pl @@ -67,8 +67,8 @@ sub provider_map { =20 for my $provider ( @providers ) { =20 - #next if $provider->{status} eq 'backpan'; - #next if $provider->{maturity} eq 'developer'; + next if $provider->{status} eq 'backpan'; + next if $provider->{maturity} eq 'developer'; # pp $provider; =20 my $dist =3D $provider->{distribution};