Gentoo Archives: gentoo-commits

From: "Santiago M. Mola (coldwind)" <coldwind@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-voip/telepathy-gabble: ChangeLog telepathy-gabble-0.7.5.ebuild telepathy-gabble-0.7.2.ebuild telepathy-gabble-0.5.12.ebuild telepathy-gabble-0.7.1.ebuild telepathy-gabble-0.5.13.ebuild
Date: Mon, 05 May 2008 15:06:19
Message-Id: E1Jt2Gb-0004Ou-GG@stork.gentoo.org
1 coldwind 08/05/05 15:06:13
2
3 Modified: ChangeLog
4 Added: telepathy-gabble-0.7.5.ebuild
5 Removed: telepathy-gabble-0.7.2.ebuild
6 telepathy-gabble-0.5.12.ebuild
7 telepathy-gabble-0.7.1.ebuild
8 telepathy-gabble-0.5.13.ebuild
9 Log:
10 Bump to 0.7.5, remove some old versions.
11 (Portage version: 2.1.4.4)
12
13 Revision Changes Path
14 1.33 net-voip/telepathy-gabble/ChangeLog
15
16 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/telepathy-gabble/ChangeLog?rev=1.33&view=markup
17 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/telepathy-gabble/ChangeLog?rev=1.33&content-type=text/plain
18 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/telepathy-gabble/ChangeLog?r1=1.32&r2=1.33
19
20 Index: ChangeLog
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/ChangeLog,v
23 retrieving revision 1.32
24 retrieving revision 1.33
25 diff -u -r1.32 -r1.33
26 --- ChangeLog 16 Apr 2008 13:16:08 -0000 1.32
27 +++ ChangeLog 5 May 2008 15:06:13 -0000 1.33
28 @@ -1,6 +1,14 @@
29 # ChangeLog for net-voip/telepathy-gabble
30 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
31 -# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/ChangeLog,v 1.32 2008/04/16 13:16:08 coldwind Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/ChangeLog,v 1.33 2008/05/05 15:06:13 coldwind Exp $
33 +
34 +*telepathy-gabble-0.7.5 (05 May 2008)
35 +
36 + 05 May 2008; Santiago M. Mola <coldwind@g.o>
37 + -telepathy-gabble-0.5.12.ebuild, -telepathy-gabble-0.5.13.ebuild,
38 + -telepathy-gabble-0.7.1.ebuild, -telepathy-gabble-0.7.2.ebuild,
39 + +telepathy-gabble-0.7.5.ebuild:
40 + Bump to 0.7.5, remove some old versions.
41
42 *telepathy-gabble-0.7.3 (16 Apr 2008)
43
44
45
46
47 1.1 net-voip/telepathy-gabble/telepathy-gabble-0.7.5.ebuild
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/telepathy-gabble/telepathy-gabble-0.7.5.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/telepathy-gabble/telepathy-gabble-0.7.5.ebuild?rev=1.1&content-type=text/plain
51
52 Index: telepathy-gabble-0.7.5.ebuild
53 ===================================================================
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/telepathy-gabble-0.7.5.ebuild,v 1.1 2008/05/05 15:06:13 coldwind Exp $
57
58 inherit eutils
59
60 DESCRIPTION="A Jabber/XMPP connection manager, this handles single and multi user chats and voice calls."
61 HOMEPAGE="http://telepathy.freedesktop.org"
62 SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
63
64 LICENSE="LGPL-2.1"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE="debug test"
68
69 RDEPEND=">=dev-libs/glib-2.4
70 >=dev-libs/dbus-glib-0.72
71 >=net-libs/telepathy-glib-0.7.0
72 dev-lang/python
73 >=net-libs/loudmouth-1.3.2"
74
75 DEPEND="${RDEPEND}
76 dev-libs/libxslt
77 test? ( dev-python/twisted
78 dev-python/twisted-words )"
79
80 pkg_setup() {
81 if ! built_with_use -o net-libs/loudmouth ssl gnutls ; then
82 eerror "${PN} needs net-libs/loudmouth built with"
83 eerror "USE='gnutls' or USE='ssl'."
84 die "No TLS support in net-libs/loudmouth"
85 fi
86 }
87
88 src_compile() {
89 econf \
90 $(use_enable debug) \
91 $(use_enable debug handle-leak-debug) \
92 || die "econf failed"
93 emake || die "emake failed"
94 }
95
96 src_test() {
97 if ! dbus-launch emake -j1 check; then
98 die "Make check failed. See above for details."
99 fi
100 }
101
102 src_install() {
103 emake install DESTDIR="${D}" || die "emake install failed"
104 dodoc AUTHORS NEWS ChangeLog
105 }
106
107
108
109 --
110 gentoo-commits@l.g.o mailing list