summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-02-12 22:14:15 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-02-12 22:14:15 +0000
commitd6327ac7942e96a97b942a421415538d9052c931 (patch)
tree6f228adb687f75c8672c65af43e28cba229ff6ed /kde-base/kitchensync
parentVersion bump. (diff)
downloadhistorical-d6327ac7942e96a97b942a421415538d9052c931.tar.gz
historical-d6327ac7942e96a97b942a421415538d9052c931.tar.bz2
historical-d6327ac7942e96a97b942a421415538d9052c931.zip
Drop stalled kde 3.5.[45678] ebuilds
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'kde-base/kitchensync')
-rw-r--r--kde-base/kitchensync/ChangeLog6
-rw-r--r--kde-base/kitchensync/kitchensync-3.5.5.ebuild30
-rw-r--r--kde-base/kitchensync/kitchensync-3.5.6.ebuild39
3 files changed, 5 insertions, 70 deletions
diff --git a/kde-base/kitchensync/ChangeLog b/kde-base/kitchensync/ChangeLog
index 574cbaeeb03d..ad8069425c2c 100644
--- a/kde-base/kitchensync/ChangeLog
+++ b/kde-base/kitchensync/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kitchensync
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kitchensync/ChangeLog,v 1.102 2009/02/03 22:50:01 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kitchensync/ChangeLog,v 1.103 2009/02/12 22:14:15 alexxy Exp $
+
+ 12 Feb 2009; Alexey Shvetsov <alexxy@gentoo.org>
+ -kitchensync-3.5.5.ebuild, -kitchensync-3.5.6.ebuild:
+ Drop stalled kde 3.5.[45678] ebuilds
03 Feb 2009; Alexey Shvetsov <alexxy@gentoo.org>
-files/kitchensync-3.5.9-OpenSync0.30API.patch,
diff --git a/kde-base/kitchensync/kitchensync-3.5.5.ebuild b/kde-base/kitchensync/kitchensync-3.5.5.ebuild
deleted file mode 100644
index df70e9ba322c..000000000000
--- a/kde-base/kitchensync/kitchensync-3.5.5.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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.5.ebuild,v 1.10 2008/06/10 20:59:44 keytoaster Exp $
-
-KMNAME=kdepim
-MAXKDEVER=3.5.9
-KM_DEPRANGE="$PV $MAXKDEVER"
-inherit kde-meta eutils
-
-DESCRIPTION="Synchronize Data with KDE"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-DEPEND="$(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"
diff --git a/kde-base/kitchensync/kitchensync-3.5.6.ebuild b/kde-base/kitchensync/kitchensync-3.5.6.ebuild
deleted file mode 100644
index 3c2eb02ab367..000000000000
--- a/kde-base/kitchensync/kitchensync-3.5.6.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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.6.ebuild,v 1.5 2008/06/10 20:59:44 keytoaster Exp $
-
-KMNAME=kdepim
-MAXKDEVER=3.5.9
-KM_DEPRANGE="$PV $MAXKDEVER"
-inherit kde-meta eutils
-
-DESCRIPTION="Synchronize Data with KDE"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-DEPEND="$(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"
-}