commit:     cf0433c48455626e45e17b3840ac0444496b71d7
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 16 22:09:36 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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.
   </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 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
-}

Reply via email to