aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/korganizer/korganizer-4.14.5.ebuild')
-rw-r--r--kde-base/korganizer/korganizer-4.14.5.ebuild84
1 files changed, 0 insertions, 84 deletions
diff --git a/kde-base/korganizer/korganizer-4.14.5.ebuild b/kde-base/korganizer/korganizer-4.14.5.ebuild
deleted file mode 100644
index 8c2e8ca289..0000000000
--- a/kde-base/korganizer/korganizer-4.14.5.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-KMNAME="kdepim"
-inherit kde4-meta
-
-DESCRIPTION="A Personal Organizer for KDE"
-HOMEPAGE="http://www.kde.org/applications/office/korganizer/"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug"
-
-DEPEND="
- $(add_kdebase_dep kdepimlibs)
- $(add_kdebase_dep kdepim-common-libs)
- sys-libs/zlib
-"
-RDEPEND="${DEPEND}
- $(add_kdebase_dep ktimezoned '' 4.14.3)
-"
-
-RESTRICT="test"
-# bug 393135
-
-KMLOADLIBS="kdepim-common-libs"
-
-KMEXTRA="
- korgac/
-"
-KMEXTRACTONLY="
- agents/mailfilteragent/org.freedesktop.Akonadi.MailFilterAgent.xml
- akonadi_next/
- calendarviews/
- kdgantt2/
- kmail/
- knode/org.kde.knode.xml
- libkdepimdbusinterfaces/
- libkleo/
- libkpgp/
- mailimporter/
- messagecomposer/
-"
-KMCOMPILEONLY="
- calendarsupport/
- grantleetheme/
- incidenceeditor-ng/
- kaddressbookgrantlee/
- mailcommon/
- messagecore/
- messageviewer/
- pimcommon/
- templateparser/
-"
-
-src_unpack() {
- if use kontact; then
- KMEXTRA="${KMEXTRA}
- kontact/plugins/planner/
- kontact/plugins/specialdates/
- "
- fi
-
- kde4-meta_src_unpack
-}
-
-src_install() {
- kde4-meta_src_install
- # colliding with kdepim-common-libs
- rm -rf "${ED}"/usr/share/kde4/servicetypes/calendarplugin.desktop
- rm -rf "${ED}"/usr/share/kde4/servicetypes/calendardecoration.desktop
-}
-
-pkg_postinst() {
- kde4-meta_pkg_postinst
-
- if ! has_version kde-base/kdepim-kresources:${SLOT}; then
- echo
- elog "For groupware functionality, please install kde-base/kdepim-kresources:${SLOT}"
- echo
- fi
-}