Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: net-libs/telepathy-qt/
Date: Fri, 28 Oct 2016 16:13:02
Message-Id: 1477671164.973bc57a485ec814e52f83476e88ea507661c1b0.kensington@gentoo
1 commit: 973bc57a485ec814e52f83476e88ea507661c1b0
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 28 15:34:23 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 28 16:12:44 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=973bc57a
7
8 net-libs/telepathy-qt: sync with kde
9
10 Package-Manager: portage-2.3.2
11
12 net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 12 ++++++------
13 1 file changed, 6 insertions(+), 6 deletions(-)
14
15 diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
16 index 6cc904c..cdbb11a 100644
17 --- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
18 +++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
19 @@ -2,14 +2,14 @@
20 # Distributed under the terms of the GNU General Public License v2
21 # $Id$
22
23 -EAPI=5
24 +EAPI=6
25
26 PYTHON_COMPAT=( python2_7 )
27 -inherit python-any-r1 cmake-utils virtualx multibuild git-r3
28 +EGIT_REPO_URI=( "git://anongit.freedesktop.org/telepathy/${PN}" )
29 +inherit python-any-r1 cmake-utils virtualx git-r3 multibuild
30
31 DESCRIPTION="Qt bindings for the Telepathy D-Bus protocol"
32 HOMEPAGE="http://telepathy.freedesktop.org/"
33 -EGIT_REPO_URI=( "git://anongit.freedesktop.org/telepathy/${PN}" )
34
35 LICENSE="LGPL-2.1"
36 SLOT="0"
37 @@ -58,9 +58,9 @@ pkg_setup() {
38 src_configure() {
39 myconfigure() {
40 local mycmakeargs=(
41 - $(cmake-utils_use_enable debug DEBUG_OUTPUT)
42 - $(cmake-utils_use_enable farstream)
43 - $(cmake-utils_use_enable test TESTS)
44 + -DENABLE_DEBUG_OUTPUT=$(usex debug)
45 + -DENABLE_FARSTREAM=$(usex farstream)
46 + -DENABLE_TESTS=$(usex test)
47 -DENABLE_EXAMPLES=OFF
48 -ENABLE_SERVICE_SUPPORT=ON
49 )