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/louie: louie-1.1-r1.ebuild ChangeLog
Date: Fri, 02 Jan 2015 00:06:03
Message-Id: 20150102000559.B0BB5EAC0@oystercatcher.gentoo.org
1 mgorny 15/01/02 00:05:59
2
3 Modified: louie-1.1-r1.ebuild ChangeLog
4 Log:
5 Remove obsolete DISTUTILS_SRC_TEST.
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.2 dev-python/louie/louie-1.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/louie/louie-1.1-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/louie/louie-1.1-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/louie/louie-1.1-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: louie-1.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/louie/louie-1.1-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- louie-1.1-r1.ebuild 31 Dec 2014 02:41:18 -0000 1.1
23 +++ louie-1.1-r1.ebuild 2 Jan 2015 00:05:59 -0000 1.2
24 @@ -1,10 +1,9 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/louie/louie-1.1-r1.ebuild,v 1.1 2014/12/31 02:41:18 idella4 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/louie/louie-1.1-r1.ebuild,v 1.2 2015/01/02 00:05:59 mgorny Exp $
30
31 EAPI=5
32 PYTHON_COMPAT=( python2_7 )
33 -DISTUTILS_SRC_TEST="nosetests"
34
35 inherit distutils-r1
36
37 @@ -32,5 +31,5 @@
38 }
39
40 python_test() {
41 - nosetests || die "Tests failed"
42 + nosetests || die "Tests fail with ${EPYTHON}"
43 }
44
45
46
47 1.13 dev-python/louie/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/louie/ChangeLog?rev=1.13&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/louie/ChangeLog?rev=1.13&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/louie/ChangeLog?r1=1.12&r2=1.13
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-python/louie/ChangeLog,v
56 retrieving revision 1.12
57 retrieving revision 1.13
58 diff -u -r1.12 -r1.13
59 --- ChangeLog 31 Dec 2014 02:41:18 -0000 1.12
60 +++ ChangeLog 2 Jan 2015 00:05:59 -0000 1.13
61 @@ -1,6 +1,9 @@
62 # ChangeLog for dev-python/louie
63 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-python/louie/ChangeLog,v 1.12 2014/12/31 02:41:18 idella4 Exp $
65 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
66 +# $Header: /var/cvsroot/gentoo-x86/dev-python/louie/ChangeLog,v 1.13 2015/01/02 00:05:59 mgorny Exp $
67 +
68 + 02 Jan 2015; Michał Górny <mgorny@g.o> louie-1.1-r1.ebuild:
69 + Remove obsolete DISTUTILS_SRC_TEST.
70
71 *louie-1.1-r1 (31 Dec 2014)