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 85F4D1581F0 for ; Thu, 12 Dec 2024 17:03:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F384DE099F; Thu, 12 Dec 2024 17:03:29 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D5AE8E099C for ; Thu, 12 Dec 2024 17:03:29 +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 0E940341C25 for ; Thu, 12 Dec 2024 17:03:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E2731F42 for ; Thu, 12 Dec 2024 17:03:26 +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: <1734022629.2e17dcd9af1d97834b7981e321a4f85fa6cf97c7.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/minted/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tex/minted/minted-3.4.0.ebuild X-VCS-Directories: dev-tex/minted/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 2e17dcd9af1d97834b7981e321a4f85fa6cf97c7 X-VCS-Branch: master Date: Thu, 12 Dec 2024 17:03:26 +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: 279240f8-5e8f-464c-b13b-1d9535cf9040 X-Archives-Hash: 706be965f4d08fb8d31be8afba77a36a commit: 2e17dcd9af1d97834b7981e321a4f85fa6cf97c7 Author: Florian Schmaus gentoo org> AuthorDate: Wed Dec 11 11:39:51 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Dec 12 16:57:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e17dcd9 dev-tex/minted: remove workaround for buggy latex-package.eclass Now that latex-package.eclass is fixed, we can drop the workaround. Signed-off-by: Florian Schmaus gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/39675 Signed-off-by: Florian Schmaus gentoo.org> dev-tex/minted/minted-3.4.0.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dev-tex/minted/minted-3.4.0.ebuild b/dev-tex/minted/minted-3.4.0.ebuild index 2e59495b4426..1eee5a8d8056 100644 --- a/dev-tex/minted/minted-3.4.0.ebuild +++ b/dev-tex/minted/minted-3.4.0.ebuild @@ -79,11 +79,6 @@ src_install() { local -x PYTHONPATH="${ED}/usr/lib/${EPYTHON}/site-packages" local -x PATH="${ED}/usr/lib/python-exec/${EPYTHON}:${PATH}" latex-package_src_doinstall doc - # The following line shouldn't be required, as 'doc' is expaned - # by latex-package.eclass to "… dtx … pdf", but without this, - # the pdf is *not* installed. Maybe a bug in - # latex-package.eclass? - latex-package_src_doinstall pdf fi popd &> /dev/null || die }