From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 77393138010 for ; Tue, 11 Sep 2012 23:23:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38A7EE0441; Tue, 11 Sep 2012 23:23:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 09AE0E0441 for ; Tue, 11 Sep 2012 23:23:39 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1834433CE70 for ; Tue, 11 Sep 2012 23:23:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C8754E543C for ; Tue, 11 Sep 2012 23:23:37 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1347405759.fbd903aac3c5943d36eb6dc3ffd64cc5e91aa4db.johu@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: net-libs/telepathy-qt/ X-VCS-Repository: proj/qt X-VCS-Files: net-libs/telepathy-qt/telepathy-qt-9999.ebuild X-VCS-Directories: net-libs/telepathy-qt/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: fbd903aac3c5943d36eb6dc3ffd64cc5e91aa4db X-VCS-Branch: master Date: Tue, 11 Sep 2012 23:23:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 179aefa5-6a3b-4f75-aeee-798de852ad90 X-Archives-Hash: 71b0dac1bc786c7e7310b2d23bf5e0cf commit: fbd903aac3c5943d36eb6dc3ffd64cc5e91aa4db Author: Johannes Huber gentoo org> AuthorDate: Tue Sep 11 23:22:39 2012 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue Sep 11 23:22:39 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=fbd903aa [net-libs/telepathy-qt] Sync with tree. (Portage version: 2.2.0_alpha125/git/Linux x86_64, unsigned Manifest commit) --- net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild index a03b3db..32bdad3 100644 --- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild +++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild @@ -7,7 +7,7 @@ EAPI=4 PYTHON_DEPEND="2:2.5" EGIT_REPO_URI="git://anongit.freedesktop.org/telepathy/${PN}" -inherit python base cmake-utils git-2 +inherit python base cmake-utils virtualx git-2 DESCRIPTION="Qt4 bindings for the Telepathy D-Bus protocol" HOMEPAGE="http://telepathy.freedesktop.org/" @@ -25,7 +25,7 @@ RDEPEND=" ) farstream? ( >=net-libs/telepathy-farstream-0.2.2 - >=net-libs/telepathy-glib-0.17.5 + >=net-libs/telepathy-glib-0.18.0 ) !net-libs/telepathy-qt4 " @@ -58,3 +58,9 @@ src_configure() { ) cmake-utils_src_configure } + +src_test() { + pushd "${CMAKE_BUILD_DIR}" > /dev/null + Xemake test || die "tests failed" + popd > /dev/null +}