# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-3.5.2.ebuild,v 1.15 2006/11/12 21:03:35 flameeyes Exp $ KMNAME=kdenetwork MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" inherit kde-meta eutils DESCRIPTION="KDE multi-protocol IM client" HOMEPAGE="http://kopete.kde.org/" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="sametime ssl kernel_linux" # The kernel_linux? ( ) conditional dependencies are for webcams, not supported # on other kernels AFAIK BOTH_DEPEND="dev-libs/libxslt dev-libs/libxml2 net-dns/libidn >=dev-libs/glib-2 app-crypt/qca sametime? ( =net-libs/meanwhile-0.4* ) || ( ( x11-libs/libX11 x11-libs/libXext x11-libs/libXrender x11-libs/libXScrnSaver ) =kde-base/kopete-3.5.3-r2 or" elog ">=net-im/kopete-0.12.0-r2 that are patched to support the new authentication." elog "For more information, please look at the following bugs:" elog " http://bugs.kde.org/show_bug.cgi?id=130630" elog " http://bugs.gentoo.org/show_bug.cgi?id=140009" }