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.16.3.ebuild ChangeLog telepathy-mission-control-5.16.1.ebuild
Date: Tue, 02 Sep 2014 09:54:55
Message-Id: 20140902095242.2E8C4480D@oystercatcher.gentoo.org
1 pacho 14/09/02 09:52:42
2
3 Modified: ChangeLog
4 Added: telepathy-mission-control-5.16.3.ebuild
5 Removed: telepathy-mission-control-5.16.1.ebuild
6 Log:
7 Version bump, drop old
8
9 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
10
11 Revision Changes Path
12 1.114 net-im/telepathy-mission-control/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-mission-control/ChangeLog?rev=1.114&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-mission-control/ChangeLog?rev=1.114&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-mission-control/ChangeLog?r1=1.113&r2=1.114
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/ChangeLog,v
21 retrieving revision 1.113
22 retrieving revision 1.114
23 diff -u -r1.113 -r1.114
24 --- ChangeLog 25 Aug 2014 11:02:48 -0000 1.113
25 +++ ChangeLog 2 Sep 2014 09:52:42 -0000 1.114
26 @@ -1,6 +1,13 @@
27 # ChangeLog for net-im/telepathy-mission-control
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/ChangeLog,v 1.113 2014/08/25 11:02:48 ago Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/ChangeLog,v 1.114 2014/09/02 09:52:42 pacho Exp $
31 +
32 +*telepathy-mission-control-5.16.3 (02 Sep 2014)
33 +
34 + 02 Sep 2014; Pacho Ramos <pacho@g.o>
35 + +telepathy-mission-control-5.16.3.ebuild,
36 + -telepathy-mission-control-5.16.1.ebuild:
37 + Version bump, drop old
38
39 25 Aug 2014; Agostino Sarubbo <ago@g.o>
40 telepathy-mission-control-5.16.2.ebuild:
41
42
43
44 1.1 net-im/telepathy-mission-control/telepathy-mission-control-5.16.3.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-5.16.3.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-5.16.3.ebuild?rev=1.1&content-type=text/plain
48
49 Index: telepathy-mission-control-5.16.3.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-5.16.3.ebuild,v 1.1 2014/09/02 09:52:42 pacho Exp $
54
55 EAPI="5"
56 GCONF_DEBUG="no"
57 GNOME2_LA_PUNT="yes"
58 # Needed for tests and build #489466
59 PYTHON_COMPAT=( python2_{6,7} )
60
61 inherit gnome2 python-any-r1
62
63 DESCRIPTION="An account manager and channel dispatcher for the Telepathy framework"
64 HOMEPAGE="http://cgit.freedesktop.org/telepathy/telepathy-mission-control/"
65 SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
66
67 LICENSE="LGPL-2.1+"
68 SLOT="0"
69 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
70 IUSE="debug networkmanager systemd upower" # test
71
72 RDEPEND="
73 >=dev-libs/dbus-glib-0.82
74 >=dev-libs/glib-2.32:2
75 >=sys-apps/dbus-0.95
76 >=net-libs/telepathy-glib-0.20
77 networkmanager? ( >=net-misc/networkmanager-0.7 )
78 !systemd? ( upower? ( || ( <sys-power/upower-0.99 sys-power/upower-pm-utils ) ) )
79 "
80 DEPEND="${RDEPEND}
81 ${PYTHON_DEPS}
82 dev-libs/libxslt
83 >=dev-util/gtk-doc-am-1.17
84 virtual/pkgconfig
85 "
86 # test? ( dev-python/twisted-words )"
87
88 # Tests are broken, see upstream bug #29334 and #64212
89 # upstream doesn't want it enabled everywhere (#29334#c12)
90 RESTRICT="test"
91
92 src_configure() {
93 # creds is not available
94 gnome2_src_configure \
95 --disable-static \
96 $(use_enable debug) \
97 $(use_with networkmanager connectivity nm) \
98 $(use_enable upower) \
99 $(use systemd && echo "--disable-upower")
100 }