diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-17 00:09:36 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-17 00:09:36 +0200 |
commit | cf0433c48455626e45e17b3840ac0444496b71d7 (patch) | |
tree | 9fa88fb646a51aa64d08d8dd8f552871e91fd101 /sci-mathematics/yacas | |
parent | sci-mathematics/yacas: 1.7.0 version bump (diff) | |
download | gentoo-cf0433c48455626e45e17b3840ac0444496b71d7.tar.gz gentoo-cf0433c48455626e45e17b3840ac0444496b71d7.tar.bz2 gentoo-cf0433c48455626e45e17b3840ac0444496b71d7.zip |
sci-mathematics/yacas: Drop 1.6.1-r1
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-mathematics/yacas')
-rw-r--r-- | sci-mathematics/yacas/Manifest | 1 | ||||
-rw-r--r-- | sci-mathematics/yacas/metadata.xml | 2 | ||||
-rw-r--r-- | sci-mathematics/yacas/yacas-1.6.1-r1.ebuild | 54 |
3 files changed, 0 insertions, 57 deletions
diff --git a/sci-mathematics/yacas/Manifest b/sci-mathematics/yacas/Manifest index c07d8d25b25e..d55969a0d637 100644 --- a/sci-mathematics/yacas/Manifest +++ b/sci-mathematics/yacas/Manifest @@ -1,2 +1 @@ -DIST yacas-1.6.1.tar.gz 2611119 BLAKE2B df627e162c3498e1866f3874c63736ba7ce447c451617df7d4f5dc8974a393362f8ed77315e5a3b05b024ef32219170ce1cf93c2de0567d3dfaf71a72bb76a43 SHA512 fffd15f76fef15aa8502053deefa6fee2a4f8b25414fa1209579351e36131b8117135e5f7009986ac8bb6af575d2e500a0d61c4996a8a50c767a5fa80ac1eff2 DIST yacas-1.7.0.tar.gz 2610016 BLAKE2B 62400d8aaba192a088bb48e0e12ff79e7e2d24af4825b2d53aeffa7aace011beb728118d56e5a9dd9e7dedba545706bbf77cb9ef27b5075e555fc5cc1983dc5e SHA512 6da7d454b3a74638d743c5e8168b27b9a8a71e2c41fe3f35bcb397fb80e866277ddb5b4e15167e2c0d11dd6033491ca72b560440fe2db6dc34b91b2ad047ca1d diff --git a/sci-mathematics/yacas/metadata.xml b/sci-mathematics/yacas/metadata.xml index 9790239a614e..64fd190c1653 100644 --- a/sci-mathematics/yacas/metadata.xml +++ b/sci-mathematics/yacas/metadata.xml @@ -14,9 +14,7 @@ algorithms. </longdescription> <use> - <flag name="doc">Generate HTML documentation</flag> <flag name="gui">Build graphical interface for the native yacas engine. Requires Qt5</flag> - <flag name="java">Build the Java yacas engine and text console for it</flag> <flag name="jupyter">Add support for jupyter notebook</flag> </use> <upstream> diff --git a/sci-mathematics/yacas/yacas-1.6.1-r1.ebuild b/sci-mathematics/yacas/yacas-1.6.1-r1.ebuild deleted file mode 100644 index 66d4e6ae5dac..000000000000 --- a/sci-mathematics/yacas/yacas-1.6.1-r1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -CMAKE_IN_SOURCE_BUILD=1 - -inherit java-pkg-opt-2 cmake-utils - -DESCRIPTION="General purpose computer algebra system" -HOMEPAGE="http://www.yacas.org/" -SRC_URI="https://codeload.github.com/grzegorzmazur/${PN}/tar.gz/v${PV} -> ${P}.tar.gz" - -SLOT="0/1" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" -IUSE="doc gui java +jupyter static-libs" - -COMMON_DEPEND=" - gui? ( - dev-qt/qtcore:5[icu] - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtnetwork:5 - dev-qt/qtwebkit:5 - dev-qt/qtmultimedia:5 - dev-qt/qtsql:5 - dev-qt/qtprintsupport:5 - dev-qt/qtopengl:5 - dev-qt/qtprintsupport:5 - ) - jupyter? ( - dev-python/jupyter - dev-libs/boost:= - dev-libs/jsoncpp:= - dev-libs/openssl:0= - net-libs/zeromq - >=net-libs/zmqpp-4.1.2 - )" -DEPEND="${COMMON_DEPEND} - doc? ( dev-python/sphinx ) - java? ( >=virtual/jdk-1.6 )" -RDEPEND="${COMMON_DEPEND} - java? ( >=virtual/jre-1.6 )" - -src_configure() { - local mycmakeargs=( - -DENABLE_DOCS=$(usex doc) - -DENABLE_CYACAS_GUI=$(usex gui) - -DENABLE_CYACAS_KERNEL=$(usex jupyter) - -DENABLE_JYACAS=$(usex java) - ) - cmake-utils_src_configure -} |