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-voip/telepathy-gabble: telepathy-gabble-0.18.3.ebuild ChangeLog telepathy-gabble-0.16.7.ebuild
Date: Thu, 29 May 2014 20:02:41
Message-Id: 20140529200238.4C3452004E@flycatcher.gentoo.org
1 pacho 14/05/29 20:02:38
2
3 Modified: ChangeLog
4 Added: telepathy-gabble-0.18.3.ebuild
5 Removed: telepathy-gabble-0.16.7.ebuild
6 Log:
7 Version bump, drop old
8
9 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
10
11 Revision Changes Path
12 1.137 net-voip/telepathy-gabble/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-gabble/ChangeLog?rev=1.137&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-gabble/ChangeLog?rev=1.137&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-gabble/ChangeLog?r1=1.136&r2=1.137
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/ChangeLog,v
21 retrieving revision 1.136
22 retrieving revision 1.137
23 diff -u -r1.136 -r1.137
24 --- ChangeLog 4 May 2014 12:12:21 -0000 1.136
25 +++ ChangeLog 29 May 2014 20:02:38 -0000 1.137
26 @@ -1,6 +1,12 @@
27 # ChangeLog for net-voip/telepathy-gabble
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/ChangeLog,v 1.136 2014/05/04 12:12:21 pacho Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/ChangeLog,v 1.137 2014/05/29 20:02:38 pacho Exp $
31 +
32 +*telepathy-gabble-0.18.3 (29 May 2014)
33 +
34 + 29 May 2014; Pacho Ramos <pacho@g.o> +telepathy-gabble-0.18.3.ebuild,
35 + -telepathy-gabble-0.16.7.ebuild:
36 + Version bump, drop old
37
38 04 May 2014; Pacho Ramos <pacho@g.o> telepathy-gabble-0.18.2.ebuild:
39 x86 stable, bug 508862
40
41
42
43 1.1 net-voip/telepathy-gabble/telepathy-gabble-0.18.3.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-gabble/telepathy-gabble-0.18.3.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-gabble/telepathy-gabble-0.18.3.ebuild?rev=1.1&content-type=text/plain
47
48 Index: telepathy-gabble-0.18.3.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/telepathy-gabble-0.18.3.ebuild,v 1.1 2014/05/29 20:02:38 pacho Exp $
53
54 EAPI="5"
55 GCONF_DEBUG="no"
56 PYTHON_COMPAT=( python2_{6,7} )
57
58 inherit gnome2 eutils python-any-r1
59
60 DESCRIPTION="A Jabber/XMPP connection manager, with handling of single and multi user chats and voice calls"
61 HOMEPAGE="http://telepathy.freedesktop.org"
62 SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
63
64 LICENSE="LGPL-2.1"
65 SLOT="0"
66 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux"
67 IUSE="gnutls +jingle plugins test"
68
69 # Prevent false positives due nested configure
70 QA_CONFIGURE_OPTIONS=".*"
71
72 # FIXME: missing sasl-2 for tests ? (automagic)
73 # missing libiphb for wocky ?
74 # x11-libs/gtksourceview:3.0 needed by telepathy-gabble-xmpp-console, bug #495184
75 RDEPEND="
76 >=dev-libs/glib-2.32:2
77 >=sys-apps/dbus-1.1.0
78 >=dev-libs/dbus-glib-0.82
79 >=net-libs/telepathy-glib-0.19.9
80
81 dev-db/sqlite:3
82 dev-libs/libxml2
83
84 gnutls? ( >=net-libs/gnutls-2.10.2 )
85 !gnutls? ( >=dev-libs/openssl-0.9.8g:0[-bindist] )
86 jingle? ( || ( net-libs/libsoup:2.4[ssl]
87 >=net-libs/libsoup-2.33.1 )
88 >=net-libs/libnice-0.0.11 )
89 plugins? ( x11-libs/gtksourceview:3.0[introspection] )
90
91 !<net-im/telepathy-mission-control-5.5.0
92 "
93 DEPEND="${RDEPEND}
94 ${PYTHON_DEPS}
95 >=dev-util/gtk-doc-am-1.17
96 dev-libs/libxslt
97 test? ( >=dev-python/twisted-core-0.8.2
98 >=dev-python/twisted-words-0.8.2
99 >=dev-python/dbus-python-0.83 )
100 "
101
102 pkg_setup() {
103 python-any-r1_pkg_setup
104 }
105
106 src_configure() {
107 gnome2_src_configure \
108 --disable-coding-style-checks \
109 --disable-static \
110 --disable-Werror \
111 --enable-file-transfer \
112 $(use_enable jingle voip) \
113 $(use_enable jingle google-relay) \
114 $(use_enable plugins) \
115 --with-tls=$(usex gnutls gnutls openssl)
116 }
117
118 src_test() {
119 # Twisted tests fail, upstream bug #30565
120 emake -C tests check-TESTS
121 }