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/python-gnupg: python-gnupg-0.3.7.ebuild ChangeLog
Date: Thu, 05 Feb 2015 02:13:13
Message-Id: 20150205021309.AB77811135@oystercatcher.gentoo.org
1 idella4 15/02/05 02:13:09
2
3 Modified: python-gnupg-0.3.7.ebuild ChangeLog
4 Log:
5 minor tidy to test phase
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/python-gnupg/python-gnupg-0.3.7.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-gnupg/python-gnupg-0.3.7.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-gnupg/python-gnupg-0.3.7.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-gnupg/python-gnupg-0.3.7.ebuild?r1=1.1&r2=1.2
15
16 Index: python-gnupg-0.3.7.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-gnupg/python-gnupg-0.3.7.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- python-gnupg-0.3.7.ebuild 5 Feb 2015 02:09:08 -0000 1.1
23 +++ python-gnupg-0.3.7.ebuild 5 Feb 2015 02:13:09 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gnupg/python-gnupg-0.3.7.ebuild,v 1.1 2015/02/05 02:09:08 idella4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gnupg/python-gnupg-0.3.7.ebuild,v 1.2 2015/02/05 02:13:09 idella4 Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
32 @@ -21,6 +21,6 @@
33 "${FILESDIR}"/${P}-msg-handle.patch )
34
35 python_test() {
36 -# cd "${BUILD_DIR}" || die
37 + # Note; 1 test fails under pypy only
38 "${PYTHON}" test_gnupg.py || die "Tests fail with ${EPYTHON}"
39 }
40
41
42
43 1.12 dev-python/python-gnupg/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-gnupg/ChangeLog?rev=1.12&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-gnupg/ChangeLog?rev=1.12&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-gnupg/ChangeLog?r1=1.11&r2=1.12
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-gnupg/ChangeLog,v
52 retrieving revision 1.11
53 retrieving revision 1.12
54 diff -u -r1.11 -r1.12
55 --- ChangeLog 5 Feb 2015 02:09:08 -0000 1.11
56 +++ ChangeLog 5 Feb 2015 02:13:09 -0000 1.12
57 @@ -1,6 +1,9 @@
58 # ChangeLog for dev-python/python-gnupg
59 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gnupg/ChangeLog,v 1.11 2015/02/05 02:09:08 idella4 Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gnupg/ChangeLog,v 1.12 2015/02/05 02:13:09 idella4 Exp $
62 +
63 + 05 Feb 2015; Ian Delaney <idella4@g.o> python-gnupg-0.3.7.ebuild:
64 + minor tidy to test phase
65
66 *python-gnupg-0.3.7 (05 Feb 2015)