commit: 5d18c2c1b1b77b1e80f7c2e1a9e112211576d3b6 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Oct 9 07:38:18 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Oct 9 07:38:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d18c2c1
net-misc/pssh: Remove last-rited pkg Closes: https://bugs.gentoo.org/735426 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> net-misc/pssh/Manifest | 1 - net-misc/pssh/metadata.xml | 11 ----------- net-misc/pssh/pssh-2.3.1-r2.ebuild | 34 ---------------------------------- profiles/package.mask | 1 - 4 files changed, 47 deletions(-) diff --git a/net-misc/pssh/Manifest b/net-misc/pssh/Manifest deleted file mode 100644 index 746f5c3b83d..00000000000 --- a/net-misc/pssh/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pssh-2.3.1.tar.gz 23427 BLAKE2B 7297ec83d31272506a34ca771a4476deb0e22f6d85f770cd380d6122e2e39c40f6767b84286efd9980c53729f5f7e0ed19af566cc1eea358ffd9fb0820eca167 SHA512 c39e1c2b0a3bc2bd736f1e7d2f402db6a128e81d6a80ce7e97f39e7fae93f7a20037b43b5725bed5ba911f54e36a9b65c509d858a53c696989b76b1322e7680f diff --git a/net-misc/pssh/metadata.xml b/net-misc/pssh/metadata.xml deleted file mode 100644 index b6d9446e89b..00000000000 --- a/net-misc/pssh/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Cluster Project</name> - </maintainer> - <upstream> - <remote-id type="google-code">parallel-ssh</remote-id> - </upstream> -</pkgmetadata> diff --git a/net-misc/pssh/pssh-2.3.1-r2.ebuild b/net-misc/pssh/pssh-2.3.1-r2.ebuild deleted file mode 100644 index eb333cc8d3a..00000000000 --- a/net-misc/pssh/pssh-2.3.1-r2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -DISTUTILS_SINGLE_IMPL=1 - -inherit distutils-r1 - -DESCRIPTION="PSSH provides parallel versions of OpenSSH and related tools" -HOMEPAGE="https://code.google.com/p/parallel-ssh/" -SRC_URI="https://parallel-ssh.googlecode.com/files/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="net-misc/openssh - !net-misc/putty" -DEPEND="${RDEPEND}" - -# Requires ssh access to run. -RESTRICT="test" - -pkg_setup() { - python-single-r1_pkg_setup -} - -python_prepare_all() { - sed -i -e "s|man/man1'|share/&|g" setup.py || die - distutils-r1_python_prepare_all -} diff --git a/profiles/package.mask b/profiles/package.mask index 82a608022f8..f59915c3f85 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -510,7 +510,6 @@ dev-vcs/cvs2svn dev-vcs/gitstats games-strategy/0ad media-sound/codecgraph -net-misc/pssh # Arfrever Frehtes Taifersar Arahesis <[email protected]> (2020-09-01) # Mismatched version (bug #695022). Masked to force upgrade to 2.0.4_pre20200306162733.
