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 83E33138332 for ; Sun, 25 Mar 2018 08:09:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 833CEE07EA; Sun, 25 Mar 2018 08:09:44 +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 4A7DEE07EA for ; Sun, 25 Mar 2018 08:09:44 +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 B6BC6335C5C for ; Sun, 25 Mar 2018 08:09:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6B2326A for ; Sun, 25 Mar 2018 08:09:40 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1521965375.31b9f87dbb03f46a9ccb9d16c41436b3560c9b0e.mgorny@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.27.1.170901.ebuild sys-apps/ipmicfg/metadata.xml X-VCS-Directories: sys-apps/ipmicfg/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 31b9f87dbb03f46a9ccb9d16c41436b3560c9b0e X-VCS-Branch: master Date: Sun, 25 Mar 2018 08:09:40 +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: 6899c3a1-aeb4-401f-a8db-daaa9387ec71 X-Archives-Hash: 573f5f85b428c75af52ca7e8668f2416 commit: 31b9f87dbb03f46a9ccb9d16c41436b3560c9b0e Author: Conrad Kostecki kostecki com> AuthorDate: Sun Mar 25 00:39:29 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Mar 25 08:09:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31b9f87d sys-apps/ipmicfg: New package Closes: https://bugs.gentoo.org/601318 Closes: https://github.com/gentoo/gentoo/pull/7304 sys-apps/ipmicfg/Manifest | 1 + sys-apps/ipmicfg/ipmicfg-1.27.1.170901.ebuild | 60 +++++++++++++++++++++++++++ sys-apps/ipmicfg/metadata.xml | 12 ++++++ 3 files changed, 73 insertions(+) diff --git a/sys-apps/ipmicfg/Manifest b/sys-apps/ipmicfg/Manifest new file mode 100644 index 00000000000..e35d9f11470 --- /dev/null +++ b/sys-apps/ipmicfg/Manifest @@ -0,0 +1 @@ +DIST IPMICFG_1.27.1_build.170901.zip 1667230 BLAKE2B 6411f735fed2e66f8dc012c480e6f9a4c2c9223643074514ca6fbb0db62df06fd78714c4a95ce92edc22a4473734a1d41a6c3bdb61268c73a628f08e7dc87c0e SHA512 9ed01a8a1eae7a7e41fafdbb3b666e7760057c960b65da547f0cf197b30b1a535fa2fe8357e13e6ccda0e0dd4474170b43ca3bc89f55c2de5df0160adde9377e diff --git a/sys-apps/ipmicfg/ipmicfg-1.27.1.170901.ebuild b/sys-apps/ipmicfg/ipmicfg-1.27.1.170901.ebuild new file mode 100644 index 00000000000..ce0d6c43434 --- /dev/null +++ b/sys-apps/ipmicfg/ipmicfg-1.27.1.170901.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 +} diff --git a/sys-apps/ipmicfg/metadata.xml b/sys-apps/ipmicfg/metadata.xml new file mode 100644 index 00000000000..54d5423c406 --- /dev/null +++ b/sys-apps/ipmicfg/metadata.xml @@ -0,0 +1,12 @@ + + + + + ck+gentoo@bl4ckb0x.de + Conrad Kostecki + + + proxy-maint@gentoo.org + Proxy Maintainers + +