summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWulf Krueger <philantrop@gentoo.org>2007-10-19 23:18:09 +0000
committerWulf Krueger <philantrop@gentoo.org>2007-10-19 23:18:09 +0000
commitec5dca2c9621344dc670c787c9a4e0d105fe588a (patch)
treee941738efcdbe3a0720384b532297d04469aeed9 /kde-base/kontact
parentBump to KDE 3.5.8. (diff)
downloadgentoo-2-ec5dca2c9621344dc670c787c9a4e0d105fe588a.tar.gz
gentoo-2-ec5dca2c9621344dc670c787c9a4e0d105fe588a.tar.bz2
gentoo-2-ec5dca2c9621344dc670c787c9a4e0d105fe588a.zip
Bump to KDE 3.5.8.
(Portage version: 2.1.3.15)
Diffstat (limited to 'kde-base/kontact')
-rw-r--r--kde-base/kontact/ChangeLog8
-rw-r--r--kde-base/kontact/files/digest-kontact-3.5.86
-rw-r--r--kde-base/kontact/kontact-3.5.8.ebuild41
3 files changed, 54 insertions, 1 deletions
diff --git a/kde-base/kontact/ChangeLog b/kde-base/kontact/ChangeLog
index 2672cee41b58..3a78e2d82fdd 100644
--- a/kde-base/kontact/ChangeLog
+++ b/kde-base/kontact/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/kontact
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/ChangeLog,v 1.79 2007/08/11 16:54:49 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/ChangeLog,v 1.80 2007/10/19 23:18:09 philantrop Exp $
+
+*kontact-3.5.8 (19 Oct 2007)
+
+ 19 Oct 2007; Wulf C. Krueger <philantrop@gentoo.org>
+ +kontact-3.5.8.ebuild:
+ Bump to KDE 3.5.8.
11 Aug 2007; Raúl Porcel <armin76@gentoo.org> kontact-3.5.7-r1.ebuild:
x86 stable wrt #185823
diff --git a/kde-base/kontact/files/digest-kontact-3.5.8 b/kde-base/kontact/files/digest-kontact-3.5.8
new file mode 100644
index 000000000000..f4363163e039
--- /dev/null
+++ b/kde-base/kontact/files/digest-kontact-3.5.8
@@ -0,0 +1,6 @@
+MD5 bf6b46337388fa6a93c9084d3d2c4509 kdepim-3.5-patchset-04.tar.bz2 133990
+RMD160 9d9fd1e7b04512f1f28bba78d5eeadfc3e3280ba kdepim-3.5-patchset-04.tar.bz2 133990
+SHA256 8b1968a7bef8ab2efdb2d87e96943ce636775b76365bc1bc99e1e377f9abfc61 kdepim-3.5-patchset-04.tar.bz2 133990
+MD5 a1ffff553f1d6739c7791891028b176b kdepim-3.5.8.tar.bz2 14107449
+RMD160 bb34c7e88227a1ebdd8ff38ee41445f85969175e kdepim-3.5.8.tar.bz2 14107449
+SHA256 433f8541af0a05e0a7e15df5ecca8463a29b6574871b941a8312b04b2233fef1 kdepim-3.5.8.tar.bz2 14107449
diff --git a/kde-base/kontact/kontact-3.5.8.ebuild b/kde-base/kontact/kontact-3.5.8.ebuild
new file mode 100644
index 000000000000..8dadce4ccd4b
--- /dev/null
+++ b/kde-base/kontact/kontact-3.5.8.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact/kontact-3.5.8.ebuild,v 1.1 2007/10/19 23:18:09 philantrop Exp $
+
+KMNAME=kdepim
+MAXKDEVER=$PV
+KM_DEPRANGE="$PV $MAXKDEVER"
+inherit kde-meta eutils
+
+SRC_URI="${SRC_URI}
+ mirror://gentoo/kdepim-3.5-patchset-04.tar.bz2"
+
+DESCRIPTION="KDE personal information manager"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdepim)
+ $(deprange $PV $MAXKDEVER kde-base/libkpimidentities)"
+
+RDEPEND="${DEPEND}"
+
+KMCOPYLIB="libkdepim libkdepim/
+ libkpimidentities.la libkpimidentities/"
+KMEXTRACTONLY="libkdepim/
+ libkpimidentities/
+ kontact/plugins/"
+KMEXTRA="
+ kontact/plugins/newsticker/
+ kontact/plugins/summary/
+ kontact/plugins/weather/"
+# We remove some plugins that are related to external kdepim programs,
+# because they also need libs from korganizer, kpilot etc... so to emerge
+# kontact we'd also need ALL the other programs, thus, it's better to emerge
+# kontact's plugins in the ebuild of its program.
+
+pkg_postinst() {
+ kde_pkg_postinst
+
+ elog "If you're using x11-misc/basket, please re-emerge it now to avoid crashes with ${PN}."
+ elog "cf. https://bugs.gentoo.org/show_bug.cgi?id=174872 for details."
+}