diff options
author | Maciej Mrozowski <reavertm@gentoo.org> | 2010-09-11 05:50:54 +0000 |
---|---|---|
committer | Maciej Mrozowski <reavertm@gentoo.org> | 2010-09-11 05:50:54 +0000 |
commit | e306f744796525f6321cd26a6d00aa703f3985d8 (patch) | |
tree | 237a61d8bd03622be5399316951f20f5d417a64e /kde-base/kontact | |
parent | New version for Audacious 2.4 (diff) | |
download | historical-e306f744796525f6321cd26a6d00aa703f3985d8.tar.gz historical-e306f744796525f6321cd26a6d00aa703f3985d8.tar.bz2 historical-e306f744796525f6321cd26a6d00aa703f3985d8.zip |
Version bump kdepim-4.4.6
Package-Manager: portage-2.2_rc78/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.6.ebuild | 52 |
2 files changed, 58 insertions, 1 deletions
diff --git a/kde-base/kontact/ChangeLog b/kde-base/kontact/ChangeLog index 98114e2b8a01..70a4da8237eb 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.164 2010/08/09 17:35:32 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/ChangeLog,v 1.165 2010/09/11 05:50:51 reavertm Exp $ + +*kontact-4.4.6 (11 Sep 2010) + + 11 Sep 2010; Maciej Mrozowski <reavertm@gentoo.org> +kontact-4.4.6.ebuild: + Version bump kdepim-4.4.6 09 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> kontact-4.4.5.ebuild: Drop alpha ia64 and sparc per the AT Lead permission. diff --git a/kde-base/kontact/kontact-4.4.6.ebuild b/kde-base/kontact/kontact-4.4.6.ebuild new file mode 100644 index 000000000000..faf2cdd5b26d --- /dev/null +++ b/kde-base/kontact/kontact-4.4.6.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.6.ebuild,v 1.1 2010/09/11 05:50:51 reavertm Exp $ + +EAPI="3" + +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 +} |