Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt/
Date: Sat, 09 Nov 2013 15:03:02
Message-Id: 1384009362.3d8a762e5ccf2abc64a4e52d9255379227b0de54.johu@gentoo
1 commit: 3d8a762e5ccf2abc64a4e52d9255379227b0de54
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 9 15:02:42 2013 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 9 15:02:42 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3d8a762e
7
8 [net-libs/telepathy-qt] Upstream dropped farsight support.
9
10 Package-Manager: portage-2.2.7
11
12 ---
13 net-libs/telepathy-qt/metadata.xml | 1 -
14 net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 8 +-------
15 2 files changed, 1 insertion(+), 8 deletions(-)
16
17 diff --git a/net-libs/telepathy-qt/metadata.xml b/net-libs/telepathy-qt/metadata.xml
18 index c971a11..5309391 100644
19 --- a/net-libs/telepathy-qt/metadata.xml
20 +++ b/net-libs/telepathy-qt/metadata.xml
21 @@ -3,7 +3,6 @@
22 <pkgmetadata>
23 <herd>qt</herd>
24 <use>
25 - <flag name='farsight'>Enable support for farsight connection manager</flag>
26 <flag name='farstream'>Enable support for audio/video calls via farstream</flag>
27 </use>
28 </pkgmetadata>
29
30 diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
31 index 29058e2..a9d72ae 100644
32 --- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
33 +++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
34 @@ -14,14 +14,11 @@ HOMEPAGE="http://telepathy.freedesktop.org/"
35 LICENSE="LGPL-2.1"
36 SLOT="0"
37 KEYWORDS=""
38 -IUSE="debug farsight farstream test"
39 +IUSE="debug farstream test"
40
41 RDEPEND="
42 dev-qt/qtcore:4
43 dev-qt/qtdbus:4
44 - farsight? (
45 - net-libs/telepathy-farsight
46 - )
47 farstream? (
48 >=net-libs/telepathy-farstream-0.2.2
49 >=net-libs/telepathy-glib-0.18.0
50 @@ -39,8 +36,6 @@ DEPEND="${RDEPEND}
51 )
52 "
53
54 -REQUIRED_USE="farsight? ( !farstream )"
55 -
56 DOCS=( AUTHORS ChangeLog HACKING NEWS README )
57
58 pkg_setup() {
59 @@ -49,7 +44,6 @@ pkg_setup() {
60
61 src_configure() {
62 local mycmakeargs=(
63 - $(cmake-utils_use_enable farsight)
64 $(cmake-utils_use_enable farstream)
65 $(cmake-utils_use_enable debug DEBUG_OUTPUT)
66 $(cmake-utils_use_enable test TESTS)