From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QTfJp-0007l6-Lt for garchives@archives.gentoo.org; Mon, 06 Jun 2011 19:18:34 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2382D1C1E7; Mon, 6 Jun 2011 19:18:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DBB801C1E7 for ; Mon, 6 Jun 2011 19:18:25 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 136F61B400C for ; Mon, 6 Jun 2011 19:18:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 485418003C for ; Mon, 6 Jun 2011 19:18:24 +0000 (UTC) From: "David Heidelberger" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Heidelberger" Message-ID: <1cbc240d163d8d8bde6d488805bcff646d158428.okias@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt4/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/telepathy-qt4/metadata.xml net-libs/telepathy-qt4/telepathy-qt4-0.7.0.ebuild X-VCS-Directories: net-libs/telepathy-qt4/ X-VCS-Committer: okias X-VCS-Committer-Name: David Heidelberger X-VCS-Revision: 1cbc240d163d8d8bde6d488805bcff646d158428 Date: Mon, 6 Jun 2011 19:18:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: ad64d5f80a70353339a86860d9a30c2b commit: 1cbc240d163d8d8bde6d488805bcff646d158428 Author: David Heidelberger gmail com> AuthorDate: Mon Jun 6 19:18:17 2011 +0000 Commit: David Heidelberger gmail com> CommitDate: Mon Jun 6 19:18:17 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D1cbc240d [net-libs/telepathy-qt4] add 0.7.0 version needed by telepathy-* for KDE --- net-libs/telepathy-qt4/metadata.xml | 9 ++++ net-libs/telepathy-qt4/telepathy-qt4-0.7.0.ebuild | 47 +++++++++++++++= ++++++ 2 files changed, 56 insertions(+), 0 deletions(-) diff --git a/net-libs/telepathy-qt4/metadata.xml b/net-libs/telepathy-qt4= /metadata.xml new file mode 100644 index 0000000..25afcbc --- /dev/null +++ b/net-libs/telepathy-qt4/metadata.xml @@ -0,0 +1,9 @@ + + + + qt + + Enable support for various telepathy/glib related = packages + Enable support for farsight connection manager= + + diff --git a/net-libs/telepathy-qt4/telepathy-qt4-0.7.0.ebuild b/net-libs= /telepathy-qt4/telepathy-qt4-0.7.0.ebuild new file mode 100644 index 0000000..27b37d2 --- /dev/null +++ b/net-libs/telepathy-qt4/telepathy-qt4-0.7.0.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2011 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.5.15.ebuild,v 1.1 2011/04/20 12:31:17 scarabeus Exp $ + +PYTHON_DEPEND=3D"2" + +EAPI=3D3 +inherit python base cmake-utils + +DESCRIPTION=3D"Qt4 bindings for the Telepathy D-Bus protocol" +HOMEPAGE=3D"http://telepathy.freedesktop.org/" +SRC_URI=3D"http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" + +LICENSE=3D"LGPL-2.1" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"debug glib farsight" + +RDEPEND=3D" + x11-libs/qt-core:4[glib?] + x11-libs/qt-dbus:4 + dev-python/dbus-python + farsight? ( + dev-libs/dbus-glib + dev-libs/libxml2 + media-libs/gstreamer + net-libs/telepathy-glib + net-libs/telepathy-farsight + ) +" +DEPEND=3D"${RDEPEND} + dev-libs/libxslt + dev-util/pkgconfig" + +pkg_setup() { + python_set_active_version 2 + python_pkg_setup +} + +src_configure() { + local mycmakeargs=3D( + $(cmake-utils_use_enable debug DEBUG_OUTPUT) + $(cmake-utils_use_with glib) + $(cmake-utils_use_with farsight) + ) + cmake-utils_src_configure +}