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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 01820138334 for ; Tue, 16 Jul 2019 22:10:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6347E07FA; Tue, 16 Jul 2019 22:10:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B3A79E07D8 for ; Tue, 16 Jul 2019 22:10:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C47DB347DCB for ; Tue, 16 Jul 2019 22:10:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B37C6F2 for ; Tue, 16 Jul 2019 22:10: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: <1563314976.cf0433c48455626e45e17b3840ac0444496b71d7.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/yacas/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/yacas/Manifest sci-mathematics/yacas/metadata.xml sci-mathematics/yacas/yacas-1.6.1-r1.ebuild X-VCS-Directories: sci-mathematics/yacas/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cf0433c48455626e45e17b3840ac0444496b71d7 X-VCS-Branch: master Date: Tue, 16 Jul 2019 22:10: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: 99225711-8e3a-4ded-aab6-b9bdf69a9131 X-Archives-Hash: f21703b642637732b0b0b2ff8c58f01a commit: cf0433c48455626e45e17b3840ac0444496b71d7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jul 16 22:09:36 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jul 16 22:09:36 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf0433c4 sci-mathematics/yacas: Drop 1.6.1-r1 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-mathematics/yacas/Manifest | 1 - sci-mathematics/yacas/metadata.xml | 2 -- sci-mathematics/yacas/yacas-1.6.1-r1.ebuild | 54 ----------------------------- 3 files changed, 57 deletions(-) diff --git a/sci-mathematics/yacas/Manifest b/sci-mathematics/yacas/Manifest index c07d8d25b25..d55969a0d63 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 9790239a614..64fd190c165 100644 --- a/sci-mathematics/yacas/metadata.xml +++ b/sci-mathematics/yacas/metadata.xml @@ -14,9 +14,7 @@ algorithms. - Generate HTML documentation Build graphical interface for the native yacas engine. Requires Qt5 - Build the Java yacas engine and text console for it Add support for jupyter notebook 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 66d4e6ae5da..00000000000 --- 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 -}