Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/twisted: twisted-11.1.0.ebuild ChangeLog
Date: Thu, 29 Dec 2011 04:17:22
Message-Id: 20111229041711.652562004B@flycatcher.gentoo.org
1 floppym 11/12/29 04:17:11
2
3 Modified: twisted-11.1.0.ebuild ChangeLog
4 Log:
5 Fix line wrapping.
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-python/twisted/twisted-11.1.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted/twisted-11.1.0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted/twisted-11.1.0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted/twisted-11.1.0.ebuild?r1=1.2&r2=1.3
15
16 Index: twisted-11.1.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-11.1.0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- twisted-11.1.0.ebuild 29 Dec 2011 04:15:26 -0000 1.2
23 +++ twisted-11.1.0.ebuild 29 Dec 2011 04:17:11 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-11.1.0.ebuild,v 1.2 2011/12/29 04:15:26 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-11.1.0.ebuild,v 1.3 2011/12/29 04:17:11 floppym Exp $
29
30 EAPI="4"
31 PYTHON_DEPEND="2"
32 @@ -46,8 +46,7 @@
33 src_test() {
34 testing() {
35 local exit_status="0"
36 - "$(PYTHON)" setup.py build -b "build-${PYTHON_ABI}" install
37 - --root="${T}/tests" --no-compile || die "Installation of tests failed with $(python_get_implementation_and_version)"
38 + "$(PYTHON)" setup.py build -b "build-${PYTHON_ABI}" install --root="${T}/tests" --no-compile || die "Installation of tests failed with $(python_get_implementation_and_version)"
39
40 pushd "${T}/tests${EPREFIX}$(python_get_sitedir)" > /dev/null || die
41
42
43
44
45 1.152 dev-python/twisted/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted/ChangeLog?rev=1.152&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted/ChangeLog?rev=1.152&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted/ChangeLog?r1=1.151&r2=1.152
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v
54 retrieving revision 1.151
55 retrieving revision 1.152
56 diff -u -r1.151 -r1.152
57 --- ChangeLog 29 Dec 2011 04:15:26 -0000 1.151
58 +++ ChangeLog 29 Dec 2011 04:17:11 -0000 1.152
59 @@ -1,6 +1,9 @@
60 # ChangeLog for dev-python/twisted
61 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.151 2011/12/29 04:15:26 floppym Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.152 2011/12/29 04:17:11 floppym Exp $
64 +
65 + 29 Dec 2011; Mike Gilbert <floppym@g.o> twisted-11.1.0.ebuild:
66 + Fix line wrapping.
67
68 29 Dec 2011; Mike Gilbert <floppym@g.o> twisted-11.1.0.ebuild:
69 Call python_get_implementation_and_version from src_test.