summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/kdepim-runtime/kdepim-runtime-4.4.11.1-r3.ebuild')
-rw-r--r--kde-base/kdepim-runtime/kdepim-runtime-4.4.11.1-r3.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/kde-base/kdepim-runtime/kdepim-runtime-4.4.11.1-r3.ebuild b/kde-base/kdepim-runtime/kdepim-runtime-4.4.11.1-r3.ebuild
deleted file mode 100644
index e3cb8e5dd72b..000000000000
--- a/kde-base/kdepim-runtime/kdepim-runtime-4.4.11.1-r3.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
-
-if [[ ${PV} = *9999* ]]; then
- KMNAME="kdepim"
- KMMODULE="runtime"
- inherit kde4-meta
-else
- inherit kde4-base
-fi
-
-DESCRIPTION="KDE PIM runtime plugin collection"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
-IUSE="debug"
-
-RESTRICT="test"
-# Would need test programs _testrunner and akonaditest from kdepimlibs
-
-COMMON_DEPEND="
- app-misc/strigi
- >=app-office/akonadi-server-1.3.1[soprano(+)]
- dev-libs/libxml2:2
- dev-libs/libxslt
- $(add_kdebase_dep kdelibs 'nepomuk' 4.13.1)
- $(add_kdebase_dep kdepimlibs '' 4.13.1)
- $(add_kdebase_dep libkdepim)
- x11-misc/shared-mime-info
-"
-DEPEND="${COMMON_DEPEND}
- dev-libs/boost
-"
-RDEPEND="${COMMON_DEPEND}
- $(add_kdebase_dep kdepim-icons)
-"
-
-PATCHES=(
- "${FILESDIR}/4.4/"000[1-2]-*.patch
- "${FILESDIR}/4.4/"999[6-9]-*.patch
-)