summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* added prefix support (bug #485608)Christoph Junghans2014-03-181-12/+19
|
* texlive-common_is_file_present_in_texmf: do not run find if the directory ↵Alexis Ballier2013-06-261-3/+3
| | | | does not exist
* introduce efmtutil-sys: same as etexmf-update but for fmtutil-sysAlexis Ballier2012-10-171-1/+20
|
* do not warn in etexmf-update if we have not yet installed texlive-core, like ↵Alexis Ballier2012-10-171-7/+9
| | | | when installing kpathsea, bug #429682
* installing broken links has been non fatal only for texlive prior to 2010, ↵Alexis Ballier2012-03-301-4/+2
| | | | which are now gone, remove the code for these versions and make it always fatal
* trim useless trailing whitespaceMike Frysinger2011-08-291-4/+4
|
* fix random bugs in eclass documentation, and convert to new @AUTHOR tagMike Frysinger2011-08-221-3/+3
|
* Add etexmf-update to call texmf-update from ebuilds so that some duplicated ↵Alexis Ballier2010-10-241-1/+17
| | | | code can be factorized
* Let dobin_texmf_scripts die if the link is broken... but only for TeX Live ↵Alexis Ballier2010-10-241-1/+4
| | | | 2010 and later so that we avoid breaking existing ebuilds
* we want to move files only, reallyAlexis Ballier2010-01-091-2/+2
|
* no need to move texmf/doc .cnf/cfg files to /etcAlexis Ballier2010-01-091-2/+2
|
* Add an einfo when moving config filesAlexis Ballier2010-01-081-1/+2
|
* Change a bit the dobin_texmf_scripts behavior to symlink instead of ↵Alexis Ballier2008-11-061-3/+5
| | | | installing the file twice. That saves a few bits and we can afford it now that we ensure the permissions are preserved when installing the texmf tree.
* Drop symlinks creation messages to einfo instead of elog, bug #241716Alexis Ballier2008-10-141-6/+6
|
* add a small function to install a script from the texmf tree, add ↵Alexis Ballier2008-09-021-1/+13
| | | | TEXLIVE_MODULE_BINSCRIPTS variable to texlive-module so that ebuilds can use it easily
* add a special case for mf in etexlinks too, texlive-core already takes care ↵Alexis Ballier2008-08-301-1/+4
| | | | of it
* be nice and dont try to do anything if we have not installed any texmf fileAlexis Ballier2008-07-031-1/+2
|
* improve comments of texlive eclasses so that they're ready to get a man ↵Alexis Ballier2008-02-141-4/+20
| | | | page, thanks to mren <bugs@rennings.net>, bug #210049
* change TEXMF_VAR_PATH to match default configuration, hopefully nothing was ↵Alexis Ballier2007-11-061-2/+2
| | | | using it (yet?)
* add etexlinks helper function, use it for installing modules, bug #196246Alexis Ballier2007-10-201-1/+47
|
* add texlive common eclassAlexis Ballier2007-10-141-0/+44