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 A9F0D13835A 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 C1F6BE081B; 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 AA6BAE081B 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 5F827340F50 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 DFDD92EE 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: <1602259403.d0ee314a3ec40f9dfa65c52c0bcf18fae4fe881b.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/tas/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/tas/tas-1.6.0.200601.ebuild X-VCS-Directories: sys-apps/tas/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: d0ee314a3ec40f9dfa65c52c0bcf18fae4fe881b 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: 44e8072f-7fc4-4f85-85e1-9c14f6721851 X-Archives-Hash: 1abd38a9d1e16e91f42f2deae23afea9 commit: d0ee314a3ec40f9dfa65c52c0bcf18fae4fe881b Author: Conrad Kostecki gentoo org> AuthorDate: Fri Oct 9 15:47:34 2020 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Fri Oct 9 16:03:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0ee314a sys-apps/tas: update SRC_URI Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Conrad Kostecki gentoo.org> sys-apps/tas/tas-1.6.0.200601.ebuild | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/sys-apps/tas/tas-1.6.0.200601.ebuild b/sys-apps/tas/tas-1.6.0.200601.ebuild index a2146bbbec8..6301047a3e2 100644 --- a/sys-apps/tas/tas-1.6.0.200601.ebuild +++ b/sys-apps/tas/tas-1.6.0.200601.ebuild @@ -11,7 +11,7 @@ MY_PV="$(ver_cut 1-3)" DESCRIPTION="Supermicro Thin-Agent Service for monitoring through the BMC/IPMI" HOMEPAGE="https://www.supermicro.com" -SRC_URI="${MY_PN}_${MY_PV}_build.${MY_DATE}.zip" +SRC_URI="https://www.supermicro.com/wftp/utility/${MY_PN}/${MY_PN}_${MY_PV}_build.${MY_DATE}.zip" KEYWORDS="-* ~amd64 ~x86" LICENSE="BSD supermicro" @@ -29,7 +29,7 @@ RDEPEND=" BDEPEND="app-arch/unzip" -RESTRICT="bindist fetch mirror" +RESTRICT="bindist mirror" S="${WORKDIR}" @@ -44,12 +44,6 @@ DOCS=( CONFIG_CHECK="~IPMI_DEVICE_INTERFACE ~IPMI_HANDLER ~IPMI_SI" -pkg_nofetch() { - elog "Please download ${A} from" - elog "https://www.supermicro.com/SwDownload/UserInfo.aspx?sw=0&cat=TAS" - elog "and place it in your DISTDIR directory." -} - src_unpack() { unpack ${A} unpack "${S}"/${MY_PN}_${MY_PV}_build.${MY_DATE}_Linux.tar.gz