summaryrefslogtreecommitdiff
blob: eeb76c6ee4dff0858b09d497c6684989e6ece1f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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-r1.ebuild,v 1.2 2005/04/27 21:46:16 corsair 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. Applied for 3.4.1.
PATCHES1="${FILESDIR}/kdenetwork-3.4.0-kopete-logout.patch"

# fix kde bug 99671. Applied for 3.4.1.
PATCHES1="${PATCHES1} ${FILESDIR}/kdenetwork-3.4.0-kopete-spaces.patch"