commit: 4f260498a56525f9c164eac03179fe7ff809b590
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 20 20:37:49 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jun 20 20:38:03 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f260498
dev-texlive/texlive-basic: include texmf-site in context search paths too, bug
#622300
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-texlive/texlive-basic/files/texmfcnflua2017.patch | 12 +++++++++++-
...exlive-basic-2017.ebuild => texlive-basic-2017-r1.ebuild} | 0
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/dev-texlive/texlive-basic/files/texmfcnflua2017.patch
b/dev-texlive/texlive-basic/files/texmfcnflua2017.patch
index 881ec470a0d..417f9434d3d 100644
--- a/dev-texlive/texlive-basic/files/texmfcnflua2017.patch
+++ b/dev-texlive/texlive-basic/files/texmfcnflua2017.patch
@@ -39,12 +39,13 @@ Index: work/texmf-dist/web2c/texmfcnf.lua
-- I don't like this texmf under home and texmf-home would make
more
-- sense. One never knows what installers put under texmf
anywhere and
-@@ -62,12 +59,12 @@ return {
+@@ -62,12 +59,13 @@ return {
-- entry. This makes the tex root relocatable.
TEXMFOS = "selfautodir:",
- TEXMFDIST = "selfautoparent:texmf-dist",
+ TEXMFDIST = "selfautodir:share/texmf-dist",
++ TEXMFSITE = "selfautodir:share/texmf-site",
- TEXMFLOCAL = texmflocal,
- TEXMFSYSCONFIG = "selfautoparent:texmf-config",
@@ -57,3 +58,12 @@ Index: work/texmf-dist/web2c/texmfcnf.lua
TEXMFHOME = "home:texmf",
-- TEXMFHOME = os.name == "macosx" and "home:Library/texmf" or
"home:texmf",
+@@ -75,7 +73,7 @@ return {
+ -- We need texmfos for a few rare files but as I have a few more
bin trees
+ -- a hack is needed. Maybe other users also have
texmf-platform-new trees.
+
+- TEXMF =
"{$TEXMFCONFIG,$TEXMFHOME,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFPROJECT,!!$TEXMFFONTS,!!$TEXMFLOCAL,!!$TEXMFDIST}",
++ TEXMF =
"{$TEXMFCONFIG,$TEXMFHOME,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFPROJECT,!!$TEXMFFONTS,!!$TEXMFLOCAL,!!$TEXMFDIST,!!$TEXMFSITE}",
+
+ TEXFONTMAPS =
".;$TEXMF/fonts/data//;$TEXMF/fonts/map/{pdftex,dvips}//",
+ ENCFONTS =
".;$TEXMF/fonts/data//;$TEXMF/fonts/enc/{dvips,pdftex}//",
diff --git a/dev-texlive/texlive-basic/texlive-basic-2017.ebuild
b/dev-texlive/texlive-basic/texlive-basic-2017-r1.ebuild
similarity index 100%
rename from dev-texlive/texlive-basic/texlive-basic-2017.ebuild
rename to dev-texlive/texlive-basic/texlive-basic-2017-r1.ebuild