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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 489D4158089 for ; Sat, 23 Sep 2023 23:17:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 812462BC014; Sat, 23 Sep 2023 23:17:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 671F32BC014 for ; Sat, 23 Sep 2023 23:17:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C535340834 for ; Sat, 23 Sep 2023 23:17:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2221311C8 for ; Sat, 23 Sep 2023 23:17:26 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1695510719.d3c0bb9583f39ebb8810b2e334bfdbd7c01ab991.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/ipmitool/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/ipmitool/ipmitool-1.8.19.ebuild X-VCS-Directories: sys-apps/ipmitool/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d3c0bb9583f39ebb8810b2e334bfdbd7c01ab991 X-VCS-Branch: master Date: Sat, 23 Sep 2023 23:17:26 +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: 0490f237-4f58-475b-ae4d-3c8f1386c119 X-Archives-Hash: 5a46d1517e791d0238f491fcb3679ab1 commit: d3c0bb9583f39ebb8810b2e334bfdbd7c01ab991 Author: Sam James gentoo org> AuthorDate: Sat Sep 23 23:11:59 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Sep 23 23:11:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3c0bb95 sys-apps/ipmitool: update HOMEPAGE, SRC_URI * Update HOMEPAGE to codeberg (see e.g. https://www.phoronix.com/news/ipmitool-GitHub-Suspended and the sourceforge project page) * Style tweaks Signed-off-by: Sam James gentoo.org> sys-apps/ipmitool/ipmitool-1.8.19.ebuild | 64 +++++++++++++++++--------------- 1 file changed, 34 insertions(+), 30 deletions(-) diff --git a/sys-apps/ipmitool/ipmitool-1.8.19.ebuild b/sys-apps/ipmitool/ipmitool-1.8.19.ebuild index 6e5a899d9aa5..6e5efa1a400d 100644 --- a/sys-apps/ipmitool/ipmitool-1.8.19.ebuild +++ b/sys-apps/ipmitool/ipmitool-1.8.19.ebuild @@ -6,35 +6,40 @@ EAPI=8 inherit autotools systemd DESCRIPTION="Utility for controlling IPMI enabled devices" -HOMEPAGE="https://github.com/ipmitool/ipmitool" +HOMEPAGE="https://codeberg.org/IPMITool/ipmitool" COMMIT_ID= if [[ -n "${COMMIT_ID}" ]]; then - SRC_URI="https://github.com/${PN}/${PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/ipmitool/ipmitool/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${COMMIT_ID}" else MY_P="${PN^^}_${PV//./_}" - SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${MY_P}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/ipmitool/ipmitool/archive/refs/tags/${MY_P}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${MY_P}" fi # to generate: `make enterprise-numbers` from git checkout of release tag SRC_URI+=" - https://dev.gentoo.org/~ajak/distfiles/${CATEGORY}/${PN}/enterprise-numbers-${PV}.xz" + https://dev.gentoo.org/~ajak/distfiles/${CATEGORY}/${PN}/enterprise-numbers-${PV}.xz +" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv x86" IUSE="openbmc openipmi static" -RDEPEND="dev-libs/openssl:0= - sys-libs/readline:0= - openbmc? ( sys-apps/systemd:0= )" -DEPEND="${RDEPEND} +RDEPEND=" + dev-libs/openssl:= + sys-libs/readline:= + openbmc? ( sys-apps/systemd:= ) +" +DEPEND=" + ${RDEPEND} >=sys-devel/autoconf-2.69-r5 virtual/os-headers - openipmi? ( sys-libs/openipmi )" - #freeipmi? ( sys-libs/freeipmi ) + openipmi? ( sys-libs/openipmi ) +" +#freeipmi? ( sys-libs/freeipmi ) # ipmitool CAN build against || ( sys-libs/openipmi sys-libs/freeipmi ) # but it doesn't actually need either. @@ -69,28 +74,27 @@ src_configure() { # - LIPMI and BMC are the Solaris libs # - OpenIPMI is unconditionally enabled in the configure as there is compat # code that is used if the library itself is not available - # FreeIPMI does build now, but is disabled until the other arches keyword it + # - FreeIPMI does build now, but is disabled until the other arches keyword it # `use_enable freeipmi intf-free` \ - # --enable-ipmievd is now unconditional - + # - --enable-ipmievd is now unconditional local econfargs=( - $(use_enable static) \ - --enable-ipmishell \ - --enable-intf-lan \ - --enable-intf-usb \ - $(use_enable openbmc intf-dbus) \ - --enable-intf-lanplus \ - --enable-intf-open \ - --enable-intf-serial \ - --disable-intf-bmc \ - --disable-intf-dummy \ - --disable-intf-free \ - --disable-intf-imb \ - --disable-intf-lipmi \ - --disable-internal-md5 \ - --with-kerneldir=/usr \ - --bindir=/usr/sbin \ - --runstatedir=/run \ + $(use_enable static) + --enable-ipmishell + --enable-intf-lan + --enable-intf-usb + $(use_enable openbmc intf-dbus) + --enable-intf-lanplus + --enable-intf-open + --enable-intf-serial + --disable-intf-bmc + --disable-intf-dummy + --disable-intf-free + --disable-intf-imb + --disable-intf-lipmi + --disable-internal-md5 + --with-kerneldir=/usr + --bindir=/usr/sbin + --runstatedir=/run CFLAGS="${CFLAGS}" )