diff options
author | Dan Armak <danarmak@gentoo.org> | 2005-03-13 21:19:13 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2005-03-13 21:19:13 +0000 |
commit | e61c40840bb5a94186cd0a23cdf0a8b2712d5006 (patch) | |
tree | b055d11e3fef27e53d1e039ce9697e059471a51c /kde-base/kpilot | |
parent | add alpha keyword (diff) | |
download | gentoo-2-e61c40840bb5a94186cd0a23cdf0a8b2712d5006.tar.gz gentoo-2-e61c40840bb5a94186cd0a23cdf0a8b2712d5006.tar.bz2 gentoo-2-e61c40840bb5a94186cd0a23cdf0a8b2712d5006.zip |
kde 3.4.0 ebuilds. the tarballs will be available from upstream Wednesday.
as per cryos' request, keeping the ~amd64 keywords where present, even though i'm not an amd64 dev.
(Portage version: 2.0.51.19)
Diffstat (limited to 'kde-base/kpilot')
-rw-r--r-- | kde-base/kpilot/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kpilot/Manifest | 12 | ||||
-rw-r--r-- | kde-base/kpilot/files/digest-kpilot-3.4.0 | 1 | ||||
-rw-r--r-- | kde-base/kpilot/kpilot-3.4.0.ebuild | 37 |
4 files changed, 45 insertions, 11 deletions
diff --git a/kde-base/kpilot/ChangeLog b/kde-base/kpilot/ChangeLog index a55801f05a62..814a719bbd6d 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.4 2005/03/03 11:46:47 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kpilot/ChangeLog,v 1.5 2005/03/13 21:19:08 danarmak Exp $ + + 13 Mar 2005; Dan Armak <danarmak@gentoo.org> kpilot-3.4.0.ebuild: + KDE 3.4.0 ebuilds. Note that the tarballs won't be officially released for a + few more days. *kpilot-3.4.0_rc1 (03 Mar 2005) diff --git a/kde-base/kpilot/Manifest b/kde-base/kpilot/Manifest index ecdb9770e34a..0c4ef5648c5a 100644 --- a/kde-base/kpilot/Manifest +++ b/kde-base/kpilot/Manifest @@ -1,7 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 0458411b3ec9f03cb17ce43722d30a07 kpilot-3.4.0_beta2.ebuild 1171 +MD5 d45e6ddc4815f471f42866718d621e92 kpilot-3.4.0.ebuild 1166 MD5 fe5e206cb97bd10310a001e4b2e156ee kpilot-3.4.0_rc1.ebuild 1173 MD5 bec201483692b29039bbe0e10f278466 kpilot-3.4.0_beta1.ebuild 1184 MD5 a7f95e680ef5e920859df79b61d3ca4b ChangeLog 960 @@ -9,10 +7,4 @@ MD5 14889ab75f97d76e58b0c1154e7683a9 metadata.xml 161 MD5 91d4f5b007e372c77780c153cb54c612 files/digest-kpilot-3.4.0_beta1 213 MD5 47c329442cef798bbff590c1c0c9e5f3 files/digest-kpilot-3.4.0_beta2 290 MD5 35ccfa3433a499de2fd98af78d32b7db files/digest-kpilot-3.4.0_rc1 373 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFCJvlCntT9W3vfTuoRAmhhAJ9b2trHVhgqDDvpJKc8NZvY8EXyuACeLiaO -S86nzL0gzbOsaMqi7snUevk= -=sEdW ------END PGP SIGNATURE----- +MD5 8c0ffea7b75b42449f4acada755ff36a files/digest-kpilot-3.4.0 67 diff --git a/kde-base/kpilot/files/digest-kpilot-3.4.0 b/kde-base/kpilot/files/digest-kpilot-3.4.0 new file mode 100644 index 000000000000..742a79736b66 --- /dev/null +++ b/kde-base/kpilot/files/digest-kpilot-3.4.0 @@ -0,0 +1 @@ +MD5 7f8cc9a40c0190c5a6723f6325bcba06 kdepim-3.4.0.tar.bz2 11441545 diff --git a/kde-base/kpilot/kpilot-3.4.0.ebuild b/kde-base/kpilot/kpilot-3.4.0.ebuild new file mode 100644 index 000000000000..05943234f874 --- /dev/null +++ b/kde-base/kpilot/kpilot-3.4.0.ebuild @@ -0,0 +1,37 @@ +# 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.4.0.ebuild,v 1.1 2005/03/13 21:19:08 danarmak Exp $ + +KMNAME=kdepim +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta eutils + +DESCRIPTION="KPilot - HotSync software for KDE" +KEYWORDS="~x86 ~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 +} |