diff options
| author | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2016-03-20 18:04:10 +0100 |
|---|---|---|
| committer | Michael Palimaka <kensington@gentoo.org> | 2016-03-26 00:21:12 +1100 |
| commit | b04e8ce223219345b475c3fc77d6c5bcc027ac0e (patch) | |
| tree | 3811cf398ca84d08295afc724248d1c65761ce38 /kde-apps/cantor | |
| parent | 644b4d0bed8165dd3d1719df5d4259a2494d1573 (diff) | |
| download | kde-b04e8ce223219345b475c3fc77d6c5bcc027ac0e.tar.gz kde-b04e8ce223219345b475c3fc77d6c5bcc027ac0e.tar.bz2 kde-b04e8ce223219345b475c3fc77d6c5bcc027ac0e.zip | |
kde-apps: Move kdeedu-meta 15.12.3 to tree
Package-Manager: portage-2.2.27
Diffstat (limited to 'kde-apps/cantor')
| -rw-r--r-- | kde-apps/cantor/Manifest | 1 | ||||
| -rw-r--r-- | kde-apps/cantor/cantor-15.12.3.ebuild | 92 |
2 files changed, 0 insertions, 93 deletions
diff --git a/kde-apps/cantor/Manifest b/kde-apps/cantor/Manifest deleted file mode 100644 index d4660b02319..00000000000 --- a/kde-apps/cantor/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cantor-15.12.3.tar.xz 350924 SHA256 0c67d99038cc7b2f59de6f001337267131e3d420035dd10a05b860859afe423b SHA512 0544574803085fdad61eb2a6896fa7b5b7fc8bd96ebb251f3b3c5efafcb9dc0e30cf8a8719c3bd8e77bcbf140e7798b8cce498ccb92db415e4e816dd19ecd0d8 WHIRLPOOL 62e637230e997bd65c098f9f92245e50c0c67d790d4b6138133188ddbedbc102254701626b9e7828c7ad8dc25602e39c00fd3a42429c580dd5ba9eeffd01aa00 diff --git a/kde-apps/cantor/cantor-15.12.3.ebuild b/kde-apps/cantor/cantor-15.12.3.ebuild deleted file mode 100644 index 0724191d451..00000000000 --- a/kde-apps/cantor/cantor-15.12.3.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_HANDBOOK="true" -KDE_TEST="true" -PYTHON_COMPAT=( python2_7 ) -# FIXME: PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) -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 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() { - # 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) - $(cmake-utils_use_find_package 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 -} |
