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 A25E5158041 for ; Thu, 4 Apr 2024 08:18:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5562AE2ABE; Thu, 4 Apr 2024 08:18:46 +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 A6149E2ABE for ; Thu, 4 Apr 2024 08:18:45 +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 7FAC7343108 for ; Thu, 4 Apr 2024 08:18:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E19411610 for ; Thu, 4 Apr 2024 08:18:42 +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: <1712218676.e1ba111ea825b771541ccf989a67a855fd63eabc.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-r5.ebuild app-text/texlive-core/texlive-core-2023-r6.ebuild X-VCS-Directories: app-text/texlive-core/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: e1ba111ea825b771541ccf989a67a855fd63eabc X-VCS-Branch: master Date: Thu, 4 Apr 2024 08:18:42 +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: e19fc7be-e5f5-43d1-86cf-ca2ff0bd2716 X-Archives-Hash: d30ebfc7830bd202e2cfbbb436ca4fcb commit: e1ba111ea825b771541ccf989a67a855fd63eabc Author: Florian Schmaus gentoo org> AuthorDate: Thu Apr 4 08:14:57 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Apr 4 08:17:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1ba111e app-text/texlive-core: add 2023-r6 Unconditionally install xdvipdfmx and update tlpdb. Closes: https://bugs.gentoo.org/928288 Signed-off-by: Florian Schmaus gentoo.org> .../{texlive-core-2023-r5.ebuild => texlive-core-2023-r6.ebuild} | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app-text/texlive-core/texlive-core-2023-r5.ebuild b/app-text/texlive-core/texlive-core-2023-r6.ebuild similarity index 99% rename from app-text/texlive-core/texlive-core-2023-r5.ebuild rename to app-text/texlive-core/texlive-core-2023-r6.ebuild index 97eb9b1ca6a2..4c3cc6a99092 100644 --- a/app-text/texlive-core/texlive-core-2023-r5.ebuild +++ b/app-text/texlive-core/texlive-core-2023-r6.ebuild @@ -335,7 +335,7 @@ src_configure() { --enable-afm2pl=yes --enable-dvidvi=yes --enable-dviljk=yes - $(use_enable cjk dvipdfm-x) + --enable-dvipdfm-x --enable-dvipos=yes --enable-gregorio=yes --enable-gsftopk=yes @@ -475,4 +475,10 @@ pkg_postinst() { # eftmutil-sys here and the reasons why it sometimes fails. nonfatal etexmf-update nonfatal efmtutil-sys + + texlive-common_update_tlpdb +} + +pkg_postrm() { + texlive-common_update_tlpdb }