diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-14 18:16:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-14 18:16:30 +0000 |
commit | 3fc2a10c6577d463c5b44cbc364986b192190a68 (patch) | |
tree | 11549a09d36b289ceb8c4ff52016364db8a9afed /kde-base/kdepim | |
parent | Change dep to xfree-4.3.0-r6, another security fix in -r5. (Manifest recommit) (diff) | |
download | gentoo-2-3fc2a10c6577d463c5b44cbc364986b192190a68.tar.gz gentoo-2-3fc2a10c6577d463c5b44cbc364986b192190a68.tar.bz2 gentoo-2-3fc2a10c6577d463c5b44cbc364986b192190a68.zip |
~hppa
Diffstat (limited to 'kde-base/kdepim')
-rw-r--r-- | kde-base/kdepim/kdepim-3.2.0-r2.ebuild | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/kde-base/kdepim/kdepim-3.2.0-r2.ebuild b/kde-base/kdepim/kdepim-3.2.0-r2.ebuild index fed2f3ac281b..17d5b9964839 100644 --- a/kde-base/kdepim/kdepim-3.2.0-r2.ebuild +++ b/kde-base/kdepim/kdepim-3.2.0-r2.ebuild @@ -1,20 +1,25 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/kdepim-3.2.0-r2.ebuild,v 1.4 2004/02/10 14:22:56 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/kdepim-3.2.0-r2.ebuild,v 1.5 2004/02/14 18:16:30 vapier Exp $ + inherit kde-dist -IUSE="pda crypt ldap" DESCRIPTION="KDE PIM (Personal Information Management) apps: korganizer, kmail, knode..." -KEYWORDS="x86 ~sparc ~amd64 ppc" + +KEYWORDS="x86 ppc ~sparc ~hppa ~amd64" +IUSE="pda crypt ldap" DEPEND="~kde-base/kdenetwork-${PV} pda? ( app-pda/pilot-link dev-libs/libmal ) ldap? ( net-nds/openldap ) crypt? ( app-crypt/cryptplug app-crypt/gnupg )" -RDEPEND="$DEPEND" + PATCHES="${FILESDIR}/KMail-inboxEater-BRANCH.diff ${FILESDIR}/kmfilter.cpp.patch" -use pda && myconf="$myconf --with-extra-includes=/usr/include/libpisock" +src_compile() { + use pda && myconf="$myconf --with-extra-includes=/usr/include/libpisock" + kde_src_compile +} src_install() { kde_src_install |