aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-09-13 09:19:30 -0300
committerAlexis Ballier <aballier@gentoo.org>2012-09-13 09:19:30 -0300
commit2f5e96313a427fd7b836c64897d62f14b290c1a6 (patch)
tree7c060fd9a22367a4962082438ac2b5c5ce7072d1 /scripts/texlive/tlpsrc/Makefile
parent(soft) block older versions of tl-mathextra as they collide, bug #429432 by ... (diff)
downloadaballier-2f5e96313a427fd7b836c64897d62f14b290c1a6.tar.gz
aballier-2f5e96313a427fd7b836c64897d62f14b290c1a6.tar.bz2
aballier-2f5e96313a427fd7b836c64897d62f14b290c1a6.zip
Add GPL-2 to .genoolicense and pass it through a uniq call so that we dont end up with duplicate licenses
Diffstat (limited to 'scripts/texlive/tlpsrc/Makefile')
-rw-r--r--scripts/texlive/tlpsrc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/texlive/tlpsrc/Makefile b/scripts/texlive/tlpsrc/Makefile
index f40c417..ae585b5 100644
--- a/scripts/texlive/tlpsrc/Makefile
+++ b/scripts/texlive/tlpsrc/Makefile
@@ -34,7 +34,7 @@ unpacked : $(FULLDESC:%=%.unpacked)
./getlicense.sh $(shell cat $(<:%.tlplic=%.list)) | sort | uniq | tr '\n' ' ' > $@
%.gentoolicense: %.licenselist
- ./cataloguelicense2gentoolicense.sh $(shell cat $<) | sort | uniq | tr '\n' ' ' > $@
+ (./cataloguelicense2gentoolicense.sh $(shell cat $<) ; printf "\nGPL-2\n") | sort | uniq | tr '\n' ' ' > $@
%.desc: %.base
grep "shortdesc " $< | sed -e "s/shortdesc //" | sed -e "s/.*/DESCRIPTION=\"TeXLive \0\"/" > $@
@@ -114,7 +114,7 @@ clean:
echo "inherit $(EXTRA_INHERIT) texlive-module" >> $@
cat $< >> $@
echo "" >> $@
- echo -n "LICENSE=\"GPL-2 " >> $@
+ echo -n "LICENSE=\"" >> $@
cat $(@:%.ebuild=%.gentoolicense) >> $@
echo "\"" >> $@
echo "SLOT=\"0\"" >> $@