# 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.3-r1.ebuild,v 1.4 2006/07/11 18:29:02 flameeyes Exp $ KMNAME=kdenetwork MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" inherit kde-meta eutils SRC_URI="${SRC_URI} mirror://gentoo/kdenetwork-3.5-patchset-01.tar.bz2" DESCRIPTION="KDE multi-protocol IM client" HOMEPAGE="http://kopete.kde.org/" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="sametime ssl xmms 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* ) xmms? ( media-sound/xmms ) || ( ( 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" }