Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-voip/telepathy-salut: ChangeLog telepathy-salut-0.3.9.ebuild
Date: Mon, 20 Apr 2009 21:41:24
Message-Id: E1Lw1Ev-0007tr-LB@stork.gentoo.org
1 eva 09/04/20 21:41:21
2
3 Modified: ChangeLog
4 Added: telepathy-salut-0.3.9.ebuild
5 Log:
6 Bump to 0.3.9. Fix crashed with newish libsoup and transfer over IPv6.
7 (Portage version: 2.2_rc30/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 net-voip/telepathy-salut/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/telepathy-salut/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/telepathy-salut/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/telepathy-salut/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-voip/telepathy-salut/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 18 Apr 2009 20:58:31 -0000 1.1
23 +++ ChangeLog 20 Apr 2009 21:41:21 -0000 1.2
24 @@ -1,6 +1,12 @@
25 # ChangeLog for net-voip/telepathy-salut
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-salut/ChangeLog,v 1.1 2009/04/18 20:58:31 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-salut/ChangeLog,v 1.2 2009/04/20 21:41:21 eva Exp $
29 +
30 +*telepathy-salut-0.3.9 (20 Apr 2009)
31 +
32 + 20 Apr 2009; Gilles Dartiguelongue <eva@g.o>
33 + +telepathy-salut-0.3.9.ebuild:
34 + Bump to 0.3.9. Fix crashed with newish libsoup and transfer over IPv6.
35
36 *telepathy-salut-0.3.8 (18 Apr 2009)
37
38
39
40
41 1.1 net-voip/telepathy-salut/telepathy-salut-0.3.9.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/telepathy-salut/telepathy-salut-0.3.9.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/telepathy-salut/telepathy-salut-0.3.9.ebuild?rev=1.1&content-type=text/plain
45
46 Index: telepathy-salut-0.3.9.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-salut/telepathy-salut-0.3.9.ebuild,v 1.1 2009/04/20 21:41:21 eva Exp $
51
52 EAPI="2"
53
54 inherit base
55
56 DESCRIPTION="A link-local XMPP connection manager for Telepathy"
57 HOMEPAGE="http://telepathy.freedesktop.org/wiki/Components"
58 SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
59
60 LICENSE="LGPL-2.1"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE="ssl test"
64
65 # FIXME: Automagic useless libasyncns check ?
66 RDEPEND="dev-libs/libxml2
67 >=dev-libs/glib-2.16
68 >=sys-apps/dbus-1.1.0
69 >=dev-libs/dbus-glib-0.61
70 >=net-libs/telepathy-glib-0.7.23
71 >=net-dns/avahi-0.6.22
72 net-libs/libsoup:2.4
73 ssl? ( dev-libs/openssl )"
74 DEPEND="${RDEPEND}
75 test? (
76 net-libs/libgsasl
77 app-text/xmldiff
78 >=dev-libs/check-0.9.4
79 dev-python/twisted-words )
80 dev-libs/libxslt
81 >=dev-lang/python-2.4"
82
83 src_configure() {
84 econf $(use_enable ssl) --docdir=/usr/share/doc/${PF}
85 # too much changes required: $(use_enable test avahi-tests)
86 }
87
88 src_install() {
89 emake DESTDIR="${D}" install || die "emake install failed"
90 dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
91 }