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: telepathy-haze-0.7.1.ebuild ChangeLog
Date: Sat, 28 Sep 2013 18:55:46
Message-Id: 20130928185537.270402004C@flycatcher.gentoo.org
1 pacho 13/09/28 18:55:37
2
3 Modified: ChangeLog
4 Added: telepathy-haze-0.7.1.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.41 net-voip/telepathy-haze/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-haze/ChangeLog?rev=1.41&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-haze/ChangeLog?rev=1.41&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-haze/ChangeLog?r1=1.40&r2=1.41
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-voip/telepathy-haze/ChangeLog,v
20 retrieving revision 1.40
21 retrieving revision 1.41
22 diff -u -r1.40 -r1.41
23 --- ChangeLog 5 Sep 2013 19:02:49 -0000 1.40
24 +++ ChangeLog 28 Sep 2013 18:55:37 -0000 1.41
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-voip/telepathy-haze
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-haze/ChangeLog,v 1.40 2013/09/05 19:02:49 mgorny Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-haze/ChangeLog,v 1.41 2013/09/28 18:55:37 pacho Exp $
30 +
31 +*telepathy-haze-0.7.1 (28 Sep 2013)
32 +
33 + 28 Sep 2013; Pacho Ramos <pacho@g.o> +telepathy-haze-0.7.1.ebuild:
34 + Version bump
35
36 05 Sep 2013; Michał Górny <mgorny@g.o> telepathy-haze-0.7.0.ebuild:
37 Clean up PYTHON_COMPAT from old implementations.
38
39
40
41 1.1 net-voip/telepathy-haze/telepathy-haze-0.7.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-haze/telepathy-haze-0.7.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/telepathy-haze/telepathy-haze-0.7.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: telepathy-haze-0.7.1.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-haze/telepathy-haze-0.7.1.ebuild,v 1.1 2013/09/28 18:55:37 pacho Exp $
51
52 EAPI=5
53 PYTHON_COMPAT=( python2_{6,7} )
54
55 inherit eutils python-single-r1
56
57 DESCRIPTION="Telepathy connection manager providing libpurple supported protocols."
58 HOMEPAGE="http://developer.pidgin.im/wiki/TelepathyHaze"
59 SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
64 #IUSE="test"
65 IUSE=""
66
67 # Tests failing, see upstream: https://bugs.freedesktop.org/34577
68 RESTRICT="test"
69
70 RDEPEND="
71 >=net-im/pidgin-2.7
72 >=net-libs/telepathy-glib-0.15.1[${PYTHON_USEDEP}]
73 >=dev-libs/glib-2.30:2
74 >=dev-libs/dbus-glib-0.73
75 "
76 DEPEND="${RDEPEND}
77 virtual/pkgconfig"
78 # test? ( dev-python/twisted-words )"