From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1C5C61382C5 for ; Mon, 8 Jun 2020 10:40:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F406E087E; Mon, 8 Jun 2020 10:40:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 24F4BE087E for ; Mon, 8 Jun 2020 10:40:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A349D34BA07 for ; Mon, 8 Jun 2020 10:40:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 366E7263 for ; Mon, 8 Jun 2020 10:40:26 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1591612816.d47b9d89d1204f4efb8a4ca2d27cdd59ddd32d9e.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/texlive-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/texlive-core/metadata.xml app-text/texlive-core/texlive-core-2020-r4.ebuild app-text/texlive-core/texlive-core-2020-r5.ebuild X-VCS-Directories: app-text/texlive-core/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: d47b9d89d1204f4efb8a4ca2d27cdd59ddd32d9e X-VCS-Branch: master Date: Mon, 8 Jun 2020 10:40:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f996424a-06d8-46b2-9e13-3a473a3999d7 X-Archives-Hash: ca89bf8fa42a92a200828aaf8d6f803a commit: d47b9d89d1204f4efb8a4ca2d27cdd59ddd32d9e Author: Mikle Kolyada gentoo org> AuthorDate: Mon Jun 8 10:39:52 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Mon Jun 8 10:40:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d47b9d89 app-text/texlive-core: revbump to fix xindy support Closes: https://bugs.gentoo.org/727314 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Mikle Kolyada gentoo.org> app-text/texlive-core/metadata.xml | 1 + ...texlive-core-2020-r4.ebuild => texlive-core-2020-r5.ebuild} | 10 ++++------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/app-text/texlive-core/metadata.xml b/app-text/texlive-core/metadata.xml index 9d35168b92c..7b46f25e96a 100644 --- a/app-text/texlive-core/metadata.xml +++ b/app-text/texlive-core/metadata.xml @@ -15,5 +15,6 @@ Add support for LuaJitTeX: LuaTeX based on LuaJIT which is usually faster. Add support for XeTeX: a TeX system with Unicode and modern font technologies. + Add support for Xindy: A general-purpose index processor. diff --git a/app-text/texlive-core/texlive-core-2020-r4.ebuild b/app-text/texlive-core/texlive-core-2020-r5.ebuild similarity index 98% rename from app-text/texlive-core/texlive-core-2020-r4.ebuild rename to app-text/texlive-core/texlive-core-2020-r5.ebuild index 77a4b87ae64..93cfc86bccf 100644 --- a/app-text/texlive-core/texlive-core-2020-r4.ebuild +++ b/app-text/texlive-core/texlive-core-2020-r5.ebuild @@ -76,7 +76,7 @@ done SRC_URI="${SRC_URI} )" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="cjk X doc source tk +luajittex xetex" +IUSE="cjk X doc source tk +luajittex xetex xindy" TEXMF_PATH=/usr/share/texmf-dist @@ -104,6 +104,7 @@ COMMON_DEPEND="${MODULAR_X_DEPEND} >=app-text/teckit-2.5.3 media-libs/fontconfig ) + xindy? ( dev-lisp/clisp:= ) media-libs/freetype:2 >=dev-libs/icu-50:= >=dev-libs/kpathsea-6.3.2 @@ -232,7 +233,6 @@ src_configure() { --disable-tex4htk \ --disable-cjkutils \ --disable-xdvik \ - --disable-xindy \ --enable-luatex \ --disable-dvi2tty \ --disable-dvisvgm \ @@ -256,7 +256,8 @@ src_configure() { $(use_enable cjk pmp) \ $(use_enable cjk upmp) \ $(use_enable tk texdoctk) \ - $(use_with X x) + $(use_with X x) \ + $(use_enable xindy) } src_compile() { @@ -343,9 +344,6 @@ src_install() { # Ditto for pdftex mv "${ED}/usr/bin/pdftex" "${ED}/usr/bin/pdftex-${P}" || die dosym "pdftex-${P}" /usr/bin/pdftex - - # Make xindy available - dosym ../share/texmf-dist/scripts/xindy/xindy.pl /usr/bin/xindy } pkg_postinst() {