commit:     f23a8655b8870860e897ff3becb0aec7e85d2131
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 21 14:51:06 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 21 14:57:32 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f23a8655

sci-visualization/labplot: Add missing dependencies

Closes: https://bugs.gentoo.org/668882
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 ...labplot-9999.ebuild => labplot-2.5.0-r1.ebuild} | 23 +++++++++-------------
 sci-visualization/labplot/labplot-9999.ebuild      |  4 +++-
 2 files changed, 12 insertions(+), 15 deletions(-)

diff --git a/sci-visualization/labplot/labplot-9999.ebuild 
b/sci-visualization/labplot/labplot-2.5.0-r1.ebuild
similarity index 83%
copy from sci-visualization/labplot/labplot-9999.ebuild
copy to sci-visualization/labplot/labplot-2.5.0-r1.ebuild
index b6d50918c31..be9f065e8b5 100644
--- a/sci-visualization/labplot/labplot-9999.ebuild
+++ b/sci-visualization/labplot/labplot-2.5.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,8 +12,8 @@ HOMEPAGE="https://www.kde.org/applications/education/labplot/";
 [[ ${KDE_BUILD_TYPE} != live ]] && 
SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
 
 LICENSE="GPL-2"
-KEYWORDS=""
-IUSE="cantor fftw fits hdf5 libcerf netcdf root"
+KEYWORDS="~amd64 ~x86"
+IUSE="cantor fftw fits hdf5 libcerf netcdf"
 
 COMMON_DEPEND="
        $(add_frameworks_dep karchive)
@@ -21,8 +21,10 @@ COMMON_DEPEND="
        $(add_frameworks_dep kconfig)
        $(add_frameworks_dep kconfigwidgets)
        $(add_frameworks_dep kcoreaddons)
+       $(add_frameworks_dep kdelibs4support)
        $(add_frameworks_dep ki18n)
        $(add_frameworks_dep kiconthemes)
+       $(add_frameworks_dep kio)
        $(add_frameworks_dep knewstuff)
        $(add_frameworks_dep ktextwidgets)
        $(add_frameworks_dep kwidgetsaddons)
@@ -30,25 +32,19 @@ COMMON_DEPEND="
        $(add_frameworks_dep syntax-highlighting)
        $(add_qt_dep qtconcurrent)
        $(add_qt_dep qtgui)
+       $(add_qt_dep qtnetwork)
        $(add_qt_dep qtprintsupport)
        $(add_qt_dep qtserialport)
+       $(add_qt_dep qtsql)
        $(add_qt_dep qtsvg)
        $(add_qt_dep qtwidgets)
        >=sci-libs/gsl-1.15:=
-       cantor? (
-               $(add_frameworks_dep kparts)
-               $(add_frameworks_dep kservice)
-               $(add_kdeapps_dep cantor)
-       )
+       cantor? ( $(add_kdeapps_dep cantor) )
        fftw? ( sci-libs/fftw:3.0= )
        fits? ( sci-libs/cfitsio:= )
        hdf5? ( sci-libs/hdf5:= )
        libcerf? ( sci-libs/libcerf )
        netcdf? ( sci-libs/netcdf:= )
-       root? (
-               app-arch/lz4
-               sys-libs/zlib
-       )
 "
 DEPEND="${COMMON_DEPEND}
        sys-devel/bison
@@ -67,8 +63,7 @@ src_configure() {
                -DENABLE_HDF5=$(usex hdf5)
                -DENABLE_LIBCERF=$(usex libcerf)
                -DENABLE_NETCDF=$(usex netcdf)
-               -DENABLE_ROOT=$(usex root)
-               -DENABLE_TEST=$(usex test)
+               -DENABLE_TESTS=$(usex test)
        )
 
        kde5_src_configure

diff --git a/sci-visualization/labplot/labplot-9999.ebuild 
b/sci-visualization/labplot/labplot-9999.ebuild
index b6d50918c31..8b114b53331 100644
--- a/sci-visualization/labplot/labplot-9999.ebuild
+++ b/sci-visualization/labplot/labplot-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -30,8 +30,10 @@ COMMON_DEPEND="
        $(add_frameworks_dep syntax-highlighting)
        $(add_qt_dep qtconcurrent)
        $(add_qt_dep qtgui)
+       $(add_qt_dep qtnetwork)
        $(add_qt_dep qtprintsupport)
        $(add_qt_dep qtserialport)
+       $(add_qt_dep qtsql)
        $(add_qt_dep qtsvg)
        $(add_qt_dep qtwidgets)
        >=sci-libs/gsl-1.15:=

Reply via email to