# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # Nonofficial ebuild by Ycarus. For new version look here : http://gentoo.zugaina.org/ # This ebuild is a small modification of the official kopete ebuild ESVN_REPO_URI="svn://anonsvn.kde.org/home/kde/branches/kopete/0.12" inherit kde eutils subversion DESCRIPTION="KDE multi-protocol IM client" HOMEPAGE="http://kopete.kde.org/" LICENSE="GPL-2" KEYWORDS="~amd64" IUSE="sametime ssl xmms" #SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" S="${WORKDIR}/${PV}" DEPEND="dev-libs/libxslt dev-libs/libxml2 >=dev-libs/glib-2 sametime? ( =net-libs/meanwhile-0.4* ) xmms? ( media-sound/xmms )" RDEPEND="$DEPEND ssl? ( app-crypt/qca-tls ) !kde-base/kopete !net-im/kopete" need-kde 3.4 src_compile() { make -f Makefile.cvs # External libgadu support - doesn't work, kopete requires a specific development snapshot of libgadu. # Maybe we can enable it in the future. # The nowlistening plugin has xmms support. local myconf="$(use_enable sametime sametime-plugin) $(use_with xmms) --without-external-libgadu" kde_src_compile }