diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2011-07-11 14:01:20 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2011-07-11 14:01:20 +0000 |
commit | 71ddcc2a74de0847c5d8338dc0485f0446bd241a (patch) | |
tree | 835e1e7e2d5f0c5eb717f5dd907cd2f286b67448 /kde-base/kontact | |
parent | Version bump. (diff) | |
download | gentoo-2-71ddcc2a74de0847c5d8338dc0485f0446bd241a.tar.gz gentoo-2-71ddcc2a74de0847c5d8338dc0485f0446bd241a.tar.bz2 gentoo-2-71ddcc2a74de0847c5d8338dc0485f0446bd241a.zip |
Version bump KDEPIM 4.6.1
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kontact')
-rw-r--r-- | kde-base/kontact/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kontact/kontact-4.6.1.ebuild | 51 |
2 files changed, 57 insertions, 1 deletions
diff --git a/kde-base/kontact/ChangeLog b/kde-base/kontact/ChangeLog index 7378a1e7b7cd..fe7be520723d 100644 --- a/kde-base/kontact/ChangeLog +++ b/kde-base/kontact/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kontact # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/ChangeLog,v 1.187 2011/06/09 22:52:47 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/ChangeLog,v 1.188 2011/07/11 14:01:20 tampakrap Exp $ + +*kontact-4.6.1 (11 Jul 2011) + + 11 Jul 2011; Theo Chatzimichos <tampakrap@gentoo.org> +kontact-4.6.1.ebuild: + Version bump KDEPIM 4.6.1 09 Jun 2011; Theo Chatzimichos <tampakrap@gentoo.org> -kontact-4.5.95.ebuild: Remove KDEPIM 4.5.95 diff --git a/kde-base/kontact/kontact-4.6.1.ebuild b/kde-base/kontact/kontact-4.6.1.ebuild new file mode 100644 index 000000000000..c6421880f535 --- /dev/null +++ b/kde-base/kontact/kontact-4.6.1.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/kontact-4.6.1.ebuild,v 1.1 2011/07/11 14:01:20 tampakrap Exp $ + +EAPI=4 + +KDE_HANDBOOK="optional" +KMNAME="kdepim" +KDE_SCM="git" +inherit kde4-meta + +DESCRIPTION="KDE personal information manager" +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 +} |