Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pylint: pylint-0.25.2.ebuild pylint-0.25.0.ebuild pylint-0.23.0.ebuild pylint-0.25.1.ebuild ChangeLog
Date: Mon, 27 Aug 2012 15:25:07
Message-Id: 20120827152456.3ED7C20918@flycatcher.gentoo.org
1 floppym 12/08/27 15:24:56
2
3 Modified: pylint-0.25.2.ebuild pylint-0.25.0.ebuild
4 pylint-0.23.0.ebuild pylint-0.25.1.ebuild ChangeLog
5 Log:
6 Update HOMEPAGE to prevent redirect. Suggested by Arfrever.
7
8 (Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 dev-python/pylint/pylint-0.25.2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/pylint-0.25.2.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/pylint-0.25.2.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/pylint-0.25.2.ebuild?r1=1.1&r2=1.2
16
17 Index: pylint-0.25.2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.25.2.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- pylint-0.25.2.ebuild 27 Aug 2012 08:36:01 -0000 1.1
24 +++ pylint-0.25.2.ebuild 27 Aug 2012 15:24:56 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.25.2.ebuild,v 1.1 2012/08/27 08:36:01 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.25.2.ebuild,v 1.2 2012/08/27 15:24:56 floppym Exp $
30
31 EAPI="3"
32 PYTHON_DEPEND="*:2.5"
33 @@ -10,7 +10,7 @@
34 inherit distutils
35
36 DESCRIPTION="Python code static checker"
37 -HOMEPAGE="http://www.logilab.org/projects/pylint/ http://pypi.python.org/pypi/pylint"
38 +HOMEPAGE="http://www.logilab.org/project/pylint http://pypi.python.org/pypi/pylint"
39 SRC_URI="ftp://ftp.logilab.org/pub/${PN}/${P}.tar.gz mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
40
41 LICENSE="GPL-2"
42
43
44
45 1.2 dev-python/pylint/pylint-0.25.0.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/pylint-0.25.0.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/pylint-0.25.0.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/pylint-0.25.0.ebuild?r1=1.1&r2=1.2
50
51 Index: pylint-0.25.0.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.25.0.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- pylint-0.25.0.ebuild 18 Oct 2011 19:09:49 -0000 1.1
58 +++ pylint-0.25.0.ebuild 27 Aug 2012 15:24:56 -0000 1.2
59 @@ -1,6 +1,6 @@
60 -# Copyright 1999-2011 Gentoo Foundation
61 +# Copyright 1999-2012 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.25.0.ebuild,v 1.1 2011/10/18 19:09:49 radhermit Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.25.0.ebuild,v 1.2 2012/08/27 15:24:56 floppym Exp $
65
66 EAPI="3"
67 PYTHON_DEPEND="*:2.5"
68 @@ -10,7 +10,7 @@
69 inherit distutils
70
71 DESCRIPTION="Python code static checker"
72 -HOMEPAGE="http://www.logilab.org/projects/pylint/ http://pypi.python.org/pypi/pylint"
73 +HOMEPAGE="http://www.logilab.org/project/pylint http://pypi.python.org/pypi/pylint"
74 SRC_URI="ftp://ftp.logilab.org/pub/${PN}/${P}.tar.gz mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
75
76 LICENSE="GPL-2"
77
78
79
80 1.5 dev-python/pylint/pylint-0.23.0.ebuild
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/pylint-0.23.0.ebuild?rev=1.5&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/pylint-0.23.0.ebuild?rev=1.5&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/pylint-0.23.0.ebuild?r1=1.4&r2=1.5
85
86 Index: pylint-0.23.0.ebuild
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.23.0.ebuild,v
89 retrieving revision 1.4
90 retrieving revision 1.5
91 diff -u -r1.4 -r1.5
92 --- pylint-0.23.0.ebuild 10 Apr 2011 20:53:35 -0000 1.4
93 +++ pylint-0.23.0.ebuild 27 Aug 2012 15:24:56 -0000 1.5
94 @@ -1,6 +1,6 @@
95 -# Copyright 1999-2011 Gentoo Foundation
96 +# Copyright 1999-2012 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.23.0.ebuild,v 1.4 2011/04/10 20:53:35 maekke Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.23.0.ebuild,v 1.5 2012/08/27 15:24:56 floppym Exp $
100
101 EAPI="3"
102 PYTHON_DEPEND="*:2.5"
103 @@ -10,7 +10,7 @@
104 inherit distutils
105
106 DESCRIPTION="Python code static checker"
107 -HOMEPAGE="http://www.logilab.org/projects/pylint/ http://pypi.python.org/pypi/pylint"
108 +HOMEPAGE="http://www.logilab.org/project/pylint http://pypi.python.org/pypi/pylint"
109 SRC_URI="ftp://ftp.logilab.org/pub/${PN}/${P}.tar.gz mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
110
111 LICENSE="GPL-2"
112
113
114
115 1.2 dev-python/pylint/pylint-0.25.1.ebuild
116
117 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/pylint-0.25.1.ebuild?rev=1.2&view=markup
118 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/pylint-0.25.1.ebuild?rev=1.2&content-type=text/plain
119 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/pylint-0.25.1.ebuild?r1=1.1&r2=1.2
120
121 Index: pylint-0.25.1.ebuild
122 ===================================================================
123 RCS file: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.25.1.ebuild,v
124 retrieving revision 1.1
125 retrieving revision 1.2
126 diff -u -r1.1 -r1.2
127 --- pylint-0.25.1.ebuild 8 Feb 2012 04:52:28 -0000 1.1
128 +++ pylint-0.25.1.ebuild 27 Aug 2012 15:24:56 -0000 1.2
129 @@ -1,6 +1,6 @@
130 # Copyright 1999-2012 Gentoo Foundation
131 # Distributed under the terms of the GNU General Public License v2
132 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.25.1.ebuild,v 1.1 2012/02/08 04:52:28 patrick Exp $
133 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.25.1.ebuild,v 1.2 2012/08/27 15:24:56 floppym Exp $
134
135 EAPI="3"
136 PYTHON_DEPEND="*:2.5"
137 @@ -10,7 +10,7 @@
138 inherit distutils
139
140 DESCRIPTION="Python code static checker"
141 -HOMEPAGE="http://www.logilab.org/projects/pylint/ http://pypi.python.org/pypi/pylint"
142 +HOMEPAGE="http://www.logilab.org/project/pylint http://pypi.python.org/pypi/pylint"
143 SRC_URI="ftp://ftp.logilab.org/pub/${PN}/${P}.tar.gz mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
144
145 LICENSE="GPL-2"
146
147
148
149 1.88 dev-python/pylint/ChangeLog
150
151 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/ChangeLog?rev=1.88&view=markup
152 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/ChangeLog?rev=1.88&content-type=text/plain
153 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/ChangeLog?r1=1.87&r2=1.88
154
155 Index: ChangeLog
156 ===================================================================
157 RCS file: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v
158 retrieving revision 1.87
159 retrieving revision 1.88
160 diff -u -r1.87 -r1.88
161 --- ChangeLog 27 Aug 2012 08:36:01 -0000 1.87
162 +++ ChangeLog 27 Aug 2012 15:24:56 -0000 1.88
163 @@ -1,6 +1,10 @@
164 # ChangeLog for dev-python/pylint
165 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
166 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.87 2012/08/27 08:36:01 patrick Exp $
167 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.88 2012/08/27 15:24:56 floppym Exp $
168 +
169 + 27 Aug 2012; Mike Gilbert <floppym@g.o> pylint-0.23.0.ebuild,
170 + pylint-0.25.0.ebuild, pylint-0.25.1.ebuild, pylint-0.25.2.ebuild:
171 + Update HOMEPAGE to prevent redirect. Suggested by Arfrever.
172
173 *pylint-0.25.2 (27 Aug 2012)