diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-06-30 15:37:09 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-06-30 15:37:09 +0000 |
commit | 588eb8e56926b65029e4de63aa398e51ed8cc9b8 (patch) | |
tree | 356a5e95843b62ad54fc9c77facba6ff67c4db94 /kde-base/kontact | |
parent | x86 stable, bug 323729 (diff) | |
download | gentoo-2-588eb8e56926b65029e4de63aa398e51ed8cc9b8.tar.gz gentoo-2-588eb8e56926b65029e4de63aa398e51ed8cc9b8.tar.bz2 gentoo-2-588eb8e56926b65029e4de63aa398e51ed8cc9b8.zip |
[kde-base] Bump KDE SC 4.4.5 =)
(Portage version: 2.2_rc67_p182/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.4.5.ebuild | 52 |
2 files changed, 58 insertions, 1 deletions
diff --git a/kde-base/kontact/ChangeLog b/kde-base/kontact/ChangeLog index fa8dbd01dc47..ddf8b92f4a9c 100644 --- a/kde-base/kontact/ChangeLog +++ b/kde-base/kontact/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kontact # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/ChangeLog,v 1.158 2010/06/27 21:22:28 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/ChangeLog,v 1.159 2010/06/30 15:37:09 alexxy Exp $ + +*kontact-4.4.5 (30 Jun 2010) + + 30 Jun 2010; Alexey Shvetsov <alexxy@gentoo.org> +kontact-4.4.5.ebuild: + Version bump 27 Jun 2010; Christian Faulhammer <fauli@gentoo.org> kontact-4.4.4.ebuild: x86 stable, bug 322791 diff --git a/kde-base/kontact/kontact-4.4.5.ebuild b/kde-base/kontact/kontact-4.4.5.ebuild new file mode 100644 index 000000000000..8c151c79e79d --- /dev/null +++ b/kde-base/kontact/kontact-4.4.5.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/kontact-4.4.5.ebuild,v 1.1 2010/06/30 15:37:09 alexxy Exp $ + +EAPI="3" + +KMNAME="kdepim" +inherit kde4-meta + +DESCRIPTION="KDE personal information manager" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~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 +} |