diff options
author | Johannes Huber <johu@gentoo.org> | 2016-07-21 20:29:04 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-07-21 20:31:36 +0200 |
commit | 882d19701d0f2b0d31d211b35aa51bf3b5e39137 (patch) | |
tree | 399a54477d942e5a7a9450baaad0770cf0a1d0c7 /kde-base | |
parent | kde-base/kdebase-startkde: Remove 4.11.22 (r0) (diff) | |
download | gentoo-882d19701d0f2b0d31d211b35aa51bf3b5e39137.tar.gz gentoo-882d19701d0f2b0d31d211b35aa51bf3b5e39137.tar.bz2 gentoo-882d19701d0f2b0d31d211b35aa51bf3b5e39137.zip |
kde-base/kdeplasma-addons: Remove 4.14.3 (r0)
Package-Manager: portage-2.3.0
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/kdeplasma-addons/kdeplasma-addons-4.14.3.ebuild | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.14.3.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.14.3.ebuild deleted file mode 100644 index e2933799673a..000000000000 --- a/kde-base/kdeplasma-addons/kdeplasma-addons-4.14.3.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -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 exif fcitx ibus json +kdepim oauth qalculate -qwt scim" - -RESTRICT=test -# tests hang - -# krunner is only needed to generate dbus interface for lancelot -COMMON_DEPEND=" - app-crypt/qca:2[qt4(+)] - $(add_kdebase_dep krunner '' 4.11) - $(add_kdebase_dep plasma-workspace '' 4.11) - x11-misc/shared-mime-info - attica? ( dev-libs/libattica ) - desktopglobe? ( $(add_kdeapps_dep marble) ) - exif? ( $(add_kdeapps_dep libkexiv2) ) - fcitx? ( app-i18n/fcitx[dbus(+)] ) - ibus? ( app-i18n/ibus ) - json? ( dev-libs/qjson ) - kdepim? ( $(add_kdeapps_dep kdepimlibs) ) - oauth? ( dev-libs/qoauth:0 ) - qalculate? ( sci-libs/libqalculate ) - qwt? ( x11-libs/qwt:5 ) - scim? ( app-i18n/scim ) -" -DEPEND="${COMMON_DEPEND} - dev-cpp/eigen:2 -" -RDEPEND="${COMMON_DEPEND} - app-crypt/qca:2[openssl] -" - -src_configure() { - local mycmakeargs=( - -DDBUS_INTERFACES_INSTALL_DIR="${EPREFIX}/usr/share/dbus-1/interfaces/" - -DWITH_Nepomuk=OFF - $(cmake-utils_use_with attica LibAttica) - $(cmake-utils_use_with desktopglobe Marble) - $(cmake-utils_use_with exif Kexiv2) - $(cmake-utils_use_build ibus) - $(cmake-utils_use_with json QJSON) - $(cmake-utils_use_with kdepim KdepimLibs) - $(cmake-utils_use_with oauth QtOAuth) - $(cmake-utils_use_with qalculate) - $(cmake-utils_use_with qwt) - $(cmake-utils_use_build scim) - ) - - kde4-base_src_configure -} |