Gentoo Archives: gentoo-commits

From: "Justin Bronder (jsbronder)" <jsbronder@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-terms/pssh: ChangeLog pssh-2.1.1.ebuild
Date: Wed, 28 Apr 2010 01:23:40
Message-Id: 20100428012334.459E42C058@corvid.gentoo.org
1 jsbronder 10/04/28 01:23:34
2
3 Modified: ChangeLog
4 Added: pssh-2.1.1.ebuild
5 Log:
6 Version bump, update for python.eclass changes, fix homepage. #317037 and #316823.
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.15 x11-terms/pssh/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/pssh/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/pssh/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/pssh/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-terms/pssh/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 6 Jan 2010 19:28:26 -0000 1.14
23 +++ ChangeLog 28 Apr 2010 01:23:34 -0000 1.15
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-terms/pssh
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/pssh/ChangeLog,v 1.14 2010/01/06 19:28:26 fauli Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/pssh/ChangeLog,v 1.15 2010/04/28 01:23:34 jsbronder Exp $
29 +
30 +*pssh-2.1.1 (28 Apr 2010)
31 +
32 + 28 Apr 2010; Justin Bronder <jsbronder@g.o> +pssh-2.1.1.ebuild:
33 + Version bump, update for python.eclass changes, fix homepage. #317037 and
34 + #316823.
35
36 06 Jan 2010; Christian Faulhammer <fauli@g.o> pssh-1.4.3.ebuild:
37 Transfer Prefix keywords
38
39
40
41 1.1 x11-terms/pssh/pssh-2.1.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/pssh/pssh-2.1.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/pssh/pssh-2.1.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: pssh-2.1.1.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-terms/pssh/pssh-2.1.1.ebuild,v 1.1 2010/04/28 01:23:34 jsbronder Exp $
51
52 PYTHON_DEPEND="*:2.4"
53 inherit distutils multilib python
54
55 DESCRIPTION="This package provides parallel versions of the openssh tools."
56 HOMEPAGE="http://code.google.com/p/parallel-ssh/"
57 SRC_URI="http://parallel-ssh.googlecode.com/files/${P}.tar.gz"
58
59 LICENSE="BSD"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
62 IUSE=""
63
64 RDEPEND="net-misc/openssh
65 !net-misc/putty"
66 DEPEND="${RDEPEND}
67 dev-python/setuptools"
68
69 # Requires ssh access to run.
70 RESTRICT="test"
71
72 PYTHON_MODNAME=psshlib