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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4A928138334 for ; Thu, 7 Jun 2018 19:01:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C815EE0827; Thu, 7 Jun 2018 19:01:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7DC2FE0827 for ; Thu, 7 Jun 2018 19:01:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 818F9335CC9 for ; Thu, 7 Jun 2018 19:01:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 954BB2C3 for ; Thu, 7 Jun 2018 19:01:14 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1528398030.ff24db3753f7b9c314b8ee8aff79b34f42aabe3a.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/pdsh/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/pdsh/Manifest app-shells/pdsh/pdsh-2.18-r1.ebuild X-VCS-Directories: app-shells/pdsh/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: ff24db3753f7b9c314b8ee8aff79b34f42aabe3a X-VCS-Branch: master Date: Thu, 7 Jun 2018 19:01:14 +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-Archives-Salt: d99d0bc4-4345-45a9-9c8f-cad8c6eac8fe X-Archives-Hash: d2d2dddbee5a67ee363d8f6cd9da275e commit: ff24db3753f7b9c314b8ee8aff79b34f42aabe3a Author: Aaron Bauman gentoo org> AuthorDate: Thu Jun 7 19:00:30 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Thu Jun 7 19:00:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff24db37 app-shells/pdsh: drop old Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-shells/pdsh/Manifest | 1 - app-shells/pdsh/pdsh-2.18-r1.ebuild | 61 ------------------------------------- 2 files changed, 62 deletions(-) diff --git a/app-shells/pdsh/Manifest b/app-shells/pdsh/Manifest index e347b3d6e22..b3c5c819b87 100644 --- a/app-shells/pdsh/Manifest +++ b/app-shells/pdsh/Manifest @@ -1,2 +1 @@ -DIST pdsh-2.18.tar.bz2 453729 BLAKE2B 1907bd8a368d062a356b513ac50696f5f9fbe52253470005f9690d886ae3b93e76cb66f517a40a4c5f1aa01190624da078d132a82a5285b66b3e9bc8f528b5f4 SHA512 20cd9be5fc38add69f61620f528dd952296615ef099d6288be2ce908ab04cc7a9585387d93936462a1fb577aa6495789ae201f838131623d8f4f01bf904f7b5a DIST pdsh-2.26.tar.bz2 490732 BLAKE2B 809a7ee0a1026e0cdaea8bf97c046a3a6e2994199dbbdb2cebe56de0393e8422a07e86f1ff60d6e750bf7279ccb43c03ea3aa4529b6fa6a34e3d77d90f0c3597 SHA512 3f15b3bb4fc2cff27a3b5d68de3e6cb74bb4001288a787763358a0641d0cc77c840b2c6641213ef31bc9d9d69cfe9531b25d7a9375630a5b008b1bcffbe95c0a diff --git a/app-shells/pdsh/pdsh-2.18-r1.ebuild b/app-shells/pdsh/pdsh-2.18-r1.ebuild deleted file mode 100644 index 3ac352ca84a..00000000000 --- a/app-shells/pdsh/pdsh-2.18-r1.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="2" - -inherit eutils autotools - -DESCRIPTION="A high-performance, parallel remote shell utility" -HOMEPAGE="https://computing.llnl.gov/linux/pdsh.html" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="crypt readline rsh" -RDEPEND="crypt? ( net-misc/openssh ) - rsh? ( net-misc/netkit-rsh ) - readline? ( sys-libs/readline )" -DEPEND="${RDEPEND}" - -# Feel free to debug the test suite. Running the tests -# by hand instead of using pdsh.exp seems to print out -# what is expected, so the error is most likely in the -# testsuite itself. -# You'll also need dev-util/dejagnu -RESTRICT="test" - -pkg_setup() { - local m - local valid_modules=":xcpu:ssh:exec:qshell:genders:nodeupdown:mrsh:mqshell:dshgroups:netgroup:" - - PDSH_MODULE_LIST="${PDSH_MODULE_LIST:-netgroup}" - MODULE_CONFIG="" - for m in ${PDSH_MODULE_LIST}; do - if [[ "${valid_modules}" == *:${m}:* ]]; then - MODULE_CONFIG="${MODULE_CONFIG} --with-${m}" - fi - done - - elog "Building ${PF} with the following modules:" - elog " ${PDSH_MODULE_LIST}" - elog "This list can be changed in /etc/portage/make.conf by setting" - elog "PDSH_MODULE_LIST=\"module1 module2...\"" -} - -src_prepare() { - epatch "${FILESDIR}"/pdsh-2.18-unbundle-libtool.patch - eautoreconf -} - -src_configure() { - econf ${MODULE_CONFIG} \ - --with-machines \ - $(use_with crypt ssh) \ - $(use_with rsh) \ - $(use_with readline) \ - || die "configure failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" -}