summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2015-10-11 18:46:50 +1100
committerMichael Palimaka <kensington@gentoo.org>2015-10-11 18:47:51 +1100
commitfe9cb8a2d9b1bfb3a7f0c341950770d7ea29a803 (patch)
tree6ed100b4e48be3383e20952d3a7e5d109ca6dac9 /kde-base/kdepim-runtime/kdepim-runtime-4.14.3.ebuild
parentkde-base/qguiplatformplugin_kde: Stable for PPC64 (bug #550740). (diff)
downloadgentoo-fe9cb8a2d9b1bfb3a7f0c341950770d7ea29a803.tar.gz
gentoo-fe9cb8a2d9b1bfb3a7f0c341950770d7ea29a803.tar.bz2
gentoo-fe9cb8a2d9b1bfb3a7f0c341950770d7ea29a803.zip
kde-base: remove old
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'kde-base/kdepim-runtime/kdepim-runtime-4.14.3.ebuild')
-rw-r--r--kde-base/kdepim-runtime/kdepim-runtime-4.14.3.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/kde-base/kdepim-runtime/kdepim-runtime-4.14.3.ebuild b/kde-base/kdepim-runtime/kdepim-runtime-4.14.3.ebuild
deleted file mode 100644
index 8cb9b31f3479..000000000000
--- a/kde-base/kdepim-runtime/kdepim-runtime-4.14.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KMNAME="kdepim-runtime"
-inherit kde4-base
-
-DESCRIPTION="KDE PIM runtime plugin collection"
-KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="debug facebook google kolab"
-
-RESTRICT="test"
-# Would need test programs _testrunner and akonaditest from kdepimlibs, see bug 313233
-
-DEPEND="
- >=app-office/akonadi-server-1.12.90
- dev-libs/boost:=
- dev-libs/libxml2:2
- dev-libs/libxslt
- $(add_kdebase_dep kdepimlibs)
- x11-misc/shared-mime-info
- facebook? ( net-libs/libkfbapi:4 )
- google? ( >=net-libs/libkgapi-2.0:4 )
- kolab? ( >=net-libs/libkolab-0.5 )
-"
-RDEPEND="${DEPEND}
- $(add_kdebase_dep kdepim-icons)
- !kde-misc/akonadi-google
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package facebook LibKFbAPI)
- $(cmake-utils_use_find_package google LibKGAPI2)
- $(cmake-utils_use_find_package kolab Libkolab)
- $(cmake-utils_use_find_package kolab Libkolabxml)
- )
-
- kde4-base_src_configure
-}