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 1RKnWQ-0006W1-Gm for garchives@archives.gentoo.org; Mon, 31 Oct 2011 08:47:10 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B52021C043; Mon, 31 Oct 2011 08:46:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5349421C043 for ; Mon, 31 Oct 2011 08:46:56 +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 9C1A21B401D for ; Mon, 31 Oct 2011 08:46:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id D282180042 for ; Mon, 31 Oct 2011 08:46:54 +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: <66f31bb876d1d67b0f0340b33f773388fb3cbb34.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: 66f31bb876d1d67b0f0340b33f773388fb3cbb34 Date: Mon, 31 Oct 2011 08:46:54 +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: 5219c165-fb5e-4ede-af04-c7492793cf8c X-Archives-Hash: 2733e09efed299af9e14ef84793f6fa5 commit: 66f31bb876d1d67b0f0340b33f773388fb3cbb34 Author: Kent Fredric gmail com> AuthorDate: Mon Oct 31 07:21:26 2011 +0000 Commit: Kent Fredric gmail com> CommitDate: Mon Oct 31 07:21:26 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3D66f31bb8 Add a mapping for MIT license --- 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 220ec13..d9c3648 100755 --- a/scripts/gen_ebuild.pl +++ b/scripts/gen_ebuild.pl @@ -111,6 +111,7 @@ my $lics =3D []; my $licmap =3D { perl_5 =3D> [qw( Artistic GPL-2 )], apache_2_0 =3D> [qw( Apache-2.0 )], + mit =3D> [qw( MIT )], }; =20 for my $lic ( @{ $release_info->{license} } ){=20