# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-3.4.0-r2.ebuild,v 1.1 2005/05/11 19:36:10 greg_g Exp $ KMNAME=kdenetwork MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" inherit kde-meta eutils DESCRIPTION="KDE multi-protocol IM client" KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~ppc64" IUSE="ssl" RDEPEND="ssl? ( app-crypt/qca-tls )" # fix kde bug 91288 and 105442. Applied for 3.4.1. PATCHES1="${FILESDIR}/kdenetwork-3.4.0-kopete-logout.patch" PATCHES1="${PATCHES1} ${FILESDIR}/kdenetwork-3.4.0-kopete-tabbed-windows.patch" # fix kde bug 99671. Applied for 3.4.1. PATCHES1="${PATCHES1} ${FILESDIR}/kdenetwork-3.4.0-kopete-spaces.patch" # fix for kopete login bug: 93213 # fix kde bug 105929 PATCHES1="${FILESDIR}/kdenetwork-3.4.0-kopete-msn-3.patch"