summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2007-05-23 00:02:31 +0000
committerCarsten Lohrke <carlo@gentoo.org>2007-05-23 00:02:31 +0000
commitcc7ccaa0d8ab88651a8b22cfb408d9dc14b7493a (patch)
tree08acdb676d1d65f1ad6c66f73111c619220b6881 /kde-base/kitchensync
parentVersion bump. (diff)
downloadgentoo-2-cc7ccaa0d8ab88651a8b22cfb408d9dc14b7493a.tar.gz
gentoo-2-cc7ccaa0d8ab88651a8b22cfb408d9dc14b7493a.tar.bz2
gentoo-2-cc7ccaa0d8ab88651a8b22cfb408d9dc14b7493a.zip
Version bump.
(Portage version: 2.1.2.7)
Diffstat (limited to 'kde-base/kitchensync')
-rw-r--r--kde-base/kitchensync/ChangeLog7
-rw-r--r--kde-base/kitchensync/files/digest-kitchensync-3.5.73
-rw-r--r--kde-base/kitchensync/kitchensync-3.5.7.ebuild40
3 files changed, 49 insertions, 1 deletions
diff --git a/kde-base/kitchensync/ChangeLog b/kde-base/kitchensync/ChangeLog
index cb82a39ecf76..02e8703828d9 100644
--- a/kde-base/kitchensync/ChangeLog
+++ b/kde-base/kitchensync/ChangeLog
@@ -1,6 +1,11 @@
# 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.69 2007/04/12 19:49:07 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kitchensync/ChangeLog,v 1.70 2007/05/23 00:02:31 carlo Exp $
+
+*kitchensync-3.5.7 (23 May 2007)
+
+ 23 May 2007; Carsten Lohrke <carlo@gentoo.org> +kitchensync-3.5.7.ebuild:
+ Version bump.
12 Apr 2007; Carsten Lohrke <carlo@gentoo.org> kitchensync-3.5.6.ebuild:
Disabling tests, see bug #164097.
diff --git a/kde-base/kitchensync/files/digest-kitchensync-3.5.7 b/kde-base/kitchensync/files/digest-kitchensync-3.5.7
new file mode 100644
index 000000000000..01737c61da89
--- /dev/null
+++ b/kde-base/kitchensync/files/digest-kitchensync-3.5.7
@@ -0,0 +1,3 @@
+MD5 8571db6dcf4168614c96bb72c493f931 kdepim-3.5.7.tar.bz2 14166061
+RMD160 14c05d4620abf1eb5421ad434dc63f037069e930 kdepim-3.5.7.tar.bz2 14166061
+SHA256 9d981d372f1822662e102b6f84f046e4df771641fc4d041aae81b8fafd47b32e kdepim-3.5.7.tar.bz2 14166061
diff --git a/kde-base/kitchensync/kitchensync-3.5.7.ebuild b/kde-base/kitchensync/kitchensync-3.5.7.ebuild
new file mode 100644
index 000000000000..5f19089c85ab
--- /dev/null
+++ b/kde-base/kitchensync/kitchensync-3.5.7.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.7.ebuild,v 1.1 2007/05/23 00:02:31 carlo Exp $
+
+KMNAME=kdepim
+MAXKDEVER=$PV
+KM_DEPRANGE="$PV $MAXKDEVER"
+inherit kde-meta eutils
+
+DESCRIPTION="Synchronize Data with KDE"
+KEYWORDS="~alpha ~amd64 ~ia64 ~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"
+#}