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 1RKjrZ-0006zT-Vx for garchives@archives.gentoo.org; Mon, 31 Oct 2011 04:52:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0DEC21C11E; Mon, 31 Oct 2011 04:52:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BE80021C11E for ; Mon, 31 Oct 2011 04:52:28 +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 217021B4023 for ; Mon, 31 Oct 2011 04:52:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 8ED738005B for ; Mon, 31 Oct 2011 04:52:27 +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: 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: a4f377d82908626b8ddd16997b1f1abf7fbf438a Date: Mon, 31 Oct 2011 04:52:27 +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: 4413d967-73c8-4677-9b3f-77e243d62b50 X-Archives-Hash: d2e4409fcbe20ba9c4b29331b23838ac commit: a4f377d82908626b8ddd16997b1f1abf7fbf438a Author: Kent Fredric gmail com> AuthorDate: Mon Oct 31 04:49:15 2011 +0000 Commit: Kent Fredric gmail com> CommitDate: Mon Oct 31 04:49:15 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3Da4f377d8 add apache2 license to generator --- scripts/gen_ebuild.pl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/scripts/gen_ebuild.pl b/scripts/gen_ebuild.pl index d068a0b..c70dba4 100755 --- a/scripts/gen_ebuild.pl +++ b/scripts/gen_ebuild.pl @@ -106,6 +106,7 @@ $fh->say('DESCRIPTION=3D\'' . $release_info->{abstra= ct} . '\''); my $lics =3D []; my $licmap =3D { perl_5 =3D> [qw( Artistic GPL-2 )], + apache_2_0 =3D> [qw( Apache-2.0 )], }; =20 for my $lic ( @{ $release_info->{license} } ){=20