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 DFD1313800E for ; Wed, 25 Jul 2012 11:59:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4C35E07A7; Wed, 25 Jul 2012 11:59:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id ADE25E0798 for ; Wed, 25 Jul 2012 11:59:40 +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 2163C1B4695 for ; Wed, 25 Jul 2012 11:59:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3E916E5436 for ; Wed, 25 Jul 2012 11:59:38 +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: <1343217443.353e8b07221a6506e02f15318e190db26d6ff5f3.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: 353e8b07221a6506e02f15318e190db26d6ff5f3 X-VCS-Branch: master Date: Wed, 25 Jul 2012 11:59:38 +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: 35bb97e6-47de-4b0c-af40-005d1afe787d X-Archives-Hash: 3612161f415354190e228150a0c9517f commit: 353e8b07221a6506e02f15318e190db26d6ff5f3 Author: Alexis Ballier gentoo org> AuthorDate: Wed Jul 25 11:57:23 2012 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Jul 25 11:57:23 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/aballier.git;a=commit;h=353e8b07 map nosource to as-is --- .../tlpsrc/cataloguelicense2gentoolicense.sh | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh b/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh index 364ad82..e3b41e0 100755 --- a/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh +++ b/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh @@ -23,6 +23,8 @@ while [ $# -gt 0 ] ; do echo "as-is";; noinfo) echo "as-is";; + nosource) + echo "as-is";; collection) echo "GPL-2";; other-free)