commit: d380ac5e3c76339bb7121c42d131fd243d34fb85
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 29 10:46:50 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Dec 29 10:46:57 2023 +0000
URL: https://gitweb.gentoo.org/proj/tex-overlay.git/commit/?id=d380ac5e
app-text/texlive-core: drop obsolete lines
The texlive.tlpdb is no longer available since we obtain the packages in
a differnt way now, and it is not clear why it was moved anyway.
Also, do as the comment guides us and remove the reautoconf for
libs/cairo.
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
app-text/texlive-core/texlive-core-2023.ebuild | 5 -----
1 file changed, 5 deletions(-)
diff --git a/app-text/texlive-core/texlive-core-2023.ebuild
b/app-text/texlive-core/texlive-core-2023.ebuild
index 891992f..749e642 100644
--- a/app-text/texlive-core/texlive-core-2023.ebuild
+++ b/app-text/texlive-core/texlive-core-2023.ebuild
@@ -394,8 +394,6 @@ RELOC_TARGET=texmf-dist
src_prepare() {
cd "${WORKDIR}" || die
- # mv texlive.tlpdb tlpkg/ || die "failed to move texlive.tlpdb"
-
# From texlive-module.eclass.
sed -n -e 's:\s*RELOC/::p' tlpkg/tlpobj/* > "${T}/reloclist" || die
sed -e 's/\/[^/]*$//' -e "s:^:${RELOC_TARGET}/:" "${T}/reloclist" |
@@ -425,9 +423,6 @@ src_prepare() {
default
elibtoolize
-
- # Drop this on 2022 bump!
- "${S}"/reautoconf libs/cairo || die
}
src_configure() {