Gentoo Archives: gentoo-commits

From: John Helmert III <ajak@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/freeipmi/
Date: Thu, 01 Sep 2022 21:36:04
Message-Id: 1662068149.8102ed9976c51e7c9734d80c3decb798213bf19a.ajak@gentoo
1 commit: 8102ed9976c51e7c9734d80c3decb798213bf19a
2 Author: John Helmert III <ajak <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 1 21:35:30 2022 +0000
4 Commit: John Helmert III <ajak <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 1 21:35:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8102ed99
7
8 sys-libs/freeipmi: add 1.6.10
9
10 Closes: https://bugs.gentoo.org/724854
11 Closes: https://bugs.gentoo.org/457100
12 Signed-off-by: John Helmert III <ajak <AT> gentoo.org>
13
14 sys-libs/freeipmi/Manifest | 1 +
15 sys-libs/freeipmi/freeipmi-1.6.10.ebuild | 97 ++++++++++++++++++++++++++++++++
16 sys-libs/freeipmi/metadata.xml | 3 +
17 3 files changed, 101 insertions(+)
18
19 diff --git a/sys-libs/freeipmi/Manifest b/sys-libs/freeipmi/Manifest
20 index 6e32a18d7813..783da5aa35eb 100644
21 --- a/sys-libs/freeipmi/Manifest
22 +++ b/sys-libs/freeipmi/Manifest
23 @@ -1 +1,2 @@
24 +DIST freeipmi-1.6.10.tar.gz 3431062 BLAKE2B e217570d8fcf78ca9d04aad4d5bd46b4120beb21f2dcfb083bc9779a4541856e08ec6e87549651ee3c9b62fe54521585e192c784254dd9482bf9da09935853ae SHA512 90b6b78cdd119c2a1f332f007333aa6df70c6e3de0fd81ab007025392ee7cb7a01ab4a7a174d1f2e760c55d78f21ebbbe9667af661ccdd669e4b54edb1346937
25 DIST freeipmi-1.6.9.tar.gz 3429566 BLAKE2B 68ee7bd27d459a25464e17d9c98370252d33961d10e69675505f046db26a95d780c114b4f90eeab43a39d0fca3d98b1f108c6d3ca9550fd9d3c455d2e9a79c6b SHA512 536add8dc01aa4d9df45e3499f8be1318185b19beb579c8f991a11ca973626d7e0aabe1d8760a9addadc418ea5c1e2b5432053e46ba94fd9078fb6dcabf48280
26
27 diff --git a/sys-libs/freeipmi/freeipmi-1.6.10.ebuild b/sys-libs/freeipmi/freeipmi-1.6.10.ebuild
28 new file mode 100644
29 index 000000000000..0643d0464957
30 --- /dev/null
31 +++ b/sys-libs/freeipmi/freeipmi-1.6.10.ebuild
32 @@ -0,0 +1,97 @@
33 +# Copyright 1999-2022 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=8
37 +
38 +inherit toolchain-funcs
39 +
40 +AT_M4DIR="config"
41 +
42 +DESCRIPTION="Provides Remote-Console and System Management Software as per IPMI v1.5/2.0"
43 +HOMEPAGE="https://www.gnu.org/software/freeipmi/"
44 +
45 +MY_P="${P/_/.}"
46 +[[ ${MY_P} == *.beta* ]] && ALPHA="-alpha"
47 +SRC_URI="mirror://gnu${ALPHA}/${PN}/${MY_P}.tar.gz"
48 +S="${WORKDIR}/${MY_P}"
49 +
50 +LICENSE="GPL-3"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
53 +IUSE="debug nagios without-root"
54 +
55 +RDEPEND="dev-libs/libgcrypt:0="
56 +DEPEND="${RDEPEND}
57 + virtual/os-headers"
58 +RDEPEND="${RDEPEND}
59 + nagios? (
60 + || ( net-analyzer/icinga net-analyzer/nagios )
61 + dev-lang/perl
62 + )
63 +"
64 +
65 +src_configure() {
66 + local myeconfargs=(
67 + $(use_enable debug)
68 + $(usex without-root --with-dont-check-for-root "")
69 + --disable-static
70 + --disable-init-scripts
71 + --localstatedir="${EPREFIX}"/var
72 + ac_cv_path_CPP_FOR_BUILD=$(tc-getPROG CPP cpp)
73 + )
74 +
75 + econf "${myeconfargs[@]}"
76 +}
77 +
78 +# There are no tests
79 +src_test() { :; }
80 +
81 +src_install() {
82 + default
83 +
84 + # freeipmi by defaults install _all_ commands to /usr/sbin, but
85 + # quite a few can be run remotely as standard user, so move them
86 + # in /usr/bin afterwards.
87 + dodir /usr/bin
88 + local prog
89 + for prog in ipmi{detect,ping,power,console}; do
90 + mv "${ED}"/usr/{s,}bin/${prog} || die
91 +
92 + # The default install symlinks these commands to add a dash
93 + # after the ipmi prefix; we repeat those after move for
94 + # consistency.
95 + rm "${ED}"/usr/sbin/${prog/ipmi/ipmi-}
96 + dosym ${prog} /usr/bin/${prog/ipmi/ipmi-}
97 + done
98 +
99 + # Install the nagios plugin in its proper place, if desired
100 + if use nagios; then
101 + dodir /usr/$(get_libdir)/nagios/plugins
102 + mv "${ED}"/usr/share/doc/${PF}/contrib/nagios/nagios_ipmi_sensors.pl \
103 + "${ED}"/usr/$(get_libdir)/nagios/plugins/ || die
104 + fperms 0755 /usr/$(get_libdir)/nagios/plugins/nagios_ipmi_sensors.pl
105 +
106 + insinto /etc/icinga/conf.d
107 + newins "${FILESDIR}"/freeipmi.icinga freeipmi-command.cfg
108 + fi
109 +
110 + dodoc AUTHORS ChangeLog* DISCLAIMER* NEWS README* TODO doc/*.txt
111 +
112 + keepdir \
113 + /var/cache/ipmiseld \
114 + /var/cache/ipmimonitoringsdrcache \
115 + /var/lib/freeipmi \
116 + /var/log/ipmiconsole
117 +
118 + # starting from version 1.2.0 the two daemons are similar enough
119 + newinitd "${FILESDIR}"/bmc-watchdog.initd.4 ipmidetectd
120 + newconfd "${FILESDIR}"/ipmidetectd.confd ipmidetectd
121 +
122 + newinitd "${FILESDIR}"/bmc-watchdog.initd.4 bmc-watchdog
123 + newconfd "${FILESDIR}"/bmc-watchdog.confd bmc-watchdog
124 +
125 + newinitd "${FILESDIR}"/bmc-watchdog.initd.4 ipmiseld
126 + newconfd "${FILESDIR}"/ipmiseld.confd ipmiseld
127 +
128 + find "${ED}" -type f -name "*.la" -delete || die
129 +}
130
131 diff --git a/sys-libs/freeipmi/metadata.xml b/sys-libs/freeipmi/metadata.xml
132 index a4cf4d39338a..71d6d4eef727 100644
133 --- a/sys-libs/freeipmi/metadata.xml
134 +++ b/sys-libs/freeipmi/metadata.xml
135 @@ -10,5 +10,8 @@
136 <flag name="nagios">
137 Install a nagios plugin to check sensors' status.
138 </flag>
139 + <flag name="without-root">
140 + Configure whether or not to check for root access in ipmi tools.
141 + </flag>
142 </use>
143 </pkgmetadata>