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: Mon, 25 Apr 2016 07:56:01 +0000 (UTC)	[thread overview]
Message-ID: <1461570954.1c99af12a09bf426ea35ee1eb1dd9828618086bb.polynomial-c@gentoo> (raw)

commit:     1c99af12a09bf426ea35ee1eb1dd9828618086bb
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 25 07:53:19 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Apr 25 07:55:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c99af12

sys-libs/freeipmi: Bump to version 1.5.1

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

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

diff --git a/sys-libs/freeipmi/Manifest b/sys-libs/freeipmi/Manifest
index 4d265f6..ff0f817 100644
--- a/sys-libs/freeipmi/Manifest
+++ b/sys-libs/freeipmi/Manifest
@@ -2,3 +2,4 @@ DIST freeipmi-1.2.2.tar.gz 3031730 SHA256 c8539a8225616e3e647b99903ef1243c5a6a4e
 DIST freeipmi-1.4.3.tar.gz 3089282 SHA256 2d8701555f7fd5c3cdc0186e2e435d2ed7945047d22b66088f1e5417dcc35386 SHA512 88a2dec70696017407aac313628407200ee2c6600547fbff73c6880ae8d65cda166c8e00e0f4b7eaddc35f4376143b8fdb0b4ac284aba401c2592a95804e6cec WHIRLPOOL 36c05750f58d018768c82b2a9531892c8c933a7f7b92ea4513dd3527d27494993f82b59d621558bc2975585f51bc6b555b85e246bec1e79704947ac7591cf08b
 DIST freeipmi-1.4.6.tar.gz 3182413 SHA256 6e404329378aed4ea2078575d7a8787820da3c8e1412b309ab8643f0284626af SHA512 52561ffe0c7b8d29431be6d89b4f4072361c8543a877f005a0190682dbdc739c716b6cfba4e6c6ac26324a94930c5d90554dd06bfd7310f723f8e7dd32432fe3 WHIRLPOOL 391ba17833d64e450bf6e273c7bcca8fdf036ff612f1a3d2be2bb1bbfc3e2dff418f997e78fcdc32571dae40077c2e3089d1002717ee61c8cd4d93dc8b1d42d4
 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

diff --git a/sys-libs/freeipmi/freeipmi-1.5.1.ebuild b/sys-libs/freeipmi/freeipmi-1.5.1.ebuild
new file mode 100644
index 0000000..b8c0a20
--- /dev/null
+++ b/sys-libs/freeipmi/freeipmi-1.5.1.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-04-25  7:56 UTC|newest]

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

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=1461570954.1c99af12a09bf426ea35ee1eb1dd9828618086bb.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