summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Alexander <wired@gentoo.org>2009-12-01 10:55:28 +0000
committerAlex Alexander <wired@gentoo.org>2009-12-01 10:55:28 +0000
commit6731717403a65fdd0896467cbbf262f6ac34ce1d (patch)
treedff3a8d319cdd460a54f71dc19a96ec4da2724a2 /kde-base/kontact
parentVersion bump KDE 4.3.4 (diff)
downloadgentoo-2-6731717403a65fdd0896467cbbf262f6ac34ce1d.tar.gz
gentoo-2-6731717403a65fdd0896467cbbf262f6ac34ce1d.tar.bz2
gentoo-2-6731717403a65fdd0896467cbbf262f6ac34ce1d.zip
Version bump KDE 4.3.4
(Portage version: 2.2_rc54/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kontact')
-rw-r--r--kde-base/kontact/ChangeLog7
-rw-r--r--kde-base/kontact/kontact-4.3.4.ebuild43
2 files changed, 49 insertions, 1 deletions
diff --git a/kde-base/kontact/ChangeLog b/kde-base/kontact/ChangeLog
index 8452fb8cf61e..1c86f803f1d4 100644
--- a/kde-base/kontact/ChangeLog
+++ b/kde-base/kontact/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kontact
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/ChangeLog,v 1.138 2009/11/30 06:55:03 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/ChangeLog,v 1.139 2009/12/01 10:55:28 wired Exp $
+
+*kontact-4.3.4 (01 Dec 2009)
+
+ 01 Dec 2009; Alex Alexander <wired@gentoo.org> +kontact-4.3.4.ebuild:
+ Version bump
30 Nov 2009; Joseph Jezak <josejx@gentoo.org> kontact-4.3.3.ebuild:
Marked ppc/ppc64 stable for bug #292455.
diff --git a/kde-base/kontact/kontact-4.3.4.ebuild b/kde-base/kontact/kontact-4.3.4.ebuild
new file mode 100644
index 000000000000..47cbd3b953aa
--- /dev/null
+++ b/kde-base/kontact/kontact-4.3.4.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/kontact-4.3.4.ebuild,v 1.1 2009/12/01 10:55:28 wired Exp $
+
+EAPI="2"
+
+KMNAME="kdepim"
+inherit kde4-meta
+
+DESCRIPTION="KDE personal information manager"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug +handbook"
+
+DEPEND="
+ app-crypt/gpgme
+ $(add_kdebase_dep kontactinterfaces)
+ $(add_kdebase_dep libkdepim)
+"
+RDEPEND="${DEPEND}
+ app-crypt/gnupg
+"
+
+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.
+#
+# 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/
+ kontactinterfaces/
+"