summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2009-05-29 12:02:45 +0000
committerTheo Chatzimichos <tampakrap@gentoo.org>2009-05-29 12:02:45 +0000
commit1e4b08b0a73781b15f22596a3f4c3a7a30178430 (patch)
tree6e7d1014f9a7e68c7c4c817a9bfaeb333c9af9a8 /kde-base
parentVersion bump. Remove old/unused. (diff)
downloadgentoo-2-1e4b08b0a73781b15f22596a3f4c3a7a30178430.tar.gz
gentoo-2-1e4b08b0a73781b15f22596a3f4c3a7a30178430.tar.bz2
gentoo-2-1e4b08b0a73781b15f22596a3f4c3a7a30178430.zip
Remove the revbumped ebuild, because the patch I added didn't eventually work and it wasn't even needed, bug 194668
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/kitchensync/ChangeLog7
-rw-r--r--kde-base/kitchensync/kitchensync-3.5.10-r2.ebuild37
2 files changed, 6 insertions, 38 deletions
diff --git a/kde-base/kitchensync/ChangeLog b/kde-base/kitchensync/ChangeLog
index c6897e97f265..c88a515d3eff 100644
--- a/kde-base/kitchensync/ChangeLog
+++ b/kde-base/kitchensync/ChangeLog
@@ -1,6 +1,11 @@
# 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.105 2009/05/28 14:26:47 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kitchensync/ChangeLog,v 1.106 2009/05/29 12:02:45 tampakrap Exp $
+
+ 29 May 2009; Theo Chatzimichos <tampakrap@gentoo.org>
+ -kitchensync-3.5.10-r2.ebuild:
+ Remove the revbumped ebuild, because the patch I added didn't eventually
+ work and it wasn't even needed, bug 194668
*kitchensync-3.5.10-r2 (28 May 2009)
diff --git a/kde-base/kitchensync/kitchensync-3.5.10-r2.ebuild b/kde-base/kitchensync/kitchensync-3.5.10-r2.ebuild
deleted file mode 100644
index da31d1227c7c..000000000000
--- a/kde-base/kitchensync/kitchensync-3.5.10-r2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kitchensync/kitchensync-3.5.10-r2.ebuild,v 1.1 2009/05/28 14:26:47 tampakrap Exp $
-
-KMNAME=kdepim
-EAPI="1"
-inherit kde-meta eutils
-
-SRC_URI="${SRC_URI}
- mirror://gentoo/kdepim-3.5-patchset-07.tar.bz2"
-
-DESCRIPTION="Synchronize Data with KDE"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-DEPEND=">=app-pda/libopensync-0.36
- >=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
-# Let's give it a try, as requested in bug #233491.
-KMEXTRA="kontact/plugins/kitchensync"
-# KMEXTRA="kontact/plugins/multisynk"
-
-PATCHES=( "${WORKDIR}/patches/01_${P}-OpenSync0.30API.patch"
- "${WORKDIR}/patches/02_${P}-xmlparse.diff" )