Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/telepathy-mission-control: telepathy-mission-control-5.14.1.ebuild ChangeLog
Date: Sat, 26 Oct 2013 18:53:03
Message-Id: 20131026185255.5A66520047@flycatcher.gentoo.org
1 pacho 13/10/26 18:52:55
2
3 Modified: telepathy-mission-control-5.14.1.ebuild ChangeLog
4 Log:
5 Python is needed even without tests, bug #489466 by Eternal Sorrow
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.4 net-im/telepathy-mission-control/telepathy-mission-control-5.14.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-5.14.1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-5.14.1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-5.14.1.ebuild?r1=1.3&r2=1.4
15
16 Index: telepathy-mission-control-5.14.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-5.14.1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- telepathy-mission-control-5.14.1.ebuild 10 Oct 2013 19:28:58 -0000 1.3
23 +++ telepathy-mission-control-5.14.1.ebuild 26 Oct 2013 18:52:55 -0000 1.4
24 @@ -1,14 +1,14 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-5.14.1.ebuild,v 1.3 2013/10/10 19:28:58 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-5.14.1.ebuild,v 1.4 2013/10/26 18:52:55 pacho Exp $
29
30 EAPI="5"
31 GCONF_DEBUG="no"
32 GNOME2_LA_PUNT="yes"
33 -# Needed for tests, but we don't run them for now
34 -#PYTHON_COMPAT=( python2_{6,7} )
35 +# Needed for tests and build #489466
36 +PYTHON_COMPAT=( python2_{6,7} )
37
38 -inherit gnome2 #python-any-r1
39 +inherit gnome2 python-any-r1
40
41 DESCRIPTION="An account manager and channel dispatcher for the Telepathy framework"
42 HOMEPAGE="http://cgit.freedesktop.org/telepathy/telepathy-mission-control/"
43 @@ -31,12 +31,12 @@
44 upower? ( >=sys-power/upower-0.9.11 )
45 "
46 DEPEND="${RDEPEND}
47 + ${PYTHON_DEPS}
48 dev-libs/libxslt
49 >=dev-util/gtk-doc-am-1.17
50 virtual/pkgconfig
51 "
52 -# test? ( ${PYTHON_DEPS}
53 -# dev-python/twisted-words )"
54 +# test? ( dev-python/twisted-words )"
55
56 # Tests are broken, see upstream bug #29334 and #64212
57 # upstream doesn't want it enabled everywhere (#29334#c12)
58
59
60
61 1.92 net-im/telepathy-mission-control/ChangeLog
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-mission-control/ChangeLog?rev=1.92&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-mission-control/ChangeLog?rev=1.92&content-type=text/plain
65 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-mission-control/ChangeLog?r1=1.91&r2=1.92
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/ChangeLog,v
70 retrieving revision 1.91
71 retrieving revision 1.92
72 diff -u -r1.91 -r1.92
73 --- ChangeLog 10 Oct 2013 19:28:58 -0000 1.91
74 +++ ChangeLog 26 Oct 2013 18:52:55 -0000 1.92
75 @@ -1,6 +1,10 @@
76 # ChangeLog for net-im/telepathy-mission-control
77 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/ChangeLog,v 1.91 2013/10/10 19:28:58 pacho Exp $
79 +# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/ChangeLog,v 1.92 2013/10/26 18:52:55 pacho Exp $
80 +
81 + 26 Oct 2013; Pacho Ramos <pacho@g.o>
82 + telepathy-mission-control-5.14.1.ebuild:
83 + Python is needed even without tests, bug #489466 by Eternal Sorrow
84
85 10 Oct 2013; Pacho Ramos <pacho@g.o>
86 telepathy-mission-control-5.14.1.ebuild: