summaryrefslogtreecommitdiff
path: root/sci-mathematics
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-08-17 03:31:10 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-08-17 03:31:10 +0100
commit280d9db9f9470686aae5ce1fa4cfa57b26e9beb2 (patch)
tree604fa555cdb815d5774494412f041887debf5220 /sci-mathematics
parent2ef316f0ffbd90d833effd2d09d1232e5767e321 (diff)
gentoo auto-resync : 17:08:2023 - 03:31:10
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/Manifest.gzbin19013 -> 19012 bytes
-rw-r--r--sci-mathematics/yacas/Manifest4
-rw-r--r--sci-mathematics/yacas/metadata.xml2
-rw-r--r--sci-mathematics/yacas/yacas-1.9.1-r1.ebuild (renamed from sci-mathematics/yacas/yacas-1.9.1.ebuild)3
4 files changed, 5 insertions, 4 deletions
diff --git a/sci-mathematics/Manifest.gz b/sci-mathematics/Manifest.gz
index d058bf0103ec..fdd2beb2ce2f 100644
--- a/sci-mathematics/Manifest.gz
+++ b/sci-mathematics/Manifest.gz
Binary files differ
diff --git a/sci-mathematics/yacas/Manifest b/sci-mathematics/yacas/Manifest
index 4162ebe57c26..daeb645cf11e 100644
--- a/sci-mathematics/yacas/Manifest
+++ b/sci-mathematics/yacas/Manifest
@@ -1,3 +1,3 @@
DIST yacas-1.9.1.tar.gz 38815043 BLAKE2B 09ec83591a9c11220f4e74ea07f1cad679cfef8c7a679c379f9bbc5708a70ccf9eb09a2ec6ca3fee7d76bc86082afcbd03e3d20df2e703dc579d93e94feee3e1 SHA512 1af1d7d490cf2d98fa861c476c7a7051a28535edc815f69a58edd2d96053332a8de7125017f18acbe2bf7b4eaf561cdf4e22d3c3f8e6656aaa3fbc46d0f633ef
-EBUILD yacas-1.9.1.ebuild 1902 BLAKE2B 7ef3b36037a404f7ffbd852f2a7f44896c282e055b97bbc7fa2f95b81bdf211edce3ca3ae55c46b26b691f1321c876ff357427afddbf5c76d510607a68657ed3 SHA512 bff260ab24aa703ccfce84f29cd71b7245925af957110744be03e1ef2684b4cf33bc53bc1ddbbeb665bd1062f141ab5ce0e0e3b05245c427671f9612d2f04f44
-MISC metadata.xml 850 BLAKE2B ae5238a5de38646997fdc6ccfa9085d56cefc395295fc2372e049de80547cd75870dedb075ed011084ad686bb51c27dc182a879c07ae1fcd942c0b1520d89ebb SHA512 c2d259bc09555b6aeeee9d922b8a1a6a13c637999b30b47534f810a9b8994e351328add99f789d72a7c09326d98771b4e8e94d7698da5422965fcaa84bcc42de
+EBUILD yacas-1.9.1-r1.ebuild 1936 BLAKE2B 1b6bcfc4cde1f5df554cde4231e90e45bb821a200db29e549c1b31f1db013026135f51c0eb1d6da13257415d19821ebb3a137044fe716ed0ab8c09d3ab7c05d9 SHA512 4b94dc3bc45733bdf6ca555eafa90409d3f0f3749c7cee9b4b4411a78882c939007c021b7f54f85694297a5f88b8fe1cdb1a0e2c8eabcbb023d4afb3d9b9943b
+MISC metadata.xml 859 BLAKE2B 1b93464f515ea7e413f80b281c1d341d3c91cf7f3e2bf13ebc7678c851bb71206b9c9d063ebd99565b6a5c9de15e5dcd8d18f922d28193ccafe980d30d7374ee SHA512 f93801595d7bb087b2a9bf41cbe735fbf1080b41772b6d29f250bf47048694f09f7ea46b98d121ba389f2ea5832d54e73f3b9a55006162e8fb0dffcb3983bd91
diff --git a/sci-mathematics/yacas/metadata.xml b/sci-mathematics/yacas/metadata.xml
index 784b9fa19db1..8b5431a3a89a 100644
--- a/sci-mathematics/yacas/metadata.xml
+++ b/sci-mathematics/yacas/metadata.xml
@@ -17,6 +17,6 @@
<flag name="jupyter">Add support for jupyter notebook</flag>
</use>
<upstream>
- <remote-id type="sourceforge">yacas</remote-id>
+ <remote-id type="github">grzegorzmazur/yacas</remote-id>
</upstream>
</pkgmetadata>
diff --git a/sci-mathematics/yacas/yacas-1.9.1.ebuild b/sci-mathematics/yacas/yacas-1.9.1-r1.ebuild
index ae07a43527f5..56679b940c84 100644
--- a/sci-mathematics/yacas/yacas-1.9.1.ebuild
+++ b/sci-mathematics/yacas/yacas-1.9.1-r1.ebuild
@@ -25,9 +25,10 @@ KEYWORDS="~amd64 ~x86"
IUSE="gui +jupyter static-libs test"
RESTRICT="!test? ( test )"
+# Upstream bundles MathJax-2.x
DEPEND="
gui? (
- dev-libs/mathjax
+ <dev-libs/mathjax-3
dev-qt/qtcore:5[icu]
dev-qt/qtgui:5
dev-qt/qtmultimedia:5