summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Introduce TL_MODULE_INFORMATION variable for displaying postinst messages.Alexis Ballier2010-11-071-1/+7
|
* Set umask before unpacking to avoid installing world writable files, bugs ↵Alexis Ballier2010-11-071-1/+4
| | | | #338881, #310039 and #309997
* Use etexmf-updateAlexis Ballier2010-10-241-15/+3
|
* Add default values for left/righthyphenmin in language.dat.lua tooAlexis Ballier2010-10-241-1/+3
|
* Cosmetics, again and againAlexis Ballier2010-10-231-1/+2
|
* Cosmetics, again and againAlexis Ballier2010-10-231-2/+2
|
* CosmeticsAlexis Ballier2010-10-231-4/+4
|
* CosmeticsAlexis Ballier2010-10-231-9/+10
|
* Improve descriptionsAlexis Ballier2010-10-231-1/+2
|
* Describe what src_unpack doesAlexis Ballier2010-10-231-1/+3
|
* improve yet another commentAlexis Ballier2010-10-231-2/+2
|
* mention tl2010 in a commentAlexis Ballier2010-10-231-3/+3
|
* Remove the restriction for tl 2008 since we dont support 2007 anymoreAlexis Ballier2010-10-231-2/+1
|
* improve another commentAlexis Ballier2010-10-231-6/+7
|
* improve a commentAlexis Ballier2010-10-231-3/+3
|
* it is language.dat.lua not language.lua.datAlexis Ballier2010-10-231-3/+3
|
* We do not need the double = hereAlexis Ballier2010-10-231-3/+3
|
* Improve some commentsAlexis Ballier2010-10-231-3/+6
|
* Make the description match what the function does...Alexis Ballier2010-10-231-2/+2
|
* Generate language.dat.lua files for TeX Live 2010Alexis Ballier2010-10-231-4/+46
|
* make_language_..._lines: declare more variables as local, these are used in ↵Alexis Ballier2010-10-231-3/+3
| | | | TeX Live 2010
* Strip \t too, one can see tlpobjs with \t in TeX Live 2010Alexis Ballier2010-10-111-2/+2
|
* Use unpack if our EAPI allows to unpack .xz filesAlexis Ballier2010-10-111-9/+13
|
* Introduce TL_PV to override TeXLive dependencyChristian Faulhammer2010-01-131-2/+8
|
* Update documentation wrt 2009 additionsAlexis Ballier2010-01-131-4/+4
|
* sort is not needed, remaining of a (failed) attempt to manually clean upAlexis Ballier2010-01-071-2/+2
|
* Handle the AddFormat directive of TeX Live 2009Alexis Ballier2010-01-071-1/+22
|
* build the formats after looking for jobs in the tlpkgs so that the AddFormat ↵Alexis Ballier2010-01-071-11/+11
| | | | directive will work
* relocate 'RELOC' files when unpackingAlexis Ballier2010-01-071-1/+11
|
* give unpack support for tl2009Alexis Ballier2010-01-071-2/+24
|
* Add SRC_URI support for TeX Live 2009Alexis Ballier2010-01-071-10/+17
|
* Be sure to delete ls-R files if they happen to be created, bug #280978Alexis Ballier2009-11-121-1/+5
|
* Update lzma deps to allow xz-utils too, bug #279871Alexis Ballier2009-08-191-2/+2
|
* Ignore TEXINPUTS from the environment when building formats, should fix bug ↵Alexis Ballier2009-08-141-2/+2
| | | | #262177
* Set VARTEXFONTS to some sandboxed location when building formats, it cannot ↵Alexis Ballier2009-08-101-2/+2
| | | | hurt and may fix bug #280914
* drop tl 2007 install support as all ebuilds are gone nowAlexis Ballier2009-06-211-19/+2
|
* add the generated formats to the list of directories to search while ↵Alexis Ballier2009-06-081-2/+2
| | | | building them
* Use cp -pR for installing the texmf tree so that file permissions are ↵Alexis Ballier2008-11-061-6/+6
| | | | preserved. Bug #245117
* Use TEXLIVE_MODULES_DEPS only for TeX Live 2007Alexis Ballier2008-10-311-3/+4
|
* document TEXLIVE_MODULE_BINSCRIPTSAlexis Ballier2008-09-021-1/+7
|
* add a small function to install a script from the texmf tree, add ↵Alexis Ballier2008-09-021-1/+2
| | | | TEXLIVE_MODULE_BINSCRIPTS variable to texlive-module so that ebuilds can use it easily
* fix typo in commentsAlexis Ballier2008-08-221-3/+3
|
* Implement the AddHyphen instruction of tlpobjs for TeX Live 2008. This ↵Alexis Ballier2008-08-221-3/+55
| | | | creates language.foo.def and language.foo.dat files required for hyphenations support.
* drop (more or less) useless messages to einfo instead of elogAlexis Ballier2008-08-211-3/+3
|
* Add TEXLIVE_MODULE_DOC_CONTENTS and TEXLIVE_MODULE_SRC_CONTENTS support for ↵Alexis Ballier2008-07-151-1/+29
| | | | texlive 2008 and document it.
* Add source useflag for texlive2008Alexis Ballier2008-07-141-3/+6
|
* update comments about tl2008's way of distributing packagesAlexis Ballier2008-07-031-2/+3
|
* remove doc useflag from documentation packages, it does not make much sense ↵Alexis Ballier2008-07-031-3/+3
| | | | for them, thanks to Pacho Ramos <pacho@condmat1.ciencias.uniovi.es>, bug #223617.
* start to make room for TeX Live 2008 and simplify the jobs parser.Alexis Ballier2008-07-031-9/+36
|
* improve comments of texlive eclasses so that they're ready to get a man ↵Alexis Ballier2008-02-141-8/+32
| | | | page, thanks to mren <bugs@rennings.net>, bug #210049