texlive[59651] Master: HA-prosper -> ha-prosper
commits+karl at tug.org
commits+karl at tug.org
Sun Jun 20 19:23:15 CEST 2021
Revision: 59651
http://tug.org/svn/texlive?view=revision&revision=59651
Author: karl
Date: 2021-06-20 19:23:15 +0200 (Sun, 20 Jun 2021)
Log Message:
-----------
HA-prosper -> ha-prosper
Modified Paths:
--------------
trunk/Master/tlpkg/bin/tlpkg-ctan-check
trunk/Master/tlpkg/libexec/ctan2tds
trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
Added Paths:
-----------
trunk/Master/texmf-dist/doc/latex/ha-prosper/
trunk/Master/texmf-dist/source/latex/ha-prosper/
trunk/Master/texmf-dist/tex/latex/ha-prosper/
trunk/Master/tlpkg/tlpsrc/ha-prosper.tlpsrc
Removed Paths:
-------------
trunk/Master/texmf-dist/doc/latex/HA-prosper/
trunk/Master/texmf-dist/source/latex/HA-prosper/
trunk/Master/texmf-dist/tex/latex/HA-prosper/
trunk/Master/tlpkg/tlpsrc/HA-prosper.tlpsrc
Modified: trunk/Master/tlpkg/bin/tlpkg-ctan-check
===================================================================
--- trunk/Master/tlpkg/bin/tlpkg-ctan-check 2021-06-20 16:37:11 UTC (rev 59650)
+++ trunk/Master/tlpkg/bin/tlpkg-ctan-check 2021-06-20 17:23:15 UTC (rev 59651)
@@ -20,7 +20,7 @@
my @TLP_working = qw(
12many 2up
- HA-prosper IEEEconf IEEEtran
+ IEEEconf IEEEtran
SIstyle SIunits Tabbing Type1fonts
a0poster a2ping a4wide a5comb
aaai-named aalok aastex abbr abc abnt abntex2 abraces abstract abstyles
@@ -374,7 +374,7 @@
grid grid-system gridpapers gridset gridslides grotesq grundgesetze
gs1 gsemthesis gtl gtrlib-largetrees gtrcrd
gu gudea guitar guitarchordschemes guitartabs guitlogo gzt
- h2020proposal hackthefootline hacm hagenberg-thesis halloweenmath
+ h2020proposal ha-prosper hackthefootline hacm hagenberg-thesis halloweenmath
handin handout hands hang hanging hanoi
happy4th har2nat haranoaji haranoaji-extra
hardwrap harmony harnon-cv harpoon
Modified: trunk/Master/tlpkg/libexec/ctan2tds
===================================================================
--- trunk/Master/tlpkg/libexec/ctan2tds 2021-06-20 16:37:11 UTC (rev 59650)
+++ trunk/Master/tlpkg/libexec/ctan2tds 2021-06-20 17:23:15 UTC (rev 59651)
@@ -63,7 +63,7 @@
'FiXme', "die 'skipping, use fixme'",
'GS1', "die 'skipping, use gs1'",
'GuIT', "die 'skipping, use guitlogo'",
- 'HA-prosper', '&MAKEhaprosper',
+ 'HA-prosper', "die 'skipping, use ha-prosper'",
'IEEEtran', "&MAKEIEEEtran",
'LaTeX-FAQ-francaise', "die 'skipping, use faq-fr'",
'LingTrees', "die 'skipping, requires python'",
@@ -601,7 +601,7 @@
'guitbeamer', "die 'skipping, nonfree'",
'gurps', "die 'skipping, Steve Jackson Games restrictions -> nonfree'",
'gutenberg', "die 'skipping, user group pdfs'",
- 'ha-prosper', "die 'skipping, use HA-prosper'",
+ 'ha-prosper', '&MAKEhaprosper',
'hacm', "&MAKEflatten",
'harvardkyoto',"die 'skipping, use xetex-devanagari'",
'he-le-na', "die 'skipping, nonfree (shareware) license'",
@@ -5619,13 +5619,13 @@
}
sub MAKEhaprosper {
+ print "\t SPECIAL copying HA-prosper\n";
&setup ("nocopytodoc"); # create dirs but that's all
- chdir("$packagedir");
+ &xchdir("$packagedir");
&SYSTEM("mkdir -p $DEST");
- print "\t SPECIAL copying HA-prosper\n";
- &SYSTEM("$CP -r README Doc/* $DEST/doc/latex/HA-prosper");
- &SYSTEM("$CP -r Run/* $DEST/tex/latex/HA-prosper");
- &SYSTEM("$CP -r Source/* $DEST/source/latex/HA-prosper");
+ &SYSTEM("$CP -r README Doc/* $DEST/doc/latex/$package");
+ &SYSTEM("$CP -r Run/* $DEST/tex/latex/$package");
+ &SYSTEM("$CP -r Source/* $DEST/source/latex/$package");
}
sub MAKEpclnfss {
Deleted: trunk/Master/tlpkg/tlpsrc/HA-prosper.tlpsrc
===================================================================
Modified: trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc 2021-06-20 16:37:11 UTC (rev 59650)
+++ trunk/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc 2021-06-20 17:23:15 UTC (rev 59651)
@@ -6,7 +6,6 @@
depend collection-pictures
#
depend 2up
-depend HA-prosper
depend Tabbing
depend a0poster
depend a4wide
@@ -588,6 +587,7 @@
depend gridslides
depend gs1
depend guitlogo
+depend ha-prosper
depend hackthefootline
depend halloweenmath
depend handin
Copied: trunk/Master/tlpkg/tlpsrc/ha-prosper.tlpsrc (from rev 59650, trunk/Master/tlpkg/tlpsrc/HA-prosper.tlpsrc)
===================================================================
More information about the tex-live-commits
mailing list.