From 8ba493f5439ffec0ed21707f660602b7bd80bbbf Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 3 Feb 2023 21:11:18 +0000 Subject: gentoo auto-resync : 03:02:2023 - 21:11:18 --- net-misc/pssh/Manifest | 2 +- net-misc/pssh/pssh-2.3.4-r1.ebuild | 34 ---------------------------------- net-misc/pssh/pssh-2.3.4-r2.ebuild | 31 +++++++++++++++++++++++++++++++ 3 files changed, 32 insertions(+), 35 deletions(-) delete mode 100644 net-misc/pssh/pssh-2.3.4-r1.ebuild create mode 100644 net-misc/pssh/pssh-2.3.4-r2.ebuild (limited to 'net-misc/pssh') diff --git a/net-misc/pssh/Manifest b/net-misc/pssh/Manifest index 3ffa9c65c5c4..2b5621a26ad6 100644 --- a/net-misc/pssh/Manifest +++ b/net-misc/pssh/Manifest @@ -1,3 +1,3 @@ DIST pssh-2.3.4.tar.gz 51859 BLAKE2B 788f5239cd35e240cc1961e73b532c60e5221ede9de48878f9636339b18235dc67109948eeb4f64871985bb24e1a7f823b1718da3dbe2ea893af58fd45495c61 SHA512 7abf327ca53dda2402465254e447eb837babdd2b4d865abb5b52a1135bd234694b84c1148cb3e4ed0198271ed29333fc1b5d0d01dc653fcf6d3e5b9f170b9d4e -EBUILD pssh-2.3.4-r1.ebuild 744 BLAKE2B 66b9d6521a6f9fbadf32aa6b658bcac2760b37a8d9e9133b083955b494d2d99ba3aa9681e430efad6d32822c5394ac7a164b5d102cc9700fc4491d8a2b82559e SHA512 79e265d4908c0de2c73779623f5e57301eccdfa91a0ae9ee82244e4b2ae732bd8050970c54f74205d25cc0e8b95c03bf8f396dcda3eb11bf51260bea14ed3981 +EBUILD pssh-2.3.4-r2.ebuild 725 BLAKE2B 4f23897773a38711d92ff7f78b099e05c9939786986baf4011e8bef45df30669089308c4b0171098e0181fadd5e1d801447639fff1daf6eb2114f0221ffeeee1 SHA512 e35472cd4a3d1da32c7f4d301e736761789f501c4389c0a9cc57a27fa4f2befa7619e143038d1809cbd580aa57d07a121f5c089a5e49899adebf3ac166bb31b1 MISC metadata.xml 415 BLAKE2B 86f4588a2dc1da92bbe426b844de02c18a87ff1b8f4566c63f48854e8b38ed014530e4d63b96a44feb6d1f41477ff9317a1b434eb74c83dc995f24ef2d7cfab3 SHA512 113cc042c12d46038f0a9f441cb9fd40f91d3c7b668bc9949786eb755754a45f17fcb478948fb21e7f669617a393939566c187ca06342e10017718384873bb04 diff --git a/net-misc/pssh/pssh-2.3.4-r1.ebuild b/net-misc/pssh/pssh-2.3.4-r1.ebuild deleted file mode 100644 index 7a23ad7b74d7..000000000000 --- a/net-misc/pssh/pssh-2.3.4-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{9,10} ) -DISTUTILS_SINGLE_IMPL=1 - -inherit distutils-r1 - -DESCRIPTION="PSSH provides parallel versions of OpenSSH and related tools" -HOMEPAGE="https://github.com/lilydjwg/pssh" -SRC_URI="https://github.com/lilydjwg/pssh/archive/v${PV}.tar.gz -> ${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/net-misc/pssh/pssh-2.3.4-r2.ebuild b/net-misc/pssh/pssh-2.3.4-r2.ebuild new file mode 100644 index 000000000000..68c5f74fd4b4 --- /dev/null +++ b/net-misc/pssh/pssh-2.3.4-r2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_SINGLE_IMPL=1 +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..11} ) +inherit distutils-r1 + +DESCRIPTION="PSSH provides parallel versions of OpenSSH and related tools" +HOMEPAGE="https://github.com/lilydjwg/pssh" +SRC_URI="https://github.com/lilydjwg/pssh/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" + +RDEPEND=" + !net-misc/putty + net-misc/openssh +" +DEPEND="${RDEPEND}" + +# Requires ssh access to run. +RESTRICT="test" + +python_prepare_all() { + sed -i -e "s|man/man1'|share/&|g" setup.py || die + distutils-r1_python_prepare_all +} -- cgit v1.2.3