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 E487F138359 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 CBF52E0822; Fri, 9 Oct 2020 16:03:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B3BD9E0822 for ; Fri, 9 Oct 2020 16:03:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 70F98340F97 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 F3D1538D for ; Fri, 9 Oct 2020 16:03:35 +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: <1602259404.2193a260da1a730c1b7f6ac49fd113a669abbd9c.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/smcipmitool/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/smcipmitool/smcipmitool-2.23.0.191216.ebuild X-VCS-Directories: sys-apps/smcipmitool/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 2193a260da1a730c1b7f6ac49fd113a669abbd9c X-VCS-Branch: master Date: Fri, 9 Oct 2020 16:03:35 +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: 1bda6218-b844-4672-9c73-6be23403e15e X-Archives-Hash: 79b0376f3ae36900ac033ff1de86dfc6 commit: 2193a260da1a730c1b7f6ac49fd113a669abbd9c Author: Conrad Kostecki gentoo org> AuthorDate: Fri Oct 9 15:49:55 2020 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Fri Oct 9 16:03:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2193a260 sys-apps/smcipmitool: update SRC_URI Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Conrad Kostecki gentoo.org> sys-apps/smcipmitool/smcipmitool-2.23.0.191216.ebuild | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/sys-apps/smcipmitool/smcipmitool-2.23.0.191216.ebuild b/sys-apps/smcipmitool/smcipmitool-2.23.0.191216.ebuild index c0b818a212c..279c66adc7f 100644 --- a/sys-apps/smcipmitool/smcipmitool-2.23.0.191216.ebuild +++ b/sys-apps/smcipmitool/smcipmitool-2.23.0.191216.ebuild @@ -12,7 +12,7 @@ MY_PV="$(ver_cut 1-3)" DESCRIPTION="An out-of-band utility for interfacing with SuperBlade and IPMI devices via CLI" HOMEPAGE="https://www.supermicro.com/" -SRC_URI="ftp://ftp.supermicro.com/utility/${MY_PN_SRC_URI}/Linux/${MY_PN}_${MY_PV}_build.${MY_DATE}_bundleJRE_Linux_x64.tar.gz" +SRC_URI="https://www.supermicro.com/wftp/utility/${MY_PN_SRC_URI}/Linux/${MY_PN}_${MY_PV}_build.${MY_DATE}_bundleJRE_Linux_x64.tar.gz" LICENSE="supermicro" SLOT="0" @@ -24,17 +24,11 @@ RDEPEND=" virtual/jre:1.8 " -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