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: Thu, 01 Mar 2012 11:38:09
Message-Id: 1330601881.6fa0b2554f692f7be8e2e861be0b6a0d86fd5a5e.kent@gentoo
1 commit: 6fa0b2554f692f7be8e2e861be0b6a0d86fd5a5e
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu Mar 1 11:38:01 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Mar 1 11:38:01 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6fa0b255
7
8 [scripts/gen_ebuild.pl] add gpl_3 license mapping
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 d1fd4eb..f742a9b 100755
16 --- a/scripts/gen_ebuild.pl
17 +++ b/scripts/gen_ebuild.pl
18 @@ -168,6 +168,7 @@ my $licmap = {
19 mit => [qw( MIT )],
20 lgpl_2_1 => [qw( LGPL-2.1 )],
21 artistic_2 => [qw( Artistic-2 )],
22 + gpl_3 => [qw( GPL-3 )],
23 };
24
25 for my $lic ( @{ $release_info->{license} } ) {