Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/logilab-common: logilab-common-0.59.1.ebuild logilab-common-0.60.0.ebuild ChangeLog
Date: Mon, 02 Dec 2013 12:21:51
Message-Id: 20131202122144.CBDD62004B@flycatcher.gentoo.org
1 mgorny 13/12/02 12:21:44
2
3 Modified: logilab-common-0.59.1.ebuild
4 logilab-common-0.60.0.ebuild ChangeLog
5 Log:
6 Fix test invocation to write to TEST_DIR rather than BUILD_DIR.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
9
10 Revision Changes Path
11 1.6 dev-python/logilab-common/logilab-common-0.59.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/logilab-common/logilab-common-0.59.1.ebuild?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/logilab-common/logilab-common-0.59.1.ebuild?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/logilab-common/logilab-common-0.59.1.ebuild?r1=1.5&r2=1.6
16
17 Index: logilab-common-0.59.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/logilab-common/logilab-common-0.59.1.ebuild,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- logilab-common-0.59.1.ebuild 5 Sep 2013 18:46:04 -0000 1.5
24 +++ logilab-common-0.59.1.ebuild 2 Dec 2013 12:21:44 -0000 1.6
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/logilab-common-0.59.1.ebuild,v 1.5 2013/09/05 18:46:04 mgorny Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/logilab-common-0.59.1.ebuild,v 1.6 2013/12/02 12:21:44 mgorny Exp $
30
31 EAPI=5
32 # broken with python3.3, bug #449276
33 @@ -58,7 +58,7 @@
34 export TZ=UTC
35
36 # Make sure that the tests use correct modules.
37 - pushd "${BUILD_DIR}"/lib > /dev/null || die
38 + pushd "${TEST_DIR}"/lib > /dev/null || die
39 "${TEST_DIR}"/scripts/pytest || die "Tests fail with ${EPYTHON}"
40 popd > /dev/null || die
41 }
42
43
44
45 1.4 dev-python/logilab-common/logilab-common-0.60.0.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/logilab-common/logilab-common-0.60.0.ebuild?rev=1.4&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/logilab-common/logilab-common-0.60.0.ebuild?rev=1.4&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/logilab-common/logilab-common-0.60.0.ebuild?r1=1.3&r2=1.4
50
51 Index: logilab-common-0.60.0.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-python/logilab-common/logilab-common-0.60.0.ebuild,v
54 retrieving revision 1.3
55 retrieving revision 1.4
56 diff -u -r1.3 -r1.4
57 --- logilab-common-0.60.0.ebuild 5 Sep 2013 18:46:04 -0000 1.3
58 +++ logilab-common-0.60.0.ebuild 2 Dec 2013 12:21:44 -0000 1.4
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2013 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/logilab-common-0.60.0.ebuild,v 1.3 2013/09/05 18:46:04 mgorny Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/logilab-common-0.60.0.ebuild,v 1.4 2013/12/02 12:21:44 mgorny Exp $
64
65 EAPI=5
66
67 @@ -63,7 +63,7 @@
68 export TZ=UTC
69
70 # Make sure that the tests use correct modules.
71 - pushd "${BUILD_DIR}"/lib > /dev/null || die
72 + pushd "${TEST_DIR}"/lib > /dev/null || die
73 "${TEST_DIR}"/scripts/pytest || die "Tests fail with ${EPYTHON}"
74 popd > /dev/null || die
75 }
76
77
78
79 1.132 dev-python/logilab-common/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/logilab-common/ChangeLog?rev=1.132&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/logilab-common/ChangeLog?rev=1.132&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/logilab-common/ChangeLog?r1=1.131&r2=1.132
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/dev-python/logilab-common/ChangeLog,v
88 retrieving revision 1.131
89 retrieving revision 1.132
90 diff -u -r1.131 -r1.132
91 --- ChangeLog 5 Sep 2013 18:46:04 -0000 1.131
92 +++ ChangeLog 2 Dec 2013 12:21:44 -0000 1.132
93 @@ -1,6 +1,10 @@
94 # ChangeLog for dev-python/logilab-common
95 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/ChangeLog,v 1.131 2013/09/05 18:46:04 mgorny Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/ChangeLog,v 1.132 2013/12/02 12:21:44 mgorny Exp $
98 +
99 + 02 Dec 2013; Michał Górny <mgorny@g.o> logilab-common-0.59.1.ebuild,
100 + logilab-common-0.60.0.ebuild:
101 + Fix test invocation to write to TEST_DIR rather than BUILD_DIR.
102
103 05 Sep 2013; Michał Górny <mgorny@g.o> logilab-common-0.59.1.ebuild,
104 logilab-common-0.60.0.ebuild: