diff options
author | 2013-02-07 04:58:00 +0000 | |
---|---|---|
committer | 2013-02-07 04:58:00 +0000 | |
commit | d7e1a4366ff9ba481421bd6f31539139be38e99a (patch) | |
tree | 06cf6fc3ad2522bd965c90e770efaf564b4caf81 /kde-base/kontact | |
parent | Mask KDE SC 4.10.0 for keywording bug #455960 (diff) | |
download | gentoo-2-d7e1a4366ff9ba481421bd6f31539139be38e99a.tar.gz gentoo-2-d7e1a4366ff9ba481421bd6f31539139be38e99a.tar.bz2 gentoo-2-d7e1a4366ff9ba481421bd6f31539139be38e99a.zip |
Add KDE SC 4.10.0
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key F82F92E6)
Diffstat (limited to 'kde-base/kontact')
-rw-r--r-- | kde-base/kontact/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kontact/kontact-4.10.0.ebuild | 50 |
2 files changed, 56 insertions, 1 deletions
diff --git a/kde-base/kontact/ChangeLog b/kde-base/kontact/ChangeLog index 509d964f862b..c5cc171b37e3 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.248 2013/01/28 12:13:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/ChangeLog,v 1.249 2013/02/07 04:57:44 alexxy Exp $ + +*kontact-4.10.0 (06 Feb 2013) + + 06 Feb 2013; Alexey Shvetsov <alexxy@gentoo.org> +kontact-4.10.0.ebuild: + Version bump KDE SC 4.10.0 28 Jan 2013; Agostino Sarubbo <ago@gentoo.org> -kontact-4.9.3.ebuild, -kontact-4.9.4.ebuild: diff --git a/kde-base/kontact/kontact-4.10.0.ebuild b/kde-base/kontact/kontact-4.10.0.ebuild new file mode 100644 index 000000000000..04a8b0684324 --- /dev/null +++ b/kde-base/kontact/kontact-4.10.0.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/kontact-4.10.0.ebuild,v 1.1 2013/02/07 04:57:44 alexxy Exp $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kdepim" +inherit kde4-meta + +DESCRIPTION="KDE personal information manager" +KEYWORDS="~amd64 ~arm ~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 +} |