* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios-plugins-snmp/
@ 2017-07-21 8:31 Amy Liffey
0 siblings, 0 replies; 2+ messages in thread
From: Amy Liffey @ 2017-07-21 8:31 UTC (permalink / raw
To: gentoo-commits
commit: 44c8b5cd3db8e67d9c070a833c9c719943fa23cf
Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 21 08:21:51 2017 +0000
Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Fri Jul 21 08:30:40 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44c8b5cd
net-analyzer/nagios-plugins-snmp: remove inactive proxy maintainer
Package-Manager: Portage-2.3.6, Repoman-2.3.1
net-analyzer/nagios-plugins-snmp/metadata.xml | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/net-analyzer/nagios-plugins-snmp/metadata.xml b/net-analyzer/nagios-plugins-snmp/metadata.xml
index d47d6761c6f..b7624565aca 100644
--- a/net-analyzer/nagios-plugins-snmp/metadata.xml
+++ b/net-analyzer/nagios-plugins-snmp/metadata.xml
@@ -2,18 +2,8 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
- <email>andrew@ahamilto.net</email>
- <name>Andrew Hamilton</name>
- <description>Maintainer. Assign bugs to him.</description>
- </maintainer>
- <maintainer type="person">
<email>creffett@gentoo.org</email>
<name>Chris Reffett</name>
- <description>Proxy maintainer. CC him on bugs.</description>
- </maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
</maintainer>
<maintainer type="project">
<email>sysadmin@gentoo.org</email>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios-plugins-snmp/
@ 2020-10-24 17:19 David Seifert
0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2020-10-24 17:19 UTC (permalink / raw
To: gentoo-commits
commit: 07f4ad3b1e8912358e540bd059fb44f48c0be640
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 24 17:18:38 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Oct 24 17:18:38 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07f4ad3b
net-analyzer/nagios-plugins-snmp: Port to EAPI 7
Closes: https://bugs.gentoo.org/742215
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../nagios-plugins-snmp-0.6.0-r2.ebuild | 29 ++++++++++------------
1 file changed, 13 insertions(+), 16 deletions(-)
diff --git a/net-analyzer/nagios-plugins-snmp/nagios-plugins-snmp-0.6.0-r2.ebuild b/net-analyzer/nagios-plugins-snmp/nagios-plugins-snmp-0.6.0-r2.ebuild
index c89ed52c824..6eb4daae21e 100644
--- a/net-analyzer/nagios-plugins-snmp/nagios-plugins-snmp-0.6.0-r2.ebuild
+++ b/net-analyzer/nagios-plugins-snmp/nagios-plugins-snmp-0.6.0-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
+EAPI=7
-inherit autotools user
+inherit autotools
DESCRIPTION="Additional Nagios plugins for monitoring SNMP capable devices"
HOMEPAGE="http://nagios.manubulon.com"
@@ -12,31 +12,28 @@ SRC_URI="http://nagios.manubulon.com/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc ppc64 ~sparc x86"
-IUSE=""
-DEPEND="net-analyzer/net-snmp"
+DEPEND="
+ acct-group/nagios
+ acct-user/nagios
+ net-analyzer/net-snmp"
RDEPEND="${DEPEND}"
-S=${WORKDIR}/nagios-plugins-snmp
-
-pkg_setup() {
- enewgroup nagios
- enewuser nagios -1 /bin/bash /var/nagios/home nagios
-}
+S="${WORKDIR}/nagios-plugins-snmp"
src_prepare() {
- sed -i -e '/^CFLAGS=""/d' configure.in
+ default
+ sed -i -e '/^CFLAGS=""/d' configure.in || die
+ mv configure.{in,ac} || die
eautoreconf
}
src_configure() {
econf \
- --sysconfdir=/etc/nagios \
- --libexec=/usr/$(get_libdir)/nagios/plugins
+ --sysconfdir="${EPREFIX}"/etc/nagios \
+ --libexec="${EPREFIX}"/usr/$(get_libdir)/nagios/plugins
}
-DOCS=( README NEWS AUTHORS )
-
src_install() {
default
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-10-24 17:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-21 8:31 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios-plugins-snmp/ Amy Liffey
-- strict thread matches above, loose matches on Subject: below --
2020-10-24 17:19 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox