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 8DA1D158087 for ; Fri, 14 Jan 2022 09:55:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90ED32BC027; Fri, 14 Jan 2022 09:55:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7579F2BC027 for ; Fri, 14 Jan 2022 09:55:15 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CFF0E342C5D for ; Fri, 14 Jan 2022 09:55:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62F7F296 for ; Fri, 14 Jan 2022 09:55:12 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1642154103.e514103f8b4cde49a3ed777958d3a8bb32b78b27.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/clusterssh/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/clusterssh/Manifest net-misc/clusterssh/clusterssh-4.03.03.ebuild X-VCS-Directories: net-misc/clusterssh/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: e514103f8b4cde49a3ed777958d3a8bb32b78b27 X-VCS-Branch: master Date: Fri, 14 Jan 2022 09:55:12 +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: 9e198694-3c25-4e4f-8326-f9234113a87f X-Archives-Hash: 96e6911a03fd9edc9a9118f166eaf3bc commit: e514103f8b4cde49a3ed777958d3a8bb32b78b27 Author: Jakov Smolić gentoo org> AuthorDate: Fri Jan 14 09:55:03 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Fri Jan 14 09:55:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e514103f net-misc/clusterssh: Drop 4.03.03 (EAPI 5--) Bug: https://bugs.gentoo.org/831129 Signed-off-by: Jakov Smolić gentoo.org> net-misc/clusterssh/Manifest | 1 - net-misc/clusterssh/clusterssh-4.03.03.ebuild | 55 --------------------------- 2 files changed, 56 deletions(-) diff --git a/net-misc/clusterssh/Manifest b/net-misc/clusterssh/Manifest index 953add07cb81..1a8bd15ecf6d 100644 --- a/net-misc/clusterssh/Manifest +++ b/net-misc/clusterssh/Manifest @@ -1,2 +1 @@ -DIST App-ClusterSSH-4.01_05.tar.gz 71502 BLAKE2B f9e1f9de36173c766a382660e34adee3005a64550a90cafe59101fd3f4b66307990e254334fb270398c9e36a9d27657a27e7348b1223a7ccef04181f8c88809b SHA512 4b63b91684c981a28871e5264502c66435b531ae3c4bad2eab2571f8b237d43e5f45ed93d036e7497c713f2982a110d93a3055ae0004d4f33e7786df9aa56ff8 DIST App-ClusterSSH-4.16.tar.gz 96151 BLAKE2B c0b4ee36f42cb26853c264686fa6084133e0a75f9dba6e7233e341a2dedbb3c41642dd255bf6fa01b7285c9c3edd43485d3014b6d41957d6476382dcd00866a2 SHA512 3d4fc2aa681ea815020375bb3bb0f9a070e1638c5a4e38b1b279c58f9644a568bb687e0e611919afa48a32b44ff4e25cd5661c7d1330978f851bc506282f020e diff --git a/net-misc/clusterssh/clusterssh-4.03.03.ebuild b/net-misc/clusterssh/clusterssh-4.03.03.ebuild deleted file mode 100644 index cb2f2702720f..000000000000 --- a/net-misc/clusterssh/clusterssh-4.03.03.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MY_PN="App-ClusterSSH" -MODULE_AUTHOR="DUNCS" -MODULE_VERSION="4.01_05" - -inherit perl-module - -DESCRIPTION="Concurrent Multi-Server Terminal Access" -HOMEPAGE="https://github.com/duncs/clusterssh" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-perl/Exception-Class - dev-perl/Readonly - dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage - dev-perl/Test-Trap - dev-perl/Test-DistManifest - dev-perl/Try-Tiny - dev-perl/Tk - dev-perl/Config-Simple - dev-perl/X11-Protocol - dev-perl/XML-Simple - x11-apps/xlsfonts - x11-terms/xterm" -DEPEND=" - ${RDEPEND} - dev-perl/File-Which - dev-perl/Module-Build - dev-perl/Test-Pod - dev-perl/Test-Differences" - -#S="${WORKDIR}"/${MY_P} - -SRC_TEST="do parallel" - -src_prepare() { - # broken test, check again for new releases - sed \ - -e '/boilerplate/d' \ - -e '/manifest.t/d' \ - -i MANIFEST || die - rm t/boilerplate.t t/manifest.t || die - - perl-module_src_prepare -}