commit: 8c0c94e650e9063ac3aa2cd3458f1d0b1b53bb5f
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 2 11:01:39 2017 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Feb 2 11:01:51 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c0c94e6
kde-plasma/kdeplasma-addons: Drop use flag eigen
Package-Manager: Portage-2.3.3, Repoman-2.3.1
.../kdeplasma-addons/kdeplasma-addons-4.14.3-r1.ebuild | 13 +++++--------
kde-plasma/kdeplasma-addons/metadata.xml | 1 -
2 files changed, 5 insertions(+), 9 deletions(-)
diff --git a/kde-plasma/kdeplasma-addons/kdeplasma-addons-4.14.3-r1.ebuild
b/kde-plasma/kdeplasma-addons/kdeplasma-addons-4.14.3-r1.ebuild
index 74e41c0..e774df7 100644
--- a/kde-plasma/kdeplasma-addons/kdeplasma-addons-4.14.3-r1.ebuild
+++ b/kde-plasma/kdeplasma-addons/kdeplasma-addons-4.14.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -10,14 +10,14 @@ inherit flag-o-matic kde4-base
DESCRIPTION="Extra Plasma applets and engines"
LICENSE="GPL-2 LGPL-2"
KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
-IUSE="attica debug desktopglobe eigen exif fcitx ibus json oauth +pim
+IUSE="attica debug desktopglobe exif fcitx ibus json oauth +pim
qalculate qwt scim"
RESTRICT=test
# tests hang
# krunner is only needed to generate dbus interface for lancelot
-COMMON_DEPEND="
+DEPEND="
app-crypt/qca:2[qt4(+)]
kde-plasma/krunner:4
kde-plasma/plasma-workspace:4
@@ -34,10 +34,7 @@ COMMON_DEPEND="
qwt? ( x11-libs/qwt:5 )
scim? ( app-i18n/scim )
"
-DEPEND="${COMMON_DEPEND}
- eigen? ( dev-cpp/eigen:2 )
-"
-RDEPEND="${COMMON_DEPEND}
+RDEPEND="${DEPEND}
app-crypt/qca:2[ssl]
"
@@ -45,9 +42,9 @@ src_configure() {
local mycmakeargs=(
-DDBUS_INTERFACES_INSTALL_DIR="${EPREFIX}/usr/share/dbus-1/interfaces/"
-DWITH_Nepomuk=OFF
+ -DCMAKE_DISABLE_FIND_PACKAGE_Eigen2=OFF
$(cmake-utils_use_with attica LibAttica)
$(cmake-utils_use_with desktopglobe Marble)
- $(cmake-utils_use_find_package eigen Eigen2)
$(cmake-utils_use_with exif Kexiv2)
$(cmake-utils_use_build ibus)
$(cmake-utils_use_with json QJSON)
diff --git a/kde-plasma/kdeplasma-addons/metadata.xml
b/kde-plasma/kdeplasma-addons/metadata.xml
index 8235b96..eb07519 100644
--- a/kde-plasma/kdeplasma-addons/metadata.xml
+++ b/kde-plasma/kdeplasma-addons/metadata.xml
@@ -9,7 +9,6 @@
<flag name="attica">Enable support for
<pkg>dev-libs/libattica</pkg></flag>
<flag name="ibus">Use ibus input method via
<pkg>app-i18n/ibus</pkg></flag>
<flag name="desktopglobe">Enable Desktop Globe wallpaper using
<pkg>kde-apps/marble</pkg></flag>
- <flag name="eigen">Build Mandelbrot wallpaper plugin using
<pkg>dev-cpp/eigen</pkg> using SLOT 2</flag>
<flag name="fcitx">Use fcitx input method via
<pkg>app-i18n/fcitx</pkg></flag>
<flag name="json">Enable JSON support via
<pkg>dev-libs/qjson</pkg></flag>
<flag name="oauth">Enable OAuth support via
<pkg>dev-libs/qoauth</pkg></flag>