diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-02-20 23:10:22 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-02-20 23:10:22 +0000 |
commit | bb223acc105fc7f1fc2ad9ddd77f462c1025f8e2 (patch) | |
tree | c1c175d6585cd8cd9015150db9df8d25f3e5ae22 /kde-base/knode/knode-3.5.9.ebuild | |
parent | Version bump to KDE 3.5.9. (diff) | |
download | gentoo-2-bb223acc105fc7f1fc2ad9ddd77f462c1025f8e2.tar.gz gentoo-2-bb223acc105fc7f1fc2ad9ddd77f462c1025f8e2.tar.bz2 gentoo-2-bb223acc105fc7f1fc2ad9ddd77f462c1025f8e2.zip |
Version bump to KDE 3.5.9.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/knode/knode-3.5.9.ebuild')
-rw-r--r-- | kde-base/knode/knode-3.5.9.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/kde-base/knode/knode-3.5.9.ebuild b/kde-base/knode/knode-3.5.9.ebuild new file mode 100644 index 000000000000..626858c49110 --- /dev/null +++ b/kde-base/knode/knode-3.5.9.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/knode/knode-3.5.9.ebuild,v 1.1 2008/02/20 23:10:22 philantrop Exp $ + +KMNAME=kdepim +EAPI="1" +inherit kde-meta eutils + +DESCRIPTION="A newsreader for KDE" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=kde-base/libkdepim-${PV}:${SLOT} +>=kde-base/libkdenetwork-${PV}:${SLOT} +>=kde-base/kontact-${PV}:${SLOT} +>=kde-base/libkmime-${PV}:${SLOT} +>=kde-base/libkpgp-${PV}:${SLOT}" + +RDEPEND="${DEPEND}" + +KMCOPYLIB=" + libkdepim libkdepim + libkpinterfaces kontact/interfaces + libkmime libkmime + libkpgp libkpgp" +KMEXTRACTONLY=" + libkdepim/ + libkdenetwork/ + kontact/interfaces + libkmime + libkpgp + libemailfunctions" +KMEXTRA="kontact/plugins/knode" # We add here the kontact's plugin instead of compiling it with kontact because it needs a lot of this programs deps. |