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: Wed, 29 Feb 2012 12:08:52
Message-Id: 1330517089.33f583a57d7d1c7cb6b58e261725c6bfa723b995.kent@gentoo
1 commit: 33f583a57d7d1c7cb6b58e261725c6bfa723b995
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Feb 29 12:04:49 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Feb 29 12:04:49 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=33f583a5
7
8 [scripts/gen_ebuild.pl] add artistic_1 license to map
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 2d9d1e5..d1fd4eb 100755
16 --- a/scripts/gen_ebuild.pl
17 +++ b/scripts/gen_ebuild.pl
18 @@ -164,6 +164,7 @@ my $lics = [];
19 my $licmap = {
20 perl_5 => [qw( Artistic GPL-2 )],
21 apache_2_0 => [qw( Apache-2.0 )],
22 + artistic_1 => [qw( Artistic )],
23 mit => [qw( MIT )],
24 lgpl_2_1 => [qw( LGPL-2.1 )],
25 artistic_2 => [qw( Artistic-2 )],