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-sofiasip: ChangeLog telepathy-sofiasip-0.5.14.ebuild
Date: Tue, 13 Jan 2009 21:03:59
Message-Id: E1LMqQX-0008Uf-PR@stork.gentoo.org
1 tester 09/01/13 21:03:57
2
3 Modified: ChangeLog
4 Added: telepathy-sofiasip-0.5.14.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r7 i686)
8
9 Revision Changes Path
10 1.2 net-voip/telepathy-sofiasip/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 6 Jan 2009 03:42:22 -0000 1.1
23 +++ ChangeLog 13 Jan 2009 21:03:57 -0000 1.2
24 @@ -1,6 +1,12 @@
25 # ChangeLog for net-voip/telepathy-sofiasip
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog,v 1.1 2009/01/06 03:42:22 tester Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog,v 1.2 2009/01/13 21:03:57 tester Exp $
29 +
30 +*telepathy-sofiasip-0.5.14 (13 Jan 2009)
31 +
32 + 13 Jan 2009; Olivier CrĂȘte <tester@g.o>
33 + +telepathy-sofiasip-0.5.14.ebuild:
34 + Version bump
35
36 06 Jan 2009; Olivier CrĂȘte <tester@g.o> ChangeLog:
37 Initial import from voip overlay
38
39
40
41 1.1 net-voip/telepathy-sofiasip/telepathy-sofiasip-0.5.14.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.5.14.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.5.14.ebuild?rev=1.1&content-type=text/plain
45
46 Index: telepathy-sofiasip-0.5.14.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-sofiasip/telepathy-sofiasip-0.5.14.ebuild,v 1.1 2009/01/13 21:03:57 tester Exp $
51
52 DESCRIPTION="A SIP connection manager for Telepathy based around the Sofia-SIP library."
53 HOMEPAGE="http://sourceforge.net/projects/tp-sofiasip/"
54 SRC_URI="mirror://sourceforge/tp-sofiasip/${P}.tar.gz"
55
56 LICENSE="LGPL-2.1"
57 SLOT="0"
58 KEYWORDS="~x86 ~amd64"
59 IUSE="debug"
60
61 RDEPEND=">=net-libs/sofia-sip-1.12.10
62 >=net-libs/telepathy-glib-0.7.17
63 >=dev-libs/glib-2.16
64 sys-apps/dbus
65 dev-libs/dbus-glib"
66
67 DEPEND="${RDEPEND}
68 dev-libs/libxslt
69 dev-lang/python"
70
71 src_compile() {
72 econf $(use_enable debug) || die "econf failed"
73
74 emake || die "emake failed"
75 }
76
77 src_install() {
78 emake DESTDIR="${D}" install || die "emake install failed"
79 dodoc AUTHORS ChangeLog NEWS README TODO
80 }