summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Bronder <jsbronder@gentoo.org>2010-04-28 01:23:34 +0000
committerJustin Bronder <jsbronder@gentoo.org>2010-04-28 01:23:34 +0000
commit8c852fdcef4d51114e88967f8cff44e5b2ce8962 (patch)
tree86d7d7a1dc96c3ddb31c54c9967f4d8a22d0305b /x11-terms
parentVersion bump (diff)
downloadgentoo-2-8c852fdcef4d51114e88967f8cff44e5b2ce8962.tar.gz
gentoo-2-8c852fdcef4d51114e88967f8cff44e5b2ce8962.tar.bz2
gentoo-2-8c852fdcef4d51114e88967f8cff44e5b2ce8962.zip
Version bump, update for python.eclass changes, fix homepage. #317037 and #316823.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-terms')
-rw-r--r--x11-terms/pssh/ChangeLog8
-rw-r--r--x11-terms/pssh/pssh-2.1.1.ebuild25
2 files changed, 32 insertions, 1 deletions
diff --git a/x11-terms/pssh/ChangeLog b/x11-terms/pssh/ChangeLog
index 96146cd1ea42..7113512a6ab4 100644
--- a/x11-terms/pssh/ChangeLog
+++ b/x11-terms/pssh/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-terms/pssh
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/pssh/ChangeLog,v 1.14 2010/01/06 19:28:26 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/pssh/ChangeLog,v 1.15 2010/04/28 01:23:34 jsbronder Exp $
+
+*pssh-2.1.1 (28 Apr 2010)
+
+ 28 Apr 2010; Justin Bronder <jsbronder@gentoo.org> +pssh-2.1.1.ebuild:
+ Version bump, update for python.eclass changes, fix homepage. #317037 and
+ #316823.
06 Jan 2010; Christian Faulhammer <fauli@gentoo.org> pssh-1.4.3.ebuild:
Transfer Prefix keywords
diff --git a/x11-terms/pssh/pssh-2.1.1.ebuild b/x11-terms/pssh/pssh-2.1.1.ebuild
new file mode 100644
index 000000000000..6bc77715b4da
--- /dev/null
+++ b/x11-terms/pssh/pssh-2.1.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/pssh/pssh-2.1.1.ebuild,v 1.1 2010/04/28 01:23:34 jsbronder Exp $
+
+PYTHON_DEPEND="*:2.4"
+inherit distutils multilib python
+
+DESCRIPTION="This package provides parallel versions of the openssh tools."
+HOMEPAGE="http://code.google.com/p/parallel-ssh/"
+SRC_URI="http://parallel-ssh.googlecode.com/files/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="net-misc/openssh
+ !net-misc/putty"
+DEPEND="${RDEPEND}
+ dev-python/setuptools"
+
+# Requires ssh access to run.
+RESTRICT="test"
+
+PYTHON_MODNAME=psshlib