Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: scripts/
Date: Mon, 31 Oct 2011 08:47:10
Message-Id: 66f31bb876d1d67b0f0340b33f773388fb3cbb34.kent@gentoo
1 commit: 66f31bb876d1d67b0f0340b33f773388fb3cbb34
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Mon Oct 31 07:21:26 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Mon Oct 31 07:21:26 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=66f31bb8
7
8 Add a mapping for MIT license
9
10 ---
11 scripts/gen_ebuild.pl | 1 +
12 1 files changed, 1 insertions(+), 0 deletions(-)
13
14 diff --git a/scripts/gen_ebuild.pl b/scripts/gen_ebuild.pl
15 index 220ec13..d9c3648 100755
16 --- a/scripts/gen_ebuild.pl
17 +++ b/scripts/gen_ebuild.pl
18 @@ -111,6 +111,7 @@ my $lics = [];
19 my $licmap = {
20 perl_5 => [qw( Artistic GPL-2 )],
21 apache_2_0 => [qw( Apache-2.0 )],
22 + mit => [qw( MIT )],
23 };
24
25 for my $lic ( @{ $release_info->{license} } ){