diff options
author | Dan Armak <danarmak@gentoo.org> | 2005-07-28 21:16:26 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2005-07-28 21:16:26 +0000 |
commit | 15245baf7f863a80b581f80bef6e5c16c69ab17e (patch) | |
tree | 0a4ee9c61d0ca2721f7da6fecd92c7534f8f3ef2 /kde-base/kmail/kmail-3.4.2.ebuild | |
parent | Fix qt dep per bug #100235 (diff) | |
download | historical-15245baf7f863a80b581f80bef6e5c16c69ab17e.tar.gz historical-15245baf7f863a80b581f80bef6e5c16c69ab17e.tar.bz2 historical-15245baf7f863a80b581f80bef6e5c16c69ab17e.zip |
KDE 3.4.2 split ebuilds. p.masked, to be unmasked shortly.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'kde-base/kmail/kmail-3.4.2.ebuild')
-rw-r--r-- | kde-base/kmail/kmail-3.4.2.ebuild | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/kde-base/kmail/kmail-3.4.2.ebuild b/kde-base/kmail/kmail-3.4.2.ebuild new file mode 100644 index 000000000000..349a95fcee52 --- /dev/null +++ b/kde-base/kmail/kmail-3.4.2.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-3.4.2.ebuild,v 1.1 2005/07/28 21:16:18 danarmak Exp $ + +KMNAME=kdepim +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta eutils + +DESCRIPTION="KDE mail client" +KEYWORDS=" ~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" +DEPEND="$(deprange 3.4.1-r1 $MAXKDEVER kde-base/libkdenetwork) +$(deprange $PV $MAXKDEVER kde-base/libkdepim) +$(deprange 3.4.1-r1 $MAXKDEVER kde-base/libkpimidentities) +$(deprange $PV $MAXKDEVER kde-base/mimelib) +$(deprange 3.4.1-r1 $MAXKDEVER kde-base/libksieve) +$(deprange $PV $MAXKDEVER kde-base/certmanager) +$(deprange $PV $MAXKDEVER kde-base/libkcal) +$(deprange $PV $MAXKDEVER kde-base/kontact)" +RDEPEND="${DEPEND} +$(deprange $PV $MAXKDEVER kde-base/kdepim-kioslaves) +$(deprange 3.4.1-r1 $MAXKDEVER kde-base/kmailcvt) +$(deprange-dual $PV $MAXKDEVER kde-base/kdebase-kioslaves)" + +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. + |