summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Heinlein <keytoaster@gentoo.org>2008-06-07 15:13:04 +0000
committerTobias Heinlein <keytoaster@gentoo.org>2008-06-07 15:13:04 +0000
commit5984afff875b2e267346b416482764af9dc1585f (patch)
treea70a3ac2a5b7b2d98c32a97d5dccc92e66a55585 /kde-base/kpilot
parentStable on ppc wrt bug 225029 (diff)
downloadgentoo-2-5984afff875b2e267346b416482764af9dc1585f.tar.gz
gentoo-2-5984afff875b2e267346b416482764af9dc1585f.tar.bz2
gentoo-2-5984afff875b2e267346b416482764af9dc1585f.zip
Removed old versions.
(Portage version: 2.2_pre7/cvs/Linux 2.6.25-gentoo-r4 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+)
Diffstat (limited to 'kde-base/kpilot')
-rw-r--r--kde-base/kpilot/ChangeLog5
-rw-r--r--kde-base/kpilot/kpilot-3.5.8.ebuild42
2 files changed, 4 insertions, 43 deletions
diff --git a/kde-base/kpilot/ChangeLog b/kde-base/kpilot/ChangeLog
index f4b9755c3cf6..122bfb46a37d 100644
--- a/kde-base/kpilot/ChangeLog
+++ b/kde-base/kpilot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kpilot
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/ChangeLog,v 1.74 2008/05/18 22:31:51 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/ChangeLog,v 1.75 2008/06/07 15:13:04 keytoaster Exp $
+
+ 07 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> -kpilot-3.5.8.ebuild:
+ Removed old versions.
18 May 2008; Markus Meier <maekke@gentoo.org> kpilot-3.5.9.ebuild:
amd64/x86 stable, bug #221063
diff --git a/kde-base/kpilot/kpilot-3.5.8.ebuild b/kde-base/kpilot/kpilot-3.5.8.ebuild
deleted file mode 100644
index 18537e275573..000000000000
--- a/kde-base/kpilot/kpilot-3.5.8.ebuild
+++ /dev/null
@@ -1,42 +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/kpilot/kpilot-3.5.8.ebuild,v 1.6 2008/01/31 15:27:20 ranger Exp $
-
-KMNAME=kdepim
-MAXKDEVER=$PV
-KM_DEPRANGE="$PV $MAXKDEVER"
-inherit kde-meta eutils
-
-DESCRIPTION="KPilot - HotSync software for KDE."
-KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-DEPEND=">=app-pda/pilot-link-0.12.0
- >=dev-libs/libmal-0.44
-$(deprange $PV $MAXKDEVER kde-base/libkcal)
-$(deprange $PV $MAXKDEVER kde-base/libkdepim)
-$(deprange $PV $MAXKDEVER kde-base/kontact)"
-
-RDEPEND="${DEPEND}"
-
-# The tests are broken.
-RESTRICT="test"
-
-KMCOPYLIB="
- libkcal libkcal
- libkdepim libkdepim
- libkpinterfaces kontact/interfaces"
-# libkcal is installed because a lot of headers are needed, but it don't have to be compiled
-KMEXTRACTONLY="
- libkcal/
- libkdepim libkdepim/
- kontact/interfaces/"
-KMEXTRA="
- kfile-plugins/palm-databases
- kontact/plugins/kpilot/" # We add here the kontact's plugin instead of compiling it with kontact because it needs a lot of this programs deps.
-
-src_compile() {
- # needed to detect pi-notepad.h, used by the kpilot notepad conduit.
- myconf="${myconf} --with-extra-includes=/usr/include/libpisock"
-
- kde-meta_src_compile
-}