summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-01-25 16:32:27 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-01-25 16:32:27 +0000
commitb416953897a30654d335c884a5c53214ef1622ce (patch)
tree4b7fad7b4654d372fcd0a9ffc34d57a503d826cf /kde-base/kontact
parentVersion bump KDE 4.3.5 (diff)
downloadgentoo-2-b416953897a30654d335c884a5c53214ef1622ce.tar.gz
gentoo-2-b416953897a30654d335c884a5c53214ef1622ce.tar.bz2
gentoo-2-b416953897a30654d335c884a5c53214ef1622ce.zip
Version bump KDE 4.3.5
(Portage version: 2.2_rc61/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kontact')
-rw-r--r--kde-base/kontact/ChangeLog8
-rw-r--r--kde-base/kontact/kontact-4.3.5.ebuild43
2 files changed, 50 insertions, 1 deletions
diff --git a/kde-base/kontact/ChangeLog b/kde-base/kontact/ChangeLog
index edeaaea4b83f..c6c6f8207a83 100644
--- a/kde-base/kontact/ChangeLog
+++ b/kde-base/kontact/ChangeLog
@@ -1,6 +1,12 @@
# 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.143 2010/01/23 20:18:37 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/ChangeLog,v 1.144 2010/01/25 16:32:27 scarabeus Exp $
+
+*kontact-4.3.5 (25 Jan 2010)
+
+ 25 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+ +kontact-4.3.5.ebuild:
+ Version bump
23 Jan 2010; Jonathan Callen <abcd@gentoo.org> kontact-4.3.4.ebuild:
Keyword ~amd64-linux/~x86-linux
diff --git a/kde-base/kontact/kontact-4.3.5.ebuild b/kde-base/kontact/kontact-4.3.5.ebuild
new file mode 100644
index 000000000000..ba17ea22ad02
--- /dev/null
+++ b/kde-base/kontact/kontact-4.3.5.ebuild
@@ -0,0 +1,43 @@
+# 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.3.5.ebuild,v 1.1 2010/01/25 16:32:27 scarabeus Exp $
+
+EAPI="2"
+
+KMNAME="kdepim"
+inherit kde4-meta
+
+DESCRIPTION="KDE personal information manager"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+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/
+"