diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-08-25 06:38:45 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-08-25 20:46:59 +1000 |
commit | 37150fa963eb3aa155eb9e94c3d6b233154ca1de (patch) | |
tree | 8bce549e96d6e85c58e00d1b3cbd303869107118 /kde-apps/kalzium | |
parent | media-libs/libart_lgpl: eapi bump, fix src_install phase (and, then, really d... (diff) | |
download | gentoo-37150fa963eb3aa155eb9e94c3d6b233154ca1de.tar.gz gentoo-37150fa963eb3aa155eb9e94c3d6b233154ca1de.tar.bz2 gentoo-37150fa963eb3aa155eb9e94c3d6b233154ca1de.zip |
kde-apps: remove 15.12.3
Diffstat (limited to 'kde-apps/kalzium')
-rw-r--r-- | kde-apps/kalzium/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kalzium/files/kalzium-15.12.3-plasmoids.patch | 23 | ||||
-rw-r--r-- | kde-apps/kalzium/kalzium-15.12.3-r2.ebuild | 47 |
3 files changed, 0 insertions, 71 deletions
diff --git a/kde-apps/kalzium/Manifest b/kde-apps/kalzium/Manifest index 685db7bc8fc1..3b9e7ce4d012 100644 --- a/kde-apps/kalzium/Manifest +++ b/kde-apps/kalzium/Manifest @@ -1,2 +1 @@ -DIST kalzium-15.12.3.tar.xz 3944560 SHA256 a1c2a052997db83ccf3ad827330d7227cb6b34d56225762cb45e7e3641512c53 SHA512 70808cd3df8b15941146444410f75c955dc925417a89e4b77612680d2a0bda53124e3c44e2b632c095408287db5481c32535a608b48e938d22a43b624073a271 WHIRLPOOL 03d538cebab06c24725a06ebee29fb79fc46ac25a261594a6e2d2eb69664ea5e88067831dd5c21f938ab40483806132c2c0106beef783d6e9766f99017e6c27c DIST kalzium-16.04.3.tar.xz 3944376 SHA256 79e7ccf3cdb83aae0a8273ce2e8a04c408e6a9c2dffaea4974e33a2cca03f8b6 SHA512 ef922e49b40f7d61cd369ee12cc35445988ed5ef274abc27551af4e78913c7ed1c99138f43fe086133e868c3b51c1f17b392466cb7a4df02dd5051b058b80522 WHIRLPOOL 4be235d6580a3d4505890f09f95bfef912a964bac6615cbb05f48a3cbc885ea9e160578fa924bdd03634b798b8747694426a70ad403553f98d0b845103b6601d diff --git a/kde-apps/kalzium/files/kalzium-15.12.3-plasmoids.patch b/kde-apps/kalzium/files/kalzium-15.12.3-plasmoids.patch deleted file mode 100644 index 686a6ef1209a..000000000000 --- a/kde-apps/kalzium/files/kalzium-15.12.3-plasmoids.patch +++ /dev/null @@ -1,23 +0,0 @@ -commit 456205fc98f4eb2762c11fac2abedf618e0deb8f -Author: Andreas Sturmlechner <andreas.sturmlechner@gmail.com> -Date: Fri Mar 25 13:38:55 2016 +0100 - - Make plasmoids optional - - They are not useable in a Plasma-5 workspace. - - REVIEW: 127491 - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index f4ab27b..93ae845 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -50,7 +50,7 @@ endif (OPENBABEL2_FOUND AND Avogadro_FOUND AND EIGEN3_FOUND) - add_subdirectory(doc) - add_subdirectory(src) - add_subdirectory(data) --add_subdirectory(plasmoid) -+macro_optional_add_subdirectory(plasmoid) - add_subdirectory(libscience) - add_subdirectory(qml) - diff --git a/kde-apps/kalzium/kalzium-15.12.3-r2.ebuild b/kde-apps/kalzium/kalzium-15.12.3-r2.ebuild deleted file mode 100644 index cc1c382aac1c..000000000000 --- a/kde-apps/kalzium/kalzium-15.12.3-r2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_HANDBOOK="optional" -CPPUNIT_REQUIRED="optional" -OPENGL_REQUIRED="always" -inherit kde4-base flag-o-matic - -DESCRIPTION="KDE: periodic table of the elements" -HOMEPAGE="https://www.kde.org/applications/education/kalzium -https://edu.kde.org/kalzium" -KEYWORDS="amd64 ~arm x86" -IUSE="debug editor +plasma solver" - -DEPEND=" - editor? ( - dev-cpp/eigen:3 - sci-chemistry/avogadro - >=sci-chemistry/openbabel-2.2 - dev-qt/qtopengl:4 - ) - solver? ( dev-ml/facile[ocamlopt] ) -" -RDEPEND="${DEPEND} - sci-chemistry/chemical-mime-data -" - -PATCHES=( "${FILESDIR}/${PN}-15.12.3-plasmoids.patch" ) - -src_configure(){ - # Fix missing finite() - [[ ${CHOST} == *-solaris* ]] && append-cppflags -DHAVE_IEEEFP_H - - local mycmakeargs=( - $(cmake-utils_use_build plasma plasmoid) - $(cmake-utils_use_with editor Eigen3) - $(cmake-utils_use_with editor Avogadro) - $(cmake-utils_use_with editor OpenBabel2) - $(cmake-utils_use_with solver OCaml) - $(cmake-utils_use_with solver Libfacile) - ) - - kde4-base_src_configure -} |