Gentoo Archives: gentoo-commits

From: "Olivier Crete (tester)" <tester@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/telepathy-python: telepathy-python-0.15.12.ebuild ChangeLog telepathy-python-0.15.11.ebuild
Date: Tue, 29 Sep 2009 14:51:51
Message-Id: E1Mse3Q-0002NZ-TW@stork.gentoo.org
1 tester 09/09/29 14:51:48
2
3 Modified: ChangeLog
4 Added: telepathy-python-0.15.12.ebuild
5 Removed: telepathy-python-0.15.11.ebuild
6 Log:
7 Version bump
8 (Portage version: 2.1.6.13/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.18 dev-python/telepathy-python/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/telepathy-python/ChangeLog?rev=1.18&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/telepathy-python/ChangeLog?rev=1.18&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/telepathy-python/ChangeLog?r1=1.17&r2=1.18
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/ChangeLog,v
20 retrieving revision 1.17
21 retrieving revision 1.18
22 diff -u -r1.17 -r1.18
23 --- ChangeLog 14 Sep 2009 21:17:34 -0000 1.17
24 +++ ChangeLog 29 Sep 2009 14:51:48 -0000 1.18
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-python/telepathy-python
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/ChangeLog,v 1.17 2009/09/14 21:17:34 tester Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/ChangeLog,v 1.18 2009/09/29 14:51:48 tester Exp $
30 +
31 +*telepathy-python-0.15.12 (29 Sep 2009)
32 +
33 + 29 Sep 2009; Olivier CrĂȘte <tester@g.o>
34 + -telepathy-python-0.15.11.ebuild, +telepathy-python-0.15.12.ebuild:
35 + Version bump
36
37 *telepathy-python-0.15.11 (14 Sep 2009)
38
39
40
41
42 1.1 dev-python/telepathy-python/telepathy-python-0.15.12.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.12.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.12.ebuild?rev=1.1&content-type=text/plain
46
47 Index: telepathy-python-0.15.12.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.12.ebuild,v 1.1 2009/09/29 14:51:48 tester Exp $
52
53 DESCRIPTION="Telepathy Python base classes for use in connection managers, and proxy classes for use in clients."
54 HOMEPAGE="http://telepathy.freedesktop.org/"
55 SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
56
57 LICENSE="LGPL-2.1"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86"
60 IUSE=""
61
62 DEPEND="dev-libs/libxslt"
63 RDEPEND=">=dev-python/dbus-python-0.80"
64
65 src_install() {
66 make install DESTDIR="${D}"
67 dodoc AUTHORS NEWS
68 }