mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-libs/freeipmi: Removed old.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
DIST freeipmi-1.2.2.tar.gz 3031730 BLAKE2B ff821d56a15cbd8fdcb64d2d790feba873d063e71f42ed718a5ed0df4fa9b27d65c2b05aaeef4030a5d94a8bf0ef4c87a05e90a363f337a8530b43b0f0f65b83 SHA512 86ea9a073ec275b3594e93c7e7fdef2b7214dcd3e696fdec4a017841d4bb7e2179a407d91aa11b26c952cf5b06262801b41293642ed38220d57112a37878a5f4
|
||||
DIST freeipmi-1.4.3.tar.gz 3089282 BLAKE2B af8d731cb6887bf4985d343c1f2f73f807516eec04d521601096a015f7fab158a98525070775ff3adfe5c8ce6a41a75668728f561b9ce5362c6add4a192b2715 SHA512 88a2dec70696017407aac313628407200ee2c6600547fbff73c6880ae8d65cda166c8e00e0f4b7eaddc35f4376143b8fdb0b4ac284aba401c2592a95804e6cec
|
||||
DIST freeipmi-1.4.8.tar.gz 3185068 BLAKE2B 4133a7cdb5f66a28c07e965e6842c9d5931edaab7c19a4d4e89f5907ffa5c3f9e753b7738141206835346d06ecb7045780fe2913682ce70153822895c4da4425 SHA512 3cd4acde402bbc945b007e31e7f8dad3ad4539d2cf00310e9168d7cec8024203a280c8ad91e3f08b86dfa9be536779969c5393c4523df2fe8eb904f765fcfc56
|
||||
DIST freeipmi-1.5.6.tar.gz 3321440 BLAKE2B 4e40379e06b7e1b45aa4720c674a99f1ce54b167e597e0cc1aae82329e703eee95f9783086a2fec901585637c9209837f764e0b8028b78d6feaaa85e515e561b SHA512 2a33c4068af03be5d99a9a0098ded3177bedbc1b71df14c2ba67d40012bee6791388947b0dc552433feb9098753182d62a84f43af6036fbfbd06a7f277ef8b6a
|
||||
DIST freeipmi-1.5.7.tar.gz 3321187 BLAKE2B c6f7e9c4e0a03ce1d50972fee99741ec00a8f5beb0323d61d9217b3773eed33cb04e7bb92e1f293cb39c8012872babdc4774e6d81cf808615b8b283510e1e67c SHA512 a4d39d11d4e4b9635c272ee3a197729ac61c3e1c909c202498fb480c41289116eb933cd716fe2e0b5aa6dc258751ee204892bfb009398b6d5c2c65ee1cc58544
|
||||
|
||||
@@ -1,80 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=4
|
||||
|
||||
inherit autotools eutils
|
||||
|
||||
DESCRIPTION="Provides Remote-Console and System Management Software as per IPMI v1.5/2.0"
|
||||
HOMEPAGE="https://www.gnu.org/software/freeipmi/"
|
||||
|
||||
MY_P="${P/_/.}"
|
||||
S="${WORKDIR}"/${MY_P}
|
||||
[[ ${MY_P} == *.beta* ]] && ALPHA="-alpha"
|
||||
SRC_URI="mirror://gnu${ALPHA}/${PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE="debug"
|
||||
|
||||
RDEPEND="dev-libs/libgcrypt:0"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/os-headers"
|
||||
RDEPEND="${RDEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
epatch \
|
||||
"${FILESDIR}"/${PN}-1.1.1-strictaliasing.patch
|
||||
|
||||
AT_M4DIR="config" eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
$(use_enable debug) \
|
||||
--disable-dependency-tracking \
|
||||
--enable-fast-install \
|
||||
--disable-static \
|
||||
--disable-init-scripts \
|
||||
--localstatedir=/var
|
||||
}
|
||||
|
||||
# There are no tests
|
||||
src_test() { :; }
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" docdir="/usr/share/doc/${PF}" install
|
||||
find "${D}" -name '*.la' -delete
|
||||
|
||||
# freeipmi by defaults install _all_ commands to /usr/sbin, but
|
||||
# quite a few can be run remotely as standard user, so move them
|
||||
# in /usr/bin afterwards.
|
||||
dodir /usr/bin
|
||||
for file in ipmi{detect,ping,power,console}; do
|
||||
mv "${D}"/usr/{s,}bin/${file} || die
|
||||
|
||||
# The default install symlinks these commands to add a dash
|
||||
# after the ipmi prefix; we repeat those after move for
|
||||
# consistency.
|
||||
rm "${D}"/usr/sbin/${file/ipmi/ipmi-}
|
||||
dosym ${file} /usr/bin/${file/ipmi/ipmi-}
|
||||
done
|
||||
|
||||
dodoc AUTHORS ChangeLog* DISCLAIMER* NEWS README* TODO doc/*.txt
|
||||
|
||||
keepdir \
|
||||
/var/cache/ipmimonitoringsdrcache \
|
||||
/var/lib/freeipmi \
|
||||
/var/log/ipmiconsole
|
||||
|
||||
# starting from version 1.2.0 the two daemons are similar enough
|
||||
newinitd "${FILESDIR}"/bmc-watchdog.initd.4 ipmidetectd
|
||||
newconfd "${FILESDIR}"/ipmidetectd.confd ipmidetectd
|
||||
|
||||
newinitd "${FILESDIR}"/bmc-watchdog.initd.4 bmc-watchdog
|
||||
newconfd "${FILESDIR}"/bmc-watchdog.confd bmc-watchdog
|
||||
|
||||
newinitd "${FILESDIR}"/bmc-watchdog.initd.4 ipmiseld
|
||||
newconfd "${FILESDIR}"/ipmiseld.confd ipmiseld
|
||||
}
|
||||
@@ -1,95 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit autotools eutils multilib autotools-utils
|
||||
|
||||
DESCRIPTION="Provides Remote-Console and System Management Software as per IPMI v1.5/2.0"
|
||||
HOMEPAGE="https://www.gnu.org/software/freeipmi/"
|
||||
|
||||
MY_P="${P/_/.}"
|
||||
S="${WORKDIR}"/${MY_P}
|
||||
[[ ${MY_P} == *.beta* ]] && ALPHA="-alpha"
|
||||
SRC_URI="mirror://gnu${ALPHA}/${PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~x86"
|
||||
IUSE="debug nagios"
|
||||
|
||||
RDEPEND="dev-libs/libgcrypt:0"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/os-headers"
|
||||
RDEPEND="${RDEPEND}
|
||||
nagios? (
|
||||
|| ( net-analyzer/icinga net-analyzer/nagios )
|
||||
dev-lang/perl
|
||||
)
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/${PN}-1.1.1-strictaliasing.patch
|
||||
|
||||
AT_M4DIR="config" eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local myeconfargs=(
|
||||
$(use_enable debug)
|
||||
--disable-static
|
||||
--disable-init-scripts
|
||||
--localstatedir=/var
|
||||
)
|
||||
|
||||
autotools-utils_src_configure
|
||||
}
|
||||
|
||||
# There are no tests
|
||||
src_test() { :; }
|
||||
|
||||
src_install() {
|
||||
autotools-utils_src_install
|
||||
|
||||
# freeipmi by defaults install _all_ commands to /usr/sbin, but
|
||||
# quite a few can be run remotely as standard user, so move them
|
||||
# in /usr/bin afterwards.
|
||||
dodir /usr/bin
|
||||
for file in ipmi{detect,ping,power,console}; do
|
||||
mv "${D}"/usr/{s,}bin/${file} || die
|
||||
|
||||
# The default install symlinks these commands to add a dash
|
||||
# after the ipmi prefix; we repeat those after move for
|
||||
# consistency.
|
||||
rm "${D}"/usr/sbin/${file/ipmi/ipmi-}
|
||||
dosym ${file} /usr/bin/${file/ipmi/ipmi-}
|
||||
done
|
||||
|
||||
# Install the nagios plugin in its proper place, if desired
|
||||
if use nagios; then
|
||||
dodir /usr/$(get_libdir)/nagios/plugins
|
||||
mv "${D}"/usr/share/doc/${PF}/contrib/nagios/nagios_ipmi_sensors.pl \
|
||||
"${D}"/usr/$(get_libdir)/nagios/plugins/ || die
|
||||
fperms 0755 /usr/$(get_libdir)/nagios/plugins/nagios_ipmi_sensors.pl
|
||||
|
||||
insinto /etc/icinga/conf.d
|
||||
newins "${FILESDIR}"/freeipmi.icinga freeipmi-command.cfg
|
||||
fi
|
||||
|
||||
dodoc AUTHORS ChangeLog* DISCLAIMER* NEWS README* TODO doc/*.txt
|
||||
|
||||
keepdir \
|
||||
/var/cache/ipmimonitoringsdrcache \
|
||||
/var/lib/freeipmi \
|
||||
/var/log/ipmiconsole
|
||||
|
||||
# starting from version 1.2.0 the two daemons are similar enough
|
||||
newinitd "${FILESDIR}"/bmc-watchdog.initd.4 ipmidetectd
|
||||
newconfd "${FILESDIR}"/ipmidetectd.confd ipmidetectd
|
||||
|
||||
newinitd "${FILESDIR}"/bmc-watchdog.initd.4 bmc-watchdog
|
||||
newconfd "${FILESDIR}"/bmc-watchdog.confd bmc-watchdog
|
||||
|
||||
newinitd "${FILESDIR}"/bmc-watchdog.initd.4 ipmiseld
|
||||
newconfd "${FILESDIR}"/ipmiseld.confd ipmiseld
|
||||
}
|
||||
Reference in New Issue
Block a user