summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* *.eclass: @ECLASS-VARIABLE renamed to @ECLASS_VARIABLEUlrich Müller2022-03-241-8/+8
| | | | | Bug: https://bugs.gentoo.org/835396 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* texlive-module.eclass: mark TEXLIVE_MODULE_*_CONTENTS as @PRE_INHERITSam James2021-03-311-1/+4
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* texlive-module: do not install texmf-var unconditionallyMikle Kolyada2020-06-251-2/+4
| | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* texlive-module: shorten distfiles namingMikle Kolyada2020-05-031-3/+3
| | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* texlive-module.eclass: Make SRC_URI more configurableAndreas K. Hüttel2020-04-191-3/+12
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* texlive-module.eclass: migrate from mirror://gentooMikle Kolyada2020-04-161-3/+3
| | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* texlive-module.eclass: Optimize src_unpack()Michał Górny2020-04-141-10/+8
| | | | | | | | | This goes a bit further than slyfox's work. On my machine, it reduces the post-unpack time from ~44m to ~13m. Bug: https://bugs.gentoo.org/688922 Acked-by: Mikle Kolyada <zlogene@gentoo.org> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* texlive-module.eclass: fix doc installationDominik Schmidt2020-03-271-2/+4
| | | | | | | | | | | | | If the package does not create ${WORKDIR}/texmf-doc, then the eclass assumes that no documentation should be installed. This is assumption is incorrect, since the documentation tar-balls can put the docs into texmf-dist and not texmf-doc, as happens with e.g. texlive-mathscience. As a result, the documentation files are not installed anymore. Bug: https://bugs.gentoo.org/714908 Signed-off-by: Dominik Schmidt <dominik@schm1dt.ch> Closes: https://github.com/gentoo/gentoo/pull/15128 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* texlive-module:eclass correct missing if blockMikle Kolyada2020-02-231-1/+5
| | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* texlive-module.eclass: kill POSIXismMikle Kolyada2020-02-091-72/+104
| | | | | | Reviewed-by: David Saifert <soap@gentoo.org> Reviewed-by: Michał Górny <mgorny@gentoo.org> Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* Revert "texlive-module: kill POSIXism"Mikle Kolyada2020-01-201-44/+44
| | | | | | This reverts commit e31f7a975a787a5236c38a3c5b8462e6a2d2b922. Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* Revert "texlive-module.eclass: fix a typo"Mikle Kolyada2020-01-201-1/+1
| | | | | | This reverts commit 41395781bdd5273180dab60e24240cdc806f53fd. Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* texlive-module.eclass: fix a typoMikle Kolyada2020-01-201-1/+1
| | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* texlive-module: kill POSIXismMikle Kolyada2020-01-201-44/+44
| | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* texlive-module.eclass: code cleanupMikle Kolyada2019-11-041-48/+10
| | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* texlive-module.eclass: Fix eclassdocMichał Górny2019-10-261-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* texlive-module.eclass: fix eclassdoc problemsMikle Kolyada2019-10-251-0/+8
| | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* eclass/texlive-module: specify fmtutil mode for userMikle Kolyada2019-06-031-3/+7
| | | | | | | TexLive-2019 introduces 'fmtutil-user' that should be now called by regular users rather than plain 'fmtutil' Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* texlive-module.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* eclass/texlive-module.eclass: simplify doc useflag handling.Alexis Ballier2018-07-211-4/+4
| | | | | The documentation special case was added for documentation only packages. Some years ago, upstream merged them into normal packages, so this is now useless.
* eclass/texlive-module.eclass: Improve eapi 6 & 7 supportAlexis Ballier2018-07-211-8/+35
|
* 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: texlive-module.eclass: Do not sort execute directives to obtain same ↵Alexis Ballier2015-09-211-1/+1
| | | | order as upstream one.
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+401
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