summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/texlive-core/texlive-core-2023-r2.ebuild')
-rw-r--r--app-text/texlive-core/texlive-core-2023-r2.ebuild10
1 files changed, 8 insertions, 2 deletions
diff --git a/app-text/texlive-core/texlive-core-2023-r2.ebuild b/app-text/texlive-core/texlive-core-2023-r2.ebuild
index 829ec0c..906d98f 100644
--- a/app-text/texlive-core/texlive-core-2023-r2.ebuild
+++ b/app-text/texlive-core/texlive-core-2023-r2.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
"
# Macros that are not a part of texlive-sources or or pulled in from collection-binextra
-# but still needed for other packages during installation
+# but still needed for other packages during installation.
TL_CORE_EXTRA_CONTENTS="
autosp.r58211
axodraw2.r58155
@@ -45,6 +45,7 @@ TL_CORE_EXTRA_CONTENTS="
upmendex.r66381
velthuis.r66186
vlna.r66186
+ xindy.r65958
xml2pmx.r57972
"
TL_CORE_EXTRA_DOC_CONTENTS="
@@ -69,6 +70,7 @@ TL_CORE_EXTRA_DOC_CONTENTS="
upmendex.doc.r66381
velthuis.doc.r66186
vlna.doc.r66186
+ xindy.doc.r65958
xml2pmx.doc.r57972
"
TL_CORE_EXTRA_SRC_CONTENTS="
@@ -417,6 +419,10 @@ src_install() {
rm "${ED}/usr/bin/"{,u}ptex || die
+ if ! use xindy; then
+ rm -rf "${ED}{TEXMF_PATH}"/{,scripts,doc}/xindy
+ fi
+
dobin_texmf_scripts ${TEXLIVE_MODULE_BINSCRIPTS}
dodir "/usr/bin"
@@ -427,7 +433,7 @@ src_install() {
done
# https://bugs.gentoo.org/832139
- rm "${ED}"/usr/bin/tlmgr || die
+ rm "${ED}"/usr/bin/tlmgr || die
texlive-common_handle_config_files