diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-04-21 00:55:01 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-04-21 00:55:01 +0000 |
commit | 92055e194857867d968298fb205a8c713de3a10e (patch) | |
tree | 4d0aa7d1a3243844a032a1b8ecab30275f0bba38 /net-misc/pssh | |
parent | Remove old. (diff) | |
download | gentoo-2-92055e194857867d968298fb205a8c713de3a10e.tar.gz gentoo-2-92055e194857867d968298fb205a8c713de3a10e.tar.bz2 gentoo-2-92055e194857867d968298fb205a8c713de3a10e.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-misc/pssh')
-rw-r--r-- | net-misc/pssh/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/pssh/pssh-2.1.1.ebuild | 26 |
2 files changed, 4 insertions, 27 deletions
diff --git a/net-misc/pssh/ChangeLog b/net-misc/pssh/ChangeLog index eabd310e0c78..e71d1c49f1ca 100644 --- a/net-misc/pssh/ChangeLog +++ b/net-misc/pssh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/pssh # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/pssh/ChangeLog,v 1.13 2015/03/28 21:25:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/pssh/ChangeLog,v 1.14 2015/04/21 00:55:01 mrueg Exp $ + + 21 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -pssh-2.1.1.ebuild: + Remove old. 28 Mar 2015; Agostino Sarubbo <ago@gentoo.org> pssh-2.3.1-r1.ebuild: Stable for ppc, wrt bug #542592 diff --git a/net-misc/pssh/pssh-2.1.1.ebuild b/net-misc/pssh/pssh-2.1.1.ebuild deleted file mode 100644 index 1f738bd58048..000000000000 --- a/net-misc/pssh/pssh-2.1.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/pssh/pssh-2.1.1.ebuild,v 1.4 2014/08/10 20:46:29 slyfox Exp $ - -EAPI="3" -PYTHON_DEPEND="*:2.5" -inherit distutils - -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 |