Gentoo Archives: gentoo-commits

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