Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/guppy: guppy-0.1.10-r1.ebuild
Date: Tue, 30 Dec 2014 12:34:03
Message-Id: 20141230123400.156E6E7E2@oystercatcher.gentoo.org
1 idella4 14/12/30 12:34:00
2
3 Modified: guppy-0.1.10-r1.ebuild
4 Log:
5 whitespace
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.2 dev-python/guppy/guppy-0.1.10-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/guppy/guppy-0.1.10-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/guppy/guppy-0.1.10-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/guppy/guppy-0.1.10-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: guppy-0.1.10-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/guppy/guppy-0.1.10-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- guppy-0.1.10-r1.ebuild 30 Dec 2014 12:31:18 -0000 1.1
23 +++ guppy-0.1.10-r1.ebuild 30 Dec 2014 12:34:00 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/guppy/guppy-0.1.10-r1.ebuild,v 1.1 2014/12/30 12:31:18 idella4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/guppy/guppy-0.1.10-r1.ebuild,v 1.2 2014/12/30 12:34:00 idella4 Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python2_7 )
32 @@ -35,7 +35,7 @@
33 "${PYTHON}" setup.py build install --home="${T}/test-${EPYTHON}" \
34 || die "Installation of tests failed"
35 pushd "${T}/test-${EPYTHON}/lib/python" > /dev/null
36 - "${PYTHON}" guppy/heapy/test/test_all.py || die "tests failed"
37 + "${PYTHON}" guppy/heapy/test/test_all.py || die "tests failed"
38 popd > /dev/null
39 }