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 04:52:46
Message-Id: a4f377d82908626b8ddd16997b1f1abf7fbf438a.kent@gentoo
1 commit: a4f377d82908626b8ddd16997b1f1abf7fbf438a
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Mon Oct 31 04:49:15 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Mon Oct 31 04:49:15 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a4f377d8
7
8 add apache2 license to generator
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 d068a0b..c70dba4 100755
16 --- a/scripts/gen_ebuild.pl
17 +++ b/scripts/gen_ebuild.pl
18 @@ -106,6 +106,7 @@ $fh->say('DESCRIPTION=\'' . $release_info->{abstract} . '\'');
19 my $lics = [];
20 my $licmap = {
21 perl_5 => [qw( Artistic GPL-2 )],
22 + apache_2_0 => [qw( Apache-2.0 )],
23 };
24
25 for my $lic ( @{ $release_info->{license} } ){