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: Wed, 05 Jun 2013 21:53:17
Message-Id: 1370469165.69290d3a4781d6f14bbb746abfbef7670a23b5da.johu@gentoo
1 commit: 69290d3a4781d6f14bbb746abfbef7670a23b5da
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 5 21:52:45 2013 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 5 21:52:45 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=69290d3a
7
8 [net-libs/telepathy-qt] Sync with tree.
9
10 Package-Manager: portage-2.2.0_alpha177
11
12 ---
13 net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 9 ++++++---
14 1 file changed, 6 insertions(+), 3 deletions(-)
15
16 diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
17 index 6a3834e..d01855d 100644
18 --- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
19 +++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
20 @@ -4,10 +4,9 @@
21
22 EAPI=5
23
24 -PYTHON_COMPAT=( python{2_6,2_7} )
25 +PYTHON_COMPAT=( python{2_6,2_7,2_8} )
26 EGIT_REPO_URI="git://anongit.freedesktop.org/telepathy/${PN}"
27 -
28 -inherit python-r1 base cmake-utils virtualx git-2
29 +inherit base python-any-r1 cmake-utils virtualx git-2
30
31 DESCRIPTION="Qt4 bindings for the Telepathy D-Bus protocol"
32 HOMEPAGE="http://telepathy.freedesktop.org/"
33 @@ -44,6 +43,10 @@ REQUIRED_USE="farsight? ( !farstream )"
34
35 DOCS=( AUTHORS ChangeLog HACKING NEWS README )
36
37 +pkg_setup() {
38 + python-any-r1_pkg_setup
39 +}
40 +
41 src_configure() {
42 local mycmakeargs=(
43 $(cmake-utils_use_enable farsight)