diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2022-09-10 11:48:38 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-04 12:51:35 +0100 |
commit | 364cd3cc3526d87b794c16b7dc0535e4754e1fa4 (patch) | |
tree | 51e33d6418e1721a8e0db1138ae295564c0e7c6f /app-admin/clustershell | |
parent | app-admin/clustershell: add 1.8.4 (diff) | |
download | gentoo-364cd3cc3526d87b794c16b7dc0535e4754e1fa4.tar.gz gentoo-364cd3cc3526d87b794c16b7dc0535e4754e1fa4.tar.bz2 gentoo-364cd3cc3526d87b794c16b7dc0535e4754e1fa4.zip |
app-admin/clustershell: drop 1.8.3-r1
Closes: https://bugs.gentoo.org/845426
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/27203
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-admin/clustershell')
-rw-r--r-- | app-admin/clustershell/Manifest | 1 | ||||
-rw-r--r-- | app-admin/clustershell/clustershell-1.8.3-r1.ebuild | 44 |
2 files changed, 0 insertions, 45 deletions
diff --git a/app-admin/clustershell/Manifest b/app-admin/clustershell/Manifest index 782faba883bc..d0d4d2bb3011 100644 --- a/app-admin/clustershell/Manifest +++ b/app-admin/clustershell/Manifest @@ -1,2 +1 @@ -DIST clustershell-1.8.3.tar.gz 363975 BLAKE2B 3a7bb9103398e96f57f53d0d5d5edc6895ce02b6983e8fed34d65cad83a6d4e86f40b9576f41631e499a99adc8be5f4f422005b8ddc7ac8325fe11abd2c99477 SHA512 5108773e2958d1dae0aa6966d764e9af9d41024f65271005b202468f2bd1a3b63acc977729324fe1305d400dc8b06b0c4672e8d8ded207fa77cef69fb0005108 DIST clustershell-1.8.4.gh.tar.gz 367622 BLAKE2B 1487697a49d37902f9763094da1a156f5e7cc2ab0487814207bb9da03b1109f1ce55034fc92e72262d4b9920d5c52b9f6de84ce1ff04b06d042b0a6d005f1049 SHA512 582393e56d94e62e126d91f8af074a7b57d0e781a5c929cfc374e61324c412c32fcf9a8e063a78cb805c2ff34641887a1adfc7ef9f377b881077f719dbc2adc3 diff --git a/app-admin/clustershell/clustershell-1.8.3-r1.ebuild b/app-admin/clustershell/clustershell-1.8.3-r1.ebuild deleted file mode 100644 index 1bd9e3fc1a8d..000000000000 --- a/app-admin/clustershell/clustershell-1.8.3-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8,9} ) -PYTHON_REQ_USE="xml(+)" - -inherit distutils-r1 - -DESCRIPTION="Python framework for efficient cluster administration" -HOMEPAGE="https://cea-hpc.github.com/clustershell/" -SRC_URI="https://github.com/cea-hpc/clustershell/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc test" - -BDEPEND=" - test? ( dev-python/nose[${PYTHON_USEDEP}] )" - -RDEPEND=" - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-libs/openssl:0=" - -RESTRICT="test" # currently fail - -python_install() { - distutils-r1_python_install - python_optimize -} - -python_test() { - cd tests || die - nosetests -sv --all-modules || die -} - -pkg_postinst() { - einfo - einfo "Some default system-wide config files have been installed into" - einfo "/etc/${PN}" - einfo -} |