summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2008-10-02 09:34:16 +0000
committerJorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>2008-10-02 09:34:16 +0000
commitb4eb57881104b40206823bcf48eaee1871079793 (patch)
tree97bd1b1e43742cd216aee5f9b602eb89d95cc661 /kde-base/kontact
parentAdd kde-4.1.2 into the tree from the kde-testing overlay. (diff)
downloadgentoo-2-b4eb57881104b40206823bcf48eaee1871079793.tar.gz
gentoo-2-b4eb57881104b40206823bcf48eaee1871079793.tar.bz2
gentoo-2-b4eb57881104b40206823bcf48eaee1871079793.zip
Add kde-4.1.2 into the tree from the kde-testing overlay.
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'kde-base/kontact')
-rw-r--r--kde-base/kontact/ChangeLog8
-rw-r--r--kde-base/kontact/kontact-4.1.2.ebuild40
2 files changed, 47 insertions, 1 deletions
diff --git a/kde-base/kontact/ChangeLog b/kde-base/kontact/ChangeLog
index 1e1366df0ef7..9b2f3f639cd1 100644
--- a/kde-base/kontact/ChangeLog
+++ b/kde-base/kontact/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/kontact
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/ChangeLog,v 1.95 2008/09/13 23:59:19 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/ChangeLog,v 1.96 2008/10/02 09:34:16 jmbsvicetto Exp $
+
+*kontact-4.1.2 (02 Oct 2008)
+
+ 02 Oct 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
+ +kontact-4.1.2.ebuild:
+ Add kde-4.1.2 into the tree from the kde-testing overlay.
*kontact-3.5.10 (13 Sep 2008)
diff --git a/kde-base/kontact/kontact-4.1.2.ebuild b/kde-base/kontact/kontact-4.1.2.ebuild
new file mode 100644
index 000000000000..556e033ce88e
--- /dev/null
+++ b/kde-base/kontact/kontact-4.1.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/kontact-4.1.2.ebuild,v 1.1 2008/10/02 09:34:16 jmbsvicetto Exp $
+
+EAPI="2"
+
+KMNAME=kdepim
+inherit kde4-meta
+
+DESCRIPTION="KDE personal information manager"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug htmlhandbook"
+
+DEPEND="app-crypt/gnupg
+ app-crypt/gpgme
+ >=kde-base/kontactinterfaces-${PV}:${SLOT}
+ >=kde-base/libkdepim-${PV}:${SLOT}"
+RDEPEND="${DEPEND}"
+
+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="libkdepim/
+ kmail/
+ kontact/plugins/akregator/
+ kontact/plugins/kaddressbook/
+ kontact/plugins/kjots/
+ kontact/plugins/kmail/
+ kontact/plugins/kmobiletools
+ kontact/plugins/knode/
+ kontact/plugins/knotes/
+ kontact/plugins/korganizer/
+ kontact/plugins/ktimetracker/
+ kontact/plugins/planner/
+ kontact/plugins/specialdates/
+ kontactinterfaces/"