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 42E1A15817D for ; Mon, 10 Jun 2024 20:11:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F00BE2AE4; Mon, 10 Jun 2024 20:11:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 79407E2AE4 for ; Mon, 10 Jun 2024 20:11:53 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B586E335C31 for ; Mon, 10 Jun 2024 20:11:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5142F15F7 for ; Mon, 10 Jun 2024 20:11:51 +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: <1718050058.4f8a920b24148ad40b743a5d5b9814c53791757d.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-r7.ebuild X-VCS-Directories: app-text/texlive-core/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 4f8a920b24148ad40b743a5d5b9814c53791757d X-VCS-Branch: master Date: Mon, 10 Jun 2024 20:11:51 +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: b38b0ad6-6428-4ef5-b4f3-2d3d00266721 X-Archives-Hash: 66604bcb2082736713468d720bb831e5 commit: 4f8a920b24148ad40b743a5d5b9814c53791757d Author: Florian Schmaus gentoo org> AuthorDate: Mon Jun 10 19:58:23 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Mon Jun 10 20:07:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f8a920b app-text/texlive-core: re-enable tests Since the >=texlive-core-2023 we called src_test with a different S, resulting in now tests being executed with the default src_test() impelementation. Re-activate src_test, but zap three tests that fail for an yet unknown reason. All other tests are green. Signed-off-by: Florian Schmaus gentoo.org> app-text/texlive-core/texlive-core-2023-r7.ebuild | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/app-text/texlive-core/texlive-core-2023-r7.ebuild b/app-text/texlive-core/texlive-core-2023-r7.ebuild index 10687a1f1e0c..07f6c5a31e93 100644 --- a/app-text/texlive-core/texlive-core-2023-r7.ebuild +++ b/app-text/texlive-core/texlive-core-2023-r7.ebuild @@ -385,6 +385,20 @@ src_compile() { && cat "${T}/updmap_update3" > "texmf-dist/web2c/updmap.cfg" } +src_test() { + cd "${BUILDDIR}" || die + + sed -i \ + -e 's;uptexdir/nissya.test;;' \ + -e 's;uptexdir/upbibtex.test;;' \ + texk/web2c/Makefile || die + sed -i \ + -e 's;dvispc.test;;' \ + texk/dviout-util/Makefile || die + + emake check +} + src_install() { cd "${BUILDDIR}" || die dodir ${TEXMF_PATH:-/usr/share/texmf-dist}/web2c