diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-07 00:23:30 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-07 00:23:30 +0000 |
commit | 0afacb4e5e6747a8e55d00fc8c7bd8ab809c6de8 (patch) | |
tree | f7703d42e18dcb623006be42bb43620a66cc50e2 /kde-base/kmail/kmail-3.5.5-r1.ebuild | |
parent | Marked stable on amd64 for bug #151151 (diff) | |
download | gentoo-2-0afacb4e5e6747a8e55d00fc8c7bd8ab809c6de8.tar.gz gentoo-2-0afacb4e5e6747a8e55d00fc8c7bd8ab809c6de8.tar.bz2 gentoo-2-0afacb4e5e6747a8e55d00fc8c7bd8ab809c6de8.zip |
Add patch to fix downloaded imap mail loss.
(Portage version: 2.1.2_rc1-r4)
Diffstat (limited to 'kde-base/kmail/kmail-3.5.5-r1.ebuild')
-rw-r--r-- | kde-base/kmail/kmail-3.5.5-r1.ebuild | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/kde-base/kmail/kmail-3.5.5-r1.ebuild b/kde-base/kmail/kmail-3.5.5-r1.ebuild new file mode 100644 index 000000000000..10861c116fc9 --- /dev/null +++ b/kde-base/kmail/kmail-3.5.5-r1.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-3.5.5-r1.ebuild,v 1.1 2006/11/07 00:23:30 flameeyes Exp $ + +KMNAME=kdepim +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta eutils + +SRC_DIR="${SRC_DIR} + mirror://gentoo/kdepim-3.5-patchset-02.tar.bz2" + +DESCRIPTION="KDE mail client" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="crypt" +DEPEND="$(deprange 3.5.4 $MAXKDEVER kde-base/libkdenetwork) + $(deprange $PV $MAXKDEVER kde-base/libkdepim) + $(deprange $PV $MAXKDEVER kde-base/libkpimidentities) + $(deprange 3.5.4 $MAXKDEVER kde-base/mimelib) + $(deprange 3.5.0 $MAXKDEVER kde-base/libksieve) + $(deprange $PV $MAXKDEVER kde-base/certmanager) + $(deprange $PV $MAXKDEVER kde-base/libkcal) + $(deprange $PV $MAXKDEVER kde-base/kontact) + $(deprange 3.5.4 $MAXKDEVER kde-base/libkpgp) + $(deprange 3.5.3 $MAXKDEVER kde-base/libkmime)" +RDEPEND="${DEPEND} + crypt? ( app-crypt/pinentry ) + $(deprange $PV $MAXKDEVER kde-base/kdepim-kioslaves) + $(deprange $PV $MAXKDEVER kde-base/kmailcvt) + $(deprange-dual $PV $MAXKDEVER kde-base/kdebase-kioslaves) + $(deprange-dual $PV $MAXKDEVER kde-base/kcontrol)" # for the "looknfeel" icon, and probably others. + +KMCOPYLIB=" + libkdepim libkdepim/ + libkpimidentities libkpimidentities/ + libmimelib mimelib/ + libksieve libksieve/ + libkleopatra certmanager/lib/ + libkcal libkcal + libkpinterfaces kontact/interfaces/ + libkmime libkmime + libkpgp libkpgp" +KMEXTRACTONLY=" + libkdenetwork/ + libkdepim/ + libkpimidentities/ + libksieve/ + libkcal/ + mimelib/ + certmanager/ + korganizer/korganizeriface.h + kontact/interfaces/ + libkmime/ + libkpgp + dcopidlng" +KMCOMPILEONLY="libemailfunctions" +# the kmail plugins are installed with kmail +KMEXTRA="plugins/kmail/ + kontact/plugins/kmail/" # We add here the kontact's plugin instead of compiling it with kontact because it needs a lot of this programs deps. + +PATCHES="${FILESDIR}/${P}-dimap-mail-loss.patch" |