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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 60A3D1581F0 for ; Wed, 22 Jan 2025 23:16:25 +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 486F5342FB4 for ; Wed, 22 Jan 2025 23:16:25 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 7FF8B110433; Wed, 22 Jan 2025 23:16:14 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 7A3D9110433 for ; Wed, 22 Jan 2025 23:16:14 +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 2C8FC340C15 for ; Wed, 22 Jan 2025 23:16:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F42E255B for ; Wed, 22 Jan 2025 23:16:11 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1737587676.cba11f0519af3c5f2841e4046d0d3c5542ab0d8c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/yacas/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/yacas/yacas-1.9.1-r1.ebuild X-VCS-Directories: sci-mathematics/yacas/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cba11f0519af3c5f2841e4046d0d3c5542ab0d8c X-VCS-Branch: master Date: Wed, 22 Jan 2025 23:16:11 +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: a928637e-fc95-4686-9ae0-92eaa7b6648a X-Archives-Hash: 49a7733553fdcf77d1aa91eaecd12496 commit: cba11f0519af3c5f2841e4046d0d3c5542ab0d8c Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jan 22 23:13:25 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jan 22 23:14:36 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cba11f05 sci-mathematics/yacas: drop 1.9.1-r1 Closes: https://bugs.gentoo.org/926677 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-mathematics/yacas/yacas-1.9.1-r1.ebuild | 76 ----------------------------- 1 file changed, 76 deletions(-) diff --git a/sci-mathematics/yacas/yacas-1.9.1-r1.ebuild b/sci-mathematics/yacas/yacas-1.9.1-r1.ebuild deleted file mode 100644 index 56679b940c84..000000000000 --- a/sci-mathematics/yacas/yacas-1.9.1-r1.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -# Sphinx doc building is not compatible with in-tree version of sphinx-bibtex: -# Extension error: You must configure the bibtex_bibfiles setting -# -# PYTHON_COMPAT=( python3_{8..10} ) -# DOCS_BUILDER="sphinx" -# DOCS_DEPEND=" -# dev-python/sphinxcontrib-bibtex -# dev-python/sphinx-rtd-theme -# " - -inherit cmake xdg # python-any-r1 docs - -DESCRIPTION="General purpose computer algebra system" -HOMEPAGE="https://www.yacas.org/" -SRC_URI="https://github.com/grzegorzmazur/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2 gui? ( MIT Apache-2.0 OFL-1.1 )" -SLOT="0/1" -KEYWORDS="~amd64 ~x86" -IUSE="gui +jupyter static-libs test" -RESTRICT="!test? ( test )" - -# Upstream bundles MathJax-2.x -DEPEND=" - gui? ( - =net-libs/zmqpp-4.1.2 - ) -" -RDEPEND="${DEPEND}" - -src_prepare() { - # respect DESTDIR. avoid sandbox violation - sed -i -e 's/${CMAKE_INSTALL_PREFIX}/\\$ENV{DESTDIR}\/${CMAKE_INSTALL_PREFIX}/g' \ - cyacas/yacas-gui/resources/CMakeLists.txt || die - cmake_src_prepare -} - -src_configure() { - # TODO: Unbundle CodeMirror - local mycmakeargs=( - -DENABLE_CYACAS_BENCHMARKS=OFF - -DENABLE_DOCS=OFF - # -DENABLE_DOCS=$(usex doc) - -DENABLE_JYACAS=OFF # requires manual install - -DENABLE_CYACAS_GUI=$(usex gui) - # use system version of mathjax instead - -DENABLE_CYACAS_GUI_PRIVATE_MATHJAX=OFF - -DMATHJAX_PATH="${EPREFIX}/usr/share/mathjax/MathJax.js" - -DENABLE_CYACAS_KERNEL=$(usex jupyter) - -DENABLE_CYACAS_UNIT_TESTS=$(usex test) - ) - cmake_src_configure -}