summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Reffett <creffett@gentoo.org>2014-01-26 03:31:14 +0000
committerChris Reffett <creffett@gentoo.org>2014-01-26 03:31:14 +0000
commit24a0427f3bcc805120b8b841eea7831ad9c028da (patch)
treea79259f05357028fc30d6efb08fcd9993236a628 /net-analyzer/nagios-core
parentUpdate glxext.h for bug #491644. (diff)
downloadgentoo-2-24a0427f3bcc805120b8b841eea7831ad9c028da.tar.gz
gentoo-2-24a0427f3bcc805120b8b841eea7831ad9c028da.tar.bz2
gentoo-2-24a0427f3bcc805120b8b841eea7831ad9c028da.zip
Update maintainers (add ahamilto as maintainer, me as proxy, proxy-maint herd too). EAPI bump.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 42618354)
Diffstat (limited to 'net-analyzer/nagios-core')
-rw-r--r--net-analyzer/nagios-core/ChangeLog9
-rw-r--r--net-analyzer/nagios-core/metadata.xml11
-rw-r--r--net-analyzer/nagios-core/nagios-core-3.2.3.ebuild13
-rw-r--r--net-analyzer/nagios-core/nagios-core-3.3.1.ebuild13
4 files changed, 30 insertions, 16 deletions
diff --git a/net-analyzer/nagios-core/ChangeLog b/net-analyzer/nagios-core/ChangeLog
index d9612e6ff0e3..064b9618717f 100644
--- a/net-analyzer/nagios-core/ChangeLog
+++ b/net-analyzer/nagios-core/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/nagios-core
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/ChangeLog,v 1.187 2013/01/25 16:07:14 flameeyes Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/ChangeLog,v 1.188 2014/01/26 03:31:14 creffett Exp $
+
+ 26 Jan 2014; Chris Reffett <creffett@gentoo.org> metadata.xml,
+ nagios-core-3.2.3.ebuild, nagios-core-3.3.1.ebuild:
+ Update maintainers (add ahamilto as maintainer, me as proxy, proxy-maint herd
+ too). EAPI bump.
25 Jan 2013; Diego E. Pettenò <flameeyes@gentoo.org> metadata.xml:
Fix typo in metadata.
diff --git a/net-analyzer/nagios-core/metadata.xml b/net-analyzer/nagios-core/metadata.xml
index 8ec51a3588c9..e637fef2b2b9 100644
--- a/net-analyzer/nagios-core/metadata.xml
+++ b/net-analyzer/nagios-core/metadata.xml
@@ -1,6 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <maintainer>
+ <email>andrew@ahamilto.net</email>
+ <name>Andrew Hamilton</name>
+ <description>Maintainer. Assign bugs to him.</description>
+ </maintainer>
+ <maintainer>
+ <email>creffett@gentoo.org</email>
+ <name>Chris Reffett</name>
+ <description>Proxy maintainer. CC him on bugs.</description>
+ </maintainer>
+ <herd>proxy-maintainers</herd>
<herd>sysadmin</herd>
<longdescription>
Nagios is a host and service monitor designed to inform you of
diff --git a/net-analyzer/nagios-core/nagios-core-3.2.3.ebuild b/net-analyzer/nagios-core/nagios-core-3.2.3.ebuild
index 7c25dd498934..f2918d43bddf 100644
--- a/net-analyzer/nagios-core/nagios-core-3.2.3.ebuild
+++ b/net-analyzer/nagios-core/nagios-core-3.2.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/nagios-core-3.2.3.ebuild,v 1.7 2012/06/12 02:34:23 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/nagios-core-3.2.3.ebuild,v 1.8 2014/01/26 03:31:13 creffett Exp $
-EAPI="2"
+EAPI=5
inherit depend.apache eutils multilib toolchain-funcs user
@@ -75,16 +75,15 @@ src_configure() {
--datadir=/usr/share/nagios/htdocs \
--localstatedir=/var/nagios \
--sysconfdir=/etc/nagios \
- --libexecdir=/usr/$(get_libdir)/nagios/plugins \
- || die "./configure failed"
+ --libexecdir=/usr/$(get_libdir)/nagios/plugins
}
src_compile() {
- emake CC=$(tc-getCC) nagios || die "make failed"
+ emake CC=$(tc-getCC) nagios
if use web ; then
# Only compile the CGI's if "web" useflag is set.
- emake CC=$(tc-getCC) DESTDIR="${D}" cgis || die
+ emake CC=$(tc-getCC) DESTDIR="${D}" cgis
fi
}
diff --git a/net-analyzer/nagios-core/nagios-core-3.3.1.ebuild b/net-analyzer/nagios-core/nagios-core-3.3.1.ebuild
index 0fabf8059ea7..6a7d6b198d84 100644
--- a/net-analyzer/nagios-core/nagios-core-3.3.1.ebuild
+++ b/net-analyzer/nagios-core/nagios-core-3.3.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/nagios-core-3.3.1.ebuild,v 1.8 2012/09/06 01:02:43 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/nagios-core-3.3.1.ebuild,v 1.9 2014/01/26 03:31:14 creffett Exp $
-EAPI="2"
+EAPI=5
inherit depend.apache eutils multilib toolchain-funcs user
@@ -77,16 +77,15 @@ src_configure() {
--datadir=/usr/share/nagios/htdocs \
--localstatedir=/var/nagios \
--sysconfdir=/etc/nagios \
- --libexecdir=/usr/$(get_libdir)/nagios/plugins \
- || die "./configure failed"
+ --libexecdir=/usr/$(get_libdir)/nagios/plugins
}
src_compile() {
- emake CC=$(tc-getCC) nagios || die "make failed"
+ emake CC=$(tc-getCC) nagios
if use web ; then
# Only compile the CGI's if "web" useflag is set.
- emake CC=$(tc-getCC) DESTDIR="${D}" cgis || die
+ emake CC=$(tc-getCC) DESTDIR="${D}" cgis
fi
}