summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWulf Krueger <philantrop@gentoo.org>2008-02-20 23:03:26 +0000
committerWulf Krueger <philantrop@gentoo.org>2008-02-20 23:03:26 +0000
commit08248e8b0c529fae55a4cbe10853ed06c3382d0b (patch)
tree87104e9fb974aba19300fe6ea6ec1137f0b5e99f /kde-base/kitchensync
parentVersion bump to KDE 3.5.9. (diff)
downloadgentoo-2-08248e8b0c529fae55a4cbe10853ed06c3382d0b.tar.gz
gentoo-2-08248e8b0c529fae55a4cbe10853ed06c3382d0b.tar.bz2
gentoo-2-08248e8b0c529fae55a4cbe10853ed06c3382d0b.zip
Version bump to KDE 3.5.9.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/kitchensync')
-rw-r--r--kde-base/kitchensync/ChangeLog8
-rw-r--r--kde-base/kitchensync/kitchensync-3.5.9.ebuild39
2 files changed, 46 insertions, 1 deletions
diff --git a/kde-base/kitchensync/ChangeLog b/kde-base/kitchensync/ChangeLog
index 14679032cc58..1275ba5837e1 100644
--- a/kde-base/kitchensync/ChangeLog
+++ b/kde-base/kitchensync/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/kitchensync
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kitchensync/ChangeLog,v 1.84 2008/02/18 13:22:24 ingmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kitchensync/ChangeLog,v 1.85 2008/02/20 23:03:26 philantrop Exp $
+
+*kitchensync-3.5.9 (20 Feb 2008)
+
+ 20 Feb 2008; Wulf C. Krueger <philantrop@gentoo.org>
+ +kitchensync-3.5.9.ebuild:
+ Version bump to KDE 3.5.9.
18 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org>
kitchensync-3.5.5.ebuild, kitchensync-3.5.6.ebuild,
diff --git a/kde-base/kitchensync/kitchensync-3.5.9.ebuild b/kde-base/kitchensync/kitchensync-3.5.9.ebuild
new file mode 100644
index 000000000000..b751b83faacb
--- /dev/null
+++ b/kde-base/kitchensync/kitchensync-3.5.9.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kitchensync/kitchensync-3.5.9.ebuild,v 1.1 2008/02/20 23:03:26 philantrop Exp $
+
+KMNAME=kdepim
+EAPI="1"
+inherit kde-meta eutils
+
+DESCRIPTION="Synchronize Data with KDE"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+DEPEND="app-pda/libopensync
+ >=kde-base/kontact-${PV}:${SLOT}
+ >=kde-base/libkcal-${PV}:${SLOT}"
+
+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"
+#}