diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-07-13 23:06:33 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-07-13 23:06:54 +0200 |
commit | fced640b8ff96298fd48a638f434b74d05dc5e69 (patch) | |
tree | 82d6cca7a7c463732bbc79ca245ec587504ee207 /kde-apps/cantor | |
parent | dev-ml/camlbz2: disable // make, it sometimes fails (diff) | |
download | gentoo-fced640b8ff96298fd48a638f434b74d05dc5e69.tar.gz gentoo-fced640b8ff96298fd48a638f434b74d05dc5e69.tar.bz2 gentoo-fced640b8ff96298fd48a638f434b74d05dc5e69.zip |
kde-apps: Drop KDE Applications 17.04.2
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'kde-apps/cantor')
-rw-r--r-- | kde-apps/cantor/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/cantor/cantor-17.04.2.ebuild | 106 |
2 files changed, 0 insertions, 107 deletions
diff --git a/kde-apps/cantor/Manifest b/kde-apps/cantor/Manifest index 673cbcd0d8fd..5a6f1264303b 100644 --- a/kde-apps/cantor/Manifest +++ b/kde-apps/cantor/Manifest @@ -1,3 +1,2 @@ DIST cantor-16.12.3.tar.xz 378460 SHA256 888677129bf30474a2f2bfe46931770f411cf8823c944e90ba4ea16d9d4eefdb SHA512 e6401d5472797894931b4c1c0a4cda7e900ede0d9c5e7d1b5a2ff518741f7f62a7f6187b5081edb231f47c1de163aa537cc195e381334ed60890eb6c73374768 WHIRLPOOL d0dbd031450ed730fdcb382a6aba778e0b9928ada3fe7c144012e95a521d53f1c13fe34bbbc6d2339e10cdf60f464327f9583e1bbbd10c1ecc6f2f43d308df33 -DIST cantor-17.04.2.tar.xz 1060108 SHA256 f194eba838c08dea49877fecf17091f598b70f5357f4574388d91c8bc1392120 SHA512 f618b9067a80450871358b48636988abc36d7c7db3ece1ac3dccee109df99320349a5d1b5d0246a253c316e133445127253340ca54beb77f1779241cdfc01a17 WHIRLPOOL e58982b9d6fb93fdb26fd52e3ac45c5f72992b57724cac098846a7db8f3baaba3c1efe8cef2c6e48cceefa68014ffd680e62829ea2dff9d6389b9d481a7a9651 DIST cantor-17.04.3.tar.xz 1060096 SHA256 3c24ae740de7dff3f8d062cc27c6f6ad7d40538a96997e93a4df437f05839b51 SHA512 a721c6f615c4bb8f22fbd4014e8f3a96e480acef3ffcd1ef81eae71853a487c3a248c4d433c845407d6c46b26e20707f76a00cc214e82cb489087adf8205ecbc WHIRLPOOL e1a4f9f412750af5cb923dc0107bd3593cbd5e23258e516403a5da9889ebce380998b02edc248c481424adf33249930077e0daf1986faf5d938d12cab7123318 diff --git a/kde-apps/cantor/cantor-17.04.2.ebuild b/kde-apps/cantor/cantor-17.04.2.ebuild deleted file mode 100644 index 871d6529b367..000000000000 --- a/kde-apps/cantor/cantor-17.04.2.ebuild +++ /dev/null @@ -1,106 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_HANDBOOK="forceoptional" -KDE_TEST="forceoptional" -PYTHON_COMPAT=( python2_7 ) -# FIXME: PYTHON_COMPAT=( python{2_7,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 julia 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*') -DEPEND=" - $(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 ki18n) - $(add_frameworks_dep kiconthemes) - $(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 qtprintsupport) - $(add_qt_dep qtsvg) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtxml) - $(add_qt_dep qtxmlpatterns) - analitza? ( $(add_kdeapps_dep analitza) ) - julia? ( dev-lang/julia ) - lua? ( dev-lang/luajit:2 ) - qalculate? ( - sci-libs/cln - sci-libs/libqalculate:= - ) - postscript? ( app-text/libspectre ) - python? ( ${PYTHON_DEPS} ) - R? ( dev-lang/R ) -" -RDEPEND="${DEPEND}" - -RESTRICT+=" test" - -PATCHES=( "${FILESDIR}"/${PN}-16.12.2-bashism.patch ) - -pkg_pretend() { - kde5_pkg_pretend - - if ! has_version sci-mathematics/maxima && ! has_version sci-mathematics/octave && \ - ! use analitza && ! use julia && ! use lua && ! use python && ! use qalculate && ! use R; then - einfo "You have decided to build ${PN} with no backend." - einfo "To have this application functional, please enable one of the backends via USE flag:" - einfo " analitza, julia, lua, python, qalculate, R" - einfo "Alternatively, install one of these:" - einfo " # emerge sci-mathematics/maxima" - einfo " # emerge sci-mathematics/octave" - einfo - fi - - if ! has_version virtual/latex-base; then - einfo "For LaTeX support:" - einfo " # emerge virtual/latex-base" - fi -} - -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() { - use julia && addpredict /proc/self/mem # bug 602894 - - local mycmakeargs=( - $(cmake-utils_use_find_package analitza Analitza5) - $(cmake-utils_use_find_package julia Julia) - $(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 -} |