diff options
Diffstat (limited to 'kde-apps/cantor')
| -rw-r--r-- | kde-apps/cantor/Manifest | 1 | ||||
| -rw-r--r-- | kde-apps/cantor/cantor-16.07.90.ebuild | 95 |
2 files changed, 0 insertions, 96 deletions
diff --git a/kde-apps/cantor/Manifest b/kde-apps/cantor/Manifest index a3822439770..b7828dfeeb0 100644 --- a/kde-apps/cantor/Manifest +++ b/kde-apps/cantor/Manifest @@ -1,2 +1 @@ -DIST cantor-16.07.90.tar.xz 360732 SHA256 46c10421afebe30f6213cb3d406f8ecb25f187f465fc5653044d28f271c29bad SHA512 1fd3af49310fe3b43d1e7340052f87731b01d9cf64c339ecc63f2da0893e5d368fe29f0e48ee5cbdce8a718c8474097144e90c6c350c6847135d1c8084db5be4 WHIRLPOOL 58dc9f8f492886ea47d32222d729e85e88f608e2f54efadc33edfff8cd9305a5e81b10cc2285f26068bd9cfb8a60b9519a90d8a72c29b41b67007149b7cc3b43 DIST cantor-16.08.0.tar.xz 360760 SHA256 f01512ceef14afd11953195506fb73314bcc1e224fdd3da5330e49a43a46e948 SHA512 312727e16928fa27bbce6770c41827c59a3b29de6d3760a541124d962b0576c5dd117aa3c03ccec5bbf28e7cedef52bd62acae97b6dd4346e1e3f1214a79d1b6 WHIRLPOOL e9ecbd0f82a04c32eeca8054c54ae180ef68902bcb72efc9c526dc527b6abe7baf50677665967a4497694e72b9cfde3403e111c0d669d37b4b7294a56d0a2e08 diff --git a/kde-apps/cantor/cantor-16.07.90.ebuild b/kde-apps/cantor/cantor-16.07.90.ebuild deleted file mode 100644 index bc2c493a0ca..00000000000 --- a/kde-apps/cantor/cantor-16.07.90.ebuild +++ /dev/null @@ -1,95 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -KDE_HANDBOOK="forceoptional" -KDE_TEST="forceoptional" -PYTHON_COMPAT=( python2_7 ) -# FIXME: PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) -inherit kde5 python-r1 - -DESCRIPTION="Interface for doing mathematics and scientific computing" -HOMEPAGE="https://www.kde.org/applications/education/cantor https://edu.kde.org/cantor" -KEYWORDS="~amd64 ~x86" -IUSE="analitza lua postscript python qalculate +R" - -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -# TODO Add Sage Mathematics Software backend (http://www.sagemath.org) -# FIXME: $(python_gen_cond_dep 'dev-qt/qtdbus:5' 'python3*') -RDEPEND=" - $(add_frameworks_dep karchive) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kcrash) - $(add_frameworks_dep kdelibs4support) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep knewstuff) - $(add_frameworks_dep kparts) - $(add_frameworks_dep kpty) - $(add_frameworks_dep ktexteditor) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_qt_dep qtgui) - $(add_qt_dep qtsvg) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtxml) - $(add_qt_dep qtxmlpatterns) - analitza? ( $(add_kdeapps_dep analitza) ) - lua? ( dev-lang/luajit:2 ) - qalculate? ( - sci-libs/cln - sci-libs/libqalculate - ) - postscript? ( app-text/libspectre ) - python? ( ${PYTHON_DEPS} ) - R? ( dev-lang/R ) -" -DEPEND="${RDEPEND} - >=dev-cpp/eigen-2.0.3:2 -" - -RESTRICT="test" - -pkg_setup() { - use python && python_setup - kde5_pkg_setup -} - -src_prepare() { - kde5_src_prepare - - # FIXME: shipped FindPythonLibs3.cmake does not work for Gentoo - sed -e "/^find_package(PythonLibs3)/ s/^/#/" \ - -i src/backends/CMakeLists.txt || die -} - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package analitza Analitza5) - $(cmake-utils_use_find_package lua LuaJIT) - $(cmake-utils_use_find_package postscript LibSpectre) - $(cmake-utils_use_find_package python PythonLibs) - $(cmake-utils_use_find_package qalculate Qalculate) - $(cmake-utils_use_find_package R R) - ) - kde5_src_configure -} - -pkg_postinst() { - kde5_pkg_postinst - - if ! use analitza && ! use lua && ! use python && ! use qalculate && ! use R; then - echo - ewarn "You have decided to build ${PN} with no backend." - ewarn "To have this application functional, please do one of below:" - ewarn " # emerge -va1 '='${CATEGORY}/${P} with 'analitza', 'lua', 'python', 'qalculate' or 'R' USE flag enabled" - ewarn " # emerge -vaDu sci-mathematics/maxima" - echo - fi -} |
