From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D6C901381F3 for ; Fri, 28 Jun 2013 15:14:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48579E0930; Fri, 28 Jun 2013 15:14:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E2FB0E0930 for ; Fri, 28 Jun 2013 15:14:12 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 02F9333E726 for ; Fri, 28 Jun 2013 15:14:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 91C81E468F for ; Fri, 28 Jun 2013 15:14:10 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1372432440.f84f287c72100a88e087ce333095ced94ba5efcc.aballier@gentoo> Subject: [gentoo-commits] dev/aballier:master commit in: scripts/texlive/tlpsrc/ X-VCS-Repository: dev/aballier X-VCS-Files: scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh X-VCS-Directories: scripts/texlive/tlpsrc/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: f84f287c72100a88e087ce333095ced94ba5efcc X-VCS-Branch: master Date: Fri, 28 Jun 2013 15:14:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 99d9e567-864e-4146-9f1f-937b1485df85 X-Archives-Hash: 2e1b8f5355b8439638f6fce5bfba564e commit: f84f287c72100a88e087ce333095ced94ba5efcc Author: Alexis Ballier gentoo org> AuthorDate: Fri Jun 28 15:14:00 2013 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Jun 28 15:14:00 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/aballier.git;a=commit;h=f84f287c Map OPL licene --- scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh b/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh index 2b99ffe..502c898 100755 --- a/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh +++ b/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh @@ -53,6 +53,8 @@ while [ $# -gt 0 ] ; do echo "FDL-1.1";; ofl) echo "OFL";; + opl) + echo "OPL";; #nosell) # echo "nosell";; #nocommercial)