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-sofiasip: ChangeLog telepathy-sofiasip-0.6.4.ebuild telepathy-sofiasip-0.5.17.ebuild telepathy-sofiasip-0.5.18.ebuild
Date: Wed, 29 Sep 2010 18:52:14
Message-Id: 20100929185211.8582D20051@flycatcher.gentoo.org
1 pacho 10/09/29 18:52:11
2
3 Modified: ChangeLog
4 Added: telepathy-sofiasip-0.6.4.ebuild
5 Removed: telepathy-sofiasip-0.5.17.ebuild
6 telepathy-sofiasip-0.5.18.ebuild
7 Log:
8 Version bump with some fixes, handle debug configure option. Remove old.
9 (Portage version: 2.1.8.3/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.17 net-voip/telepathy-sofiasip/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog?rev=1.17&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog?rev=1.17&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog?r1=1.16&r2=1.17
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog,v
21 retrieving revision 1.16
22 retrieving revision 1.17
23 diff -u -r1.16 -r1.17
24 --- ChangeLog 7 Aug 2010 16:53:55 -0000 1.16
25 +++ ChangeLog 29 Sep 2010 18:52:11 -0000 1.17
26 @@ -1,6 +1,13 @@
27 # ChangeLog for net-voip/telepathy-sofiasip
28 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog,v 1.16 2010/08/07 16:53:55 armin76 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog,v 1.17 2010/09/29 18:52:11 pacho Exp $
31 +
32 +*telepathy-sofiasip-0.6.4 (29 Sep 2010)
33 +
34 + 29 Sep 2010; Pacho Ramos <pacho@g.o>
35 + -telepathy-sofiasip-0.5.17.ebuild, -telepathy-sofiasip-0.5.18.ebuild,
36 + +telepathy-sofiasip-0.6.4.ebuild:
37 + Version bump with some fixes, handle debug configure option. Remove old.
38
39 07 Aug 2010; Raúl Porcel <armin76@g.o>
40 telepathy-sofiasip-0.6.2.ebuild:
41
42
43
44 1.1 net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.4.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.4.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.ebuild?rev=1.1&content-type=text/plain
48
49 Index: telepathy-sofiasip-0.6.4.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.ebuild,v 1.1 2010/09/29 18:52:11 pacho 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="debug 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_configure() {
78 econf $(use_enable debug)
79 }
80
81 src_install() {
82 emake DESTDIR="${D}" install || die "emake install failed"
83 dodoc AUTHORS ChangeLog NEWS README TODO || die
84 }