commit:     83153f276fbc5a0996eda5a321fae0cab92c6b71
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 20 16:42:55 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Oct 20 16:42:55 2023 +0000
URL:        https://gitweb.gentoo.org/proj/tex.git/commit/?id=83153f27

license map: drop unused noinfo, nosource, other-nonfree

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh 
b/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh
index f24383c..5490430 100755
--- a/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh
+++ b/scripts/texlive/tlpsrc/cataloguelicense2gentoolicense.sh
@@ -49,10 +49,10 @@ while [ $# -gt 0 ] ; do
             echo "LPPL-1.3";;
         #unknown)
         #    echo "TeX-unknown";;
-        noinfo)
-            echo "TeX-noinfo";;
-        nosource)
-            echo "TeX-nosource";;
+        #noinfo)
+        #    echo "TeX-noinfo";;
+        #nosource)
+        #    echo "TeX-nosource";;
         collection)
             echo "GPL-2";;
         other-free)
@@ -63,8 +63,8 @@ while [ $# -gt 0 ] ; do
             $0 other-free lppl1.3;;
         #other)
         #    echo "TeX-other";;
-        other-nonfree)
-            echo "TeX-other-nonfree";;
+        #other-nonfree)
+        #    echo "TeX-other-nonfree";;
         lgpl)
             echo "LGPL-2";;
         lgpl2.1)

Reply via email to