mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
dev-texlive/texlive-basic: remove unused patch
This commit is contained in:
committed by
Alexis Ballier
parent
3c54a632d1
commit
dcf737d2d8
@@ -1,52 +0,0 @@
|
||||
--- /usr/share/texmf/web2c/texmfcnf.lua 2011-06-06 07:28:45.000000000 -0400
|
||||
+++ /usr/share/texmf/web2c/²texmfcnf.lua 2011-10-11 11:35:45.055483455 -0300
|
||||
@@ -30,7 +30,7 @@
|
||||
-- most cases you can leve this one untouched. The built-in definition
|
||||
-- permits relocation of the tree.
|
||||
--
|
||||
- -- TEXMFCNF = "{selfautodir:,selfautoparent:}{,{/share,}/texmf{-local,}/web2c}"
|
||||
+ -- TEXMFCNF = "selfautodir:/share/texmf/web2c"
|
||||
--
|
||||
-- more readable than "selfautoparent:{/texmf{-local,}{,/web2c},}}" is:
|
||||
--
|
||||
@@ -44,14 +44,14 @@
|
||||
|
||||
-- only used for FONTCONFIG_PATH & TEXMFCACHE in TeX Live
|
||||
|
||||
- TEXMFSYSVAR = "selfautoparent:texmf-var",
|
||||
- TEXMFVAR = "home:.texlive2011/texmf-var",
|
||||
+ TEXMFSYSVAR = "selfautodir:/../var/lib/texmf",
|
||||
+ TEXMFVAR = "home:.texlive/texmf-var",
|
||||
|
||||
-- We have only one cache path but there can be more. The first writable one
|
||||
-- will be chosen but there can be more readable paths.
|
||||
|
||||
TEXMFCACHE = "$TEXMFSYSVAR;$TEXMFVAR",
|
||||
- TEXMFCONFIG = "home:.texlive2011/texmf-config",
|
||||
+ TEXMFCONFIG = "home:.texlive/texmf-config",
|
||||
|
||||
-- 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,14 +62,14 @@
|
||||
-- entry. This makes the tex root relocatable.
|
||||
|
||||
TEXMFOS = "selfautodir:",
|
||||
- TEXMFSYSTEM = "selfautoparent:$SELFAUTOSYSTEM",
|
||||
- TEXMFMAIN = "selfautoparent:texmf",
|
||||
- TEXMFCONTEXT = "selfautoparent:texmf-dist",
|
||||
-
|
||||
- TEXMFLOCAL = texmflocal,
|
||||
- TEXMFSYSCONFIG = "selfautoparent:texmf-config",
|
||||
- TEXMFFONTS = "selfautoparent:texmf-fonts",
|
||||
- TEXMFPROJECT = "selfautoparent:texmf-project",
|
||||
+ TEXMFSYSTEM = "selfautodir:/../$SELFAUTOSYSTEM",
|
||||
+ TEXMFMAIN = "selfautodir:share/texmf",
|
||||
+ TEXMFCONTEXT = "selfautodir:share/texmf-dist",
|
||||
+
|
||||
+ TEXMFLOCAL = "selfautodir:local/share/texmf",
|
||||
+ TEXMFSYSCONFIG = "selfautodir:/../etc/texmf",
|
||||
+ TEXMFFONTS = "selfautodir:share/texmf-dist",
|
||||
+ TEXMFPROJECT = "selfautodir:share/texmf-dist",
|
||||
|
||||
TEXMFHOME = "home:texmf",
|
||||
-- TEXMFHOME = os.name == "macosx" and "home:Library/texmf" or "home:texmf",
|
||||
Reference in New Issue
Block a user