diff options
author | Chris Reffett <creffett@gentoo.org> | 2014-01-10 04:22:20 +0000 |
---|---|---|
committer | Chris Reffett <creffett@gentoo.org> | 2014-01-10 04:22:20 +0000 |
commit | 803efb3b1f3061a26772f670a2e44a59efbf3f3f (patch) | |
tree | 82f2adcff5045d9821efd3318efe2cacf46c43ea /kde-base/kontact | |
parent | 0.7.5 bump (diff) | |
download | gentoo-2-803efb3b1f3061a26772f670a2e44a59efbf3f3f.tar.gz gentoo-2-803efb3b1f3061a26772f670a2e44a59efbf3f3f.tar.bz2 gentoo-2-803efb3b1f3061a26772f670a2e44a59efbf3f3f.zip |
Bump KDE SC 4.11.5
(Portage version: 2.2.8/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 42618354)
Diffstat (limited to 'kde-base/kontact')
-rw-r--r-- | kde-base/kontact/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/kontact/kontact-4.11.5.ebuild | 51 |
2 files changed, 58 insertions, 2 deletions
diff --git a/kde-base/kontact/ChangeLog b/kde-base/kontact/ChangeLog index cf4bb6423c67..cd5d90474871 100644 --- a/kde-base/kontact/ChangeLog +++ b/kde-base/kontact/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kontact -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/ChangeLog,v 1.298 2013/12/18 19:57:56 johu Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/ChangeLog,v 1.299 2014/01/10 04:21:45 creffett Exp $ + +*kontact-4.11.5 (10 Jan 2014) + + 10 Jan 2014; Chris Reffett <creffett@gentoo.org> +kontact-4.11.5.ebuild: + Bump KDE SC 4.11.5 *kontact-4.12.0 (18 Dec 2013) diff --git a/kde-base/kontact/kontact-4.11.5.ebuild b/kde-base/kontact/kontact-4.11.5.ebuild new file mode 100644 index 000000000000..1c708a3a4290 --- /dev/null +++ b/kde-base/kontact/kontact-4.11.5.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/kontact-4.11.5.ebuild,v 1.1 2014/01/10 04:21:45 creffett Exp $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kdepim" +inherit kde4-meta + +DESCRIPTION="KDE personal information manager" +HOMEPAGE="http://www.kde.org/applications/office/kontact/" +KEYWORDS=" ~amd64 ~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 +} |