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 1S34Kn-0007pQ-CJ for garchives@archives.gentoo.org; Thu, 01 Mar 2012 11:38:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E093E086B; Thu, 1 Mar 2012 11:38:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 62241E086B for ; Thu, 1 Mar 2012 11:38:02 +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 AD2931B4025 for ; Thu, 1 Mar 2012 11:38:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 646C8E542A for ; Thu, 1 Mar 2012 11:38:00 +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: <1330601881.6fa0b2554f692f7be8e2e861be0b6a0d86fd5a5e.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: 6fa0b2554f692f7be8e2e861be0b6a0d86fd5a5e X-VCS-Branch: master Date: Thu, 1 Mar 2012 11:38:00 +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: dd10d10b-9fe9-4af7-ab5e-8d722d1eeb95 X-Archives-Hash: 094bacab277f9e3372893d25e0be6476 commit: 6fa0b2554f692f7be8e2e861be0b6a0d86fd5a5e Author: Kent Fredric gmail com> AuthorDate: Thu Mar 1 11:38:01 2012 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu Mar 1 11:38:01 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3D6fa0b255 [scripts/gen_ebuild.pl] add gpl_3 license mapping --- 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 d1fd4eb..f742a9b 100755 --- a/scripts/gen_ebuild.pl +++ b/scripts/gen_ebuild.pl @@ -168,6 +168,7 @@ my $licmap =3D { mit =3D> [qw( MIT )], lgpl_2_1 =3D> [qw( LGPL-2.1 )], artistic_2 =3D> [qw( Artistic-2 )], + gpl_3 =3D> [qw( GPL-3 )], }; =20 for my $lic ( @{ $release_info->{license} } ) {