Gentoo Archives: gentoo-commits

From: "Arun Raghavan (ford_prefect)" <ford_prefect@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-voip/telepathy-sofiasip: ChangeLog telepathy-sofiasip-0.6.4-r1.ebuild
Date: Wed, 03 Nov 2010 21:19:01
Message-Id: 20101103211856.2F1872004B@flycatcher.gentoo.org
1 ford_prefect 10/11/03 21:18:56
2
3 Modified: ChangeLog
4 Added: telepathy-sofiasip-0.6.4-r1.ebuild
5 Log:
6 Don't let USE=debug control --enable-debug - this is only enables conditionally enabled code to get debugging output (which upstream needs to actually debug any issues remotely).
7
8 (Portage version: 2.2.0_alpha3/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.18 net-voip/telepathy-sofiasip/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog?rev=1.18&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog?rev=1.18&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog?r1=1.17&r2=1.18
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog,v
20 retrieving revision 1.17
21 retrieving revision 1.18
22 diff -u -r1.17 -r1.18
23 --- ChangeLog 29 Sep 2010 18:52:11 -0000 1.17
24 +++ ChangeLog 3 Nov 2010 21:18:56 -0000 1.18
25 @@ -1,6 +1,14 @@
26 # ChangeLog for net-voip/telepathy-sofiasip
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog,v 1.17 2010/09/29 18:52:11 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog,v 1.18 2010/11/03 21:18:56 ford_prefect Exp $
30 +
31 +*telepathy-sofiasip-0.6.4-r1 (03 Nov 2010)
32 +
33 + 03 Nov 2010; Arun Raghavan <ford_prefect@g.o>
34 + +telepathy-sofiasip-0.6.4-r1.ebuild:
35 + Don't let USE=debug control --enable-debug - this is only enables
36 + conditionally enabled code to get debugging output (which upstream needs
37 + to actually debug any issues remotely).
38
39 *telepathy-sofiasip-0.6.4 (29 Sep 2010)
40
41
42
43
44 1.1 net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.4-r1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.4-r1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.4-r1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: telepathy-sofiasip-0.6.4-r1.ebuild
50 ===================================================================
51 # Copyright 1999-2010 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.4-r1.ebuild,v 1.1 2010/11/03 21:18:56 ford_prefect Exp $
54
55 EAPI="2"
56
57 DESCRIPTION="A SIP connection manager for Telepathy based around the Sofia-SIP library."
58 HOMEPAGE="http://telepathy.freedesktop.org/"
59 SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
60
61 LICENSE="LGPL-2.1"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
64 IUSE="test"
65
66 RDEPEND=">=net-libs/sofia-sip-1.12.10
67 >=net-libs/telepathy-glib-0.8.0
68 >=dev-libs/glib-2.16
69 sys-apps/dbus
70 dev-libs/dbus-glib"
71
72 DEPEND="${RDEPEND}
73 dev-libs/libxslt
74 dev-lang/python
75 test? ( dev-python/twisted )"
76
77 src_install() {
78 emake DESTDIR="${D}" install || die "emake install failed"
79 dodoc AUTHORS ChangeLog NEWS README TODO || die
80 }