diff options
author | 2011-04-21 21:36:02 +0000 | |
---|---|---|
committer | 2011-04-21 21:36:02 +0000 | |
commit | c5a9c15de082c8a6f3affc42996f664432922c30 (patch) | |
tree | 409067614ad22a3fe3ae2d24788531b3b32a9675 /kde-base/kontact | |
parent | Version bump (diff) | |
download | gentoo-2-c5a9c15de082c8a6f3affc42996f664432922c30.tar.gz gentoo-2-c5a9c15de082c8a6f3affc42996f664432922c30.tar.bz2 gentoo-2-c5a9c15de082c8a6f3affc42996f664432922c30.zip |
Version bump
(Portage version: 2.1.9.46/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kontact')
-rw-r--r-- | kde-base/kontact/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kontact/kontact-4.4.11.1.ebuild | 53 |
2 files changed, 60 insertions, 1 deletions
diff --git a/kde-base/kontact/ChangeLog b/kde-base/kontact/ChangeLog index 95b1f4899b1a..a4be42676905 100644 --- a/kde-base/kontact/ChangeLog +++ b/kde-base/kontact/ChangeLog @@ -1,6 +1,12 @@ # 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.178 2011/04/06 07:45:26 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/ChangeLog,v 1.179 2011/04/21 21:36:02 dilfridge Exp $ + +*kontact-4.4.11.1 (21 Apr 2011) + + 21 Apr 2011; Andreas K. Huettel <dilfridge@gentoo.org> + +kontact-4.4.11.1.ebuild: + Version bump *kontact-4.4.10-r1 (06 Apr 2011) diff --git a/kde-base/kontact/kontact-4.4.11.1.ebuild b/kde-base/kontact/kontact-4.4.11.1.ebuild new file mode 100644 index 000000000000..ced6f4d9fca5 --- /dev/null +++ b/kde-base/kontact/kontact-4.4.11.1.ebuild @@ -0,0 +1,53 @@ +# 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.4.11.1.ebuild,v 1.1 2011/04/21 21:36:02 dilfridge Exp $ + +EAPI=4 + +KDE_MINIMAL="4.6" +KMNAME="kdepim" +inherit kde4-meta + +DESCRIPTION="KDE personal information manager" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +handbook" + +DEPEND=" + $(add_kdebase_dep kdepimlibs) + $(add_kdebase_dep libkdepim) +" +RDEPEND="${DEPEND} + $(add_kdebase_dep kdepim-runtime) +" + +KMLOADLIBS="libkdepim" +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 +# +# xml targets from kmail/ are being uncommented by kde4-meta.eclass +KMEXTRACTONLY=" + kmail/ + 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/ +" + +src_unpack() { + if use handbook; then + KMEXTRA+=" + doc/kontact-admin/ + " + fi + + kde4-meta_src_unpack +} |