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-haze: ChangeLog telepathy-haze-0.4.0.ebuild
Date: Wed, 29 Sep 2010 17:30:07
Message-Id: 20100929173003.8913320051@flycatcher.gentoo.org
1 pacho 10/09/29 17:30:03
2
3 Modified: ChangeLog
4 Added: telepathy-haze-0.4.0.ebuild
5 Log:
6 Version bump with multiple bugfixes and working tests (bug #330273).
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.16 net-voip/telepathy-haze/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-haze/ChangeLog?rev=1.16&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-haze/ChangeLog?rev=1.16&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-haze/ChangeLog?r1=1.15&r2=1.16
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-voip/telepathy-haze/ChangeLog,v
19 retrieving revision 1.15
20 retrieving revision 1.16
21 diff -u -r1.15 -r1.16
22 --- ChangeLog 7 Aug 2010 16:56:20 -0000 1.15
23 +++ ChangeLog 29 Sep 2010 17:30:03 -0000 1.16
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-voip/telepathy-haze
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-haze/ChangeLog,v 1.15 2010/08/07 16:56:20 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-haze/ChangeLog,v 1.16 2010/09/29 17:30:03 pacho Exp $
29 +
30 +*telepathy-haze-0.4.0 (29 Sep 2010)
31 +
32 + 29 Sep 2010; Pacho Ramos <pacho@g.o> +telepathy-haze-0.4.0.ebuild:
33 + Version bump with multiple bugfixes and working tests (bug #330273).
34
35 07 Aug 2010; Raúl Porcel <armin76@g.o>
36 telepathy-haze-0.3.2.ebuild:
37
38
39
40 1.1 net-voip/telepathy-haze/telepathy-haze-0.4.0.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-haze/telepathy-haze-0.4.0.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-haze/telepathy-haze-0.4.0.ebuild?rev=1.1&content-type=text/plain
44
45 Index: telepathy-haze-0.4.0.ebuild
46 ===================================================================
47 # Copyright 1999-2010 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-haze/telepathy-haze-0.4.0.ebuild,v 1.1 2010/09/29 17:30:03 pacho Exp $
50
51 DESCRIPTION="Telepathy connection manager providing libpurple supported
52 protocols."
53 HOMEPAGE="http://developer.pidgin.im/wiki/Telepathy"
54 SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
55
56 LICENSE="GPL-2"
57 SLOT="0"
58 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
59 IUSE="test"
60
61 RDEPEND=">=net-im/pidgin-2.6
62 >=net-libs/telepathy-glib-0.9.2
63 >=dev-libs/glib-2.22
64 >=dev-libs/dbus-glib-0.73"
65
66 DEPEND="${RDEPEND}
67 dev-util/pkgconfig
68 test? ( dev-python/twisted-words
69 >=dev-lang/python-2.5 )"
70
71 src_install() {
72 emake DESTDIR="${D}" install || die "emake install failed"
73 dodoc AUTHORS NEWS README
74 }