From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 58F2C158094 for ; Tue, 4 Oct 2022 11:51:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69225E0AB8; Tue, 4 Oct 2022 11:51:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54F69E0AB8 for ; Tue, 4 Oct 2022 11:51:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8B98C340E81 for ; Tue, 4 Oct 2022 11:51:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC103601 for ; Tue, 4 Oct 2022 11:51:47 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1664884295.364cd3cc3526d87b794c16b7dc0535e4754e1fa4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/clustershell/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/clustershell/Manifest app-admin/clustershell/clustershell-1.8.3-r1.ebuild X-VCS-Directories: app-admin/clustershell/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 364cd3cc3526d87b794c16b7dc0535e4754e1fa4 X-VCS-Branch: master Date: Tue, 4 Oct 2022 11:51:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4772e35e-a26a-4d5f-b0f8-510efd29626a X-Archives-Hash: bc9367dfc3dd5a39f8012f23baaa3e5c commit: 364cd3cc3526d87b794c16b7dc0535e4754e1fa4 Author: Petr Vaněk atlas cz> AuthorDate: Sat Sep 10 09:48:38 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 4 11:51:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=364cd3cc app-admin/clustershell: drop 1.8.3-r1 Closes: https://bugs.gentoo.org/845426 Signed-off-by: Petr Vaněk atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/27203 Signed-off-by: Sam James gentoo.org> app-admin/clustershell/Manifest | 1 - .../clustershell/clustershell-1.8.3-r1.ebuild | 44 ---------------------- 2 files changed, 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 -}