Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/telepathy-python: ChangeLog telepathy-python-0.15.18.ebuild telepathy-python-0.15.13.ebuild telepathy-python-0.15.12.ebuild
Date: Wed, 29 Sep 2010 18:38:23
Message-Id: 20100929183815.26B8A20051@flycatcher.gentoo.org
1 pacho 10/09/29 18:38:15
2
3 Modified: ChangeLog
4 Added: telepathy-python-0.15.18.ebuild
5 Removed: telepathy-python-0.15.13.ebuild
6 telepathy-python-0.15.12.ebuild
7 Log:
8 Version bump with some small fixes, stop forcing MAKEOPTS=-j1 since parallel build should work since 0.15.13 and looks to work fine for me. Remove old.
9 (Portage version: 2.1.8.3/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.29 dev-python/telepathy-python/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/ChangeLog?rev=1.29&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/ChangeLog?rev=1.29&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/ChangeLog?r1=1.28&r2=1.29
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/ChangeLog,v
21 retrieving revision 1.28
22 retrieving revision 1.29
23 diff -u -r1.28 -r1.29
24 --- ChangeLog 7 Aug 2010 16:50:34 -0000 1.28
25 +++ ChangeLog 29 Sep 2010 18:38:15 -0000 1.29
26 @@ -1,6 +1,15 @@
27 # ChangeLog for dev-python/telepathy-python
28 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/ChangeLog,v 1.28 2010/08/07 16:50:34 armin76 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/ChangeLog,v 1.29 2010/09/29 18:38:15 pacho Exp $
31 +
32 +*telepathy-python-0.15.18 (29 Sep 2010)
33 +
34 + 29 Sep 2010; Pacho Ramos <pacho@g.o>
35 + -telepathy-python-0.15.12.ebuild, -telepathy-python-0.15.13.ebuild,
36 + +telepathy-python-0.15.18.ebuild:
37 + Version bump with some small fixes, stop forcing MAKEOPTS=-j1 since
38 + parallel build should work since 0.15.13 and looks to work fine for me.
39 + Remove old.
40
41 07 Aug 2010; Raúl Porcel <armin76@g.o>
42 telepathy-python-0.15.17.ebuild:
43
44
45
46 1.1 dev-python/telepathy-python/telepathy-python-0.15.18.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.18.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.18.ebuild?rev=1.1&content-type=text/plain
50
51 Index: telepathy-python-0.15.18.ebuild
52 ===================================================================
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.18.ebuild,v 1.1 2010/09/29 18:38:15 pacho Exp $
56
57 DESCRIPTION="Telepathy Python base classes for use in connection managers, and proxy classes for use in clients."
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 ~ppc64 ~sparc ~x86"
64 IUSE=""
65
66 DEPEND="dev-libs/libxslt"
67 RDEPEND=">=dev-python/dbus-python-0.80"
68
69 src_install() {
70 emake install DESTDIR="${D}" || die
71 dodoc AUTHORS NEWS || die
72 }