summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* */*: factor binextra out into dev-texlive/texlive-binextraFlorian Schmaus2024-02-2616-556/+421
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* dev-texlive/texlive-fontutils: adjust dependency versionFlorian Schmaus2024-02-251-2/+2
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* dev-texlive/texlive-basic: add dvipsk as RDEPENDFlorian Schmaus2024-02-251-0/+1
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-text/dvipsk: add 2023.03.11_p66203, drop 20230311_p66203Florian Schmaus2024-02-251-3/+3
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* dev-tex/tex4ht: add 2023_p68735, drop 20230311_p68735Florian Schmaus2024-02-251-0/+0
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-text/texlive-core: dependency adjustmentsFlorian Schmaus2024-02-251-10/+9
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* dev-texlive/texlive-fontutils: add RDEPEND on ps2pkmFlorian Schmaus2024-02-252-5/+2
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* */*: add missing newline before phase funtionsFlorian Schmaus2024-02-214-0/+4
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* dev-texlive/texlive-humanities: reorder variablesFlorian Schmaus2024-02-211-2/+2
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* dev-texlive/texlive-context: add DEPEND on texlive-core[xetex]Florian Schmaus2024-02-211-0/+1
| | | | | Closes: https://bugs.gentoo.org/924835 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* dev-tex/pgf: fix installation if USE=docFlorian Schmaus2024-02-211-2/+1
| | | | | Closes: https://bugs.gentoo.org/924834 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* dev-texlive/texlive-humanities: add mod2tex to QA_FLAGS_IGNOREDFlorian Schmaus2024-02-191-0/+2
| | | | | | | Closes: https://bugs.gentoo.org/924838 Closes: https://bugs.gentoo.org/924837 Closes: https://bugs.gentoo.org/924836 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* dev-texlive/texlive-latexextra: add DEPEND on texlive-basicFlorian Schmaus2024-02-181-0/+1
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* dev-texlive/texlive-plaingeneric: drop tex4ht from RDEPENDFlorian Schmaus2024-02-181-1/+0
| | | | | | The tex4ht package is pulled in by app-text/texlive[tex4ht]. Signed-off-by: Florian Schmaus <flow@gentoo.org>
* dev-texlive/texlive-luatex: add texlive-core DEPENDFlorian Schmaus2024-02-161-0/+1
| | | | | Bug: https://bugs.gentoo.org/816360 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* dev-texlive/texlive-basic: make xdvik a PDEPENDFlorian Schmaus2024-02-151-0/+2
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* dev-texlive/texlive-latexrecommended: make beamer a PDEPENDFlorian Schmaus2024-02-151-0/+2
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* dev-texlive/texlive-bibtexextra: drop biber from RDEPENDFlorian Schmaus2024-02-141-1/+0
| | | | | | | | We pull in dev-tex/biber based on the biber USE flag on dev-tex/biblatex. This also breaks a cryclic dependency. Bug: https://bugs.gentoo.org/836779#c43 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* dev-texlive/texlive-bibtexextra: make biblatex a PDEPENDFlorian Schmaus2024-02-141-0/+2
| | | | | Bug: https://bugs.gentoo.org/836779#c39 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-text/texlive-core: invoke efmtutil-sys from the eclass and use ↵Florian Schmaus2024-02-121-8/+10
| | | | | | | | | | | | | | --ignore-errors texlive-core always invoked texmf-update and fmtutil-sys ignore its exit status, but with the recent eclass change etexmf-update became sensitive to its exit status. And since we now invoke efmtutil-sys, instead of invoking fmtutil-sys directly, we have to use --ignore-errors to restore the original behavior of the ebuild. Signed-off-by: Florian Schmaus <flow@gentoo.org>
* texlive-common.eclass: add --ignore-errors to etexmf-update and efmtutil-sysFlorian Schmaus2024-02-121-2/+16
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-text/texlive-core: add note about not using 'die'Florian Schmaus2024-02-121-0/+4
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* Revert "app-text/texlive-core: add 'die' when invoking "fmtutil-sys -all""Florian Schmaus2024-02-121-1/+1
| | | | | | | | | This reverts commit 19e9754e5ce7a52dccaa0db0b07eb57bd76306e2. So, this is in pkg_postinst where invoking die is not really sensible. After all, the package was already successfully merged. Signed-off-by: Florian Schmaus <flow@gentoo.org>
* dev-texlive/texlive-latexextra: make glossaries a PDEPEND to break ↵Florian Schmaus2024-02-121-1/+3
| | | | | | dependency cycle Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-text/texlive: refine tex4ht dependencyFlorian Schmaus2024-02-121-1/+1
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-text/texlive: drop deps that are now declared by dev-texlive ebuildsFlorian Schmaus2024-02-111-2/+0
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* texlive-common.eclass: add 'die' when invoking "texmf-update"Florian Schmaus2024-02-111-1/+1
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-text/texlive-core: add 'die' when invoking "fmtutil-sys -all"Florian Schmaus2024-02-111-1/+1
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* */*: super texlive bumpFlorian Schmaus2024-02-1182-2905/+2632
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* dev-tex/minted: new package, add 2.9Florian Schmaus2024-02-113-0/+63
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* licenses: remove unused TeX-collectionFlorian Schmaus2024-02-101-3/+0
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-text/dvisvgm: new package, add 3.2Florian Schmaus2024-02-103-0/+63
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* dev-tex/pgf: add github upstream metadataFlorian Schmaus2024-02-091-0/+1
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* dev-tex/pgf: new package, add 3.1.10Florian Schmaus2024-02-093-0/+77
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* dev-tex/latexmk: new package, add 4.83Florian Schmaus2024-02-094-0/+88
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* dev-tex/latex-beamer: new package, add 3.71Florian Schmaus2024-02-093-0/+58
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* licenses: add LPPL-1.3aFlorian Schmaus2024-02-091-0/+405
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-text/texlive: bump glossaries dep to 4.53Florian Schmaus2024-02-071-2/+2
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* dev-tex/glossaries: new package, add 4.53Florian Schmaus2024-02-073-0/+56
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* dev-texlive/texlive-luatex: drop mkluatexfontdb binlinkFlorian Schmaus2024-02-011-4/+0
| | | | | | This symlink is gone in TexLive 2023. Signed-off-by: Florian Schmaus <flow@gentoo.org>
* dev-texlive/texlive-luatex: add link to bugFlorian Schmaus2024-01-311-0/+1
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* dev-texlive/*: drop TL_PVFlorian Schmaus2024-01-3139-39/+0
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* texlive-module.eclass: do not require TL_PV for dev-texlive/* packagesFlorian Schmaus2024-01-311-0/+6
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* dev-texlive/texlive-luatex: hprefixify luaotfload-database.lua like the 2021 ↵Florian Schmaus2024-01-281-2/+7
| | | | | | ebuild does Signed-off-by: Florian Schmaus <flow@gentoo.org>
* texlive-common.eclass: add CTAN_MIRROR_URL eclass variableFlorian Schmaus2024-01-181-1/+16
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* Inline 'ctan' thirdpartymirrorFlorian Schmaus2024-01-1810-13/+12
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* texlive-common.eclass: fix dosym usageFlorian Schmaus2024-01-161-2/+4
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* eclass: reduce diff, minor changesFlorian Schmaus2024-01-162-21/+21
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-text/texlive-core: apply gentoo patchesFlorian Schmaus2024-01-102-12/+18
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* app-text/texlive-core: only enable xpdfopen when X is enabledPaul Zander2023-12-301-1/+1
| | | | Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>