# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=2 inherit eutils cmake-utils [ "$PV" == "9999" ] && inherit git DESCRIPTION="Facebook Chat support for Kopete" HOMEPAGE="http://duncan.mac-vicar.com/blog/archives/tag/facebook" if [ "$PV" == "9999" ]; then SRC_URI="" EGIT_BRANCH="master" EGIT_REPO_URI="git://github.com/dmacvicar/kopete-facebook.git" else SRC_URI="http://github.com/dmacvicar/kopete-facebook/tarball/release_0_1_3 -> ${P}.tar.gz" fi LICENSE="" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND=">=kde-base/kopete-4 >=dev-libs/qjson-0.5" RDEPEND="${DEPEND}" # S="${WORKDIR}/dmacvicar-${PN}-ffc26f60c2d08260098eeb7bc22119a0dc35ccd3" src_prepare() { epatch "${FILESDIR}/${PN}-0.1.3-as-needed.patch" }