Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/ssl-fetch: ssl-fetch-0.2.1.ebuild ssl-fetch-0.3.ebuild ssl-fetch-9999.ebuild ssl-fetch-0.2.ebuild ChangeLog
Date: Mon, 09 Feb 2015 02:51:44
Message-Id: 20150209025138.164D8115D0@oystercatcher.gentoo.org
1 mrueg 15/02/09 02:51:38
2
3 Modified: ssl-fetch-0.2.1.ebuild ssl-fetch-0.3.ebuild
4 ssl-fetch-9999.ebuild ssl-fetch-0.2.ebuild
5 ChangeLog
6 Log:
7 Fix typo in DESC.
8
9 (Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key )
10
11 Revision Changes Path
12 1.9 dev-python/ssl-fetch/ssl-fetch-0.2.1.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.2.1.ebuild?rev=1.9&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.2.1.ebuild?rev=1.9&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.2.1.ebuild?r1=1.8&r2=1.9
17
18 Index: ssl-fetch-0.2.1.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.2.1.ebuild,v
21 retrieving revision 1.8
22 retrieving revision 1.9
23 diff -u -r1.8 -r1.9
24 --- ssl-fetch-0.2.1.ebuild 3 Sep 2014 17:14:26 -0000 1.8
25 +++ ssl-fetch-0.2.1.ebuild 9 Feb 2015 02:51:38 -0000 1.9
26 @@ -1,6 +1,6 @@
27 -# Copyright 1999-2014 Gentoo Foundation
28 +# Copyright 1999-2015 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.2.1.ebuild,v 1.8 2014/09/03 17:14:26 ottxor Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.2.1.ebuild,v 1.9 2015/02/09 02:51:38 mrueg Exp $
32
33 EAPI="5"
34
35 @@ -8,7 +8,7 @@
36
37 inherit distutils-r1
38
39 -DESCRIPTION="A small convinience library for fetching files securely"
40 +DESCRIPTION="A small convenience library for fetching files securely"
41 HOMEPAGE="https://github.com/dol-sen/ssl-fetch"
42 SRC_URI="https://github.com/dol-sen/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
43
44
45
46
47 1.3 dev-python/ssl-fetch/ssl-fetch-0.3.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.3.ebuild?rev=1.3&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.3.ebuild?rev=1.3&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.3.ebuild?r1=1.2&r2=1.3
52
53 Index: ssl-fetch-0.3.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.3.ebuild,v
56 retrieving revision 1.2
57 retrieving revision 1.3
58 diff -u -r1.2 -r1.3
59 --- ssl-fetch-0.3.ebuild 4 Feb 2015 16:20:12 -0000 1.2
60 +++ ssl-fetch-0.3.ebuild 9 Feb 2015 02:51:38 -0000 1.3
61 @@ -1,6 +1,6 @@
62 # Copyright 1999-2015 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.3.ebuild,v 1.2 2015/02/04 16:20:12 haubi Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.3.ebuild,v 1.3 2015/02/09 02:51:38 mrueg Exp $
66
67 EAPI="5"
68
69 @@ -8,7 +8,7 @@
70
71 inherit distutils-r1
72
73 -DESCRIPTION="A small convinience library for fetching files securely"
74 +DESCRIPTION="A small convenience library for fetching files securely"
75 HOMEPAGE="https://github.com/dol-sen/ssl-fetch"
76 SRC_URI="http://dev.gentoo.org/~dolsen/releases/ssl-fetch/${P}.tar.gz"
77
78
79
80
81 1.6 dev-python/ssl-fetch/ssl-fetch-9999.ebuild
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-9999.ebuild?rev=1.6&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-9999.ebuild?rev=1.6&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-9999.ebuild?r1=1.5&r2=1.6
86
87 Index: ssl-fetch-9999.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-9999.ebuild,v
90 retrieving revision 1.5
91 retrieving revision 1.6
92 diff -u -r1.5 -r1.6
93 --- ssl-fetch-9999.ebuild 16 Jun 2014 05:59:26 -0000 1.5
94 +++ ssl-fetch-9999.ebuild 9 Feb 2015 02:51:38 -0000 1.6
95 @@ -1,6 +1,6 @@
96 -# Copyright 1999-2014 Gentoo Foundation
97 +# Copyright 1999-2015 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-9999.ebuild,v 1.5 2014/06/16 05:59:26 dolsen Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-9999.ebuild,v 1.6 2015/02/09 02:51:38 mrueg Exp $
101
102 EAPI="5"
103
104 @@ -12,7 +12,7 @@
105
106 EGIT_REPO_URI="git://github.com/dol-sen/ssl-fetch.git"
107
108 -DESCRIPTION="A small convinience library for fetching files securely"
109 +DESCRIPTION="A small convenience library for fetching files securely"
110 HOMEPAGE="https://github.com/dol-sen/ssl-fetch"
111 SRC_URI=""
112
113
114
115
116 1.15 dev-python/ssl-fetch/ssl-fetch-0.2.ebuild
117
118 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.2.ebuild?rev=1.15&view=markup
119 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.2.ebuild?rev=1.15&content-type=text/plain
120 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.2.ebuild?r1=1.14&r2=1.15
121
122 Index: ssl-fetch-0.2.ebuild
123 ===================================================================
124 RCS file: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.2.ebuild,v
125 retrieving revision 1.14
126 retrieving revision 1.15
127 diff -u -r1.14 -r1.15
128 --- ssl-fetch-0.2.ebuild 24 Sep 2014 09:33:27 -0000 1.14
129 +++ ssl-fetch-0.2.ebuild 9 Feb 2015 02:51:38 -0000 1.15
130 @@ -1,6 +1,6 @@
131 -# Copyright 1999-2014 Gentoo Foundation
132 +# Copyright 1999-2015 Gentoo Foundation
133 # Distributed under the terms of the GNU General Public License v2
134 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.2.ebuild,v 1.14 2014/09/24 09:33:27 ago Exp $
135 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-0.2.ebuild,v 1.15 2015/02/09 02:51:38 mrueg Exp $
136
137 EAPI="5"
138
139 @@ -8,7 +8,7 @@
140
141 inherit distutils-r1
142
143 -DESCRIPTION="A small convinience library for fetching files securely"
144 +DESCRIPTION="A small convenience library for fetching files securely"
145 HOMEPAGE="https://github.com/dol-sen/ssl-fetch"
146 SRC_URI="http://dev.gentoo.org/~dolsen/releases/ssl-fetch/${P}.tar.gz"
147
148
149
150
151 1.29 dev-python/ssl-fetch/ChangeLog
152
153 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ChangeLog?rev=1.29&view=markup
154 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ChangeLog?rev=1.29&content-type=text/plain
155 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ssl-fetch/ChangeLog?r1=1.28&r2=1.29
156
157 Index: ChangeLog
158 ===================================================================
159 RCS file: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ChangeLog,v
160 retrieving revision 1.28
161 retrieving revision 1.29
162 diff -u -r1.28 -r1.29
163 --- ChangeLog 4 Feb 2015 16:20:12 -0000 1.28
164 +++ ChangeLog 9 Feb 2015 02:51:38 -0000 1.29
165 @@ -1,6 +1,10 @@
166 # ChangeLog for dev-python/ssl-fetch
167 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
168 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ChangeLog,v 1.28 2015/02/04 16:20:12 haubi Exp $
169 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ChangeLog,v 1.29 2015/02/09 02:51:38 mrueg Exp $
170 +
171 + 09 Feb 2015; Manuel RĂ¼ger <mrueg@g.o> ssl-fetch-0.2.1.ebuild,
172 + ssl-fetch-0.2.ebuild, ssl-fetch-0.3.ebuild, ssl-fetch-9999.ebuild:
173 + Fix typo in DESC.
174
175 04 Feb 2015; Michael Haubenwallner <haubi@g.o> ssl-fetch-0.3.ebuild:
176 keyword ~x86-linux