Gentoo Archives: gentoo-commits

From: "Alexys Jacob (ultrabug)" <ultrabug@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/clusterssh: clusterssh-3.28.ebuild clusterssh-3.26.ebuild ChangeLog clusterssh-9999.ebuild metadata.xml clusterssh-4.00_pre06.ebuild
Date: Wed, 19 Jan 2011 11:05:27
Message-Id: 20110119110515.0868720054@flycatcher.gentoo.org
1 ultrabug 11/01/19 11:05:15
2
3 Added: clusterssh-3.28.ebuild clusterssh-3.26.ebuild
4 ChangeLog clusterssh-9999.ebuild metadata.xml
5 clusterssh-4.00_pre06.ebuild
6 Log:
7 Moving x11-terms/clusterssh to net-misc/clusterssh. Fixes bug #352089
8
9 (Portage version: 2.1.9.29/cvs/Linux x86_64, RepoMan options: --force)
10
11 Revision Changes Path
12 1.1 net-misc/clusterssh/clusterssh-3.28.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/clusterssh/clusterssh-3.28.ebuild?rev=1.1&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/clusterssh/clusterssh-3.28.ebuild?rev=1.1&content-type=text/plain
16
17 Index: clusterssh-3.28.ebuild
18 ===================================================================
19 # Copyright 1999-2011 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 # $Header: /var/cvsroot/gentoo-x86/net-misc/clusterssh/clusterssh-3.28.ebuild,v 1.1 2011/01/19 11:05:14 ultrabug Exp $
22
23 EAPI=2
24
25 DESCRIPTION="Concurrent Multi-Server Terminal Access."
26 HOMEPAGE="http://clusterssh.sourceforge.net"
27 SRC_URI="mirror://sourceforge/clusterssh/clusterssh-${PV}.tar.gz"
28
29 LICENSE="GPL-2"
30 SLOT="0"
31 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
32 IUSE=""
33
34 RDEPEND=">=dev-lang/perl-5.6.1
35 dev-perl/perl-tk
36 dev-perl/Config-Simple
37 dev-perl/X11-Protocol
38 x11-apps/xlsfonts"
39 DEPEND="${RDEPEND}"
40
41 src_prepare() {
42 # Gentoo perl ebuilds remove podchecker
43 if grep -v podchecker "${S}"/src/Makefile.in \
44 > "${S}"/src/Makefile.in.new; then
45 mv "${S}"/src/Makefile.in.new "${S}"/src/Makefile.in
46 else
47 die "Makefile.in update failed"
48 fi
49 }
50
51 src_install() {
52 dobin src/cssh || die "dobin failed"
53 doman src/cssh.1
54 dodoc AUTHORS NEWS README THANKS
55 }
56
57
58
59 1.1 net-misc/clusterssh/clusterssh-3.26.ebuild
60
61 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/clusterssh/clusterssh-3.26.ebuild?rev=1.1&view=markup
62 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/clusterssh/clusterssh-3.26.ebuild?rev=1.1&content-type=text/plain
63
64 Index: clusterssh-3.26.ebuild
65 ===================================================================
66 # Copyright 1999-2011 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68 # $Header: /var/cvsroot/gentoo-x86/net-misc/clusterssh/clusterssh-3.26.ebuild,v 1.1 2011/01/19 11:05:14 ultrabug Exp $
69
70 EAPI=2
71
72 DESCRIPTION="Concurrent Multi-Server Terminal Access."
73 HOMEPAGE="http://clusterssh.sourceforge.net"
74 SRC_URI="mirror://sourceforge/clusterssh/clusterssh-${PV}.tar.gz"
75
76 LICENSE="GPL-2"
77 SLOT="0"
78 KEYWORDS="amd64 ppc ~ppc64 x86"
79 IUSE=""
80
81 RDEPEND=">=dev-lang/perl-5.6.1
82 dev-perl/perl-tk
83 dev-perl/Config-Simple
84 dev-perl/X11-Protocol
85 x11-apps/xlsfonts"
86 DEPEND="${RDEPEND}"
87
88 src_prepare() {
89 # Gentoo perl ebuilds remove podchecker
90 if grep -v podchecker "${S}"/src/Makefile.in \
91 > "${S}"/src/Makefile.in.new; then
92 mv "${S}"/src/Makefile.in.new "${S}"/src/Makefile.in
93 else
94 die "Makefile.in update failed"
95 fi
96 }
97
98 src_install() {
99 dobin src/cssh || die "dobin failed"
100 doman src/cssh.1
101 dodoc AUTHORS NEWS README THANKS
102 }
103
104
105
106 1.1 net-misc/clusterssh/ChangeLog
107
108 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/clusterssh/ChangeLog?rev=1.1&view=markup
109 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/clusterssh/ChangeLog?rev=1.1&content-type=text/plain
110
111 Index: ChangeLog
112 ===================================================================
113 # ChangeLog for net-misc/clusterssh
114 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
115 # $Header: /var/cvsroot/gentoo-x86/net-misc/clusterssh/ChangeLog,v 1.1 2011/01/19 11:05:14 ultrabug Exp $
116
117 19 Jan 2011; Ultrabug <ultrabug@g.o> +clusterssh-3.26.ebuild,
118 +clusterssh-3.28.ebuild, +clusterssh-4.00_pre06.ebuild,
119 +clusterssh-9999.ebuild, +metadata.xml:
120 Moving x11-terms/clusterssh to net-misc/clusterssh. Fixes bug #352089
121
122 *clusterssh-9999 (20 Nov 2010)
123 *clusterssh-4.00_pre06 (20 Nov 2010)
124
125 20 Nov 2010; Justin Lecher <jlec@g.o> +clusterssh-4.00_pre06.ebuild,
126 +clusterssh-9999.ebuild:
127 Version Bump
128
129 10 Sep 2010; Kacper Kowalik <xarthisius@g.o>
130 -clusterssh-3.18.1-r1.ebuild, -clusterssh-3.21.ebuild,
131 -files/clusterssh-3.21-disable-warning.patch,
132 -files/clusterssh-3.21-xrm-remove-class.patch, -clusterssh-3.22.ebuild,
133 -clusterssh-3.24.ebuild, metadata.xml:
134 Update metadata.xml. Drop old.
135
136 02 Jun 2010; Torsten Veller <tove@g.o> metadata.xml:
137 Remove tantive from metadata.xml (#200343)
138
139 18 Mar 2010; Jeremy Olexa <darkside@g.o> clusterssh-3.28.ebuild:
140 add ~x86-solaris ~sparc-solaris kw, as tested on bug 308683
141
142 06 Jan 2010; Christian Faulhammer <fauli@g.o>
143 clusterssh-3.28.ebuild:
144 Transfer Prefix keywords
145
146 *clusterssh-3.28 (03 Jan 2010)
147
148 03 Jan 2010; Víctor Ostorga <vostorga@g.o>
149 +clusterssh-3.28.ebuild:
150 Version bumpo to 3.28 , bug #297527
151
152 27 Sep 2009; nixnut <nixnut@g.o> clusterssh-3.26.ebuild:
153 ppc stable #281406
154
155 22 Sep 2009; Markus Meier <maekke@g.o> clusterssh-3.26.ebuild:
156 amd64 stable, bug #281406
157
158 18 Aug 2009; Christian Faulhammer <fauli@g.o>
159 clusterssh-3.26.ebuild:
160 stable x86, bug 281406
161
162 *clusterssh-3.26 (08 Aug 2009)
163
164 08 Aug 2009; Samuli Suominen <ssuominen@g.o>
165 +clusterssh-3.26.ebuild:
166 Version bump.
167
168 *clusterssh-3.24 (15 Jan 2009)
169
170 15 Jan 2009; Michael Imhof <tantive@g.o> +clusterssh-3.24.ebuild:
171 Version bumped. Closes #246948.
172
173 06 Jun 2008; Markus Rothe <corsair@g.o> clusterssh-3.21.ebuild:
174 Added ~ppc64; bug #225057
175
176 *clusterssh-3.22 (17 Sep 2008)
177
178 17 Sep 2008; Michael Imhof <tantive@g.o> +clusterssh-3.22.ebuild:
179 Version bumped. Closes #237449.
180
181 *clusterssh-3.22 (17 Sep 2008)
182
183 17 Sep 2008; Michael Imhof <tantive@g.o> +clusterssh-3.22.ebuild:
184 Version bumped. Closes #237449.
185
186 31 Jan 2008; Donnie Berkholz <dberkholz@g.o>;
187 -clusterssh-2.16.ebuild, -clusterssh-2.17.ebuild, -clusterssh-2.20.ebuild,
188 -clusterssh-3.17.1.ebuild, -clusterssh-3.18.1.ebuild:
189 Clean up.
190
191 *clusterssh-3.21 (11 Jan 2008)
192
193 11 Jan 2008; Justin Bronder <jsbronder@g.o>
194 +files/clusterssh-3.21-disable-warning.patch,
195 +files/clusterssh-3.21-xrm-remove-class.patch, +clusterssh-3.21.ebuild:
196 Version bump (Bug 180892). Add small patches from by tmancill@××××××.org.
197
198 29 Jul 2007; Tobias Scherbaum <dertobi123@g.o>
199 clusterssh-3.18.1-r1.ebuild:
200 ppc stable, bug #186439
201
202 26 Jul 2007; Christian Faulhammer <opfer@g.o>
203 clusterssh-3.18.1-r1.ebuild:
204 stable x86, bug 186439
205
206 24 Jul 2007; Steve Dibb <beandog@g.o> clusterssh-3.18.1-r1.ebuild:
207 amd64 stable, bug 186439
208
209 26 Apr 2007; Donnie Berkholz <dberkholz@g.o>; metadata.xml:
210 Update for cluster herd split to hp-cluster and ha-cluster.
211
212 21 Feb 2007; Markus Ullmann <jokey@g.o> ChangeLog:
213 Redigest for Manifest2
214
215 *clusterssh-3.18.1-r1 (27 Aug 2006)
216
217 27 Aug 2006; Michael Imhof <tantive@g.o>
218 +clusterssh-3.18.1-r1.ebuild:
219 Added missing dependency. Closes #144745.
220
221 *clusterssh-3.18.1 (20 Jul 2006)
222
223 20 Jul 2006; Donnie Berkholz <dberkholz@g.o>;
224 +clusterssh-3.18.1.ebuild:
225 (#122950) Bump, removes podchecker and adds postinst note about '-xrm'
226 errors (Scott Jones).
227
228 13 Aug 2005; Michael Hanselmann <hansmi@g.o>
229 clusterssh-2.20.ebuild:
230 Stable on ppc.
231
232 23 Jul 2005; Donnie Berkholz <spyderous@g.o>;
233 clusterssh-2.20.ebuild:
234 (#99833) Create a manpage with perldoc, install crsh as a symlink. Thanks to
235 Kevin Korb <gentoobugs@××××××××××.net>.
236
237 21 Jul 2005; Donnie Berkholz <spyderous@g.o>;
238 clusterssh-2.20.ebuild:
239 Stable on x86.
240
241 *clusterssh-3.17.1 (17 Jul 2005)
242
243 17 Jul 2005; Konstantin Arkhipov <voxus@g.o>
244 +clusterssh-3.17.1.ebuild:
245 Version bump. Added to ~amd64.
246
247 17 Jun 2005; Michael Hanselmann <hansmi@g.o>
248 clusterssh-2.17.ebuild:
249 Stable on ppc.
250
251 *clusterssh-2.20 (24 May 2005)
252
253 24 May 2005; Donnie Berkholz <spyderous@g.o>;
254 +clusterssh-2.20.ebuild:
255 (#91192) Version bump.
256
257 24 May 2005; Donnie Berkholz <spyderous@g.o>;
258 clusterssh-2.17.ebuild:
259 (#91192) Stable on x86.
260
261 *clusterssh-2.17 (29 Oct 2004)
262
263 29 Oct 2004; <voxus@g.o> -clusterssh-2.14.ebuild,
264 +clusterssh-2.17.ebuild:
265 Version bump, closes #69264.
266
267 02 Sep 2004; <pvdabeel@g.o> clusterssh-2.14.ebuild,
268 clusterssh-2.16.ebuild:
269 PPC stable profile update
270
271 *clusterssh-2.16 (21 Jul 2004)
272
273 21 Jul 2004; Konstantin Arkhipov <voxus@g.o> +clusterssh-2.16.ebuild:
274 Version bump, closes #61156.
275
276 16 Jul 2004; David Holm <dholm@g.o> clusterssh-2.14.ebuild:
277 Added to ~ppc.
278
279 *clusterssh-2.14 (13 Jul 2004)
280
281 13 Jul 2004; Michael Imhof <tantive@g.o> +clusterssh-2.14.ebuild:
282 Initial import. Closes #52728.
283
284
285
286
287 1.1 net-misc/clusterssh/clusterssh-9999.ebuild
288
289 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/clusterssh/clusterssh-9999.ebuild?rev=1.1&view=markup
290 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/clusterssh/clusterssh-9999.ebuild?rev=1.1&content-type=text/plain
291
292 Index: clusterssh-9999.ebuild
293 ===================================================================
294 # Copyright 1999-2011 Gentoo Foundation
295 # Distributed under the terms of the GNU General Public License v2
296 # $Header: /var/cvsroot/gentoo-x86/net-misc/clusterssh/clusterssh-9999.ebuild,v 1.1 2011/01/19 11:05:14 ultrabug Exp $
297
298 EAPI=2
299
300 inherit git perl-module
301
302 EGIT_REPO_URI="git://clusterssh.git.sourceforge.net/gitroot/clusterssh/clusterssh"
303
304 DESCRIPTION="Concurrent Multi-Server Terminal Access."
305 HOMEPAGE="http://clusterssh.sourceforge.net"
306
307 LICENSE="GPL-2"
308 SLOT="0"
309 KEYWORDS=""
310 IUSE=""
311
312 RDEPEND="
313 dev-perl/Test-Pod
314 dev-perl/Test-Pod-Coverage
315 dev-perl/Test-Trap
316 dev-perl/perl-tk
317 dev-perl/Config-Simple
318 dev-perl/X11-Protocol
319 x11-apps/xlsfonts"
320 DEPEND="
321 ${RDEPEND}
322 virtual/perl-Module-Build
323 dev-perl/Test-Pod"
324
325 SRC_TEST="do parallel"
326
327 src_unpack() {
328 git_src_unpack
329 perl-module_src_unpack
330 }
331
332 src_prepare() {
333 git_src_prepare
334 perl-module_src_prepare
335 }
336
337
338
339 1.1 net-misc/clusterssh/metadata.xml
340
341 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/clusterssh/metadata.xml?rev=1.1&view=markup
342 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/clusterssh/metadata.xml?rev=1.1&content-type=text/plain
343
344 Index: metadata.xml
345 ===================================================================
346 <?xml version="1.0" encoding="UTF-8"?>
347 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
348 <pkgmetadata>
349 <herd>cluster</herd>
350 <longdescription lang="en">
351 ClusterSSH is a tool for making the same change on multiple servers
352 at the same time. The 'cssh' command opens an administration console
353 and an xterm to all specified hosts. Any text typed into
354 the administration console is replicated to all windows.
355 All windows may also be typed into directly.
356 </longdescription>
357 </pkgmetadata>
358
359
360
361 1.1 net-misc/clusterssh/clusterssh-4.00_pre06.ebuild
362
363 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/clusterssh/clusterssh-4.00_pre06.ebuild?rev=1.1&view=markup
364 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/clusterssh/clusterssh-4.00_pre06.ebuild?rev=1.1&content-type=text/plain
365
366 Index: clusterssh-4.00_pre06.ebuild
367 ===================================================================
368 # Copyright 1999-2011 Gentoo Foundation
369 # Distributed under the terms of the GNU General Public License v2
370 # $Header: /var/cvsroot/gentoo-x86/net-misc/clusterssh/clusterssh-4.00_pre06.ebuild,v 1.1 2011/01/19 11:05:14 ultrabug Exp $
371
372 EAPI=2
373
374 inherit perl-module
375
376 MY_PN="App-ClusterSSH"
377 MY_PV="${PV/pre/}"
378 MY_P="${MY_PN}-${MY_PV}"
379
380 DESCRIPTION="Concurrent Multi-Server Terminal Access."
381 HOMEPAGE="http://clusterssh.sourceforge.net"
382 SRC_URI="mirror://sourceforge/clusterssh/${MY_P}.tar.gz"
383
384 LICENSE="GPL-2"
385 SLOT="0"
386 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux "
387 IUSE=""
388
389 RDEPEND="
390 dev-perl/Test-Pod
391 dev-perl/Test-Pod-Coverage
392 dev-perl/Test-Trap
393 dev-perl/perl-tk
394 dev-perl/Config-Simple
395 dev-perl/X11-Protocol
396 x11-apps/xlsfonts"
397 DEPEND="
398 ${RDEPEND}
399 virtual/perl-Module-Build
400 dev-perl/Test-Pod"
401
402 S="${WORKDIR}"/${MY_P}
403
404 SRC_TEST="do parallel"