public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios-plugin-check_lm_sensors/
@ 2019-01-23 17:28 Louis Sautier
  0 siblings, 0 replies; 3+ messages in thread
From: Louis Sautier @ 2019-01-23 17:28 UTC (permalink / raw
  To: gentoo-commits

commit:     65f06226327db809b0bec2706ed9be0b86374576
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 21 13:44:46 2019 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Wed Jan 23 17:28:11 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65f06226

net-analyzer/nagios-plugin-check_lm_sensors: new pkg, v4.1.1_p20170912

Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 .../nagios-plugin-check_lm_sensors/Manifest        |  1 +
 .../nagios-plugin-check_lm_sensors/metadata.xml    | 12 ++++++++
 ...-plugin-check_lm_sensors-4.1.1_p20170912.ebuild | 36 ++++++++++++++++++++++
 3 files changed, 49 insertions(+)

diff --git a/net-analyzer/nagios-plugin-check_lm_sensors/Manifest b/net-analyzer/nagios-plugin-check_lm_sensors/Manifest
new file mode 100644
index 00000000000..1dcf0ec3498
--- /dev/null
+++ b/net-analyzer/nagios-plugin-check_lm_sensors/Manifest
@@ -0,0 +1 @@
+DIST nagios-plugin-check_lm_sensors-4.1.1_p20170912.tar.gz 21681 BLAKE2B 7144c9b9fc4a2b2ccd964ce356809e8ea393b05f86015e5efe5b0ef70fccb585d520fdbba486fd1637c0ef9d2853d270cfb069f6bed22a105b5d80977a8481d7 SHA512 7870e29f58179bd71c917c2bcfe7ff0ee9f28be8b41b19b8f4f3e623fc3ca12395d6dbd55eef3f4084b3fedf2b1c4dc745357d045d19e1f00a3fe2e24a236e77

diff --git a/net-analyzer/nagios-plugin-check_lm_sensors/metadata.xml b/net-analyzer/nagios-plugin-check_lm_sensors/metadata.xml
new file mode 100644
index 00000000000..3ded77e652f
--- /dev/null
+++ b/net-analyzer/nagios-plugin-check_lm_sensors/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>sbraz@gentoo.org</email>
+		<name>Louis Sautier</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">matteocorti/check_lm_sensors</remote-id>
+		<bugs-to>https://github.com/matteocorti/check_lm_sensors/issues</bugs-to>
+	</upstream>
+</pkgmetadata>

diff --git a/net-analyzer/nagios-plugin-check_lm_sensors/nagios-plugin-check_lm_sensors-4.1.1_p20170912.ebuild b/net-analyzer/nagios-plugin-check_lm_sensors/nagios-plugin-check_lm_sensors-4.1.1_p20170912.ebuild
new file mode 100644
index 00000000000..4587bb043e4
--- /dev/null
+++ b/net-analyzer/nagios-plugin-check_lm_sensors/nagios-plugin-check_lm_sensors-4.1.1_p20170912.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit perl-module vcs-snapshot
+
+MY_PN="${PN/nagios-plugin-/}"
+MY_COMMIT="36e453f791f0c8e32c2ead204f68511fd2ad4529"
+
+DESCRIPTION="Nagios plugin to monitor the values of onboard sensors and disk temperatures"
+HOMEPAGE="https://github.com/matteocorti/check_lm_sensors"
+SRC_URI="https://github.com/matteocorti/${MY_PN}/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="dev-perl/Module-Install"
+RDEPEND="
+	dev-perl/Monitoring-Plugin
+	virtual/perl-Getopt-Long
+"
+
+src_compile() {
+	default
+	pod2man ${MY_PN}.pod > ${MY_PN}.1 || die
+}
+
+src_install() {
+	perl-module_src_install
+	doman ${MY_PN}.1
+	local plugindir="/usr/$(get_libdir)/nagios/plugins"
+	dodir "${plugindir}"
+	mv "${ED}/usr/bin/${MY_PN}" "${ED}/${plugindir}" || die
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios-plugin-check_lm_sensors/
@ 2019-11-03 20:04 Louis Sautier
  0 siblings, 0 replies; 3+ messages in thread
From: Louis Sautier @ 2019-11-03 20:04 UTC (permalink / raw
  To: gentoo-commits

commit:     22c432c0273f91f4e7f093fec3a2edc4f71071d0
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  3 20:02:20 2019 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sun Nov  3 20:03:55 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22c432c0

net-analyzer/nagios-plugin-check_lm_sensors: bump to 4.1.1_p20191028

This version uses sensors's JSON output and works properly with
sys-apps/lm-sensors-3.6.0.

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 .../nagios-plugin-check_lm_sensors/Manifest        |  1 +
 ...-plugin-check_lm_sensors-4.1.1_p20191028.ebuild | 37 ++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/net-analyzer/nagios-plugin-check_lm_sensors/Manifest b/net-analyzer/nagios-plugin-check_lm_sensors/Manifest
index 1dcf0ec3498..563a41bf8ee 100644
--- a/net-analyzer/nagios-plugin-check_lm_sensors/Manifest
+++ b/net-analyzer/nagios-plugin-check_lm_sensors/Manifest
@@ -1 +1,2 @@
 DIST nagios-plugin-check_lm_sensors-4.1.1_p20170912.tar.gz 21681 BLAKE2B 7144c9b9fc4a2b2ccd964ce356809e8ea393b05f86015e5efe5b0ef70fccb585d520fdbba486fd1637c0ef9d2853d270cfb069f6bed22a105b5d80977a8481d7 SHA512 7870e29f58179bd71c917c2bcfe7ff0ee9f28be8b41b19b8f4f3e623fc3ca12395d6dbd55eef3f4084b3fedf2b1c4dc745357d045d19e1f00a3fe2e24a236e77
+DIST nagios-plugin-check_lm_sensors-4.1.1_p20191028.tar.gz 21775 BLAKE2B d1b9946f45ea30e66baa87825c29aa64f18927ec5c07641d05789f189bc3aacb9764b3790eaa699d83c11860027bc36af9b85ba95b2845afa7533d03fd9d153d SHA512 4473719e5631edbebb8d8ee79578243a97c46cf70a14a2c780560df811f9d4d63081788b2059a9636f26d19a68ac0a44d6b68a4b386b1145d3f3fad8d60439fe

diff --git a/net-analyzer/nagios-plugin-check_lm_sensors/nagios-plugin-check_lm_sensors-4.1.1_p20191028.ebuild b/net-analyzer/nagios-plugin-check_lm_sensors/nagios-plugin-check_lm_sensors-4.1.1_p20191028.ebuild
new file mode 100644
index 00000000000..cd457b7e25d
--- /dev/null
+++ b/net-analyzer/nagios-plugin-check_lm_sensors/nagios-plugin-check_lm_sensors-4.1.1_p20191028.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit perl-module vcs-snapshot
+
+MY_PN="${PN/nagios-plugin-/}"
+MY_COMMIT="80db8aa58be8f5d7800564d62305281be1ec8e6b"
+
+DESCRIPTION="Nagios plugin to monitor the values of onboard sensors and disk temperatures"
+HOMEPAGE="https://github.com/matteocorti/check_lm_sensors"
+SRC_URI="https://github.com/matteocorti/${MY_PN}/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="dev-perl/Module-Install"
+RDEPEND="
+	dev-perl/JSON-MaybeXS
+	dev-perl/Monitoring-Plugin
+	virtual/perl-Getopt-Long
+"
+
+src_compile() {
+	default
+	pod2man ${MY_PN}.pod > ${MY_PN}.1 || die
+}
+
+src_install() {
+	perl-module_src_install
+	doman ${MY_PN}.1
+	local plugindir="/usr/$(get_libdir)/nagios/plugins"
+	dodir "${plugindir}"
+	mv "${ED}/usr/bin/${MY_PN}" "${ED}/${plugindir}" || die
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios-plugin-check_lm_sensors/
@ 2019-11-03 20:04 Louis Sautier
  0 siblings, 0 replies; 3+ messages in thread
From: Louis Sautier @ 2019-11-03 20:04 UTC (permalink / raw
  To: gentoo-commits

commit:     2bb0303372f0d8a1ab0d00f029c3859cfc4a47f2
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  3 20:03:41 2019 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sun Nov  3 20:03:55 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bb03033

net-analyzer/nagios-plugin-check_lm_sensors: remove old

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 .../nagios-plugin-check_lm_sensors/Manifest        |  1 -
 ...-plugin-check_lm_sensors-4.1.1_p20170912.ebuild | 36 ----------------------
 2 files changed, 37 deletions(-)

diff --git a/net-analyzer/nagios-plugin-check_lm_sensors/Manifest b/net-analyzer/nagios-plugin-check_lm_sensors/Manifest
index 563a41bf8ee..6c9406511ff 100644
--- a/net-analyzer/nagios-plugin-check_lm_sensors/Manifest
+++ b/net-analyzer/nagios-plugin-check_lm_sensors/Manifest
@@ -1,2 +1 @@
-DIST nagios-plugin-check_lm_sensors-4.1.1_p20170912.tar.gz 21681 BLAKE2B 7144c9b9fc4a2b2ccd964ce356809e8ea393b05f86015e5efe5b0ef70fccb585d520fdbba486fd1637c0ef9d2853d270cfb069f6bed22a105b5d80977a8481d7 SHA512 7870e29f58179bd71c917c2bcfe7ff0ee9f28be8b41b19b8f4f3e623fc3ca12395d6dbd55eef3f4084b3fedf2b1c4dc745357d045d19e1f00a3fe2e24a236e77
 DIST nagios-plugin-check_lm_sensors-4.1.1_p20191028.tar.gz 21775 BLAKE2B d1b9946f45ea30e66baa87825c29aa64f18927ec5c07641d05789f189bc3aacb9764b3790eaa699d83c11860027bc36af9b85ba95b2845afa7533d03fd9d153d SHA512 4473719e5631edbebb8d8ee79578243a97c46cf70a14a2c780560df811f9d4d63081788b2059a9636f26d19a68ac0a44d6b68a4b386b1145d3f3fad8d60439fe

diff --git a/net-analyzer/nagios-plugin-check_lm_sensors/nagios-plugin-check_lm_sensors-4.1.1_p20170912.ebuild b/net-analyzer/nagios-plugin-check_lm_sensors/nagios-plugin-check_lm_sensors-4.1.1_p20170912.ebuild
deleted file mode 100644
index 4587bb043e4..00000000000
--- a/net-analyzer/nagios-plugin-check_lm_sensors/nagios-plugin-check_lm_sensors-4.1.1_p20170912.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit perl-module vcs-snapshot
-
-MY_PN="${PN/nagios-plugin-/}"
-MY_COMMIT="36e453f791f0c8e32c2ead204f68511fd2ad4529"
-
-DESCRIPTION="Nagios plugin to monitor the values of onboard sensors and disk temperatures"
-HOMEPAGE="https://github.com/matteocorti/check_lm_sensors"
-SRC_URI="https://github.com/matteocorti/${MY_PN}/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="dev-perl/Module-Install"
-RDEPEND="
-	dev-perl/Monitoring-Plugin
-	virtual/perl-Getopt-Long
-"
-
-src_compile() {
-	default
-	pod2man ${MY_PN}.pod > ${MY_PN}.1 || die
-}
-
-src_install() {
-	perl-module_src_install
-	doman ${MY_PN}.1
-	local plugindir="/usr/$(get_libdir)/nagios/plugins"
-	dodir "${plugindir}"
-	mv "${ED}/usr/bin/${MY_PN}" "${ED}/${plugindir}" || die
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-11-03 20:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-03 20:04 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios-plugin-check_lm_sensors/ Louis Sautier
  -- strict thread matches above, loose matches on Subject: below --
2019-11-03 20:04 Louis Sautier
2019-01-23 17:28 Louis Sautier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox