Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/aballier:master commit in: scripts/texlive/tlpsrc/
Date: Thu, 28 Jul 2011 13:02:53
Message-Id: 3ec3d16d60b21941f69cec62623aeff71ab9c263.aballier@gentoo
1 commit: 3ec3d16d60b21941f69cec62623aeff71ab9c263
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 28 12:48:56 2011 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 28 12:48:56 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/aballier.git;a=commit;h=3ec3d16d
7
8 map other-nonfree license, its for only one package with a redristibute under conditions license
9
10 ---
11 .../tlpsrc/cataloguelicense2gentoolicense.sh | 2 ++
12 1 files changed, 2 insertions(+), 0 deletions(-)
13
14 diff --git a/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh b/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh
15 index 04e689b..364ad82 100755
16 --- a/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh
17 +++ b/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh
18 @@ -29,6 +29,8 @@ while [ $# -gt 0 ] ; do
19 echo "as-is";;
20 other)
21 echo "as-is";;
22 + other-nonfree)
23 + echo "as-is";;
24 lgpl)
25 echo "LGPL-2";;
26 lgpl2.1)