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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EF3FE15812D for ; Thu, 02 Jan 2025 10:44:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06E4DE07C9; Thu, 02 Jan 2025 10:44:26 +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 E12AFE07C9 for ; Thu, 02 Jan 2025 10:44:25 +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 EB18633C84E for ; Thu, 02 Jan 2025 10:44:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50BB11148 for ; Thu, 02 Jan 2025 10:44:23 +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: <1735814640.3e6fbbcf8c5d854c650caaae016d1dbad022d686.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/latexdiff/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tex/latexdiff/latexdiff-9999.ebuild X-VCS-Directories: dev-tex/latexdiff/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 3e6fbbcf8c5d854c650caaae016d1dbad022d686 X-VCS-Branch: master Date: Thu, 02 Jan 2025 10:44:23 +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: 9bc722a0-a424-48e0-9881-af5a90dba5f2 X-Archives-Hash: b50a56ec52db291341f0cf93e59405ac commit: 3e6fbbcf8c5d854c650caaae016d1dbad022d686 Author: Florian Schmaus gentoo org> AuthorDate: Thu Jan 2 10:42:27 2025 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Jan 2 10:44:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e6fbbcf dev-tex/latexdiff: sync live Signed-off-by: Florian Schmaus gentoo.org> dev-tex/latexdiff/latexdiff-9999.ebuild | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/dev-tex/latexdiff/latexdiff-9999.ebuild b/dev-tex/latexdiff/latexdiff-9999.ebuild index a8448445310e..ccecd994e442 100644 --- a/dev-tex/latexdiff/latexdiff-9999.ebuild +++ b/dev-tex/latexdiff/latexdiff-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,6 +14,11 @@ else KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" fi +SRC_URI+=" + https://github.com/ftilmann/latexdiff/pull/314/commits/94e13c799d2e218a814d007ceff37e91828fb4a4.patch + -> ${PN}-1.3.4-makefile-fix-example-diff-target.patch +" + LICENSE="GPL-3" SLOT="0" @@ -33,13 +38,13 @@ BDEPEND=" test? ( app-shells/tcsh ) " -src_compile() { - export VARTEXFONTS="${T}/fonts" - PATH="${S}/dist:${PATH}" emake -j1 distribution -} +PATCHES=( + "${DISTDIR}"/${PN}-1.3.4-makefile-fix-example-diff-target.patch +) -src_test() { - emake test +src_compile() { + local -x VARTEXFONTS="${T}/fonts" + emake -j1 distribution } src_install() {