summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Check for texmf-update before trying to execute it, otherwise display a ↵Alexis Ballier2008-01-201-3/+11
| | | | warning, bug #206537
* install dvips config files in dvips.d; no module installs such files, only ↵Alexis Ballier2007-12-021-2/+2
| | | | texlive-core for now, but better safe than sorry if this happens after dvips config files handling has been switched to texmf-update
* dont try to be too clever with TEXMFSYSVAR, it should not be modified, ↵Alexis Ballier2007-10-271-3/+2
| | | | install paths should definitely not be dependant on tex configuration and consistent among themselves; thus hardcode default path for TEXMFSYSVAR
* also remove texmf/doc directory if doc useflag is not set, will save much ↵Alexis Ballier2007-10-201-3/+9
| | | | more space if you dont want the documention
* add etexlinks helper function, use it for installing modules, bug #196246Alexis Ballier2007-10-201-1/+5
|
* install formats in TEXMFSYSVAR, otherwise kpathsea will not find themAlexis Ballier2007-10-171-2/+5
|
* add texlive module eclassAlexis Ballier2007-10-141-0/+116