Gentoo Archives: gentoo-commits

From: "Brian Dolbec (dolsen)" <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/ssl-fetch: ChangeLog ssl-fetch-9999.ebuild ssl-fetch-0.1.ebuild
Date: Tue, 06 May 2014 02:54:34
Message-Id: 20140506025429.3A4B62004E@flycatcher.gentoo.org
1 dolsen 14/05/06 02:54:29
2
3 Modified: ChangeLog ssl-fetch-9999.ebuild
4 ssl-fetch-0.1.ebuild
5 Log:
6 Drop py-2.6 compatibility
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x65E309F2189DB0B8)
9
10 Revision Changes Path
11 1.4 dev-python/ssl-fetch/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 6 May 2014 02:21:06 -0000 1.3
24 +++ ChangeLog 6 May 2014 02:54:29 -0000 1.4
25 @@ -1,6 +1,10 @@
26 # ChangeLog for dev-python/ssl-fetch
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ChangeLog,v 1.3 2014/05/06 02:21:06 dolsen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ChangeLog,v 1.4 2014/05/06 02:54:29 dolsen Exp $
30 +
31 + 06 May 2014; Brian Dolbec <dolsen@g.o> ssl-fetch-0.1.ebuild,
32 + ssl-fetch-9999.ebuild:
33 + Remove py-2.6 compatibility.
34
35 06 May 2014; Brian Dolbec <dolsen@g.o> ssl-fetch-0.1.ebuild,
36 ssl-fetch-9999.ebuild:
37
38
39
40 1.3 dev-python/ssl-fetch/ssl-fetch-9999.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-9999.ebuild?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-9999.ebuild?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-9999.ebuild?r1=1.2&r2=1.3
45
46 Index: ssl-fetch-9999.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-9999.ebuild,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- ssl-fetch-9999.ebuild 6 May 2014 02:21:06 -0000 1.2
53 +++ ssl-fetch-9999.ebuild 6 May 2014 02:54:29 -0000 1.3
54 @@ -1,10 +1,10 @@
55 # Copyright 1999-2014 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-9999.ebuild,v 1.2 2014/05/06 02:21:06 dolsen Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-9999.ebuild,v 1.3 2014/05/06 02:54:29 dolsen Exp $
59
60 EAPI="5"
61
62 -PYTHON_COMPAT=(python{2_6,2_7,3_3,3_4})
63 +PYTHON_COMPAT=(python{2_7,3_3,3_4})
64
65 EGIT_BRANCH="master"
66
67 @@ -26,11 +26,6 @@
68
69 RDEPEND="${DEPEND}
70 >=dev-python/requests-1.2.1[${PYTHON_USEDEP}]
71 - python_targets_python2_6? (
72 - dev-python/ndg-httpsclient[python_targets_python2_6]
73 - dev-python/pyasn1[python_targets_python2_6]
74 - >=dev-python/pyopenssl-0.13[python_targets_python2_6]
75 - )
76 python_targets_python2_7? (
77 dev-python/ndg-httpsclient[python_targets_python2_7]
78 dev-python/pyasn1[python_targets_python2_7]
79
80
81
82 1.4 dev-python/ssl-fetch/ssl-fetch-0.1.ebuild
83
84 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.1.ebuild?rev=1.4&view=markup
85 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.1.ebuild?rev=1.4&content-type=text/plain
86 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.1.ebuild?r1=1.3&r2=1.4
87
88 Index: ssl-fetch-0.1.ebuild
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.1.ebuild,v
91 retrieving revision 1.3
92 retrieving revision 1.4
93 diff -u -r1.3 -r1.4
94 --- ssl-fetch-0.1.ebuild 6 May 2014 02:21:06 -0000 1.3
95 +++ ssl-fetch-0.1.ebuild 6 May 2014 02:54:29 -0000 1.4
96 @@ -1,6 +1,6 @@
97 # Copyright 1999-2014 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.1.ebuild,v 1.3 2014/05/06 02:21:06 dolsen Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.1.ebuild,v 1.4 2014/05/06 02:54:29 dolsen Exp $
101
102 EAPI="5"