diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-02-17 02:01:50 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-02-17 02:01:50 +0000 |
commit | 67177b5479da09c661a3c7a4dc5c6a9d2b1bd5ce (patch) | |
tree | a4f7b593c31e21df70a6c5ea301806b58162f574 /kde-base/kpilot | |
parent | Spring cleaning. (diff) | |
download | gentoo-2-67177b5479da09c661a3c7a4dc5c6a9d2b1bd5ce.tar.gz gentoo-2-67177b5479da09c661a3c7a4dc5c6a9d2b1bd5ce.tar.bz2 gentoo-2-67177b5479da09c661a3c7a4dc5c6a9d2b1bd5ce.zip |
Spring cleaning.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/kpilot')
-rw-r--r-- | kde-base/kpilot/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kpilot/kpilot-3.5.5.ebuild | 39 | ||||
-rw-r--r-- | kde-base/kpilot/kpilot-3.5.6.ebuild | 39 | ||||
-rw-r--r-- | kde-base/kpilot/kpilot-3.5.7.ebuild | 42 |
4 files changed, 5 insertions, 121 deletions
diff --git a/kde-base/kpilot/ChangeLog b/kde-base/kpilot/ChangeLog index 1cc98851cd88..88f54ae6dd31 100644 --- a/kde-base/kpilot/ChangeLog +++ b/kde-base/kpilot/ChangeLog @@ -1,6 +1,10 @@ # 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.68 2008/01/31 15:27:20 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/ChangeLog,v 1.69 2008/02/17 02:01:50 ingmar Exp $ + + 16 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> -kpilot-3.5.5.ebuild, + -kpilot-3.5.6.ebuild, -kpilot-3.5.7.ebuild: + Spring cleaning 31 Jan 2008; Brent Baude <ranger@gentoo.org> kpilot-3.5.8.ebuild: Marking kpilot-3.5.8 ppc for bug 207634 diff --git a/kde-base/kpilot/kpilot-3.5.5.ebuild b/kde-base/kpilot/kpilot-3.5.5.ebuild deleted file mode 100644 index 91cd3f7d3760..000000000000 --- a/kde-base/kpilot/kpilot-3.5.5.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/kpilot-3.5.5.ebuild,v 1.8 2007/05/26 19:56:40 cryos Exp $ - -KMNAME=kdepim -MAXKDEVER=3.5.7 -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -DESCRIPTION="KPilot - HotSync software for KDE." -KEYWORDS="amd64 ia64 ppc sparc x86 ~x86-fbsd" -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)" - -RDEPEND="${DEPEND}" - -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 -} diff --git a/kde-base/kpilot/kpilot-3.5.6.ebuild b/kde-base/kpilot/kpilot-3.5.6.ebuild deleted file mode 100644 index 157ca52d0b4a..000000000000 --- a/kde-base/kpilot/kpilot-3.5.6.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/kpilot-3.5.6.ebuild,v 1.2 2007/01/27 15:17:34 flameeyes Exp $ - -KMNAME=kdepim -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -DESCRIPTION="KPilot - HotSync software for KDE." -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" -IUSE="" -DEPEND=">=app-pda/pilot-link-0.12.0 - dev-libs/libmal -$(deprange $PV $MAXKDEVER kde-base/libkcal) -$(deprange $PV $MAXKDEVER kde-base/libkdepim) -$(deprange $PV $MAXKDEVER kde-base/kontact)" - -RDEPEND="${DEPEND}" - -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 -} diff --git a/kde-base/kpilot/kpilot-3.5.7.ebuild b/kde-base/kpilot/kpilot-3.5.7.ebuild deleted file mode 100644 index 881e937ee6d5..000000000000 --- a/kde-base/kpilot/kpilot-3.5.7.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/kpilot-3.5.7.ebuild,v 1.4 2007/09/25 05:17:13 philantrop Exp $ - -KMNAME=kdepim -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -DESCRIPTION="KPilot - HotSync software for KDE." -KEYWORDS="~amd64 ~ia64 ~ppc ~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 -} |