# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt4/telepathy-qt4-0.3.4-r1.ebuild,v 1.1 2010/06/02 19:50:45 hwoarang Exp $ PYTHON_DEPEND="2:2.5" EAPI="3" inherit multilib python versionator cmake-utils DESCRIPTION="Qt4 bindings for the Telepathy D-Bus protocol" HOMEPAGE="http://telepathy.freedesktop.org/" SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" #IUSE="debug static-libs" IUSE="debug test" RDEPEND=">=x11-libs/qt-core-4.5.0:4 >=x11-libs/qt-dbus-4.5.0:4 >=x11-libs/qt-test-4.5.0:4" DEPEND="${RDEPEND} dev-libs/libxml2 dev-libs/libxslt dev-util/pkgconfig media-libs/gstreamer net-libs/telepathy-farsight test? ( >=net-libs/telepathy-glib-0.11.3 >=x11-libs/qt-core-4.5.0:4[glib] dev-python/dbus-python )" pkg_setup() { python_set_active_version 2 python_pkg_setup } src_configure() { # econf $(use_enable debug) $(use_enable static-libs static) mycmakeargs=( $(cmake-utils_use_enable debug DEBUG) ) cmake-utils_src_configure } #src_test() { # dbus-launch emake -j1 check || die "emake check failed" #} #src_install() { # base_src_install # ! use static-libs && rm "${ED}"/usr/$(get_libdir)/lib${PN}.la #}