diff options
Diffstat (limited to 'kde-base/kpilot')
-rw-r--r-- | kde-base/kpilot/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kpilot/files/digest-kpilot-3.5_alpha1 | 1 | ||||
-rw-r--r-- | kde-base/kpilot/kpilot-3.5_alpha1.ebuild | 37 |
3 files changed, 5 insertions, 39 deletions
diff --git a/kde-base/kpilot/ChangeLog b/kde-base/kpilot/ChangeLog index 24c292c9cf3f..b2f234036f49 100644 --- a/kde-base/kpilot/ChangeLog +++ b/kde-base/kpilot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kpilot # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/ChangeLog,v 1.15 2005/09/22 20:09:49 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/ChangeLog,v 1.16 2005/09/24 15:13:37 flameeyes Exp $ + + 24 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> + -kpilot-3.5_alpha1.ebuild: + Removed 3.5_alpha1. *kpilot-3.5_beta1 (22 Sep 2005) diff --git a/kde-base/kpilot/files/digest-kpilot-3.5_alpha1 b/kde-base/kpilot/files/digest-kpilot-3.5_alpha1 deleted file mode 100644 index 9556003c6862..000000000000 --- a/kde-base/kpilot/files/digest-kpilot-3.5_alpha1 +++ /dev/null @@ -1 +0,0 @@ -MD5 4fd257feb48007b674daaddb4d38fdef kdepim-3.4.90.tar.bz2 12617308 diff --git a/kde-base/kpilot/kpilot-3.5_alpha1.ebuild b/kde-base/kpilot/kpilot-3.5_alpha1.ebuild deleted file mode 100644 index b32f63e0b981..000000000000 --- a/kde-base/kpilot/kpilot-3.5_alpha1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/kpilot-3.5_alpha1.ebuild,v 1.1 2005/09/07 12:36:17 flameeyes Exp $ - -KMNAME=kdepim -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -DESCRIPTION="KPilot - HotSync software for KDE" -KEYWORDS="~amd64" -IUSE="" -DEPEND="app-pda/pilot-link - dev-libs/libmal -$(deprange $PV $MAXKDEVER kde-base/libkcal) -$(deprange $PV $MAXKDEVER kde-base/libkdepim) -$(deprange $PV $MAXKDEVER kde-base/kontact)" - -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 -} |