Gentoo Archives: gentoo-commits

From: David Heidelberger <d.okias@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: net-libs/telepathy-qt/
Date: Tue, 30 Apr 2013 15:11:58
Message-Id: 1367334685.9b6fe09a8636759ae2f5da0d038ffa0dd81c0892.okias@gentoo
1 commit: 9b6fe09a8636759ae2f5da0d038ffa0dd81c0892
2 Author: David Heidelberger <david.heidelberger <AT> ixit <DOT> cz>
3 AuthorDate: Tue Apr 30 15:11:25 2013 +0000
4 Commit: David Heidelberger <d.okias <AT> gmail <DOT> com>
5 CommitDate: Tue Apr 30 15:11:25 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9b6fe09a
7
8 [net-libs/telepathy-qt] migrate to python-1 eclass
9
10 ---
11 net-libs/telepathy-qt/telepathy-qt-9999.ebuild | 12 ++++--------
12 1 files changed, 4 insertions(+), 8 deletions(-)
13
14 diff --git a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
15 index 58a9d95..6a3834e 100644
16 --- a/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
17 +++ b/net-libs/telepathy-qt/telepathy-qt-9999.ebuild
18 @@ -2,12 +2,12 @@
19 # Distributed under the terms of the GNU General Public License v2
20 # $Header: $
21
22 -EAPI=4
23 +EAPI=5
24
25 -PYTHON_DEPEND="2:2.5"
26 +PYTHON_COMPAT=( python{2_6,2_7} )
27 EGIT_REPO_URI="git://anongit.freedesktop.org/telepathy/${PN}"
28
29 -inherit python base cmake-utils virtualx git-2
30 +inherit python-r1 base cmake-utils virtualx git-2
31
32 DESCRIPTION="Qt4 bindings for the Telepathy D-Bus protocol"
33 HOMEPAGE="http://telepathy.freedesktop.org/"
34 @@ -30,6 +30,7 @@ RDEPEND="
35 !net-libs/telepathy-qt4
36 "
37 DEPEND="${RDEPEND}
38 + ${PYTHON_DEPS}
39 virtual/pkgconfig
40 test? (
41 dev-libs/dbus-glib
42 @@ -43,11 +44,6 @@ REQUIRED_USE="farsight? ( !farstream )"
43
44 DOCS=( AUTHORS ChangeLog HACKING NEWS README )
45
46 -pkg_setup() {
47 - python_set_active_version 2
48 - python_pkg_setup
49 -}
50 -
51 src_configure() {
52 local mycmakeargs=(
53 $(cmake-utils_use_enable farsight)