public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/freeipmi/
Date: Tue,  2 Aug 2016 07:48:47 +0000 (UTC)	[thread overview]
Message-ID: <1470124119.9499ce2233246feb56ca828be113b3016255b926.polynomial-c@gentoo> (raw)

commit:     9499ce2233246feb56ca828be113b3016255b926
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  2 07:47:52 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Aug  2 07:48:39 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9499ce22

sys-libs/freeipmi: Bump to version 1.5.3

Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 sys-libs/freeipmi/Manifest              |  1 +
 sys-libs/freeipmi/freeipmi-1.5.3.ebuild | 92 +++++++++++++++++++++++++++++++++
 2 files changed, 93 insertions(+)

diff --git a/sys-libs/freeipmi/Manifest b/sys-libs/freeipmi/Manifest
index e41aae0..5d09979 100644
--- a/sys-libs/freeipmi/Manifest
+++ b/sys-libs/freeipmi/Manifest
@@ -3,3 +3,4 @@ DIST freeipmi-1.4.3.tar.gz 3089282 SHA256 2d8701555f7fd5c3cdc0186e2e435d2ed79450
 DIST freeipmi-1.4.8.tar.gz 3185068 SHA256 9fa7e9df7f848445cf6035b26b4167a79711ecc05d8e96ab16bbec10b36e551b SHA512 3cd4acde402bbc945b007e31e7f8dad3ad4539d2cf00310e9168d7cec8024203a280c8ad91e3f08b86dfa9be536779969c5393c4523df2fe8eb904f765fcfc56 WHIRLPOOL ae4393fd36271238597f1602fbaaa6c975268291d26ae3303d9bb1b447cc40070ff4c66ac56a7c301f0544f69ab54eb49a9c6f81fdbdc83ab4d89f3f253b3701
 DIST freeipmi-1.5.1.tar.gz 3239829 SHA256 47985ab902a62e23aba60e30a9fba5190599eecbc107d442e8b948a220ed1252 SHA512 61a6ff56e3f9675244c04edc87cca91b06cb2d4401b676cae832797b94e6450436272f4a2079c4faa9070d44c59809058402e639ee8480755aec2033ae65c575 WHIRLPOOL 8c18b08cd0e03d1077e3f9e1ab853592d5740a3f4c08df110f27e78f634bfa626fb352562718456f62893bd9d49c0346bab45964763668b61886947866d60f7b
 DIST freeipmi-1.5.2.tar.gz 3244661 SHA256 734fa260e71d11e0a607f8acc731b9492f7f7b2f5476bf2ec29ff34ecde4ee75 SHA512 287dbf9c2320dbc5dd4f62fab3502bda893fa9fc52bbb4ba1b3739ac2f9ab902a2b5ddca59501b7ded228ba2dd0a38d431e743127bacff421c3ffb15a909b70c WHIRLPOOL 2aa5ccd807fd93897da74da0187ef6cc9985f7f8ee15fadd8a0bf90c1eb26c76381a818275cc0cca3c170b17a631bd042336689ed05c2ff451b8fa912adaea64
+DIST freeipmi-1.5.3.tar.gz 3245771 SHA256 5d36225b01cc965812e234e708d640381d030edf7689d4264d6f64c26a3c9868 SHA512 3dce3c0ab8e5479e49c2686480f96f5134a0f198e2730ad9f4a47ede434ec7dfb37de450737da5956ffd2fe10289a23448b9f36655a1402cb4392242a892c22a WHIRLPOOL 8274d34d7511f2d4f3571e91eb5a1d31e2af544f82e0505e15b5e469c22e1623f30aab5c384fd04f22e35758f76271970d7dd0ac08c0df446572902e772174fc

diff --git a/sys-libs/freeipmi/freeipmi-1.5.3.ebuild b/sys-libs/freeipmi/freeipmi-1.5.3.ebuild
new file mode 100644
index 0000000..b8c0a20
--- /dev/null
+++ b/sys-libs/freeipmi/freeipmi-1.5.3.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+AT_M4DIR="config"
+
+inherit eutils multilib
+
+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
+	)
+	sys-apps/openrc"
+
+src_configure() {
+	local myeconfargs=(
+		$(use_enable debug)
+		--disable-static
+		--disable-init-scripts
+		--localstatedir=/var
+	)
+
+	econf "${myeconfargs[@]}"
+}
+
+# There are no tests
+src_test() { :; }
+
+src_install() {
+	default
+
+	# 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
+}


             reply	other threads:[~2016-08-02  7:48 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-02  7:48 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-05 12:42 [gentoo-commits] repo/gentoo:master commit in: sys-libs/freeipmi/ Sam James
2024-04-04 15:05 Arthur Zamarin
2023-09-07 23:03 Sam James
2023-09-07 20:53 Sam James
2023-06-09  8:44 Sam James
2023-06-09  8:44 Sam James
2023-03-04 22:30 Jakov Smolić
2023-03-04 11:03 Arthur Zamarin
2023-03-04  6:19 Arthur Zamarin
2022-10-18  2:18 Sam James
2022-09-02  5:55 John Helmert III
2022-09-01 21:36 John Helmert III
2022-08-17 16:21 Matt Turner
2022-08-17  4:53 Arthur Zamarin
2022-08-04  8:04 Agostino Sarubbo
2022-08-03  7:49 Agostino Sarubbo
2022-01-20  8:00 Lars Wendler
2022-01-20  8:00 Lars Wendler
2021-12-06 19:47 Sam James
2021-12-06  8:03 Agostino Sarubbo
2021-12-05 18:29 Sam James
2021-06-05  1:33 Georgy Yakovlev
2021-05-21  7:06 Lars Wendler
2021-05-21  7:06 Lars Wendler
2021-02-15 12:02 Lars Wendler
2021-02-15 12:02 Lars Wendler
2020-09-06  8:14 Lars Wendler
2020-09-06  8:14 Lars Wendler
2020-05-22 13:35 Lars Wendler
2020-05-22 13:35 Lars Wendler
2019-08-23  1:14 Lars Wendler
2019-08-23  1:14 Lars Wendler
2019-03-24 20:02 Sergei Trofimovich
2019-03-17 11:25 Sergei Trofimovich
2019-02-20 13:02 Mikle Kolyada
2019-01-25 13:11 Lars Wendler
2019-01-25 13:11 Lars Wendler
2018-05-05  1:07 Lars Wendler
2018-05-05  1:07 Lars Wendler
2018-02-03 11:47 Lars Wendler
2018-02-03 11:47 Lars Wendler
2018-02-03 11:47 Lars Wendler
2018-01-05 20:23 Mike Gilbert
2017-10-17 18:53 Sergei Trofimovich
2017-10-17 18:53 Sergei Trofimovich
2017-08-17  8:14 Lars Wendler
2017-08-17  8:14 Lars Wendler
2017-07-06  8:13 Lars Wendler
2017-07-06  8:13 Lars Wendler
2016-11-03  8:51 Lars Wendler
2016-11-03  8:51 Lars Wendler
2016-10-01 11:20 Lars Wendler
2016-10-01 11:20 Lars Wendler
2016-08-02  7:48 Lars Wendler
2016-05-24  7:15 Lars Wendler
2016-04-25  7:56 Lars Wendler
2016-04-25  7:56 Lars Wendler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1470124119.9499ce2233246feb56ca828be113b3016255b926.polynomial-c@gentoo \
    --to=polynomial-c@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox