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 6BF70138334 for ; Fri, 22 Jun 2018 23:30:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13836E087B; Fri, 22 Jun 2018 23:30:23 +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 4E191E086D for ; Fri, 22 Jun 2018 23:30:22 +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 25EF0335C99 for ; Fri, 22 Jun 2018 23:30:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C60CD2D6 for ; Fri, 22 Jun 2018 23:30:17 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1529710052.ea16be6c702ae3072c6446cb8cffac47a8ecf8c1.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/ipmicfg/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/ipmicfg/Manifest sys-apps/ipmicfg/ipmicfg-1.28.0.180302.ebuild X-VCS-Directories: sys-apps/ipmicfg/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: ea16be6c702ae3072c6446cb8cffac47a8ecf8c1 X-VCS-Branch: master Date: Fri, 22 Jun 2018 23:30:17 +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: 2a018f55-c20c-4f6c-908c-b3a809c68e9b X-Archives-Hash: f61705bf21ac7c8e4eb25fea93d2072b commit: ea16be6c702ae3072c6446cb8cffac47a8ecf8c1 Author: Conrad Kostecki kostecki com> AuthorDate: Fri Jun 22 22:58:27 2018 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Jun 22 23:27:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea16be6c sys-apps/ipmicfg: bump to version 1.28.0.180302 Package-Manager: Portage-2.3.40, Repoman-2.3.9 sys-apps/ipmicfg/Manifest | 1 + sys-apps/ipmicfg/ipmicfg-1.28.0.180302.ebuild | 60 +++++++++++++++++++++++++++ 2 files changed, 61 insertions(+) diff --git a/sys-apps/ipmicfg/Manifest b/sys-apps/ipmicfg/Manifest index e35d9f11470..4ed50849121 100644 --- a/sys-apps/ipmicfg/Manifest +++ b/sys-apps/ipmicfg/Manifest @@ -1 +1,2 @@ DIST IPMICFG_1.27.1_build.170901.zip 1667230 BLAKE2B 6411f735fed2e66f8dc012c480e6f9a4c2c9223643074514ca6fbb0db62df06fd78714c4a95ce92edc22a4473734a1d41a6c3bdb61268c73a628f08e7dc87c0e SHA512 9ed01a8a1eae7a7e41fafdbb3b666e7760057c960b65da547f0cf197b30b1a535fa2fe8357e13e6ccda0e0dd4474170b43ca3bc89f55c2de5df0160adde9377e +DIST IPMICFG_1.28.0_build.180302.zip 1722771 BLAKE2B fde93f75714aac9f79cb76e0a11f4747a933f28eb06c4daf09113e75e0fb26c57e8cf54ad58cff040d3a37427c74d699eef9532db256fe5ae2344667a542b342 SHA512 764103de5cf7109a20216d5277ba038747cea16dc78563876b38a8c830d8437bcdf06e0e55db68ad44b32b2a3043535f5c307b3bdaca40bcb04ee05bd097610e diff --git a/sys-apps/ipmicfg/ipmicfg-1.28.0.180302.ebuild b/sys-apps/ipmicfg/ipmicfg-1.28.0.180302.ebuild new file mode 100644 index 00000000000..ce0d6c43434 --- /dev/null +++ b/sys-apps/ipmicfg/ipmicfg-1.28.0.180302.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit eapi7-ver + +MY_DATE="$(ver_cut 4)" +MY_PN="${PN^^}" +MY_PV="$(ver_cut 1-3)" + +DESCRIPTION="An in-band utility for configuring Supermicro IPMI devices" +HOMEPAGE="https://www.supermicro.com" +SRC_URI="ftp://ftp.supermicro.com/utility/${MY_PN}/${MY_PN}_${MY_PV}_build.${MY_DATE}.zip" + +KEYWORDS="-* ~amd64 ~x86" +LICENSE="supermicro" +SLOT="0" + +RDEPEND="sys-libs/glibc" +DEPEND="app-arch/unzip" + +RESTRICT="bindist fetch mirror strip" + +S="${WORKDIR}/${MY_PN}_${MY_PV}_build.${MY_DATE}" + +QA_PREBUILT="opt/ipmicfg/IPMICFG-Linux.x86 opt/ipmicfg/IPMICFG-Linux.x86_64" + +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_install() { + # Choose ARCH + if use amd64; then + local my_arch_binary="x86_64" + local my_arch_folder="64bit" + else + local my_arch_binary="x86" + local my_arch_folder="32bit" + fi + + # Install files + insinto "/opt/ipmicfg" + doins "Linux/${my_arch_folder}"/*.dat + + # Install binary + exeinto "/opt/ipmicfg" + doexe "Linux/${my_arch_folder}/IPMICFG-Linux.${my_arch_binary}" + + # Install symlink + dodir "/opt/bin" + dosym "../ipmicfg/IPMICFG-Linux.${my_arch_binary}" "/opt/bin/ipmicfg" + + # Install docs + local DOCS=( "IPMICFG_UserGuide.pdf" "ReleaseNotes.txt" ) + einstalldocs +}