summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* latex-package.eclass: Use halt on error and nonstopmode for latex ↵Alexis Ballier2017-06-141-3/+3
| | | | invocations to get more useful log.
* latex-package.eclass: Drop redicting output to /dev/null for latex commands.Alexis Ballier2017-06-141-4/+4
| | | | Most people dont display build log to the terminal anymore and having this output in the logs is mandatory for understanding bugs.
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* eclass/latex-package.eclass: Add LATEX_PACKAGE_SKIP variable to allow ↵Alexis Ballier2016-08-021-0/+1
| | | | skipping rebuild of some docs.
* eclass/latex-package.eclass: set VARTEXFONTS inside the sandbox when ↵Alexis Ballier2016-05-111-0/+4
| | | | | | possibly compiling latex files. Should help in bugs like #580912
* tex-package.eclass: allow passing arguments to pdflatexJonas Rabenstein2016-03-051-2/+9
|
* eclass/latex-package.eclass: drop useless `` around pdflatex callAlexis Ballier2016-02-091-1/+1
|
* eclass/latex-package.eclass: Try pdflatex first and fallback on old texi2dvi ↵Alexis Ballier2016-02-091-1/+6
| | | | way if it fails. Should fix bug #574168, bug #574180 and probably others, while installing pdf documentation which is more portable than dvi these days.
* eclass/latex-package.eclass: Use in_iuse and build doc conditionnally if doc ↵Alexis Ballier2016-02-011-7/+9
| | | | useflag is present; ref. bug #573530
* eclass/latex-package.eclass: reindentAlexis Ballier2016-02-011-1/+1
|
* latex-package.eclass: Support EAPI 6.Ulrich Müller2016-01-291-3/+10
| | | | | In EAPI 6, don't inherit base.eclass and don't define latex-package_has_tetex_3().
* latex-package.eclass: Add some die commands.Ulrich Müller2016-01-291-2/+2
|
* latex-package.eclass: Remove outdated variables and functions.Ulrich Müller2016-01-291-18/+4
| | | | | | Do not define SRC_URI and S (which was the default). Convert latex-package_has_tetex_3() to a dummy function for backwards compatibility and remove its documentation.
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+238
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed