summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWulf Krueger <philantrop@gentoo.org>2007-10-19 23:00:49 +0000
committerWulf Krueger <philantrop@gentoo.org>2007-10-19 23:00:49 +0000
commitcbd811f19f1941256f08d8d86676c25181a36013 (patch)
tree0a87441b33c00e4d8be7107c8d52a10613170b9d /kde-base/kitchensync
parentBump to KDE 3.5.8. (diff)
downloadgentoo-2-cbd811f19f1941256f08d8d86676c25181a36013.tar.gz
gentoo-2-cbd811f19f1941256f08d8d86676c25181a36013.tar.bz2
gentoo-2-cbd811f19f1941256f08d8d86676c25181a36013.zip
Bump to KDE 3.5.8.
(Portage version: 2.1.3.15)
Diffstat (limited to 'kde-base/kitchensync')
-rw-r--r--kde-base/kitchensync/ChangeLog8
-rw-r--r--kde-base/kitchensync/files/digest-kitchensync-3.5.83
-rw-r--r--kde-base/kitchensync/kitchensync-3.5.8.ebuild40
3 files changed, 50 insertions, 1 deletions
diff --git a/kde-base/kitchensync/ChangeLog b/kde-base/kitchensync/ChangeLog
index 188c0129e09f..0514b52955c6 100644
--- a/kde-base/kitchensync/ChangeLog
+++ b/kde-base/kitchensync/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/kitchensync
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kitchensync/ChangeLog,v 1.77 2007/08/11 15:31:04 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kitchensync/ChangeLog,v 1.78 2007/10/19 23:00:48 philantrop Exp $
+
+*kitchensync-3.5.8 (19 Oct 2007)
+
+ 19 Oct 2007; Wulf C. Krueger <philantrop@gentoo.org>
+ +kitchensync-3.5.8.ebuild:
+ Bump to KDE 3.5.8.
11 Aug 2007; Raúl Porcel <armin76@gentoo.org> kitchensync-3.5.7.ebuild:
x86 stable wrt #185823
diff --git a/kde-base/kitchensync/files/digest-kitchensync-3.5.8 b/kde-base/kitchensync/files/digest-kitchensync-3.5.8
new file mode 100644
index 000000000000..829a0a174fc3
--- /dev/null
+++ b/kde-base/kitchensync/files/digest-kitchensync-3.5.8
@@ -0,0 +1,3 @@
+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/kitchensync/kitchensync-3.5.8.ebuild b/kde-base/kitchensync/kitchensync-3.5.8.ebuild
new file mode 100644
index 000000000000..3f0cc96f9369
--- /dev/null
+++ b/kde-base/kitchensync/kitchensync-3.5.8.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kitchensync/kitchensync-3.5.8.ebuild,v 1.1 2007/10/19 23:00:48 philantrop Exp $
+
+KMNAME=kdepim
+MAXKDEVER=$PV
+KM_DEPRANGE="$PV $MAXKDEVER"
+inherit kde-meta eutils
+
+DESCRIPTION="Synchronize Data with KDE"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+DEPEND="app-pda/libopensync
+ $(deprange $PV $MAXKDEVER kde-base/kontact)
+ $(deprange $PV $MAXKDEVER kde-base/libkcal)"
+
+RDEPEND="${DEPEND}"
+
+KMCOPYLIB="
+ libkcal libkcal
+ libkdepim libkdepim
+ libkpinterfaces kontact/interfaces"
+KMEXTRACTONLY="
+ libkcal/
+ libkdepim/
+ libkdenetwork/
+ kontact/interfaces"
+
+# Disabled by default in kontact/plugins/Makefile.am, so check before enabling - 3.4.0_beta1 -- danarmak
+# KMEXTRA="kontact/plugins/kitchensync"
+KMEXTRA="kontact/plugins/multisynk"
+
+#src_unpack() {
+# kde-meta_src_unpack
+ # disabling tests, see bug #164097
+# sed -e "s:SUBDIRS = . plugins test:SUBDIRS = . plugins:" \
+# -i kitchensync/libkonnector2/Makefile.am || die "sed failed"
+# sed -e "s:SUBDIRS = . tests test:SUBDIRS = .:" \
+# -i kitchensync/libksync/Makefile.am || die "sed failed"
+#}