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 1RXgLm-00079E-4b for garchives@archives.gentoo.org; Mon, 05 Dec 2011 21:45:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3B2321C0AD; Mon, 5 Dec 2011 21:45:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7678921C0AD for ; Mon, 5 Dec 2011 21:45:18 +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 CA3641B4001 for ; Mon, 5 Dec 2011 21:45:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id EA8CE8004F for ; Mon, 5 Dec 2011 21:45:16 +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: <6cf58e9985c25624314361fbb855cb30b75fa4f0.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: 6cf58e9985c25624314361fbb855cb30b75fa4f0 Date: Mon, 5 Dec 2011 21:45:16 +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: 98dd8bef-680b-4c2a-a3f2-794469aee0e0 X-Archives-Hash: e35257bb7defa2b7a5d96bc6d0c20584 commit: 6cf58e9985c25624314361fbb855cb30b75fa4f0 Author: Kent Fredric gmail com> AuthorDate: Mon Dec 5 21:44:25 2011 +0000 Commit: Kent Fredric gmail com> CommitDate: Mon Dec 5 21:44:25 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3D6cf58e99 [scripts] add Artistic-2 to license map --- scripts/gen_ebuild.pl | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/scripts/gen_ebuild.pl b/scripts/gen_ebuild.pl index a230110..87d91d7 100755 --- a/scripts/gen_ebuild.pl +++ b/scripts/gen_ebuild.pl @@ -114,7 +114,8 @@ my $licmap =3D { perl_5 =3D> [qw( Artistic GPL-2 )], apache_2_0 =3D> [qw( Apache-2.0 )], mit =3D> [qw( MIT )], - lgpl_2_1 =3D> [qw( LGPL-2.1 )] + lgpl_2_1 =3D> [qw( LGPL-2.1 )], + artistic_2 =3D> [qw( Artistic-2 )], }; =20 for my $lic ( @{ $release_info->{license} } ) {