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 531581581F0 for ; Wed, 11 Dec 2024 11:43:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78587E0BC6; Wed, 11 Dec 2024 11:42:40 +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 30C9CE0BC0 for ; Wed, 11 Dec 2024 11:42:40 +0000 (UTC) From: Florian Schmaus To: gentoo-dev@lists.gentoo.org Cc: tex@gentoo.org, Florian Schmaus Subject: [gentoo-dev] [PATCH 3/3] dev-tex/minted: remove workaround for buggy latex-package.eclass Date: Wed, 11 Dec 2024 12:42:05 +0100 Message-ID: <20241211114218.143793-3-flow@gentoo.org> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20241211114218.143793-1-flow@gentoo.org> References: <20241211114218.143793-1-flow@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: 558db715-29a3-41d7-ae25-12ef2c4d3fe8 X-Archives-Hash: b84466c74dd064f1db116a17cef21e69 Now that latex-package.eclass is fixed, we can drop the workaround. Signed-off-by: Florian Schmaus --- 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 } -- 2.45.2