Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/texlive-core/
Date: Thu, 10 Sep 2020 20:36:27
Message-Id: 1599770180.ed1f0605f0446ce62f8acb44335d1b42bcf5da71.zlogene@gentoo
1 commit: ed1f0605f0446ce62f8acb44335d1b42bcf5da71
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 10 20:35:56 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 10 20:36:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed1f0605
7
8 app-text/texlive-core: multiple fixes
9
10 * use bundled dvi2tty
11 * do not install static libs
12 * remova .la files
13
14 Package-Manager: Portage-3.0.4, Repoman-3.0.1
15 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
16
17 .../{texlive-core-2020-r9.ebuild => texlive-core-2020-r10.ebuild} | 8 ++++++--
18 1 file changed, 6 insertions(+), 2 deletions(-)
19
20 diff --git a/app-text/texlive-core/texlive-core-2020-r9.ebuild b/app-text/texlive-core/texlive-core-2020-r10.ebuild
21 similarity index 98%
22 rename from app-text/texlive-core/texlive-core-2020-r9.ebuild
23 rename to app-text/texlive-core/texlive-core-2020-r10.ebuild
24 index 44eb986c0a9..308b9474640 100644
25 --- a/app-text/texlive-core/texlive-core-2020-r9.ebuild
26 +++ b/app-text/texlive-core/texlive-core-2020-r10.ebuild
27 @@ -86,6 +86,7 @@ MODULAR_X_DEPEND="X? (
28 )"
29
30 COMMON_DEPEND="${MODULAR_X_DEPEND}
31 + !dev-tex/dvi2tty
32 !app-text/vlna
33 !app-eselect/eselect-mpost
34 !app-eselect/eselect-pdftex
35 @@ -103,6 +104,7 @@ COMMON_DEPEND="${MODULAR_X_DEPEND}
36 app-text/libpaper
37 dev-libs/gmp:0
38 dev-libs/mpfr:0=
39 + >=dev-libs/ptexenc-1.3.8
40 xetex? (
41 >=app-text/teckit-2.5.3
42 media-libs/fontconfig
43 @@ -111,7 +113,6 @@ COMMON_DEPEND="${MODULAR_X_DEPEND}
44 media-libs/freetype:2
45 >=dev-libs/icu-50:=
46 >=dev-libs/kpathsea-6.3.2
47 - cjk? ( >=dev-libs/ptexenc-1.3.8 )
48 >=app-text/poppler-0.87.0:="
49
50 BDEPEND="sys-apps/ed
51 @@ -214,6 +215,7 @@ src_configure() {
52 --disable-dialog \
53 --disable-multiplatform \
54 --enable-epsfwin \
55 + --enable-dvi2tty \
56 --enable-mftalkwin \
57 --enable-regiswin \
58 --enable-tektronixwin \
59 @@ -238,9 +240,9 @@ src_configure() {
60 --disable-cjkutils \
61 --disable-xdvik \
62 --enable-luatex \
63 - --disable-dvi2tty \
64 --disable-dvisvgm \
65 --enable-shared \
66 + --disable-static \
67 --disable-native-texlive-build \
68 --disable-largefile \
69 --disable-build-in-source-tree \
70 @@ -341,6 +343,8 @@ src_install() {
71 # like non-existing targets
72 dosym tex /usr/bin/virtex
73 dosym pdftex /usr/bin/pdfvirtex
74 +
75 + find "${ED}" -name '*.la' -delete || die
76 }
77
78 pkg_postinst() {