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 7AA63138CCF for ; Thu, 14 May 2015 14:45:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11536E0833; Thu, 14 May 2015 14:45:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D0FAE0833 for ; Thu, 14 May 2015 14:45:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 489DC340E6E for ; Thu, 14 May 2015 14:45:02 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2307) id 43A729E9; Thu, 14 May 2015 14:44:56 +0000 (UTC) From: "Davide Pesavento (pesa)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, pesa@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-libs/telepathy-qt: telepathy-qt-0.9.5.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: telepathy-qt-0.9.5.ebuild ChangeLog X-VCS-Directories: net-libs/telepathy-qt X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150514144456.43A729E9@oystercatcher.gentoo.org> Date: Thu, 14 May 2015 14:44:56 +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: 8c39cdcb-c831-4574-8261-a5d0e761ba79 X-Archives-Hash: 4ef9f4a75baa93ab618a19daab76d543 pesa 15/05/14 14:44:56 Modified: telepathy-qt-0.9.5.ebuild ChangeLog Log: Add missing REQUIRED_USE. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xDADED6B2671CB57D!) Revision Changes Path 1.7 net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild?r1=1.6&r2=1.7 Index: telepathy-qt-0.9.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- telepathy-qt-0.9.5.ebuild 25 Mar 2015 14:05:04 -0000 1.6 +++ telepathy-qt-0.9.5.ebuild 14 May 2015 14:44:56 -0000 1.7 @@ -1,13 +1,13 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild,v 1.6 2015/03/25 14:05:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/telepathy-qt-0.9.5.ebuild,v 1.7 2015/05/14 14:44:56 pesa Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit python-any-r1 cmake-utils virtualx multibuild -DESCRIPTION="Qt4 bindings for the Telepathy D-Bus protocol" +DESCRIPTION="Qt bindings for the Telepathy D-Bus protocol" HOMEPAGE="http://telepathy.freedesktop.org/" SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" @@ -16,6 +16,8 @@ KEYWORDS="amd64 ~arm x86" IUSE="debug farstream +qt4 qt5 test" +REQUIRED_USE="|| ( qt4 qt5 )" + RDEPEND=" farstream? ( >=net-libs/telepathy-farstream-0.2.2 1.37 net-libs/telepathy-qt/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/ChangeLog?rev=1.37&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/ChangeLog?rev=1.37&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt/ChangeLog?r1=1.36&r2=1.37 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/ChangeLog,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- ChangeLog 27 Mar 2015 14:41:20 -0000 1.36 +++ ChangeLog 14 May 2015 14:44:56 -0000 1.37 @@ -1,6 +1,9 @@ # ChangeLog for net-libs/telepathy-qt # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/ChangeLog,v 1.36 2015/03/27 14:41:20 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt/ChangeLog,v 1.37 2015/05/14 14:44:56 pesa Exp $ + + 14 May 2015; Davide Pesavento telepathy-qt-0.9.5.ebuild: + Add missing REQUIRED_USE. 27 Mar 2015; Michael Palimaka -files/telepathy-qt-0.9.3-avatar-duplication.patch,