From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 03B87158B20 for ; Mon, 03 Feb 2025 07:35:48 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id DCF7E342F9B for ; Mon, 03 Feb 2025 07:35:47 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D45401103B6; Mon, 03 Feb 2025 07:35:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id CCE9E1103B6 for ; Mon, 03 Feb 2025 07:35:46 +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 7DE9C342FB4 for ; Mon, 03 Feb 2025 07:35:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2E60255B for ; Mon, 03 Feb 2025 07:35:44 +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: <1738568094.ba6f07c6a6a1971feb5bb64c42c3ace886c84fe9.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-binextra/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-texlive/texlive-binextra/texlive-binextra-2024_p72338-r1.ebuild dev-texlive/texlive-binextra/texlive-binextra-2024_p72338.ebuild X-VCS-Directories: dev-texlive/texlive-binextra/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: ba6f07c6a6a1971feb5bb64c42c3ace886c84fe9 X-VCS-Branch: master Date: Mon, 03 Feb 2025 07:35:44 +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: f13b3049-0df0-4fdd-9019-9ab8e740abf6 X-Archives-Hash: 2e5a5fd72b2a9880b834b7eba093b631 commit: ba6f07c6a6a1971feb5bb64c42c3ace886c84fe9 Author: Florian Schmaus gentoo org> AuthorDate: Mon Feb 3 07:28:55 2025 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Mon Feb 3 07:34:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba6f07c6 dev-texlive/texlive-binextra: install zsh completion for texdoc Closes: https://bugs.gentoo.org/949233 Signed-off-by: Florian Schmaus gentoo.org> ...72338.ebuild => texlive-binextra-2024_p72338-r1.ebuild} | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/dev-texlive/texlive-binextra/texlive-binextra-2024_p72338.ebuild b/dev-texlive/texlive-binextra/texlive-binextra-2024_p72338-r1.ebuild similarity index 96% rename from dev-texlive/texlive-binextra/texlive-binextra-2024_p72338.ebuild rename to dev-texlive/texlive-binextra/texlive-binextra-2024_p72338-r1.ebuild index 24cc821ea10f..82ee9175f687 100644 --- a/dev-texlive/texlive-binextra/texlive-binextra-2024_p72338.ebuild +++ b/dev-texlive/texlive-binextra/texlive-binextra-2024_p72338-r1.ebuild @@ -201,7 +201,7 @@ TEXLIVE_MODULE_SRC_CONTENTS=" tlcockpit.source.r54857 " -inherit texlive-module +inherit shell-completion texlive-module DESCRIPTION="TeXLive TeX auxiliary programs" @@ -222,6 +222,10 @@ RDEPEND=" DEPEND=" ${COMMON_DEPEND} " +# app-text/texlive-core for texlua/luatex to generate the shellc completion +BDEPEND=" + app-text/texlive-core +" TEXLIVE_MODULE_BINSCRIPTS=" texmf-dist/scripts/a2ping/a2ping.pl @@ -313,7 +317,15 @@ TEXLIVE_MODULE_BINLINKS=" texdef:latexdef " +src_compile() { + texlive-module_src_compile + ./texmf-dist/scripts/texdoc/texdoc.tlu \ + --print-completion zsh \ + > "${T}"/_texdoc || die +} + src_install() { texlive-module_src_install keepdir /var/lib/texmf/web2c + dozshcomp "${T}"/_texdoc }