public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kalarm/, kde-base/blogilo/, kde-base/akonadiconsole/, ...
Date: Sun,  7 Jun 2015 10:51:39 +0000 (UTC)	[thread overview]
Message-ID: <1433673487.257c8d15bfeea36829b13905f58964c0432df8c3.johu@gentoo> (raw)

commit:     257c8d15bfeea36829b13905f58964c0432df8c3
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun Jun  7 08:11:53 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Jun  7 10:38:07 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=257c8d15

[kde-base] Add KDE PIM 4.14.9

At the same time fix kde-base/kleopatra EPATCH_SOURCE

Package-Manager: portage-2.2.18

 .../akonadiconsole/akonadiconsole-4.14.9.ebuild    |  26 +++++
 kde-base/akregator/akregator-4.14.9.ebuild         |  23 +++++
 kde-base/blogilo/blogilo-4.14.9.ebuild             |  27 +++++
 .../calendarjanitor/calendarjanitor-4.14.9.ebuild  |  28 +++++
 kde-base/kabcclient/kabcclient-4.14.9.ebuild       |  27 +++++
 kde-base/kaddressbook/kaddressbook-4.14.9.ebuild   |  52 ++++++++++
 kde-base/kalarm/kalarm-4.14.9.ebuild               |  27 +++++
 .../kdepim-common-libs-4.14.9.ebuild               |  93 +++++++++++++++++
 kde-base/kdepim-icons/kdepim-icons-4.14.9.ebuild   |  17 +++
 .../kdepim-kresources-4.14.9.ebuild                |  28 +++++
 kde-base/kdepim-meta/kdepim-meta-4.14.9.ebuild     |  43 ++++++++
 .../kdepim-runtime/kdepim-runtime-4.14.9.ebuild    |  43 ++++++++
 kde-base/kdepimlibs/kdepimlibs-4.14.9.ebuild       |  57 ++++++++++
 kde-base/kjots/kjots-4.14.9.ebuild                 |  27 +++++
 ...patra-4.9999.ebuild => kleopatra-4.14.9.ebuild} |   4 +-
 kde-base/kleopatra/kleopatra-4.9999.ebuild         |   2 +-
 kde-base/kmail/kmail-4.14.9.ebuild                 | 115 +++++++++++++++++++++
 kde-base/knode/knode-4.14.9.ebuild                 |  49 +++++++++
 kde-base/knotes/knotes-4.14.9.ebuild               |  32 ++++++
 .../konsolekalendar/konsolekalendar-4.14.9.ebuild  |  48 +++++++++
 kde-base/kontact/kontact-4.14.9.ebuild             |  52 ++++++++++
 kde-base/korganizer/korganizer-4.14.9.ebuild       |  85 +++++++++++++++
 kde-base/ktimetracker/ktimetracker-4.14.9.ebuild   |  39 +++++++
 kde-base/ktnef/ktnef-4.14.9.ebuild                 |  25 +++++
 24 files changed, 966 insertions(+), 3 deletions(-)

diff --git a/kde-base/akonadiconsole/akonadiconsole-4.14.9.ebuild b/kde-base/akonadiconsole/akonadiconsole-4.14.9.ebuild
new file mode 100644
index 0000000..c0e3ebc
--- /dev/null
+++ b/kde-base/akonadiconsole/akonadiconsole-4.14.9.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KMNAME="kdepim"
+EGIT_BRANCH="KDE/4.14"
+inherit kde4-meta
+
+DESCRIPTION="Akonadi developer console"
+KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+DEPEND="
+	>=app-office/akonadi-server-1.12.90
+	$(add_kdebase_dep kdepimlibs)
+	$(add_kdebase_dep kdepim-common-libs)
+"
+RDEPEND="${DEPEND}"
+
+KMEXTRACTONLY="
+	akonadi_next/
+	calendarsupport/
+	messageviewer/
+"

diff --git a/kde-base/akregator/akregator-4.14.9.ebuild b/kde-base/akregator/akregator-4.14.9.ebuild
new file mode 100644
index 0000000..1d049f1
--- /dev/null
+++ b/kde-base/akregator/akregator-4.14.9.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_HANDBOOK="optional"
+KMNAME="kdepim"
+EGIT_BRANCH="KDE/4.14"
+inherit kde4-meta
+
+DESCRIPTION="KDE news feed aggregator"
+HOMEPAGE="http://www.kde.org/applications/internet/akregator"
+KEYWORDS=" ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+DEPEND="
+	$(add_kdebase_dep kdepimlibs)
+	$(add_kdebase_dep kdepim-common-libs)
+"
+RDEPEND="${DEPEND}"
+
+KMLOADLIBS="kdepim-common-libs"

diff --git a/kde-base/blogilo/blogilo-4.14.9.ebuild b/kde-base/blogilo/blogilo-4.14.9.ebuild
new file mode 100644
index 0000000..a052fbd
--- /dev/null
+++ b/kde-base/blogilo/blogilo-4.14.9.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_HANDBOOK="optional"
+KMNAME="kdepim"
+EGIT_BRANCH="KDE/4.14"
+inherit kde4-meta
+
+DESCRIPTION="KDE Blogging Client"
+HOMEPAGE="http://www.kde.org/applications/internet/blogilo"
+KEYWORDS=" ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+DEPEND="
+	$(add_kdebase_dep kdepim-common-libs)
+	$(add_kdebase_dep kdepimlibs)
+	>=net-libs/libkgapi-2.2.0
+"
+RDEPEND="${DEPEND}"
+
+KMEXTRACTONLY="
+	composereditor-ng/
+	pimcommon/
+"

diff --git a/kde-base/calendarjanitor/calendarjanitor-4.14.9.ebuild b/kde-base/calendarjanitor/calendarjanitor-4.14.9.ebuild
new file mode 100644
index 0000000..7a75ea9
--- /dev/null
+++ b/kde-base/calendarjanitor/calendarjanitor-4.14.9.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_HANDBOOK="optional"
+KMNAME="kdepim"
+EGIT_BRANCH="KDE/4.14"
+KMMODULE="console/${PN}"
+inherit kde4-meta
+
+DESCRIPTION="A tool to scan calendar data for buggy instances"
+HOMEPAGE="http://www.kde.org/"
+KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+DEPEND="
+	$(add_kdebase_dep kdepim-common-libs)
+	$(add_kdebase_dep kdepimlibs)
+"
+RDEPEND="${DEPEND}"
+
+KMEXTRACTONLY="
+	calendarsupport/
+"
+
+KMLOADLIBS="kdepim-common-libs"

diff --git a/kde-base/kabcclient/kabcclient-4.14.9.ebuild b/kde-base/kabcclient/kabcclient-4.14.9.ebuild
new file mode 100644
index 0000000..c31e775
--- /dev/null
+++ b/kde-base/kabcclient/kabcclient-4.14.9.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_HANDBOOK="optional"
+KMNAME="kdepim"
+EGIT_BRANCH="KDE/4.14"
+KMMODULE="console/${PN}"
+inherit kde4-meta
+
+DESCRIPTION="A command line client for accessing the KDE addressbook"
+KEYWORDS=" ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+DEPEND="
+	$(add_kdebase_dep kdepimlibs)
+"
+RDEPEND="${DEPEND}"
+
+src_install() {
+	kde4-meta_src_install
+
+	# work around NULL DT_RPATH in kabc2mutt
+	dosym kabcclient ${PREFIX}/bin/kabc2mutt
+}

diff --git a/kde-base/kaddressbook/kaddressbook-4.14.9.ebuild b/kde-base/kaddressbook/kaddressbook-4.14.9.ebuild
new file mode 100644
index 0000000..6810364
--- /dev/null
+++ b/kde-base/kaddressbook/kaddressbook-4.14.9.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_HANDBOOK="optional"
+KMNAME="kdepim"
+EGIT_BRANCH="KDE/4.14"
+inherit kde4-meta
+
+DESCRIPTION="The KDE Address Book"
+HOMEPAGE="http://www.kde.org/applications/office/kaddressbook/"
+KEYWORDS=" ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+DEPEND="
+	$(add_kdebase_dep kdepimlibs)
+	$(add_kdebase_dep kdepim-common-libs)
+	dev-libs/grantlee:0
+	!kde-base/contactthemeeditor
+"
+RDEPEND="${DEPEND}"
+
+KMEXTRA="
+	grantleeeditor/contactthemeeditor
+	plugins/kaddressbook/
+	plugins/ktexteditor/
+"
+KMCOMPILEONLY="
+	grantleetheme/
+	kaddressbookgrantlee/
+"
+KMEXTRACTONLY="
+	akonadi_next/
+	calendarsupport/
+	grantleeeditor/grantleethemeeditor/
+	libkleo/
+	pimcommon/
+"
+
+KMLOADLIBS="kdepim-common-libs"
+
+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
+}

diff --git a/kde-base/kalarm/kalarm-4.14.9.ebuild b/kde-base/kalarm/kalarm-4.14.9.ebuild
new file mode 100644
index 0000000..081def4
--- /dev/null
+++ b/kde-base/kalarm/kalarm-4.14.9.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_HANDBOOK="optional"
+KMNAME="kdepim"
+EGIT_BRANCH="KDE/4.14"
+inherit kde4-meta
+
+DESCRIPTION="Personal alarm message, command and email scheduler for KDE"
+HOMEPAGE+=" http://userbase.kde.org/KAlarm"
+KEYWORDS=" ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+RDEPEND="
+	$(add_kdebase_dep kdepimlibs)
+	$(add_kdebase_dep kdepim-common-libs)
+	media-libs/phonon[qt4]
+	x11-libs/libX11
+"
+DEPEND="${RDEPEND}"
+
+KMEXTRACTONLY="
+	kmail/
+"

diff --git a/kde-base/kdepim-common-libs/kdepim-common-libs-4.14.9.ebuild b/kde-base/kdepim-common-libs/kdepim-common-libs-4.14.9.ebuild
new file mode 100644
index 0000000..0952e28
--- /dev/null
+++ b/kde-base/kdepim-common-libs/kdepim-common-libs-4.14.9.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KMNAME="kdepim"
+EGIT_BRANCH="KDE/4.14"
+KMNOMODULE="true"
+inherit kde4-meta
+
+DESCRIPTION="Common libraries for KDE PIM apps"
+KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug google"
+
+DEPEND="
+	app-crypt/gpgme
+	>=app-office/akonadi-server-1.12.90
+	dev-libs/grantlee:0
+	$(add_kdebase_dep baloo '' 4.14.3)
+	$(add_kdebase_dep kdepimlibs)
+	google? ( net-libs/libkgapi:4 )
+"
+RDEPEND="${DEPEND}
+	!kde-base/akonadi:4
+	!kde-base/libkdepim:4
+	!kde-base/libkleo:4
+	!kde-base/libkpgp:4
+	!<kde-base/kaddressbook-4.11.50:4
+	!kde-base/kdepim-wizards:4
+	!<kde-base/kmail-4.14.5
+	!<kde-base/korganizer-4.5.67:4
+	app-crypt/gnupg
+	$(add_kdebase_dep kdepim-runtime)
+"
+
+RESTRICT="test"
+# bug 393131
+
+KMEXTRA="
+	agents/sendlateragent/
+	akonadi_next/
+	calendarsupport/
+	calendarviews/
+	composereditor-ng/
+	grantleeeditor/grantleethemeeditor/
+	grantleetheme/
+	incidenceeditor-ng/
+	libkdepim/
+	libkdepimdbusinterfaces/
+	libkleo/
+	libkpgp/
+	kaddressbookgrantlee/
+	kdgantt2/
+	mailcommon/
+	mailimporter/
+	messagecomposer/
+	messagecore/
+	messagelist/
+	messageviewer/
+	noteshared/
+	pimcommon/
+	templateparser/
+"
+KMEXTRACTONLY="
+	agents/mailfilteragent/org.freedesktop.Akonadi.MailFilterAgent.xml
+	kleopatra/
+	kmail/
+	knode/org.kde.knode.xml
+	korgac/org.kde.korganizer.KOrgac.xml
+	korganizer/data/org.kde.korganizer.Korganizer.xml
+	korganizer/data/org.kde.Korganizer.Calendar.xml
+"
+KMSAVELIBS="true"
+
+PATCHES=(
+	"${FILESDIR}/install-composereditorng.patch"
+	"${FILESDIR}/${PN}-install-headers.patch"
+)
+
+src_prepare() {
+	kde4-meta_src_prepare
+	sed -e '/folderarchiveagent.desktop/d' \
+		-i agents/CMakeLists.txt || die
+}
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package google LibKGAPI2)
+	)
+
+	kde4-meta_src_configure
+}

diff --git a/kde-base/kdepim-icons/kdepim-icons-4.14.9.ebuild b/kde-base/kdepim-icons/kdepim-icons-4.14.9.ebuild
new file mode 100644
index 0000000..efc08a9
--- /dev/null
+++ b/kde-base/kdepim-icons/kdepim-icons-4.14.9.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KMNAME="kdepim"
+EGIT_BRANCH="KDE/4.14"
+KMMODULE="icons"
+inherit kde4-meta
+
+DESCRIPTION="KDE PIM icons"
+IUSE=""
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+
+DEPEND="$(add_kdebase_dep kdepimlibs)"
+RDEPEND=""

diff --git a/kde-base/kdepim-kresources/kdepim-kresources-4.14.9.ebuild b/kde-base/kdepim-kresources/kdepim-kresources-4.14.9.ebuild
new file mode 100644
index 0000000..5e815fb
--- /dev/null
+++ b/kde-base/kdepim-kresources/kdepim-kresources-4.14.9.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KMNAME="kdepim"
+EGIT_BRANCH="KDE/4.14"
+KMMODULE="kresources"
+inherit kde4-meta
+
+DESCRIPTION="KDE PIM groupware plugin collection"
+IUSE="debug"
+KEYWORDS=" ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+
+DEPEND="
+	$(add_kdebase_dep kdepimlibs)
+	$(add_kdebase_dep kdepim-common-libs)
+"
+RDEPEND="${DEPEND}"
+
+KMEXTRACTONLY="
+	kmail/
+	knotes/
+	korganizer/version.h
+"
+
+KMLOADLIBS="kdepim-common-libs"

diff --git a/kde-base/kdepim-meta/kdepim-meta-4.14.9.ebuild b/kde-base/kdepim-meta/kdepim-meta-4.14.9.ebuild
new file mode 100644
index 0000000..382d4c2
--- /dev/null
+++ b/kde-base/kdepim-meta/kdepim-meta-4.14.9.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+inherit kde4-meta-pkg
+
+DESCRIPTION="kdepim - merge this to pull in all kdepim-derived packages"
+HOMEPAGE+=" http://community.kde.org/KDE_PIM"
+KEYWORDS=" ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE="nls"
+
+RDEPEND="
+	$(add_kdebase_dep akonadiconsole)
+	$(add_kdebase_dep akregator)
+	$(add_kdebase_dep blogilo)
+	$(add_kdebase_dep calendarjanitor)
+	$(add_kdebase_dep kabcclient)
+	$(add_kdebase_dep kaddressbook)
+	$(add_kdebase_dep kalarm)
+	$(add_kdebase_dep kdepim-icons)
+	$(add_kdebase_dep kdepim-kresources)
+	$(add_kdebase_dep kdepim-runtime)
+	$(add_kdebase_dep kjots)
+	$(add_kdebase_dep kleopatra)
+	$(add_kdebase_dep kmail)
+	$(add_kdebase_dep knode)
+	$(add_kdebase_dep knotes)
+	$(add_kdebase_dep konsolekalendar)
+	$(add_kdebase_dep kontact)
+	$(add_kdebase_dep korganizer)
+	$(add_kdebase_dep ktimetracker)
+	$(add_kdebase_dep ktnef)
+	nls? ( || (
+		(
+			$(add_kdeapps_dep kde4-l10n '' 15.04.0)
+		)
+		(
+			$(add_kdeapps_dep kde4-l10n '' 4.14.3)
+			$(add_kdebase_dep kdepim-l10n '' 4.14.3)
+		)
+	) )
+"

diff --git a/kde-base/kdepim-runtime/kdepim-runtime-4.14.9.ebuild b/kde-base/kdepim-runtime/kdepim-runtime-4.14.9.ebuild
new file mode 100644
index 0000000..6b58c69
--- /dev/null
+++ b/kde-base/kdepim-runtime/kdepim-runtime-4.14.9.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KMNAME="kdepim-runtime"
+EGIT_BRANCH="KDE/4.14"
+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 )
+	google? ( >=net-libs/libkgapi-2.0 )
+	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
+}

diff --git a/kde-base/kdepimlibs/kdepimlibs-4.14.9.ebuild b/kde-base/kdepimlibs/kdepimlibs-4.14.9.ebuild
new file mode 100644
index 0000000..24039e9
--- /dev/null
+++ b/kde-base/kdepimlibs/kdepimlibs-4.14.9.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_HANDBOOK="optional"
+CPPUNIT_REQUIRED="optional"
+EGIT_BRANCH="KDE/4.14"
+inherit kde4-base
+
+DESCRIPTION="Common library for KDE PIM apps"
+KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+LICENSE="LGPL-2.1"
+IUSE="debug ldap prison"
+
+# some akonadi tests timeout, that probaly needs more work as its ~700 tests
+RESTRICT="test"
+
+DEPEND="
+	!kde-misc/akonadi-social-utils
+	>=app-crypt/gpgme-1.1.6
+	>=app-office/akonadi-server-1.12.90[qt4]
+	>=dev-libs/boost-1.35.0-r5:=
+	dev-libs/libgpg-error
+	>=dev-libs/libical-0.48-r2:=
+	dev-libs/cyrus-sasl
+	>=dev-libs/qjson-0.8.1
+	media-libs/phonon[qt4]
+	x11-misc/shared-mime-info
+	prison? ( media-libs/prison:4 )
+	ldap? ( net-nds/openldap )
+"
+# boost is not linked to, but headers which include it are installed
+# bug #418071
+RDEPEND="${DEPEND}
+	!=kde-base/kdepim-runtime-4.10*
+	!=kde-base/kdepim-runtime-4.11*
+	!<kde-base/kdepim-runtime-4.4.11.1-r2
+"
+
+PATCHES=( "${FILESDIR}/${PN}-4.9.1-boostincludes.patch" )
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_build handbook doc)
+		$(cmake-utils_use_find_package ldap)
+		$(cmake-utils_use_find_package prison)
+	)
+
+	kde4-base_src_configure
+}
+
+src_install() {
+	kde4-base_src_install
+	rm "${ED}"/usr/share/apps/cmake/modules/FindQtOAuth.cmake #Collides with net-im/choqok
+}

diff --git a/kde-base/kjots/kjots-4.14.9.ebuild b/kde-base/kjots/kjots-4.14.9.ebuild
new file mode 100644
index 0000000..8007b48
--- /dev/null
+++ b/kde-base/kjots/kjots-4.14.9.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_HANDBOOK="optional"
+KMNAME="kdepim"
+EGIT_BRANCH="KDE/4.14"
+inherit kde4-meta
+
+DESCRIPTION="KDE note taking utility"
+HOMEPAGE="http://www.kde.org/applications/utilities/kjots/"
+KEYWORDS=" ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+DEPEND="
+	dev-libs/grantlee:0
+	$(add_kdebase_dep kdepimlibs)
+	$(add_kdebase_dep kdepim-common-libs)
+"
+RDEPEND="${DEPEND}"
+
+KMEXTRACTONLY="
+	akonadi_next/
+	noteshared/
+"

diff --git a/kde-base/kleopatra/kleopatra-4.9999.ebuild b/kde-base/kleopatra/kleopatra-4.14.9.ebuild
similarity index 86%
copy from kde-base/kleopatra/kleopatra-4.9999.ebuild
copy to kde-base/kleopatra/kleopatra-4.14.9.ebuild
index 6dd87dd..fdcb522 100644
--- a/kde-base/kleopatra/kleopatra-4.9999.ebuild
+++ b/kde-base/kleopatra/kleopatra-4.14.9.ebuild
@@ -11,7 +11,7 @@ inherit kde4-meta
 
 DESCRIPTION="Kleopatra - KDE X.509 key manager"
 HOMEPAGE="http://www.kde.org/applications/utilities/kleopatra/"
-KEYWORDS=""
+KEYWORDS=" ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="
@@ -30,7 +30,7 @@ KMEXTRACTONLY="
 	libkleo/
 "
 
-PATCHES=( "${FILESDIR}/${P}-install-headers.patch" )
+PATCHES=( "${FILESDIR}/${PN}-install-headers.patch" )
 
 src_unpack() {
 	if use handbook; then

diff --git a/kde-base/kleopatra/kleopatra-4.9999.ebuild b/kde-base/kleopatra/kleopatra-4.9999.ebuild
index 6dd87dd..a6aac8b 100644
--- a/kde-base/kleopatra/kleopatra-4.9999.ebuild
+++ b/kde-base/kleopatra/kleopatra-4.9999.ebuild
@@ -30,7 +30,7 @@ KMEXTRACTONLY="
 	libkleo/
 "
 
-PATCHES=( "${FILESDIR}/${P}-install-headers.patch" )
+PATCHES=( "${FILESDIR}/${PN}-install-headers.patch" )
 
 src_unpack() {
 	if use handbook; then

diff --git a/kde-base/kmail/kmail-4.14.9.ebuild b/kde-base/kmail/kmail-4.14.9.ebuild
new file mode 100644
index 0000000..f3deae6
--- /dev/null
+++ b/kde-base/kmail/kmail-4.14.9.ebuild
@@ -0,0 +1,115 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_HANDBOOK="optional"
+KMNAME="kdepim"
+EGIT_BRANCH="KDE/4.14"
+VIRTUALX_REQUIRED=test
+inherit flag-o-matic kde4-meta
+
+DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE"
+HOMEPAGE="http://www.kde.org/applications/internet/kmail/"
+KEYWORDS=" ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+DEPEND="
+	$(add_kdebase_dep kdepimlibs)
+	$(add_kdebase_dep korganizer)
+	$(add_kdebase_dep kdepim-common-libs)
+"
+RDEPEND="
+	${DEPEND}
+	!=kde-base/kdepim-common-libs-4.12.1-r1
+"
+
+RESTRICT="test"
+# bug 393147
+
+KMEXTRACTONLY="
+	agents/folderarchiveagent.desktop
+	agents/sendlateragent/
+	akonadi_next/
+	calendarviews/
+	grantleeeditor/grantleethemeeditor/
+	kdgantt2/
+	korganizer/
+	kresources/
+	libkdepimdbusinterfaces/
+	libkleo/
+	libkpgp/
+"
+KMCOMPILEONLY="
+	calendarsupport/
+	grantleetheme/
+	incidenceeditor-ng/
+	kaddressbookgrantlee/
+	mailcommon/
+	mailimporter/
+	messagecomposer/
+	messagecore/
+	messagelist/
+	messageviewer/
+	mailcommon/
+	mailimporter/
+	noteshared/
+	pimcommon/
+	templateparser/
+"
+KMEXTRA="
+	agents/archivemailagent/
+	agents/followupreminderagent/
+	agents/mailfilteragent/
+	grantleeeditor/headerthemeeditor/
+	importwizard/
+	kmailcvt/
+	ksendemail/
+	libksieve/
+	mboximporter/
+	pimsettingexporter/
+	plugins/messageviewer/
+"
+
+KMLOADLIBS="kdepim-common-libs"
+
+src_configure() {
+	# Bug 308903
+	use ppc64 && append-flags -mminimal-toc
+
+	kde4-meta_src_configure
+}
+
+src_compile() {
+	kde4-meta_src_compile kmail_xml
+	kde4-meta_src_compile
+}
+
+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
+	if ! has_version kde-base/kleopatra:${SLOT}; then
+		echo
+		elog "For certificate management and the gnupg log viewer, please install kde-base/kleopatra:${SLOT}"
+		echo
+	fi
+
+	if has_version "app-office/akonadi-server[sqlite]"; then
+		ewarn
+		ewarn "We strongly recommend you set your Akonadi database backend to QMYSQL in your"
+		ewarn "user configuration. This is the backend recommended by KDE upstream."
+		ewarn "Reports indicate that kde-base/kmail-4.10 does not work properly with the sqlite"
+		ewarn "backend anymore."
+		if has_version "app-office/akonadi-server[-mysql]"; then
+			ewarn "FOR THAT, YOU WILL HAVE TO RE-BUILD app-office/akonadi-server WITH mysql USEFLAG ENABLED."
+		fi
+		ewarn "You can select the backend in your ~/.config/akonadi/akonadiserverrc."
+		ewarn
+	fi
+}

diff --git a/kde-base/knode/knode-4.14.9.ebuild b/kde-base/knode/knode-4.14.9.ebuild
new file mode 100644
index 0000000..5bd7811
--- /dev/null
+++ b/kde-base/knode/knode-4.14.9.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_HANDBOOK="optional"
+KMNAME="kdepim"
+EGIT_BRANCH="KDE/4.14"
+inherit kde4-meta
+
+DESCRIPTION="A newsreader for KDE"
+HOMEPAGE="http://www.kde.org/applications/internet/knode/"
+KEYWORDS=" ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+# test fails, last checked for 4.2.96
+RESTRICT=test
+
+DEPEND="
+	$(add_kdebase_dep kdepimlibs)
+	$(add_kdebase_dep kdepim-common-libs "" 4.12.1-r1)
+"
+RDEPEND="${DEPEND}"
+
+KMEXTRACTONLY="
+	agents/
+	libkleo/
+	libkpgp/
+	messagecomposer/
+	messageviewer/
+	messagecore/
+"
+KMCOMPILEONLY="
+	grantleetheme/
+	kaddressbookgrantlee/
+"
+
+KMLOADLIBS="kdepim-common-libs"
+
+src_unpack() {
+	if use handbook; then
+		KMEXTRA="
+			doc/kioslave/news
+		"
+	fi
+
+	kde4-meta_src_unpack
+}

diff --git a/kde-base/knotes/knotes-4.14.9.ebuild b/kde-base/knotes/knotes-4.14.9.ebuild
new file mode 100644
index 0000000..64aa0c9
--- /dev/null
+++ b/kde-base/knotes/knotes-4.14.9.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_HANDBOOK="optional"
+KMNAME="kdepim"
+EGIT_BRANCH="KDE/4.14"
+inherit kde4-meta
+
+DESCRIPTION="KDE Notes application"
+HOMEPAGE="http://www.kde.org/applications/utilities/knotes/"
+KEYWORDS=" ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+DEPEND="
+	$(add_kdebase_dep kdepimlibs)
+	$(add_kdebase_dep kdepim-common-libs)
+"
+RDEPEND="${DEPEND}"
+
+KMCOMPILEONLY="
+	noteshared/
+"
+
+KMEXTRACTONLY="
+	akonadi_next/
+	pimcommon/
+"
+
+KMLOADLIBS="kdepim-common-libs"

diff --git a/kde-base/konsolekalendar/konsolekalendar-4.14.9.ebuild b/kde-base/konsolekalendar/konsolekalendar-4.14.9.ebuild
new file mode 100644
index 0000000..6338815
--- /dev/null
+++ b/kde-base/konsolekalendar/konsolekalendar-4.14.9.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_HANDBOOK="optional"
+KMNAME="kdepim"
+EGIT_BRANCH="KDE/4.14"
+KMMODULE="console/${PN}"
+inherit kde4-meta
+
+DESCRIPTION="A command line interface to KDE calendars"
+HOMEPAGE+=" http://userbase.kde.org/KonsoleKalendar"
+KEYWORDS=" ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+DEPEND="
+	$(add_kdebase_dep kdepimlibs)
+	$(add_kdebase_dep kdepim-common-libs)
+"
+RDEPEND="${DEPEND}"
+
+KMCOMPILEONLY="
+	calendarsupport/
+	grantleetheme/
+	incidenceeditor-ng/
+	kaddressbookgrantlee/
+	mailcommon/
+	messagecore/
+	messageviewer/
+	pimcommon/
+	templateparser/
+"
+KMEXTRACTONLY="
+	akonadi_next/
+	agents/mailfilteragent/org.freedesktop.Akonadi.MailFilterAgent.xml
+	calendarviews/
+	kdgantt2/
+	korganizer/data/org.kde.Korganizer.Calendar.xml
+	mailimporter/
+	messagecomposer/
+	libkdepimdbusinterfaces/
+	libkleo/
+	libkpgp/
+"
+
+KMLOADLIBS="kdepim-common-libs"

diff --git a/kde-base/kontact/kontact-4.14.9.ebuild b/kde-base/kontact/kontact-4.14.9.ebuild
new file mode 100644
index 0000000..3d20b81
--- /dev/null
+++ b/kde-base/kontact/kontact-4.14.9.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_HANDBOOK="optional"
+KMNAME="kdepim"
+EGIT_BRANCH="KDE/4.14"
+inherit kde4-meta
+
+DESCRIPTION="KDE personal information manager"
+HOMEPAGE="http://www.kde.org/applications/office/kontact/"
+KEYWORDS=" ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+DEPEND="
+	$(add_kdebase_dep kdepimlibs)
+	$(add_kdebase_dep kdepim-common-libs)
+"
+RDEPEND="${DEPEND}"
+
+KMLOADLIBS="kdepim-common-libs"
+KMSAVELIBS="true"
+
+# We remove plugins that are related to external kdepim programs. This way
+# kontact doesn't have to depend on all programs it has plugins for.
+# kcontactmanager gone from kdesvn
+#
+KMEXTRACTONLY="
+	kontact/plugins/akregator/
+	kontact/plugins/kaddressbook/
+	kontact/plugins/kjots/
+	kontact/plugins/kmail/
+	kontact/plugins/knode/
+	kontact/plugins/knotes/
+	kontact/plugins/korganizer/
+	kontact/plugins/ktimetracker/
+	kontact/plugins/planner/
+	kontact/plugins/specialdates/
+	libkdepimdbusinterfaces/
+"
+
+src_unpack() {
+	if use handbook; then
+		KMEXTRA+="
+			doc/kontact-admin/
+		"
+	fi
+
+	kde4-meta_src_unpack
+}

diff --git a/kde-base/korganizer/korganizer-4.14.9.ebuild b/kde-base/korganizer/korganizer-4.14.9.ebuild
new file mode 100644
index 0000000..6ef5528
--- /dev/null
+++ b/kde-base/korganizer/korganizer-4.14.9.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_HANDBOOK="optional"
+KMNAME="kdepim"
+EGIT_BRANCH="KDE/4.14"
+inherit kde4-meta
+
+DESCRIPTION="A Personal Organizer for KDE"
+HOMEPAGE="http://www.kde.org/applications/office/korganizer/"
+KEYWORDS=" ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+DEPEND="
+	$(add_kdebase_dep kdepimlibs)
+	$(add_kdebase_dep kdepim-common-libs)
+	sys-libs/zlib
+"
+RDEPEND="${DEPEND}
+	$(add_kdeapps_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
+}

diff --git a/kde-base/ktimetracker/ktimetracker-4.14.9.ebuild b/kde-base/ktimetracker/ktimetracker-4.14.9.ebuild
new file mode 100644
index 0000000..00b0289
--- /dev/null
+++ b/kde-base/ktimetracker/ktimetracker-4.14.9.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_HANDBOOK="optional"
+KMNAME="kdepim"
+EGIT_BRANCH="KDE/4.14"
+inherit kde4-meta
+
+DESCRIPTION="KTimeTracker tracks time spent on various tasks"
+HOEMPAGE="http://www.kde.org/applications/utilities/ktimetracker/"
+KEYWORDS=" ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+RDEPEND="
+	$(add_kdebase_dep kdepim-kresources)
+	$(add_kdebase_dep kdepimlibs)
+	$(add_kdebase_dep kdepim-common-libs)
+	x11-libs/libXScrnSaver
+"
+DEPEND="${RDEPEND}
+	x11-proto/scrnsaverproto
+"
+
+KMEXTRACTONLY="
+	kresources/
+"
+
+KMLOADLIBS="kdepim-common-libs"
+
+src_unpack() {
+	if use kontact; then
+		KMEXTRA="${KMEXTRA} kontact/plugins/ktimetracker"
+	fi
+
+	kde4-meta_src_unpack
+}

diff --git a/kde-base/ktnef/ktnef-4.14.9.ebuild b/kde-base/ktnef/ktnef-4.14.9.ebuild
new file mode 100644
index 0000000..91e9d34
--- /dev/null
+++ b/kde-base/ktnef/ktnef-4.14.9.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_HANDBOOK="optional"
+KMNAME="kdepim"
+EGIT_BRANCH="KDE/4.14"
+inherit kde4-meta
+
+DESCRIPTION="A viewer for TNEF attachments"
+KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+LICENSE="LGPL-2.1"
+IUSE="debug"
+
+DEPEND="
+	app-office/akonadi-server
+	$(add_kdebase_dep kdepimlibs)
+"
+RDEPEND="${DEPEND}"
+
+KMEXTRACTONLY="
+	akonadi/
+"


                 reply	other threads:[~2015-06-07 10:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1433673487.257c8d15bfeea36829b13905f58964c0432df8c3.johu@gentoo \
    --to=johu@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox