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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 60A97158041 for ; Wed, 6 Mar 2024 09:33:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A42EDE2A1F; Wed, 6 Mar 2024 09:33:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 884CAE2A1F for ; Wed, 6 Mar 2024 09:33:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 67C54340CC9 for ; Wed, 6 Mar 2024 09:33:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E645E95 for ; Wed, 6 Mar 2024 09:33:35 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1709717578.0ade25a7a8793d8ee585ab5bf4e69fb4b5c8ad99.flow@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/texlive-core-2023-r2.ebuild app-text/texlive-core/texlive-core-2023-r3.ebuild X-VCS-Directories: app-text/texlive-core/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 0ade25a7a8793d8ee585ab5bf4e69fb4b5c8ad99 X-VCS-Branch: master Date: Wed, 6 Mar 2024 09:33:35 +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: 8ae3ec95-01bd-4815-957a-55b6f3b47c4a X-Archives-Hash: 6524de7e1dbf145099c295004f055f04 commit: 0ade25a7a8793d8ee585ab5bf4e69fb4b5c8ad99 Author: Florian Schmaus gentoo org> AuthorDate: Wed Mar 6 09:30:10 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Mar 6 09:32:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ade25a7 app-text/texlive-core: make rm conditional, only enable uptex if USE=cjk, style fixes Signed-off-by: Florian Schmaus gentoo.org> .../{texlive-core-2023-r2.ebuild => texlive-core-2023-r3.ebuild} | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/app-text/texlive-core/texlive-core-2023-r2.ebuild b/app-text/texlive-core/texlive-core-2023-r3.ebuild similarity index 98% rename from app-text/texlive-core/texlive-core-2023-r2.ebuild rename to app-text/texlive-core/texlive-core-2023-r3.ebuild index 829ec0c41671..634b0b626b9c 100644 --- a/app-text/texlive-core/texlive-core-2023-r2.ebuild +++ b/app-text/texlive-core/texlive-core-2023-r3.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 @@ -304,7 +304,6 @@ src_configure() { $(use_with X x) $(use_enable xindy) --enable-ptex=no - --enable-uptex=no --enable-autosp=yes --enable-axodraw2=yes --enable-devnag=yes @@ -415,7 +414,9 @@ src_install() { # by texmf-update rm "${ED}${TEXMF_PATH}/web2c/fmtutil.cnf" || die - rm "${ED}/usr/bin/"{,u}ptex || die + if use cjk; then + rm "${ED}/usr/bin/"{,u}ptex || die + fi dobin_texmf_scripts ${TEXLIVE_MODULE_BINSCRIPTS} @@ -427,7 +428,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