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 CBC6915808B for ; Thu, 15 Feb 2024 13:50:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69A50E2A8B; Thu, 15 Feb 2024 13:50:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 55D4CE2A8B for ; Thu, 15 Feb 2024 13:50:57 +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 66464343027 for ; Thu, 15 Feb 2024 13:50:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C427814CF for ; Thu, 15 Feb 2024 13:50:54 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1708005032.5d47523c919d2293682ac4c3b77d1cd76a29fa9f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/mathjax/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/mathjax/mathjax-2.7.7-r1.ebuild dev-libs/mathjax/mathjax-3.2.2-r2.ebuild X-VCS-Directories: dev-libs/mathjax/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5d47523c919d2293682ac4c3b77d1cd76a29fa9f X-VCS-Branch: master Date: Thu, 15 Feb 2024 13:50:54 +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: 0242aa80-0184-49c0-9335-d8e1954ec813 X-Archives-Hash: d3e4c052034af3a5fd1f71a3a3cebe23 commit: 5d47523c919d2293682ac4c3b77d1cd76a29fa9f Author: Eli Schwartz gmail com> AuthorDate: Thu Feb 15 01:24:09 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Feb 15 13:50:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d47523c dev-libs/mathjax: avoid inheriting vcs-clean It does nothing. I am not sure what the point of using it here is -- this is a tarball source and doesn't have a .git/ directory. In 3.x it does have a .github/ directory, but that isn't copied over even if it is there. It's a waste of time, so drop it. Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> dev-libs/mathjax/mathjax-2.7.7-r1.ebuild | 3 +-- dev-libs/mathjax/mathjax-3.2.2-r2.ebuild | 7 +------ 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/dev-libs/mathjax/mathjax-2.7.7-r1.ebuild b/dev-libs/mathjax/mathjax-2.7.7-r1.ebuild index 697367e8af8a..9fea30af9a03 100644 --- a/dev-libs/mathjax/mathjax-2.7.7-r1.ebuild +++ b/dev-libs/mathjax/mathjax-2.7.7-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{10..11} pypy3 ) -inherit python-any-r1 vcs-clean +inherit python-any-r1 DOCS_COMMIT="9d711f40638202b02f2154d7f05ea35088ff9388" @@ -62,7 +62,6 @@ pkg_setup() { src_prepare() { default - egit_clean sed -e 's/add_stylesheet/add_css_file/' -i "${DOCS_S}"/conf.py || die } diff --git a/dev-libs/mathjax/mathjax-3.2.2-r2.ebuild b/dev-libs/mathjax/mathjax-3.2.2-r2.ebuild index 2948110ed70c..ad981a31d0ba 100644 --- a/dev-libs/mathjax/mathjax-3.2.2-r2.ebuild +++ b/dev-libs/mathjax/mathjax-3.2.2-r2.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..12} pypy3 ) -inherit python-any-r1 vcs-clean +inherit python-any-r1 # MathJax-docs doesn't have releases, so this is the commit that was # current when mathjax-${PV} was released. @@ -46,11 +46,6 @@ pkg_setup() { fi } -src_prepare() { - default - egit_clean -} - src_compile() { if use doc; then build_sphinx "${DOCS_S}"