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/httplib2: httplib2-0.8.ebuild ChangeLog
Date: Tue, 02 Dec 2014 23:17:07
Message-Id: 20141202231703.B41F8B640@oystercatcher.gentoo.org
1 idella4 14/12/02 23:17:03
2
3 Modified: httplib2-0.8.ebuild ChangeLog
4 Log:
5 clean old impl
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.6 dev-python/httplib2/httplib2-0.8.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httplib2/httplib2-0.8.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httplib2/httplib2-0.8.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httplib2/httplib2-0.8.ebuild?r1=1.5&r2=1.6
15
16 Index: httplib2-0.8.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/httplib2/httplib2-0.8.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- httplib2-0.8.ebuild 5 Nov 2014 00:18:10 -0000 1.5
23 +++ httplib2-0.8.ebuild 2 Dec 2014 23:17:03 -0000 1.6
24 @@ -1,9 +1,9 @@
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/httplib2/httplib2-0.8.ebuild,v 1.5 2014/11/05 00:18:10 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/httplib2-0.8.ebuild,v 1.6 2014/12/02 23:17:03 idella4 Exp $
29
30 EAPI="5"
31 -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
32 +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
33
34 inherit distutils-r1
35
36 @@ -22,7 +22,7 @@
37 RESTRICT="test"
38
39 python_test() {
40 - if [[ ${EPYTHON} == python2.* ]] ; then
41 + if [[ ${EPYTHON} == python2.7 ]] ; then
42 cd python2
43 else
44 cd python3
45
46
47
48 1.45 dev-python/httplib2/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httplib2/ChangeLog?rev=1.45&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httplib2/ChangeLog?rev=1.45&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httplib2/ChangeLog?r1=1.44&r2=1.45
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/dev-python/httplib2/ChangeLog,v
57 retrieving revision 1.44
58 retrieving revision 1.45
59 diff -u -r1.44 -r1.45
60 --- ChangeLog 5 Nov 2014 00:18:10 -0000 1.44
61 +++ ChangeLog 2 Dec 2014 23:17:03 -0000 1.45
62 @@ -1,6 +1,9 @@
63 # ChangeLog for dev-python/httplib2
64 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/ChangeLog,v 1.44 2014/11/05 00:18:10 floppym Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/ChangeLog,v 1.45 2014/12/02 23:17:03 idella4 Exp $
67 +
68 + 02 Dec 2014; Ian Delaney <idella4@g.o> httplib2-0.8.ebuild:
69 + clean old impl
70
71 05 Nov 2014; Mike Gilbert <floppym@g.o> -httplib2-0.6.0.ebuild,
72 -httplib2-0.7.7.ebuild, httplib2-0.7.6.ebuild, httplib2-0.8.ebuild: