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 3CC20138359 for ; Fri, 9 Oct 2020 16:03:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EAEAE07B3; Fri, 9 Oct 2020 16:03:38 +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 6942DE07B3 for ; Fri, 9 Oct 2020 16:03:38 +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 780FC340F9E for ; Fri, 9 Oct 2020 16:03:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24B8039D for ; Fri, 9 Oct 2020 16:03:36 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1602259406.75246684ece062732fe18d1ff6248cd1385f86d0.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/ipmiview/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/ipmiview/ipmiview-2.17.0.200505.ebuild X-VCS-Directories: net-misc/ipmiview/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 75246684ece062732fe18d1ff6248cd1385f86d0 X-VCS-Branch: master Date: Fri, 9 Oct 2020 16:03:36 +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: 9eebdda4-0258-4419-97f0-2c368aa23ba0 X-Archives-Hash: b6394c0c6c5c292ef8208efa258216f9 commit: 75246684ece062732fe18d1ff6248cd1385f86d0 Author: Conrad Kostecki gentoo org> AuthorDate: Fri Oct 9 15:55:55 2020 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Fri Oct 9 16:03:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75246684 net-misc/ipmiview: update SRC_URI Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Conrad Kostecki gentoo.org> net-misc/ipmiview/ipmiview-2.17.0.200505.ebuild | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/net-misc/ipmiview/ipmiview-2.17.0.200505.ebuild b/net-misc/ipmiview/ipmiview-2.17.0.200505.ebuild index 664d3944d27..905442360b7 100644 --- a/net-misc/ipmiview/ipmiview-2.17.0.200505.ebuild +++ b/net-misc/ipmiview/ipmiview-2.17.0.200505.ebuild @@ -11,7 +11,7 @@ MY_PV="$(ver_cut 1-3)" DESCRIPTION="A GUI application that allows to manage multiple target systems through BMC" HOMEPAGE="https://www.supermicro.com/" -SRC_URI="ftp://ftp.supermicro.com/utility/${MY_PN}/Linux/${MY_PN}_${MY_PV}_build.${MY_DATE}_bundleJRE_Linux_x64.tar.gz" +SRC_URI="https://www.supermicro.com/wftp/utility/${MY_PN}/Linux/${MY_PN}_${MY_PV}_build.${MY_DATE}_bundleJRE_Linux_x64.tar.gz" LICENSE="supermicro" SLOT="0" @@ -24,17 +24,11 @@ RDEPEND=" BDEPEND="app-arch/unzip" -RESTRICT="bindist fetch mirror" +RESTRICT="bindist mirror" DIR="/usr/share/${PN}" QA_PREBUILT="usr/lib*" -pkg_nofetch() { - elog "Please download ${A} from" - elog "https://www.supermicro.com/SwDownload/UserInfo.aspx?sw=0&cat=IPMI" - elog "and place it in your DISTDIR directory." -} - src_unpack() { unpack ${A} mv -v ${MY_PN}_${MY_PV}_build.${MY_DATE}_bundleJRE_Linux_x64 ${P} || die