public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2015-08-31 14:13 Michael Orlitzky
  0 siblings, 0 replies; 89+ messages in thread
From: Michael Orlitzky @ 2015-08-31 14:13 UTC (permalink / raw
  To: gentoo-commits

commit:     2de3258e717c1ef7c5058c8199a83c7492da617a
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 31 13:30:16 2015 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Mon Aug 31 14:13:11 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2de3258e

net-analyzer/nagios: version bump to v4.1.1.

The obsolete blocker on net-analyzer/nagios-imagepack has been
removed, and the pkg_postrm() warning cleaned up a bit.

Package-Manager: portage-2.2.20.1

 net-analyzer/nagios/nagios-4.1.1.ebuild | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/net-analyzer/nagios/nagios-4.1.1.ebuild b/net-analyzer/nagios/nagios-4.1.1.ebuild
new file mode 100644
index 0000000..caaab8e
--- /dev/null
+++ b/net-analyzer/nagios/nagios-4.1.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="The Nagios metapackage"
+HOMEPAGE="http://www.nagios.org/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="~net-analyzer/nagios-core-${PV}
+	|| ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"
+
+pkg_postrm() {
+	elog "Note: this is a metapackage for ${PN}."
+	elog "To remove it completely, use emerge --depclean."
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2016-09-21 18:58 Tobias Klausmann
  0 siblings, 0 replies; 89+ messages in thread
From: Tobias Klausmann @ 2016-09-21 18:58 UTC (permalink / raw
  To: gentoo-commits

commit:     2888e7f4e32d708bb5182ecc620889ebcb9daf61
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 21 18:58:45 2016 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Wed Sep 21 18:58:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2888e7f4

net-analyzer/nagios-4.0.8-r1: add alpha keyword

Gentoo-Bug: 532744

 net-analyzer/nagios/nagios-4.0.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.0.8-r1.ebuild b/net-analyzer/nagios/nagios-4.0.8-r1.ebuild
index 489c222..6e9f812 100644
--- a/net-analyzer/nagios/nagios-4.0.8-r1.ebuild
+++ b/net-analyzer/nagios/nagios-4.0.8-r1.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.nagios.org"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2016-09-26 13:25 Michael Orlitzky
  0 siblings, 0 replies; 89+ messages in thread
From: Michael Orlitzky @ 2016-09-26 13:25 UTC (permalink / raw
  To: gentoo-commits

commit:     4a2a1bf480b78c711573dc4d5960768e2648c76c
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 26 13:23:54 2016 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Mon Sep 26 13:24:06 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a2a1bf4

net-analyzer/nagios: new metapackage version to pull in nagios-core-4.2.1.

Gentoo-Bug: 595194

Package-Manager: portage-2.2.28

 net-analyzer/nagios/nagios-4.2.1.ebuild | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/net-analyzer/nagios/nagios-4.2.1.ebuild b/net-analyzer/nagios/nagios-4.2.1.ebuild
new file mode 100644
index 00000000..cdcde9c
--- /dev/null
+++ b/net-analyzer/nagios/nagios-4.2.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="The Nagios metapackage"
+HOMEPAGE="http://www.nagios.org/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="~net-analyzer/nagios-core-${PV}
+	|| ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"
+
+pkg_postrm() {
+	elog "Note: ${CATEGORY}/${PN} is a metapackage for ${PN}."
+	elog "To remove it completely, use emerge --depclean."
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2016-10-28 15:16 Michael Orlitzky
  0 siblings, 0 replies; 89+ messages in thread
From: Michael Orlitzky @ 2016-10-28 15:16 UTC (permalink / raw
  To: gentoo-commits

commit:     1e3ce59fd7858572761276d10fedb1308e08b36c
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 13:53:02 2016 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 15:14:51 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e3ce59f

net-analyzer/nagios: new version 4.2.2 to fix CVE-2008-4796.

Gentoo-Bug: 598104
Reported-By: Tomáš Mózes

Package-Manager: portage-2.3.0

 net-analyzer/nagios/nagios-4.2.2.ebuild | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/net-analyzer/nagios/nagios-4.2.2.ebuild b/net-analyzer/nagios/nagios-4.2.2.ebuild
new file mode 100644
index 00000000..cdcde9c
--- /dev/null
+++ b/net-analyzer/nagios/nagios-4.2.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="The Nagios metapackage"
+HOMEPAGE="http://www.nagios.org/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="~net-analyzer/nagios-core-${PV}
+	|| ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"
+
+pkg_postrm() {
+	elog "Note: ${CATEGORY}/${PN} is a metapackage for ${PN}."
+	elog "To remove it completely, use emerge --depclean."
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2016-10-28 15:16 Michael Orlitzky
  0 siblings, 0 replies; 89+ messages in thread
From: Michael Orlitzky @ 2016-10-28 15:16 UTC (permalink / raw
  To: gentoo-commits

commit:     db9467dcf5320a64341cb11c557022510a2a6475
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 14:59:33 2016 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 15:14:51 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db9467dc

net-analyzer/nagios: remove older versions not stabilized anywhere.

Package-Manager: portage-2.3.0

 net-analyzer/nagios/nagios-4.0.8.ebuild | 23 -----------------------
 net-analyzer/nagios/nagios-4.1.1.ebuild | 21 ---------------------
 net-analyzer/nagios/nagios-4.2.1.ebuild | 21 ---------------------
 3 files changed, 65 deletions(-)

diff --git a/net-analyzer/nagios/nagios-4.0.8.ebuild b/net-analyzer/nagios/nagios-4.0.8.ebuild
deleted file mode 100644
index 1e9a550..00000000
--- a/net-analyzer/nagios/nagios-4.0.8.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="The Nagios metapackage"
-HOMEPAGE="http://www.nagios.org"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="~net-analyzer/nagios-core-${PV}
-	net-analyzer/nagios-plugins
-	!net-analyzer/nagios-imagepack"
-
-pkg_postrm() {
-	elog "Note: this is a meta package for ${PN}."
-	elog "To remove it completely, or before re-emerging,"
-	elog "use emerge --depclean."
-}

diff --git a/net-analyzer/nagios/nagios-4.1.1.ebuild b/net-analyzer/nagios/nagios-4.1.1.ebuild
deleted file mode 100644
index caaab8e..00000000
--- a/net-analyzer/nagios/nagios-4.1.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="The Nagios metapackage"
-HOMEPAGE="http://www.nagios.org/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="~net-analyzer/nagios-core-${PV}
-	|| ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"
-
-pkg_postrm() {
-	elog "Note: this is a metapackage for ${PN}."
-	elog "To remove it completely, use emerge --depclean."
-}

diff --git a/net-analyzer/nagios/nagios-4.2.1.ebuild b/net-analyzer/nagios/nagios-4.2.1.ebuild
deleted file mode 100644
index cdcde9c..00000000
--- a/net-analyzer/nagios/nagios-4.2.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-DESCRIPTION="The Nagios metapackage"
-HOMEPAGE="http://www.nagios.org/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="~net-analyzer/nagios-core-${PV}
-	|| ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"
-
-pkg_postrm() {
-	elog "Note: ${CATEGORY}/${PN} is a metapackage for ${PN}."
-	elog "To remove it completely, use emerge --depclean."
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2016-12-05 15:49 Tobias Klausmann
  0 siblings, 0 replies; 89+ messages in thread
From: Tobias Klausmann @ 2016-12-05 15:49 UTC (permalink / raw
  To: gentoo-commits

commit:     8938328f72092198dfd12f048079ac9fe8fd6fda
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  5 15:48:46 2016 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Mon Dec  5 15:48:46 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8938328f

net-analyzer/nagios-4.2.3-r0: stable on alpha

Gentoo-Bug: 600864

 net-analyzer/nagios/nagios-4.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.2.3.ebuild b/net-analyzer/nagios/nagios-4.2.3.ebuild
index cdcde9c..9d43fd3 100644
--- a/net-analyzer/nagios/nagios-4.2.3.ebuild
+++ b/net-analyzer/nagios/nagios-4.2.3.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.nagios.org/"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2016-12-06 11:50 Agostino Sarubbo
  0 siblings, 0 replies; 89+ messages in thread
From: Agostino Sarubbo @ 2016-12-06 11:50 UTC (permalink / raw
  To: gentoo-commits

commit:     0706e441dc674af45c82e8bef764bc7bb255d21f
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  6 11:49:15 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Dec  6 11:49:15 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0706e441

net-analyzer/nagios: amd64 stable wrt bug #600864

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.2.3.ebuild b/net-analyzer/nagios/nagios-4.2.3.ebuild
index 9d43fd3..f6ff538 100644
--- a/net-analyzer/nagios/nagios-4.2.3.ebuild
+++ b/net-analyzer/nagios/nagios-4.2.3.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.nagios.org/"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2016-12-06 11:53 Agostino Sarubbo
  0 siblings, 0 replies; 89+ messages in thread
From: Agostino Sarubbo @ 2016-12-06 11:53 UTC (permalink / raw
  To: gentoo-commits

commit:     89cd61291effb696530a397b097d1e636dc1060c
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  6 11:52:10 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Dec  6 11:52:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89cd6129

net-analyzer/nagios: x86 stable wrt bug #600864

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.2.3.ebuild b/net-analyzer/nagios/nagios-4.2.3.ebuild
index f6ff538..d7f34c1 100644
--- a/net-analyzer/nagios/nagios-4.2.3.ebuild
+++ b/net-analyzer/nagios/nagios-4.2.3.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.nagios.org/"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2016-12-11 17:11 Michael Orlitzky
  0 siblings, 0 replies; 89+ messages in thread
From: Michael Orlitzky @ 2016-12-11 17:11 UTC (permalink / raw
  To: gentoo-commits

commit:     eee442fb61472ef765889f4e4c534061307e3105
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 11 16:39:34 2016 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Dec 11 16:39:34 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eee442fb

net-analyzer/nagios: new version 4.2.4 to fix CVE-2016-9566.

As part of this (otherwise routine) new version, I've also removed the
pkg_postrm() message telling users that this package's dependencies
won't be removed. That's nothing unusual, and doesn't warrant
notification in my opinion.

Gentoo-Bug: 602216

Package-Manager: portage-2.3.0

 net-analyzer/nagios/nagios-4.2.4.ebuild | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/net-analyzer/nagios/nagios-4.2.4.ebuild b/net-analyzer/nagios/nagios-4.2.4.ebuild
new file mode 100644
index 00000000..f869dfa
--- /dev/null
+++ b/net-analyzer/nagios/nagios-4.2.4.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="The Nagios metapackage"
+HOMEPAGE="http://www.nagios.org/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="~net-analyzer/nagios-core-${PV}
+	|| ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2016-12-11 17:11 Michael Orlitzky
  0 siblings, 0 replies; 89+ messages in thread
From: Michael Orlitzky @ 2016-12-11 17:11 UTC (permalink / raw
  To: gentoo-commits

commit:     6c1d39fe9d9b02421922d936ecdcf31a657b5977
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 11 16:47:43 2016 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Dec 11 16:47:43 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c1d39fe

net-analyzer/nagios: remove proxy maintainers from the metadata.

We haven't heard from this package's proxy maintainer in a while, but
new bugs are still being assigned to him. As long as I'm the de-facto
maintainer, I would prefer that they be assigned to me. This commit
removes both the proxied and proxy maintainers, as well as the
proxy-maint project (who gave the OK for this removal).

Package-Manager: portage-2.3.0

 net-analyzer/nagios/metadata.xml | 45 ++++++++++++++--------------------------
 1 file changed, 15 insertions(+), 30 deletions(-)

diff --git a/net-analyzer/nagios/metadata.xml b/net-analyzer/nagios/metadata.xml
index 55c38bf..6d334d5 100644
--- a/net-analyzer/nagios/metadata.xml
+++ b/net-analyzer/nagios/metadata.xml
@@ -2,39 +2,24 @@
 <!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="person">
-      <email>mjo@gentoo.org</email>
-      <name>Michael Orlitzky</name>
-  </maintainer>
-  <maintainer type="project">
-      <email>proxy-maint@gentoo.org</email>
-      <name>Proxy Maintainers</name>
+    <email>mjo@gentoo.org</email>
+    <name>Michael Orlitzky</name>
   </maintainer>
   <maintainer type="project">
-      <email>sysadmin@gentoo.org</email>
-      <name>Gentoo Sysadmin Project</name>
+    <email>sysadmin@gentoo.org</email>
+    <name>Gentoo Sysadmin Project</name>
   </maintainer>
   <longdescription>
-    Nagios is a host and service monitor designed to inform you
-    of network problems before your clients, end-users or
-    managers do. It has been designed to run under the Linux
-    operating system, but works fine under most *NIX variants as
-    well. The monitoring daemon runs intermittent checks on
-    hosts and services you specify using external "plugins"
-    which return status information to Nagios. When problems are
-    encountered, the daemon can send notifications out to
-    administrative contacts in a variety of different ways
-    (email, instant message, SMS, etc.). Current status
-    information, historical logs, and reports can all be
-    accessed via a web browser.
+    Nagios is a host and service monitor designed to inform you of
+    network problems before your clients, end-users or managers do. It
+    has been designed to run under the Linux operating system, but
+    works fine under most *NIX variants as well. The monitoring daemon
+    runs intermittent checks on hosts and services you specify using
+    external "plugins" which return status information to Nagios. When
+    problems are encountered, the daemon can send notifications out to
+    administrative contacts in a variety of different ways (email,
+    instant message, SMS, etc.). Current status information,
+    historical logs, and reports can all be accessed via a web
+    browser.
   </longdescription>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2016-12-12 15:55 Tobias Klausmann
  0 siblings, 0 replies; 89+ messages in thread
From: Tobias Klausmann @ 2016-12-12 15:55 UTC (permalink / raw
  To: gentoo-commits

commit:     ac240a9010469f96376faf0da6da2335825c4d5e
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 12 15:55:05 2016 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Mon Dec 12 15:55:05 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac240a90

net-analyzer/nagios-4.2.4-r0: stable on alpha

Gentoo-Bug: 602216

 net-analyzer/nagios/nagios-4.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.2.4.ebuild b/net-analyzer/nagios/nagios-4.2.4.ebuild
index f869dfa..a1ca606 100644
--- a/net-analyzer/nagios/nagios-4.2.4.ebuild
+++ b/net-analyzer/nagios/nagios-4.2.4.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.nagios.org/"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2016-12-13 11:05 Agostino Sarubbo
  0 siblings, 0 replies; 89+ messages in thread
From: Agostino Sarubbo @ 2016-12-13 11:05 UTC (permalink / raw
  To: gentoo-commits

commit:     5f6dccae7a467da5244dd084d5704446ef088756
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 13 11:02:48 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Dec 13 11:02:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f6dccae

net-analyzer/nagios: amd64 stable wrt bug #602216

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.2.4.ebuild b/net-analyzer/nagios/nagios-4.2.4.ebuild
index a1ca606..6ba99c8 100644
--- a/net-analyzer/nagios/nagios-4.2.4.ebuild
+++ b/net-analyzer/nagios/nagios-4.2.4.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.nagios.org/"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2016-12-13 11:30 Agostino Sarubbo
  0 siblings, 0 replies; 89+ messages in thread
From: Agostino Sarubbo @ 2016-12-13 11:30 UTC (permalink / raw
  To: gentoo-commits

commit:     66ff6feba23e811fbb623c149a6b156500160f68
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 13 11:28:32 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Dec 13 11:28:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66ff6feb

net-analyzer/nagios: x86 stable wrt bug #602216

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.2.4.ebuild b/net-analyzer/nagios/nagios-4.2.4.ebuild
index 6ba99c8..5d160ce 100644
--- a/net-analyzer/nagios/nagios-4.2.4.ebuild
+++ b/net-analyzer/nagios/nagios-4.2.4.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.nagios.org/"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2016-12-19 14:35 Agostino Sarubbo
  0 siblings, 0 replies; 89+ messages in thread
From: Agostino Sarubbo @ 2016-12-19 14:35 UTC (permalink / raw
  To: gentoo-commits

commit:     b8914c4d0e4bcdf1530f8b462637c93bb2dc2624
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 14:33:30 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 14:33:30 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8914c4d

net-analyzer/nagios: sparc stable wrt bug #602216

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.2.4.ebuild b/net-analyzer/nagios/nagios-4.2.4.ebuild
index 5d160ce..3eba797 100644
--- a/net-analyzer/nagios/nagios-4.2.4.ebuild
+++ b/net-analyzer/nagios/nagios-4.2.4.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.nagios.org/"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 sparc x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2016-12-20  9:44 Agostino Sarubbo
  0 siblings, 0 replies; 89+ messages in thread
From: Agostino Sarubbo @ 2016-12-20  9:44 UTC (permalink / raw
  To: gentoo-commits

commit:     94635f9e7f388b36ce64642116506afc8bb1fb32
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 20 09:42:44 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Dec 20 09:44:22 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94635f9e

net-analyzer/nagios: ppc stable wrt bug #602216

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.2.4.ebuild b/net-analyzer/nagios/nagios-4.2.4.ebuild
index 3eba797..d4b937e 100644
--- a/net-analyzer/nagios/nagios-4.2.4.ebuild
+++ b/net-analyzer/nagios/nagios-4.2.4.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.nagios.org/"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ppc ~ppc64 sparc x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2016-12-22  9:34 Agostino Sarubbo
  0 siblings, 0 replies; 89+ messages in thread
From: Agostino Sarubbo @ 2016-12-22  9:34 UTC (permalink / raw
  To: gentoo-commits

commit:     cfa46d97f6bfc69887e8b7cd6a117ed22fb45c4f
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 09:32:16 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 09:34:30 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfa46d97

net-analyzer/nagios: ppc64 stable wrt bug #602216

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.2.4.ebuild b/net-analyzer/nagios/nagios-4.2.4.ebuild
index d4b937e..8e2f8a9 100644
--- a/net-analyzer/nagios/nagios-4.2.4.ebuild
+++ b/net-analyzer/nagios/nagios-4.2.4.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.nagios.org/"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2017-01-14 12:01 Jeroen Roovers
  0 siblings, 0 replies; 89+ messages in thread
From: Jeroen Roovers @ 2017-01-14 12:01 UTC (permalink / raw
  To: gentoo-commits

commit:     18163dfcd2405e639c9c49c87df126c24a585d3f
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 14 11:53:16 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Jan 14 11:53:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18163dfc

net-analyzer/nagios: Stable for HPPA (bug #602216).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

 net-analyzer/nagios/nagios-4.2.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/nagios/nagios-4.2.4.ebuild b/net-analyzer/nagios/nagios-4.2.4.ebuild
index 8e2f8a9..2c26c7e 100644
--- a/net-analyzer/nagios/nagios-4.2.4.ebuild
+++ b/net-analyzer/nagios/nagios-4.2.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.nagios.org/"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ppc ppc64 sparc x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2017-01-14 21:05 Michael Orlitzky
  0 siblings, 0 replies; 89+ messages in thread
From: Michael Orlitzky @ 2017-01-14 21:05 UTC (permalink / raw
  To: gentoo-commits

commit:     c60a7da113d382a595cfb14ed4b3ae299ddecef0
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 14 20:27:56 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Jan 14 21:04:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c60a7da1

net-analyzer/nagios: remove old versions.

Gentoo-Bug: 602216

Package-Manager: portage-2.3.0

 net-analyzer/nagios/nagios-3.5.1.ebuild    | 54 ------------------------------
 net-analyzer/nagios/nagios-4.0.8-r1.ebuild | 23 -------------
 net-analyzer/nagios/nagios-4.2.3.ebuild    | 21 ------------
 3 files changed, 98 deletions(-)

diff --git a/net-analyzer/nagios/nagios-3.5.1.ebuild b/net-analyzer/nagios/nagios-3.5.1.ebuild
deleted file mode 100644
index 1d3d648..00000000
--- a/net-analyzer/nagios/nagios-3.5.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI=5
-
-inherit multilib
-
-DESCRIPTION="The Nagios metapackage - merge this to pull install all of the nagios packages"
-HOMEPAGE="http://www.nagios.org"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="~net-analyzer/nagios-core-${PV}
-	>=net-analyzer/nagios-plugins-1.4.13-r1
-	!net-analyzer/nagios-imagepack"
-
-pkg_setup() {
-	# Avoid upgrading from Nagios <3 as the directory structure has changed
-	if has_version '<net-analyzer/nagios-3.0' ; then
-		if [[ "${FORCE_UPGRADE}" ]] ; then
-			echo
-			ewarn "you are upgrading from an incompatible version and have"
-			ewarn "FORCE_UPGRADE set, will build this package while Nagios is running."
-			echo
-		else
-			echo
-			eerror "You are upgrading from an incompatible version."
-			eerror "Please be advised that installation paths have changed to a more FHS"
-			eerror "compliant structure and you won't be able to easily upgrade to"
-			eerror "Nagios 3 therefore. You will have to change your configuration"
-			eerror "to reflect this change, for example Nagios plugins are now installed"
-			eerror "into /usr/$(get_libdir)/nagios/plugins/ instead of /usr/nagios/libexec."
-			echo
-			eerror "If you want to upgrade now, emerge nagios with:"
-			eerror "    FORCE_UPGRADE=1 emerge nagios"
-			die "Upgrading from an incompatible version!"
-			echo
-		fi
-	fi
-}
-
-pkg_postrm() {
-	elog "Note: this is a META ebuild for ${P}."
-	elog "to remove it completely or before re-emerging"
-	elog "either use 'depclean', or remove/re-emerge these packages:"
-	elog
-	for dep in ${RDEPEND}; do
-		elog "     ${dep}"
-	done
-	echo
-}

diff --git a/net-analyzer/nagios/nagios-4.0.8-r1.ebuild b/net-analyzer/nagios/nagios-4.0.8-r1.ebuild
deleted file mode 100644
index 6e9f812..00000000
--- a/net-analyzer/nagios/nagios-4.0.8-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="The Nagios metapackage"
-HOMEPAGE="http://www.nagios.org"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="~net-analyzer/nagios-core-${PV}
-	|| ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )
-	!net-analyzer/nagios-imagepack"
-
-pkg_postrm() {
-	elog "Note: this is a meta package for ${PN}."
-	elog "To remove it completely, or before re-emerging,"
-	elog "use emerge --depclean."
-}

diff --git a/net-analyzer/nagios/nagios-4.2.3.ebuild b/net-analyzer/nagios/nagios-4.2.3.ebuild
deleted file mode 100644
index d7f34c1..00000000
--- a/net-analyzer/nagios/nagios-4.2.3.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-DESCRIPTION="The Nagios metapackage"
-HOMEPAGE="http://www.nagios.org/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
-IUSE=""
-
-RDEPEND="~net-analyzer/nagios-core-${PV}
-	|| ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"
-
-pkg_postrm() {
-	elog "Note: ${CATEGORY}/${PN} is a metapackage for ${PN}."
-	elog "To remove it completely, use emerge --depclean."
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2017-02-25 19:29 Michael Orlitzky
  0 siblings, 0 replies; 89+ messages in thread
From: Michael Orlitzky @ 2017-02-25 19:29 UTC (permalink / raw
  To: gentoo-commits

commit:     11853578f2ceae84f3da09fbc6e0cc02be6770c1
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 25 19:22:53 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 19:28:37 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11853578

net-analyzer/nagios: new version to fix CVE-2016-6209.

Gentoo-Bug: 585914

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-analyzer/nagios/nagios-4.3.1.ebuild | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/net-analyzer/nagios/nagios-4.3.1.ebuild b/net-analyzer/nagios/nagios-4.3.1.ebuild
new file mode 100644
index 0000000000..fa79a3948b
--- /dev/null
+++ b/net-analyzer/nagios/nagios-4.3.1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="The Nagios metapackage"
+HOMEPAGE="http://www.nagios.org/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="~net-analyzer/nagios-core-${PV}
+	|| ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2017-02-27 21:49 Michael Weber
  0 siblings, 0 replies; 89+ messages in thread
From: Michael Weber @ 2017-02-27 21:49 UTC (permalink / raw
  To: gentoo-commits

commit:     df1678a266ec08e3bcad671bcdcce004dce455cf
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 21:49:29 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 21:49:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df1678a2

net-analyzer/nagios: ppc ppc64 stable (bug 585914).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-analyzer/nagios/nagios-4.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.3.1.ebuild b/net-analyzer/nagios/nagios-4.3.1.ebuild
index fa79a3948b..dbd27e52bd 100644
--- a/net-analyzer/nagios/nagios-4.3.1.ebuild
+++ b/net-analyzer/nagios/nagios-4.3.1.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.nagios.org/"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2017-02-28 11:22 Tobias Klausmann
  0 siblings, 0 replies; 89+ messages in thread
From: Tobias Klausmann @ 2017-02-28 11:22 UTC (permalink / raw
  To: gentoo-commits

commit:     909c13b04d6ee05bc95340e8682ceab20ec4ece2
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 28 11:21:18 2017 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Feb 28 11:21:18 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=909c13b0

net-analyzer/nagios-4.3.1-r0: add alpha keyword

Gentoo-Bug: 585914

 net-analyzer/nagios/nagios-4.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.3.1.ebuild b/net-analyzer/nagios/nagios-4.3.1.ebuild
index dbd27e52bd..ba22c99012 100644
--- a/net-analyzer/nagios/nagios-4.3.1.ebuild
+++ b/net-analyzer/nagios/nagios-4.3.1.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.nagios.org/"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2017-03-02 10:30 Agostino Sarubbo
  0 siblings, 0 replies; 89+ messages in thread
From: Agostino Sarubbo @ 2017-03-02 10:30 UTC (permalink / raw
  To: gentoo-commits

commit:     481ef896037919d729dcb12b325257e999c5a5c0
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  2 10:29:54 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Mar  2 10:29:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=481ef896

net-analyzer/nagios: amd64 stable wrt bug #585914

Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.3.1.ebuild b/net-analyzer/nagios/nagios-4.3.1.ebuild
index ee6fdb89142..fbda6456c08 100644
--- a/net-analyzer/nagios/nagios-4.3.1.ebuild
+++ b/net-analyzer/nagios/nagios-4.3.1.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="http://www.nagios.org/"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2017-03-02 10:47 Agostino Sarubbo
  0 siblings, 0 replies; 89+ messages in thread
From: Agostino Sarubbo @ 2017-03-02 10:47 UTC (permalink / raw
  To: gentoo-commits

commit:     a7313b96b34d97503cebad6915f86151a1279e8d
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  2 10:44:26 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Mar  2 10:44:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7313b96

net-analyzer/nagios: x86 stable wrt bug #585914

Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.3.1.ebuild b/net-analyzer/nagios/nagios-4.3.1.ebuild
index fbda6456c08..cb20295aa91 100644
--- a/net-analyzer/nagios/nagios-4.3.1.ebuild
+++ b/net-analyzer/nagios/nagios-4.3.1.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="http://www.nagios.org/"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2017-03-04 14:02 Agostino Sarubbo
  0 siblings, 0 replies; 89+ messages in thread
From: Agostino Sarubbo @ 2017-03-04 14:02 UTC (permalink / raw
  To: gentoo-commits

commit:     c96a419d73eff923c2085663aa944254a16a3c26
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  4 14:00:18 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Mar  4 14:00:18 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c96a419d

net-analyzer/nagios: sparc stable wrt bug #585914

Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.3.1.ebuild b/net-analyzer/nagios/nagios-4.3.1.ebuild
index cb20295aa91..eb8a7480594 100644
--- a/net-analyzer/nagios/nagios-4.3.1.ebuild
+++ b/net-analyzer/nagios/nagios-4.3.1.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="http://www.nagios.org/"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2017-03-08  5:16 Jeroen Roovers
  0 siblings, 0 replies; 89+ messages in thread
From: Jeroen Roovers @ 2017-03-08  5:16 UTC (permalink / raw
  To: gentoo-commits

commit:     59645a7db4a81708adcf27c786aaca9f24eb4e44
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  8 05:15:40 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Mar  8 05:15:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59645a7d

net-analyzer/nagios: Stable for HPPA (bug #585914).

Package-Manager: Portage-2.3.4, Repoman-2.3.2
RepoMan-Options: --ignore-arches

 net-analyzer/nagios/nagios-4.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.3.1.ebuild b/net-analyzer/nagios/nagios-4.3.1.ebuild
index eb8a7480594..e2be13acf41 100644
--- a/net-analyzer/nagios/nagios-4.3.1.ebuild
+++ b/net-analyzer/nagios/nagios-4.3.1.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="http://www.nagios.org/"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ppc ppc64 sparc x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2017-03-08 12:50 Michael Orlitzky
  0 siblings, 0 replies; 89+ messages in thread
From: Michael Orlitzky @ 2017-03-08 12:50 UTC (permalink / raw
  To: gentoo-commits

commit:     8afc4df23c1e8ea67068d086573a234f89c810c0
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  8 12:26:24 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Wed Mar  8 12:48:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8afc4df2

net-analyzer/nagios: remove vulnerable versions.

Gentoo-Bug: 585914

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-analyzer/nagios/nagios-4.2.4.ebuild | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/net-analyzer/nagios/nagios-4.2.4.ebuild b/net-analyzer/nagios/nagios-4.2.4.ebuild
deleted file mode 100644
index e2be13acf41..00000000000
--- a/net-analyzer/nagios/nagios-4.2.4.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="The Nagios metapackage"
-HOMEPAGE="http://www.nagios.org/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="~net-analyzer/nagios-core-${PV}
-	|| ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2017-06-07 12:40 Michael Orlitzky
  0 siblings, 0 replies; 89+ messages in thread
From: Michael Orlitzky @ 2017-06-07 12:40 UTC (permalink / raw
  To: gentoo-commits

commit:     9f043bacd80b1c0cd041971335eb1450d1f96217
Author:     Tomas Mozes <hydrapolic <AT> gmail <DOT> com>
AuthorDate: Fri Jun  2 05:45:57 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Wed Jun  7 12:40:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f043bac

net-analyzer/nagios: bump to 4.3.2

Package-Manager: Portage-2.3.6, Repoman-2.3.2

Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.3.2.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/net-analyzer/nagios/nagios-4.3.2.ebuild b/net-analyzer/nagios/nagios-4.3.2.ebuild
new file mode 100644
index 00000000000..56f21be590a
--- /dev/null
+++ b/net-analyzer/nagios/nagios-4.3.2.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="The Nagios metapackage"
+HOMEPAGE="http://www.nagios.org/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="~net-analyzer/nagios-core-${PV}
+	|| ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2017-08-16 11:57 Michael Orlitzky
  0 siblings, 0 replies; 89+ messages in thread
From: Michael Orlitzky @ 2017-08-16 11:57 UTC (permalink / raw
  To: gentoo-commits

commit:     d90d27f6170c886b66a8f6ce89e0c9aea9da7c71
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 16 11:56:08 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Wed Aug 16 11:56:08 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d90d27f6

net-analyzer/nagios: new metapackage version to match the -core bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 net-analyzer/nagios/{nagios-4.3.2.ebuild => nagios-4.3.3.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-analyzer/nagios/nagios-4.3.2.ebuild b/net-analyzer/nagios/nagios-4.3.3.ebuild
similarity index 100%
rename from net-analyzer/nagios/nagios-4.3.2.ebuild
rename to net-analyzer/nagios/nagios-4.3.3.ebuild


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2017-08-30 23:53 Michael Orlitzky
  0 siblings, 0 replies; 89+ messages in thread
From: Michael Orlitzky @ 2017-08-30 23:53 UTC (permalink / raw
  To: gentoo-commits

commit:     14a647be4c461c1f5ecebd383eb4596bda2721d5
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 30 23:50:29 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Wed Aug 30 23:50:48 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14a647be

net-analyzer/nagios: new masked version 4.3.4 for testing.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 net-analyzer/nagios/nagios-4.3.4.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/net-analyzer/nagios/nagios-4.3.4.ebuild b/net-analyzer/nagios/nagios-4.3.4.ebuild
new file mode 100644
index 00000000000..56f21be590a
--- /dev/null
+++ b/net-analyzer/nagios/nagios-4.3.4.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="The Nagios metapackage"
+HOMEPAGE="http://www.nagios.org/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="~net-analyzer/nagios-core-${PV}
+	|| ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2017-08-31 15:18 Matt Turner
  0 siblings, 0 replies; 89+ messages in thread
From: Matt Turner @ 2017-08-31 15:18 UTC (permalink / raw
  To: gentoo-commits

commit:     ad9492fddf8e0bf9161a8ebeecd1d1bee71b4182
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 31 15:17:25 2017 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Aug 31 15:17:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad9492fd

net-analyzer/nagios-4.3.3: alpha stable, bug 628086

 net-analyzer/nagios/nagios-4.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.3.3.ebuild b/net-analyzer/nagios/nagios-4.3.3.ebuild
index 56f21be590a..75baa29a5ca 100644
--- a/net-analyzer/nagios/nagios-4.3.3.ebuild
+++ b/net-analyzer/nagios/nagios-4.3.3.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="http://www.nagios.org/"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2017-09-07 20:59 Sergei Trofimovich
  0 siblings, 0 replies; 89+ messages in thread
From: Sergei Trofimovich @ 2017-09-07 20:59 UTC (permalink / raw
  To: gentoo-commits

commit:     282c04c0d695f791c2e09cd7c6a2e00a9e69d561
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  7 20:57:47 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Sep  7 20:57:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=282c04c0

net-analyzer/nagios: stable 4.3.3 for sparc, bug #628086 (thanks to Dakon)

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"

 net-analyzer/nagios/nagios-4.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.3.3.ebuild b/net-analyzer/nagios/nagios-4.3.3.ebuild
index 75baa29a5ca..dd57c3ee9c6 100644
--- a/net-analyzer/nagios/nagios-4.3.3.ebuild
+++ b/net-analyzer/nagios/nagios-4.3.3.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="http://www.nagios.org/"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 sparc ~x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2017-09-24 11:00 Sergei Trofimovich
  0 siblings, 0 replies; 89+ messages in thread
From: Sergei Trofimovich @ 2017-09-24 11:00 UTC (permalink / raw
  To: gentoo-commits

commit:     70e034c62e26e184317f7c0011f376cad8d0e96b
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 24 10:59:57 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Sep 24 11:00:13 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70e034c6

net-analyzer/nagios: stable 4.3.3 for ppc64, bug #628086

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

 net-analyzer/nagios/nagios-4.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.3.3.ebuild b/net-analyzer/nagios/nagios-4.3.3.ebuild
index dd57c3ee9c6..29ce0288b4d 100644
--- a/net-analyzer/nagios/nagios-4.3.3.ebuild
+++ b/net-analyzer/nagios/nagios-4.3.3.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="http://www.nagios.org/"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ppc64 sparc ~x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2017-09-24 19:50 Sergei Trofimovich
  0 siblings, 0 replies; 89+ messages in thread
From: Sergei Trofimovich @ 2017-09-24 19:50 UTC (permalink / raw
  To: gentoo-commits

commit:     885c2a6ff904301ce62fe8ba38658d197c2d0749
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 24 19:49:49 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Sep 24 19:50:49 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=885c2a6f

net-analyzer/nagios: stable 4.3.3 for ppc, bug #628086

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 net-analyzer/nagios/nagios-4.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.3.3.ebuild b/net-analyzer/nagios/nagios-4.3.3.ebuild
index 29ce0288b4d..f312d58c991 100644
--- a/net-analyzer/nagios/nagios-4.3.3.ebuild
+++ b/net-analyzer/nagios/nagios-4.3.3.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="http://www.nagios.org/"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ppc64 sparc ~x86"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc ~x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2017-10-03  0:42 Thomas Deutschmann
  0 siblings, 0 replies; 89+ messages in thread
From: Thomas Deutschmann @ 2017-10-03  0:42 UTC (permalink / raw
  To: gentoo-commits

commit:     ec4a0f0f674bbebb45b4a6adefb958c43cbabb0d
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  3 00:39:01 2017 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Oct  3 00:39:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec4a0f0f

net-analyzer/nagios: x86 stable (bug #628086)

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 net-analyzer/nagios/nagios-4.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.3.3.ebuild b/net-analyzer/nagios/nagios-4.3.3.ebuild
index f312d58c991..4c2bad9bdf5 100644
--- a/net-analyzer/nagios/nagios-4.3.3.ebuild
+++ b/net-analyzer/nagios/nagios-4.3.3.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="http://www.nagios.org/"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc ~x86"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2017-10-13  9:50 Sergei Trofimovich
  0 siblings, 0 replies; 89+ messages in thread
From: Sergei Trofimovich @ 2017-10-13  9:50 UTC (permalink / raw
  To: gentoo-commits

commit:     f9d2fcab17ec7f040510b494d6439e382e4c5efc
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 13 09:12:32 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Oct 13 09:50:30 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9d2fcab

net-analyzer/nagios: stable 4.3.3 for hppa, bug #628086

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="hppa"

 net-analyzer/nagios/nagios-4.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.3.3.ebuild b/net-analyzer/nagios/nagios-4.3.3.ebuild
index 4c2bad9bdf5..63748c40978 100644
--- a/net-analyzer/nagios/nagios-4.3.3.ebuild
+++ b/net-analyzer/nagios/nagios-4.3.3.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="http://www.nagios.org/"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc x86"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ppc ppc64 sparc x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2017-10-18  1:21 Aaron Bauman
  0 siblings, 0 replies; 89+ messages in thread
From: Aaron Bauman @ 2017-10-18  1:21 UTC (permalink / raw
  To: gentoo-commits

commit:     2e3f21a94578da603143d457d40f766df110629f
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 18 01:21:19 2017 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Oct 18 01:21:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e3f21a9

net-analyzer/nagios: amd64 stable wrt bug #628086

 net-analyzer/nagios/nagios-4.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.3.3.ebuild b/net-analyzer/nagios/nagios-4.3.3.ebuild
index 63748c40978..e2be13acf41 100644
--- a/net-analyzer/nagios/nagios-4.3.3.ebuild
+++ b/net-analyzer/nagios/nagios-4.3.3.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="http://www.nagios.org/"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ppc ppc64 sparc x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2018-06-11 16:28 Aaron Bauman
  0 siblings, 0 replies; 89+ messages in thread
From: Aaron Bauman @ 2018-06-11 16:28 UTC (permalink / raw
  To: gentoo-commits

commit:     3ec3d66e947def8b410d03db1cfa02ca31cad22c
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Jun 10 09:17:59 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Jun 11 16:26:37 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ec3d66e

net-analyzer/nagios: use HTTPs

 net-analyzer/nagios/nagios-4.3.1.ebuild | 4 ++--
 net-analyzer/nagios/nagios-4.3.3.ebuild | 4 ++--
 net-analyzer/nagios/nagios-4.3.4.ebuild | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-analyzer/nagios/nagios-4.3.1.ebuild b/net-analyzer/nagios/nagios-4.3.1.ebuild
index e2be13acf41..2c40afdab19 100644
--- a/net-analyzer/nagios/nagios-4.3.1.ebuild
+++ b/net-analyzer/nagios/nagios-4.3.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="The Nagios metapackage"
-HOMEPAGE="http://www.nagios.org/"
+HOMEPAGE="https://www.nagios.org/"
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/net-analyzer/nagios/nagios-4.3.3.ebuild b/net-analyzer/nagios/nagios-4.3.3.ebuild
index e2be13acf41..2c40afdab19 100644
--- a/net-analyzer/nagios/nagios-4.3.3.ebuild
+++ b/net-analyzer/nagios/nagios-4.3.3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="The Nagios metapackage"
-HOMEPAGE="http://www.nagios.org/"
+HOMEPAGE="https://www.nagios.org/"
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/net-analyzer/nagios/nagios-4.3.4.ebuild b/net-analyzer/nagios/nagios-4.3.4.ebuild
index 56f21be590a..a29da55bee7 100644
--- a/net-analyzer/nagios/nagios-4.3.4.ebuild
+++ b/net-analyzer/nagios/nagios-4.3.4.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="The Nagios metapackage"
-HOMEPAGE="http://www.nagios.org/"
+HOMEPAGE="https://www.nagios.org/"
 
 LICENSE="GPL-2"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2018-06-19 11:46 Michael Orlitzky
  0 siblings, 0 replies; 89+ messages in thread
From: Michael Orlitzky @ 2018-06-19 11:46 UTC (permalink / raw
  To: gentoo-commits

commit:     be8e52841bebeaab08da44e1be25568ef74d8216
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 19 11:42:29 2018 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue Jun 19 11:43:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be8e5284

net-analyzer/nagios: remove "unused" nagios-4.3.1.ebuild.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-analyzer/nagios/nagios-4.3.1.ebuild | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/net-analyzer/nagios/nagios-4.3.1.ebuild b/net-analyzer/nagios/nagios-4.3.1.ebuild
deleted file mode 100644
index 2c40afdab19..00000000000
--- a/net-analyzer/nagios/nagios-4.3.1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="The Nagios metapackage"
-HOMEPAGE="https://www.nagios.org/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="~net-analyzer/nagios-core-${PV}
-	|| ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2018-06-23 11:40 Michael Orlitzky
  0 siblings, 0 replies; 89+ messages in thread
From: Michael Orlitzky @ 2018-06-23 11:40 UTC (permalink / raw
  To: gentoo-commits

commit:     4f91802adfec9212704caf6b76d12546c4041db9
Author:     Tomas Mozes <hydrapolic <AT> gmail <DOT> com>
AuthorDate: Fri Jun 22 12:30:41 2018 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Jun 23 11:39:21 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f91802a

net-analyzer/nagios: bump to 4.4.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-analyzer/nagios/nagios-4.4.0.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/net-analyzer/nagios/nagios-4.4.0.ebuild b/net-analyzer/nagios/nagios-4.4.0.ebuild
new file mode 100644
index 00000000000..a29da55bee7
--- /dev/null
+++ b/net-analyzer/nagios/nagios-4.4.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="The Nagios metapackage"
+HOMEPAGE="https://www.nagios.org/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="~net-analyzer/nagios-core-${PV}
+	|| ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2018-08-08 21:08 Michael Orlitzky
  0 siblings, 0 replies; 89+ messages in thread
From: Michael Orlitzky @ 2018-08-08 21:08 UTC (permalink / raw
  To: gentoo-commits

commit:     0bb1b506200a16897dc6f7fcd7fb112b47fd74f5
Author:     Tomas Mozes <hydrapolic <AT> gmail <DOT> com>
AuthorDate: Wed Aug  8 06:22:15 2018 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Wed Aug  8 21:08:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bb1b506

net-analyzer/nagios: bump to 4.4.1

Package-Manager: Portage-2.3.44, Repoman-2.3.10
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.4.1.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/net-analyzer/nagios/nagios-4.4.1.ebuild b/net-analyzer/nagios/nagios-4.4.1.ebuild
new file mode 100644
index 00000000000..a29da55bee7
--- /dev/null
+++ b/net-analyzer/nagios/nagios-4.4.1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="The Nagios metapackage"
+HOMEPAGE="https://www.nagios.org/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="~net-analyzer/nagios-core-${PV}
+	|| ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2018-09-03 14:21 Michael Orlitzky
  0 siblings, 0 replies; 89+ messages in thread
From: Michael Orlitzky @ 2018-09-03 14:21 UTC (permalink / raw
  To: gentoo-commits

commit:     28384f8adc00d3823be04cee59a3c75da302d7e3
Author:     Tomas Mozes <hydrapolic <AT> gmail <DOT> com>
AuthorDate: Mon Sep  3 05:36:44 2018 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Mon Sep  3 14:19:06 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28384f8a

net-analyzer/nagios: bump to 4.4.2

Package-Manager: Portage-2.3.48, Repoman-2.3.10
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.4.2.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/net-analyzer/nagios/nagios-4.4.2.ebuild b/net-analyzer/nagios/nagios-4.4.2.ebuild
new file mode 100644
index 00000000000..a29da55bee7
--- /dev/null
+++ b/net-analyzer/nagios/nagios-4.4.2.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="The Nagios metapackage"
+HOMEPAGE="https://www.nagios.org/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="~net-analyzer/nagios-core-${PV}
+	|| ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2018-11-26 15:28 Agostino Sarubbo
  0 siblings, 0 replies; 89+ messages in thread
From: Agostino Sarubbo @ 2018-11-26 15:28 UTC (permalink / raw
  To: gentoo-commits

commit:     4dacd056a1e6d476db62df8c805907d9680ad8ae
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 26 15:28:06 2018 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Nov 26 15:28:06 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dacd056

net-analyzer/nagios: amd64 stable wrt bug #629380

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 net-analyzer/nagios/nagios-4.3.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/nagios/nagios-4.3.4.ebuild b/net-analyzer/nagios/nagios-4.3.4.ebuild
index a29da55bee7..4ee7be4efa1 100644
--- a/net-analyzer/nagios/nagios-4.3.4.ebuild
+++ b/net-analyzer/nagios/nagios-4.3.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ HOMEPAGE="https://www.nagios.org/"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2018-11-26 19:52 Sergei Trofimovich
  0 siblings, 0 replies; 89+ messages in thread
From: Sergei Trofimovich @ 2018-11-26 19:52 UTC (permalink / raw
  To: gentoo-commits

commit:     2eeee822afeae6e7626ca82b8d0d6ce960bb915b
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Mon Nov 26 17:17:10 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Nov 26 19:52:11 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eeee822

net-analyzer/nagios: stable 4.3.4 for sparc, bug #629380

Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.3.4.ebuild b/net-analyzer/nagios/nagios-4.3.4.ebuild
index 4ee7be4efa1..dcae084d20c 100644
--- a/net-analyzer/nagios/nagios-4.3.4.ebuild
+++ b/net-analyzer/nagios/nagios-4.3.4.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://www.nagios.org/"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 sparc ~x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2018-11-27 16:01 Tobias Klausmann
  0 siblings, 0 replies; 89+ messages in thread
From: Tobias Klausmann @ 2018-11-27 16:01 UTC (permalink / raw
  To: gentoo-commits

commit:     8a6af2aac8bbeb54d0b68e36457338697ea7a93d
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 27 16:00:55 2018 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Nov 27 16:00:55 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a6af2aa

net-analyzer/nagios-4.3.4-r0: alpha stable

Bug: http://bugs.gentoo.org/629380
Signed-off-by: Tobias Klausmann <klausman <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.3.4.ebuild b/net-analyzer/nagios/nagios-4.3.4.ebuild
index dcae084d20c..5bd99ada937 100644
--- a/net-analyzer/nagios/nagios-4.3.4.ebuild
+++ b/net-analyzer/nagios/nagios-4.3.4.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://www.nagios.org/"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 sparc ~x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2018-11-27 21:55 Thomas Deutschmann
  0 siblings, 0 replies; 89+ messages in thread
From: Thomas Deutschmann @ 2018-11-27 21:55 UTC (permalink / raw
  To: gentoo-commits

commit:     33ff4df32144795f2ab63eeb90ac21f36a8f7f42
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 27 21:48:08 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Nov 27 21:55:29 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33ff4df3

net-analyzer/nagios: x86 stable (bug #629380)

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.3.4.ebuild b/net-analyzer/nagios/nagios-4.3.4.ebuild
index 5bd99ada937..a21f6b9e4be 100644
--- a/net-analyzer/nagios/nagios-4.3.4.ebuild
+++ b/net-analyzer/nagios/nagios-4.3.4.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://www.nagios.org/"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 sparc x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2018-11-28 22:33 Sergei Trofimovich
  0 siblings, 0 replies; 89+ messages in thread
From: Sergei Trofimovich @ 2018-11-28 22:33 UTC (permalink / raw
  To: gentoo-commits

commit:     d6a1ffbbf3dfa51a0654ccffbdc0b58cb2e89356
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 28 22:30:39 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Nov 28 22:32:53 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6a1ffbb

net-analyzer/nagios: stable 4.3.4 for ppc, bug #629380

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.3.4.ebuild b/net-analyzer/nagios/nagios-4.3.4.ebuild
index a21f6b9e4be..3ad4a51e889 100644
--- a/net-analyzer/nagios/nagios-4.3.4.ebuild
+++ b/net-analyzer/nagios/nagios-4.3.4.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://www.nagios.org/"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ppc ~ppc64 sparc x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2018-11-28 22:35 Sergei Trofimovich
  0 siblings, 0 replies; 89+ messages in thread
From: Sergei Trofimovich @ 2018-11-28 22:35 UTC (permalink / raw
  To: gentoo-commits

commit:     aa63af2d2f2a1540432a8d6a8f2530b6ef641df7
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 28 22:34:26 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Nov 28 22:34:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa63af2d

net-analyzer/nagios: stable 4.3.4 for ppc64, bug #629380

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.3.4.ebuild b/net-analyzer/nagios/nagios-4.3.4.ebuild
index 3ad4a51e889..820a1960647 100644
--- a/net-analyzer/nagios/nagios-4.3.4.ebuild
+++ b/net-analyzer/nagios/nagios-4.3.4.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://www.nagios.org/"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2018-12-02 16:02 Michael Orlitzky
  0 siblings, 0 replies; 89+ messages in thread
From: Michael Orlitzky @ 2018-12-02 16:02 UTC (permalink / raw
  To: gentoo-commits

commit:     fa9341fd5ca844defca217f450c091bd195dea04
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  2 15:58:17 2018 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Dec  2 16:01:32 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa9341fd

net-analyzer/nagios: remove nagios-4.3.3 to fix CVE-2017-14312.

This drops the last stable version of net-analyzer/nagios on hppa, but
they've been notified on bug 629380.

Bug: https://bugs.gentoo.org/629380
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 net-analyzer/nagios/nagios-4.3.3.ebuild | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/net-analyzer/nagios/nagios-4.3.3.ebuild b/net-analyzer/nagios/nagios-4.3.3.ebuild
deleted file mode 100644
index 2c40afdab19..00000000000
--- a/net-analyzer/nagios/nagios-4.3.3.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="The Nagios metapackage"
-HOMEPAGE="https://www.nagios.org/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="~net-analyzer/nagios-core-${PV}
-	|| ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2018-12-02 16:02 Michael Orlitzky
  0 siblings, 0 replies; 89+ messages in thread
From: Michael Orlitzky @ 2018-12-02 16:02 UTC (permalink / raw
  To: gentoo-commits

commit:     d8373a94777329d9cfb1c47eed9cf73d03e426ea
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  2 15:56:22 2018 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Dec  2 16:01:32 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8373a94

net-analyzer/nagios: remove old "unused" nagios-4.4.{0,1} ebuilds.

Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 net-analyzer/nagios/nagios-4.4.0.ebuild | 15 ---------------
 net-analyzer/nagios/nagios-4.4.1.ebuild | 15 ---------------
 2 files changed, 30 deletions(-)

diff --git a/net-analyzer/nagios/nagios-4.4.0.ebuild b/net-analyzer/nagios/nagios-4.4.0.ebuild
deleted file mode 100644
index a29da55bee7..00000000000
--- a/net-analyzer/nagios/nagios-4.4.0.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="The Nagios metapackage"
-HOMEPAGE="https://www.nagios.org/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="~net-analyzer/nagios-core-${PV}
-	|| ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"

diff --git a/net-analyzer/nagios/nagios-4.4.1.ebuild b/net-analyzer/nagios/nagios-4.4.1.ebuild
deleted file mode 100644
index a29da55bee7..00000000000
--- a/net-analyzer/nagios/nagios-4.4.1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="The Nagios metapackage"
-HOMEPAGE="https://www.nagios.org/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="~net-analyzer/nagios-core-${PV}
-	|| ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2019-01-19  0:00 Michael Orlitzky
  0 siblings, 0 replies; 89+ messages in thread
From: Michael Orlitzky @ 2019-01-19  0:00 UTC (permalink / raw
  To: gentoo-commits

commit:     820cf3c073cccf2949ed3a97dd69cf873ef0662f
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 18 23:40:48 2019 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Fri Jan 18 23:52:59 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=820cf3c0

net-analyzer/nagios: new version 4.4.3.

Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 net-analyzer/nagios/nagios-4.4.3.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/net-analyzer/nagios/nagios-4.4.3.ebuild b/net-analyzer/nagios/nagios-4.4.3.ebuild
new file mode 100644
index 00000000000..39d47b09daf
--- /dev/null
+++ b/net-analyzer/nagios/nagios-4.4.3.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="The Nagios metapackage"
+HOMEPAGE="https://www.nagios.org/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="~net-analyzer/nagios-core-${PV}
+	|| ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2019-03-02  4:38 Michael Orlitzky
  0 siblings, 0 replies; 89+ messages in thread
From: Michael Orlitzky @ 2019-03-02  4:38 UTC (permalink / raw
  To: gentoo-commits

commit:     34033b5486166a7914f4f11c34ddb238be0f90ec
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  2 04:27:43 2019 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Mar  2 04:27:43 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34033b54

net-analyzer/nagios: remove "unused" nagios-4.4.2.ebuild.

Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 net-analyzer/nagios/nagios-4.4.2.ebuild | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/net-analyzer/nagios/nagios-4.4.2.ebuild b/net-analyzer/nagios/nagios-4.4.2.ebuild
deleted file mode 100644
index a29da55bee7..00000000000
--- a/net-analyzer/nagios/nagios-4.4.2.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="The Nagios metapackage"
-HOMEPAGE="https://www.nagios.org/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="~net-analyzer/nagios-core-${PV}
-	|| ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2019-08-15  0:05 Michael Orlitzky
  0 siblings, 0 replies; 89+ messages in thread
From: Michael Orlitzky @ 2019-08-15  0:05 UTC (permalink / raw
  To: gentoo-commits

commit:     228bd109cd3f72c45d2289ce72855ff781d09976
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 14 23:47:48 2019 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Thu Aug 15 00:04:53 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=228bd109

net-analyzer/nagios: new version 4.4.4.

Closes: https://bugs.gentoo.org/692092
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 net-analyzer/nagios/{nagios-4.4.3.ebuild => nagios-4.4.4.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-analyzer/nagios/nagios-4.4.3.ebuild b/net-analyzer/nagios/nagios-4.4.4.ebuild
similarity index 100%
rename from net-analyzer/nagios/nagios-4.4.3.ebuild
rename to net-analyzer/nagios/nagios-4.4.4.ebuild


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2019-08-31 21:35 Michael Orlitzky
  0 siblings, 0 replies; 89+ messages in thread
From: Michael Orlitzky @ 2019-08-31 21:35 UTC (permalink / raw
  To: gentoo-commits

commit:     67b834bf60de5d5eb14429efe4bfe013ecc18c07
Author:     Tomas Mozes <hydrapolic <AT> gmail <DOT> com>
AuthorDate: Fri Aug 30 07:18:32 2019 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 21:34:54 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67b834bf

net-analyzer/nagios: drop old

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.4.4.ebuild | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/net-analyzer/nagios/nagios-4.4.4.ebuild b/net-analyzer/nagios/nagios-4.4.4.ebuild
deleted file mode 100644
index 39d47b09daf..00000000000
--- a/net-analyzer/nagios/nagios-4.4.4.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="The Nagios metapackage"
-HOMEPAGE="https://www.nagios.org/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="~net-analyzer/nagios-core-${PV}
-	|| ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2019-08-31 21:35 Michael Orlitzky
  0 siblings, 0 replies; 89+ messages in thread
From: Michael Orlitzky @ 2019-08-31 21:35 UTC (permalink / raw
  To: gentoo-commits

commit:     20e37091c8e16714c168a75f4dd05ad6bc7c99f5
Author:     Tomas Mozes <hydrapolic <AT> gmail <DOT> com>
AuthorDate: Fri Aug 30 07:17:59 2019 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 21:34:53 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20e37091

net-analyzer/nagios: bump to 4.4.5

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.4.5.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/net-analyzer/nagios/nagios-4.4.5.ebuild b/net-analyzer/nagios/nagios-4.4.5.ebuild
new file mode 100644
index 00000000000..39d47b09daf
--- /dev/null
+++ b/net-analyzer/nagios/nagios-4.4.5.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="The Nagios metapackage"
+HOMEPAGE="https://www.nagios.org/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="~net-analyzer/nagios-core-${PV}
+	|| ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2020-04-03 16:13 Agostino Sarubbo
  0 siblings, 0 replies; 89+ messages in thread
From: Agostino Sarubbo @ 2020-04-03 16:13 UTC (permalink / raw
  To: gentoo-commits

commit:     06b61440d0879f5467c8906df628da38cefb93b8
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  3 16:13:22 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Apr  3 16:13:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06b61440

net-analyzer/nagios: ppc stable wrt bug #715940

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.4.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/nagios/nagios-4.4.5.ebuild b/net-analyzer/nagios/nagios-4.4.5.ebuild
index 39d47b09daf..a2ffdc6b61a 100644
--- a/net-analyzer/nagios/nagios-4.4.5.ebuild
+++ b/net-analyzer/nagios/nagios-4.4.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ HOMEPAGE="https://www.nagios.org/"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2020-04-03 16:14 Agostino Sarubbo
  0 siblings, 0 replies; 89+ messages in thread
From: Agostino Sarubbo @ 2020-04-03 16:14 UTC (permalink / raw
  To: gentoo-commits

commit:     1eb8a202b0d945339d0938f0b96aa7f9555b1dc5
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  3 16:13:58 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Apr  3 16:13:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eb8a202

net-analyzer/nagios: ppc64 stable wrt bug #715940

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.4.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.4.5.ebuild b/net-analyzer/nagios/nagios-4.4.5.ebuild
index a2ffdc6b61a..d6253c3c4af 100644
--- a/net-analyzer/nagios/nagios-4.4.5.ebuild
+++ b/net-analyzer/nagios/nagios-4.4.5.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://www.nagios.org/"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2020-04-03 16:14 Agostino Sarubbo
  0 siblings, 0 replies; 89+ messages in thread
From: Agostino Sarubbo @ 2020-04-03 16:14 UTC (permalink / raw
  To: gentoo-commits

commit:     482ce53ca0d25f614f8bdcbe569920c1d1c97f25
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  3 16:14:34 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Apr  3 16:14:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=482ce53c

net-analyzer/nagios: x86 stable wrt bug #715940

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.4.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.4.5.ebuild b/net-analyzer/nagios/nagios-4.4.5.ebuild
index d6253c3c4af..cb2b2b1d4aa 100644
--- a/net-analyzer/nagios/nagios-4.4.5.ebuild
+++ b/net-analyzer/nagios/nagios-4.4.5.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://www.nagios.org/"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2020-04-04 13:27 Agostino Sarubbo
  0 siblings, 0 replies; 89+ messages in thread
From: Agostino Sarubbo @ 2020-04-04 13:27 UTC (permalink / raw
  To: gentoo-commits

commit:     6019ce2249d6589d8cf4e7b4011ddcb319c9d7ff
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  4 13:26:47 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Apr  4 13:26:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6019ce22

net-analyzer/nagios: amd64 stable wrt bug #715940

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.4.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.4.5.ebuild b/net-analyzer/nagios/nagios-4.4.5.ebuild
index cb2b2b1d4aa..e94cbc25a89 100644
--- a/net-analyzer/nagios/nagios-4.4.5.ebuild
+++ b/net-analyzer/nagios/nagios-4.4.5.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://www.nagios.org/"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2020-04-04 14:11 Michael Orlitzky
  0 siblings, 0 replies; 89+ messages in thread
From: Michael Orlitzky @ 2020-04-04 14:11 UTC (permalink / raw
  To: gentoo-commits

commit:     3cce786e358b8446073a72c72515ec6988fd4d53
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  4 14:08:38 2020 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Apr  4 14:10:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cce786e

net-analyzer/nagios: use LICENSE=metapackage.

The nagios metapackage doesn't install anything, so having GPL-2
as its LICENSE was incorrect.

Closes: https://bugs.gentoo.org/716176
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.4.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.4.5.ebuild b/net-analyzer/nagios/nagios-4.4.5.ebuild
index e94cbc25a89..23bb68489c5 100644
--- a/net-analyzer/nagios/nagios-4.4.5.ebuild
+++ b/net-analyzer/nagios/nagios-4.4.5.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 DESCRIPTION="The Nagios metapackage"
 HOMEPAGE="https://www.nagios.org/"
 
-LICENSE="GPL-2"
+LICENSE="metapackage"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86"
 IUSE=""


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2020-04-04 14:11 Michael Orlitzky
  0 siblings, 0 replies; 89+ messages in thread
From: Michael Orlitzky @ 2020-04-04 14:11 UTC (permalink / raw
  To: gentoo-commits

commit:     6dd136302916e2a368b760de2b750e7167956dbe
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  4 14:06:49 2020 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Apr  4 14:10:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dd13630

net-analyzer/nagios: remove old v4.3.4.

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.3.4.ebuild | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/net-analyzer/nagios/nagios-4.3.4.ebuild b/net-analyzer/nagios/nagios-4.3.4.ebuild
deleted file mode 100644
index 1c10d69b68b..00000000000
--- a/net-analyzer/nagios/nagios-4.3.4.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="The Nagios metapackage"
-HOMEPAGE="https://www.nagios.org/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="~net-analyzer/nagios-core-${PV}
-	|| ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2020-04-13  9:57 Agostino Sarubbo
  0 siblings, 0 replies; 89+ messages in thread
From: Agostino Sarubbo @ 2020-04-13  9:57 UTC (permalink / raw
  To: gentoo-commits

commit:     f8a224181f225e7bd63d7ebce6d8600c80f6a99c
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 13 09:56:51 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Apr 13 09:56:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8a22418

net-analyzer/nagios: sparc stable wrt bug #715940

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.4.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.4.5.ebuild b/net-analyzer/nagios/nagios-4.4.5.ebuild
index 23bb68489c5..b1741b30167 100644
--- a/net-analyzer/nagios/nagios-4.4.5.ebuild
+++ b/net-analyzer/nagios/nagios-4.4.5.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://www.nagios.org/"
 
 LICENSE="metapackage"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2020-04-17 16:24 Sergei Trofimovich
  0 siblings, 0 replies; 89+ messages in thread
From: Sergei Trofimovich @ 2020-04-17 16:24 UTC (permalink / raw
  To: gentoo-commits

commit:     01212a42e842ae810b99a9b5f661ce4195453d78
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Fri Apr 17 15:11:02 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Apr 17 16:24:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01212a42

net-analyzer/nagios: drop ~hppa

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.4.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.4.5.ebuild b/net-analyzer/nagios/nagios-4.4.5.ebuild
index b1741b30167..b58844b4739 100644
--- a/net-analyzer/nagios/nagios-4.4.5.ebuild
+++ b/net-analyzer/nagios/nagios-4.4.5.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://www.nagios.org/"
 
 LICENSE="metapackage"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ppc ppc64 sparc x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2020-05-10 11:26 Michael Orlitzky
  0 siblings, 0 replies; 89+ messages in thread
From: Michael Orlitzky @ 2020-05-10 11:26 UTC (permalink / raw
  To: gentoo-commits

commit:     57aaf19b2e370fad9ca526690da92fa5bb1c8e70
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat May  9 23:20:21 2020 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun May 10 11:25:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57aaf19b

net-analyzer/nagios: new EAPI=7 version 4.4.6.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.4.6.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/net-analyzer/nagios/nagios-4.4.6.ebuild b/net-analyzer/nagios/nagios-4.4.6.ebuild
new file mode 100644
index 00000000000..8e497876ab3
--- /dev/null
+++ b/net-analyzer/nagios/nagios-4.4.6.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="The Nagios metapackage"
+HOMEPAGE="https://www.nagios.org/"
+
+LICENSE="metapackage"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="~net-analyzer/nagios-core-${PV}
+	|| ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2020-06-10 13:01 Agostino Sarubbo
  0 siblings, 0 replies; 89+ messages in thread
From: Agostino Sarubbo @ 2020-06-10 13:01 UTC (permalink / raw
  To: gentoo-commits

commit:     f8de9c05a3acaaa2de0dbfe16c3dd7694e6702a5
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 10 13:01:32 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jun 10 13:01:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8de9c05

net-analyzer/nagios: sparc stable wrt bug #727662

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.4.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.4.6.ebuild b/net-analyzer/nagios/nagios-4.4.6.ebuild
index 8e497876ab3..a9cf5134339 100644
--- a/net-analyzer/nagios/nagios-4.4.6.ebuild
+++ b/net-analyzer/nagios/nagios-4.4.6.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://www.nagios.org/"
 
 LICENSE="metapackage"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 sparc ~x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2020-06-11  8:25 Agostino Sarubbo
  0 siblings, 0 replies; 89+ messages in thread
From: Agostino Sarubbo @ 2020-06-11  8:25 UTC (permalink / raw
  To: gentoo-commits

commit:     46c79359280a7fa3f6deba9d8d1ba17d7633fa94
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 11 08:25:29 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jun 11 08:25:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46c79359

net-analyzer/nagios: amd64 stable wrt bug #727662

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.4.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.4.6.ebuild b/net-analyzer/nagios/nagios-4.4.6.ebuild
index a9cf5134339..b12084587e7 100644
--- a/net-analyzer/nagios/nagios-4.4.6.ebuild
+++ b/net-analyzer/nagios/nagios-4.4.6.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://www.nagios.org/"
 
 LICENSE="metapackage"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 sparc ~x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2020-06-11  8:29 Agostino Sarubbo
  0 siblings, 0 replies; 89+ messages in thread
From: Agostino Sarubbo @ 2020-06-11  8:29 UTC (permalink / raw
  To: gentoo-commits

commit:     7365e2ec30d256911d4a4970cb342926ba658f43
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 11 08:29:21 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jun 11 08:29:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7365e2ec

net-analyzer/nagios: ppc stable wrt bug #727662

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.4.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.4.6.ebuild b/net-analyzer/nagios/nagios-4.4.6.ebuild
index b12084587e7..26f840d3afa 100644
--- a/net-analyzer/nagios/nagios-4.4.6.ebuild
+++ b/net-analyzer/nagios/nagios-4.4.6.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://www.nagios.org/"
 
 LICENSE="metapackage"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ppc ~ppc64 sparc ~x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2020-06-11  8:31 Agostino Sarubbo
  0 siblings, 0 replies; 89+ messages in thread
From: Agostino Sarubbo @ 2020-06-11  8:31 UTC (permalink / raw
  To: gentoo-commits

commit:     5df9ee30f1f922e5dcf2fa0885e0806290c4fb56
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 11 08:31:37 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jun 11 08:31:37 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5df9ee30

net-analyzer/nagios: ppc64 stable wrt bug #727662

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.4.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.4.6.ebuild b/net-analyzer/nagios/nagios-4.4.6.ebuild
index 26f840d3afa..4a1f1ef5c95 100644
--- a/net-analyzer/nagios/nagios-4.4.6.ebuild
+++ b/net-analyzer/nagios/nagios-4.4.6.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://www.nagios.org/"
 
 LICENSE="metapackage"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ppc ppc64 sparc ~x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2020-06-11  8:34 Agostino Sarubbo
  0 siblings, 0 replies; 89+ messages in thread
From: Agostino Sarubbo @ 2020-06-11  8:34 UTC (permalink / raw
  To: gentoo-commits

commit:     d1837cf268520d77d3b405a339f5d6ff3a08a7e7
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 11 08:34:14 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jun 11 08:34:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1837cf2

net-analyzer/nagios: x86 stable wrt bug #727662

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.4.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.4.6.ebuild b/net-analyzer/nagios/nagios-4.4.6.ebuild
index 4a1f1ef5c95..dfde78da41e 100644
--- a/net-analyzer/nagios/nagios-4.4.6.ebuild
+++ b/net-analyzer/nagios/nagios-4.4.6.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://www.nagios.org/"
 
 LICENSE="metapackage"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ppc ppc64 sparc x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2020-06-11 12:34 Michael Orlitzky
  0 siblings, 0 replies; 89+ messages in thread
From: Michael Orlitzky @ 2020-06-11 12:34 UTC (permalink / raw
  To: gentoo-commits

commit:     01331133cc7b2bf1a859749a8e3d9902ac46be4c
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 11 12:28:24 2020 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Thu Jun 11 12:31:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01331133

net-analyzer/nagios: remove old version vulnerable to CVE-2020-13977.

Bug: https://bugs.gentoo.org/727662
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.4.5.ebuild | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/net-analyzer/nagios/nagios-4.4.5.ebuild b/net-analyzer/nagios/nagios-4.4.5.ebuild
deleted file mode 100644
index b58844b4739..00000000000
--- a/net-analyzer/nagios/nagios-4.4.5.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="The Nagios metapackage"
-HOMEPAGE="https://www.nagios.org/"
-
-LICENSE="metapackage"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="~net-analyzer/nagios-core-${PV}
-	|| ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2022-06-02 17:23 Michael Orlitzky
  0 siblings, 0 replies; 89+ messages in thread
From: Michael Orlitzky @ 2022-06-02 17:23 UTC (permalink / raw
  To: gentoo-commits

commit:     dcce243abd1dcd8bfd71f2c75277692efeb54aa7
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  2 17:09:30 2022 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Thu Jun  2 17:09:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcce243a

net-analyzer/nagios: new upstream v4.4.7.

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.4.7.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/net-analyzer/nagios/nagios-4.4.7.ebuild b/net-analyzer/nagios/nagios-4.4.7.ebuild
new file mode 100644
index 000000000000..25c696692b74
--- /dev/null
+++ b/net-analyzer/nagios/nagios-4.4.7.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="The Nagios metapackage"
+HOMEPAGE="https://www.nagios.org/"
+
+LICENSE="metapackage"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="~net-analyzer/nagios-core-${PV}
+	|| ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2022-08-03 16:12 Arthur Zamarin
  0 siblings, 0 replies; 89+ messages in thread
From: Arthur Zamarin @ 2022-08-03 16:12 UTC (permalink / raw
  To: gentoo-commits

commit:     06e3dba1da2fe4cf5c12e7ab5241d796599de31c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  3 16:12:17 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Aug  3 16:12:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06e3dba1

net-analyzer/nagios: Stabilize 4.4.7 ppc64, #862885

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.4.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.4.7.ebuild b/net-analyzer/nagios/nagios-4.4.7.ebuild
index 25c696692b74..22ed2f7c2865 100644
--- a/net-analyzer/nagios/nagios-4.4.7.ebuild
+++ b/net-analyzer/nagios/nagios-4.4.7.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://www.nagios.org/"
 
 LICENSE="metapackage"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2022-08-03 17:51 Arthur Zamarin
  0 siblings, 0 replies; 89+ messages in thread
From: Arthur Zamarin @ 2022-08-03 17:51 UTC (permalink / raw
  To: gentoo-commits

commit:     793281c1e25051ee35f017d2a1c09593b384ca7e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  3 17:51:02 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Aug  3 17:51:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=793281c1

net-analyzer/nagios: Stabilize 4.4.7 sparc, #862885

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.4.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.4.7.ebuild b/net-analyzer/nagios/nagios-4.4.7.ebuild
index 22ed2f7c2865..b9cdc8bf3bab 100644
--- a/net-analyzer/nagios/nagios-4.4.7.ebuild
+++ b/net-analyzer/nagios/nagios-4.4.7.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://www.nagios.org/"
 
 LICENSE="metapackage"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ppc64 sparc ~x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2022-08-12 14:27 Sam James
  0 siblings, 0 replies; 89+ messages in thread
From: Sam James @ 2022-08-12 14:27 UTC (permalink / raw
  To: gentoo-commits

commit:     1698c9dc8e3c6ea7e0ef2655abb16b36f041c986
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 12 14:26:38 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 12 14:26:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1698c9dc

net-analyzer/nagios: Stabilize 4.4.7 x86, #862885

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.4.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.4.7.ebuild b/net-analyzer/nagios/nagios-4.4.7.ebuild
index b9cdc8bf3bab..c9515c5d07bb 100644
--- a/net-analyzer/nagios/nagios-4.4.7.ebuild
+++ b/net-analyzer/nagios/nagios-4.4.7.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://www.nagios.org/"
 
 LICENSE="metapackage"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ppc64 sparc x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2022-08-29 12:38 Jakov Smolić
  0 siblings, 0 replies; 89+ messages in thread
From: Jakov Smolić @ 2022-08-29 12:38 UTC (permalink / raw
  To: gentoo-commits

commit:     b1996d321350f171cce506e9409da823f6faca36
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 12:38:33 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 12:38:33 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1996d32

net-analyzer/nagios: Stabilize 4.4.7 amd64, #862885

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.4.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.4.7.ebuild b/net-analyzer/nagios/nagios-4.4.7.ebuild
index c9515c5d07bb..a367d8e0b0da 100644
--- a/net-analyzer/nagios/nagios-4.4.7.ebuild
+++ b/net-analyzer/nagios/nagios-4.4.7.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://www.nagios.org/"
 
 LICENSE="metapackage"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ppc64 sparc x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2022-08-30  1:05 Michael Orlitzky
  0 siblings, 0 replies; 89+ messages in thread
From: Michael Orlitzky @ 2022-08-30  1:05 UTC (permalink / raw
  To: gentoo-commits

commit:     eea64b6bd54f1cc9ba5f8e529102f71a7c8d69a3
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 30 01:04:15 2022 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue Aug 30 01:04:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eea64b6b

net-analyzer/nagios: drop 4.4.6

Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.4.6.ebuild | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/net-analyzer/nagios/nagios-4.4.6.ebuild b/net-analyzer/nagios/nagios-4.4.6.ebuild
deleted file mode 100644
index be5cb8515d0e..000000000000
--- a/net-analyzer/nagios/nagios-4.4.6.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="The Nagios metapackage"
-HOMEPAGE="https://www.nagios.org/"
-
-LICENSE="metapackage"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="~net-analyzer/nagios-core-${PV}
-	|| ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2022-11-06 11:53 Michael Orlitzky
  0 siblings, 0 replies; 89+ messages in thread
From: Michael Orlitzky @ 2022-11-06 11:53 UTC (permalink / raw
  To: gentoo-commits

commit:     65c074789842da37ffa4595bee86d4200107a179
Author:     Tomáš Mózes <hydrapolic <AT> gmail <DOT> com>
AuthorDate: Sun Nov  6 11:24:07 2022 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Nov  6 11:52:24 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65c07478

net-analyzer/nagios: add 4.4.8

Closes: https://bugs.gentoo.org/879853
Closes: https://github.com/gentoo/gentoo/pull/28156
Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.4.8.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/net-analyzer/nagios/nagios-4.4.8.ebuild b/net-analyzer/nagios/nagios-4.4.8.ebuild
new file mode 100644
index 000000000000..25c696692b74
--- /dev/null
+++ b/net-analyzer/nagios/nagios-4.4.8.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="The Nagios metapackage"
+HOMEPAGE="https://www.nagios.org/"
+
+LICENSE="metapackage"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="~net-analyzer/nagios-core-${PV}
+	|| ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2022-12-07 18:23 Michael Orlitzky
  0 siblings, 0 replies; 89+ messages in thread
From: Michael Orlitzky @ 2022-12-07 18:23 UTC (permalink / raw
  To: gentoo-commits

commit:     0345bcf89ccd6b01375c8195c4ec68fc6e8c1d9c
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  7 18:04:59 2022 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Wed Dec  7 18:22:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0345bcf8

net-analyzer/nagios: add 4.4.9

Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.4.9.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/net-analyzer/nagios/nagios-4.4.9.ebuild b/net-analyzer/nagios/nagios-4.4.9.ebuild
new file mode 100644
index 000000000000..25c696692b74
--- /dev/null
+++ b/net-analyzer/nagios/nagios-4.4.9.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="The Nagios metapackage"
+HOMEPAGE="https://www.nagios.org/"
+
+LICENSE="metapackage"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="~net-analyzer/nagios-core-${PV}
+	|| ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2023-03-07  2:33 Michael Orlitzky
  0 siblings, 0 replies; 89+ messages in thread
From: Michael Orlitzky @ 2023-03-07  2:33 UTC (permalink / raw
  To: gentoo-commits

commit:     8b8fb3b286282a32197c3b9c733010d0fa7a1b9a
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  7 02:22:57 2023 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue Mar  7 02:23:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b8fb3b2

net-analyzer/nagios: drop 4.4.8

Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.4.8.ebuild | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/net-analyzer/nagios/nagios-4.4.8.ebuild b/net-analyzer/nagios/nagios-4.4.8.ebuild
deleted file mode 100644
index 25c696692b74..000000000000
--- a/net-analyzer/nagios/nagios-4.4.8.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="The Nagios metapackage"
-HOMEPAGE="https://www.nagios.org/"
-
-LICENSE="metapackage"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="~net-analyzer/nagios-core-${PV}
-	|| ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2023-03-07  2:33 Michael Orlitzky
  0 siblings, 0 replies; 89+ messages in thread
From: Michael Orlitzky @ 2023-03-07  2:33 UTC (permalink / raw
  To: gentoo-commits

commit:     b964b69503902cb138473eaba1fdc53177ffa877
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  7 02:23:18 2023 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue Mar  7 02:23:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b964b695

net-analyzer/nagios: add 4.4.10, drop 4.4.9

Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 net-analyzer/nagios/{nagios-4.4.9.ebuild => nagios-4.4.10.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.4.9.ebuild b/net-analyzer/nagios/nagios-4.4.10.ebuild
similarity index 90%
rename from net-analyzer/nagios/nagios-4.4.9.ebuild
rename to net-analyzer/nagios/nagios-4.4.10.ebuild
index 25c696692b74..917c4e712c90 100644
--- a/net-analyzer/nagios/nagios-4.4.9.ebuild
+++ b/net-analyzer/nagios/nagios-4.4.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2023-06-10 11:43 Michael Orlitzky
  0 siblings, 0 replies; 89+ messages in thread
From: Michael Orlitzky @ 2023-06-10 11:43 UTC (permalink / raw
  To: gentoo-commits

commit:     ade8f5976b8bf6d2fe03a592d229a0fd42ecd46a
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 10 11:39:47 2023 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Jun 10 11:39:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ade8f597

net-analyzer/nagios: stabilize 4.4.10 for amd64, ppc64, sparc, x86

On second thought, this is only a metapackage; no need to bother the
arch teams with it.

Closes: https://bugs.gentoo.org/908135
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.4.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.4.10.ebuild b/net-analyzer/nagios/nagios-4.4.10.ebuild
index 917c4e712c90..329a15c9deb1 100644
--- a/net-analyzer/nagios/nagios-4.4.10.ebuild
+++ b/net-analyzer/nagios/nagios-4.4.10.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://www.nagios.org/"
 
 LICENSE="metapackage"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ppc64 sparc x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2023-06-10 11:43 Michael Orlitzky
  0 siblings, 0 replies; 89+ messages in thread
From: Michael Orlitzky @ 2023-06-10 11:43 UTC (permalink / raw
  To: gentoo-commits

commit:     3a00d72ecd011d58e532a946872fef3ae3555b9f
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 10 11:41:01 2023 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Jun 10 11:41:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a00d72e

net-analyzer/nagios: drop 4.4.7

Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.4.7.ebuild | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/net-analyzer/nagios/nagios-4.4.7.ebuild b/net-analyzer/nagios/nagios-4.4.7.ebuild
deleted file mode 100644
index a367d8e0b0da..000000000000
--- a/net-analyzer/nagios/nagios-4.4.7.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="The Nagios metapackage"
-HOMEPAGE="https://www.nagios.org/"
-
-LICENSE="metapackage"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="~net-analyzer/nagios-core-${PV}
-	|| ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2023-06-19 21:54 Michael Orlitzky
  0 siblings, 0 replies; 89+ messages in thread
From: Michael Orlitzky @ 2023-06-19 21:54 UTC (permalink / raw
  To: gentoo-commits

commit:     2332ecc182693b2a91e1dc25bd4c0805e497f97c
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 19 21:45:06 2023 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Mon Jun 19 21:54:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2332ecc1

net-analyzer/nagios: add 4.4.13

Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.4.13.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/net-analyzer/nagios/nagios-4.4.13.ebuild b/net-analyzer/nagios/nagios-4.4.13.ebuild
new file mode 100644
index 000000000000..917c4e712c90
--- /dev/null
+++ b/net-analyzer/nagios/nagios-4.4.13.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="The Nagios metapackage"
+HOMEPAGE="https://www.nagios.org/"
+
+LICENSE="metapackage"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="~net-analyzer/nagios-core-${PV}
+	|| ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2023-09-09 23:44 Michael Orlitzky
  0 siblings, 0 replies; 89+ messages in thread
From: Michael Orlitzky @ 2023-09-09 23:44 UTC (permalink / raw
  To: gentoo-commits

commit:     ed011119a9c88039ebadeb8c6794e41078a3f9ee
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  9 23:37:32 2023 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Sep  9 23:37:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed011119

net-analyzer/nagios: add 4.4.14, drop 4.4.13

Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 net-analyzer/nagios/{nagios-4.4.13.ebuild => nagios-4.4.14.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-analyzer/nagios/nagios-4.4.13.ebuild b/net-analyzer/nagios/nagios-4.4.14.ebuild
similarity index 100%
rename from net-analyzer/nagios/nagios-4.4.13.ebuild
rename to net-analyzer/nagios/nagios-4.4.14.ebuild


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2024-02-18 19:57 Arthur Zamarin
  0 siblings, 0 replies; 89+ messages in thread
From: Arthur Zamarin @ 2024-02-18 19:57 UTC (permalink / raw
  To: gentoo-commits

commit:     950809cd0d8e0848f29c223c75feff727274bc6d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 18 19:57:07 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 18 19:57:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=950809cd

net-analyzer/nagios: Stabilize 4.4.14 amd64, #924931

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.4.14.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/nagios/nagios-4.4.14.ebuild b/net-analyzer/nagios/nagios-4.4.14.ebuild
index 917c4e712c90..c6eb9c4e757b 100644
--- a/net-analyzer/nagios/nagios-4.4.14.ebuild
+++ b/net-analyzer/nagios/nagios-4.4.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -8,7 +8,7 @@ HOMEPAGE="https://www.nagios.org/"
 
 LICENSE="metapackage"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2024-02-18 19:57 Arthur Zamarin
  0 siblings, 0 replies; 89+ messages in thread
From: Arthur Zamarin @ 2024-02-18 19:57 UTC (permalink / raw
  To: gentoo-commits

commit:     a9adf87882304b073146a5e9c616fc52fff1fea3
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 18 19:57:09 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 18 19:57:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9adf878

net-analyzer/nagios: Stabilize 4.4.14 x86, #924931

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.4.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.4.14.ebuild b/net-analyzer/nagios/nagios-4.4.14.ebuild
index c6eb9c4e757b..f7747dcea7b6 100644
--- a/net-analyzer/nagios/nagios-4.4.14.ebuild
+++ b/net-analyzer/nagios/nagios-4.4.14.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://www.nagios.org/"
 
 LICENSE="metapackage"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2024-02-18 19:57 Arthur Zamarin
  0 siblings, 0 replies; 89+ messages in thread
From: Arthur Zamarin @ 2024-02-18 19:57 UTC (permalink / raw
  To: gentoo-commits

commit:     a00a3823fac2ab1666e4222b57d2ddf1913ffb74
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 18 19:57:11 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 18 19:57:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a00a3823

net-analyzer/nagios: Stabilize 4.4.14 ppc64, #924931

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.4.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.4.14.ebuild b/net-analyzer/nagios/nagios-4.4.14.ebuild
index f7747dcea7b6..6b19ae129285 100644
--- a/net-analyzer/nagios/nagios-4.4.14.ebuild
+++ b/net-analyzer/nagios/nagios-4.4.14.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://www.nagios.org/"
 
 LICENSE="metapackage"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2024-02-18 22:42 Sam James
  0 siblings, 0 replies; 89+ messages in thread
From: Sam James @ 2024-02-18 22:42 UTC (permalink / raw
  To: gentoo-commits

commit:     2500bce340994113a1d793d503f638e1bb2d6551
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 18 22:42:25 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 18 22:42:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2500bce3

net-analyzer/nagios: Stabilize 4.4.14 sparc, #924931

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.4.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios/nagios-4.4.14.ebuild b/net-analyzer/nagios/nagios-4.4.14.ebuild
index 6b19ae129285..6369ad6956d0 100644
--- a/net-analyzer/nagios/nagios-4.4.14.ebuild
+++ b/net-analyzer/nagios/nagios-4.4.14.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://www.nagios.org/"
 
 LICENSE="metapackage"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ppc64 sparc x86"
 IUSE=""
 
 RDEPEND="~net-analyzer/nagios-core-${PV}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2024-02-18 22:49 Michael Orlitzky
  0 siblings, 0 replies; 89+ messages in thread
From: Michael Orlitzky @ 2024-02-18 22:49 UTC (permalink / raw
  To: gentoo-commits

commit:     eec101d8860c82ac191e278cb424ed10515023ad
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 18 22:45:20 2024 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Feb 18 22:49:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eec101d8

net-analyzer/nagios: drop 4.4.10

Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.4.10.ebuild | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/net-analyzer/nagios/nagios-4.4.10.ebuild b/net-analyzer/nagios/nagios-4.4.10.ebuild
deleted file mode 100644
index 329a15c9deb1..000000000000
--- a/net-analyzer/nagios/nagios-4.4.10.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="The Nagios metapackage"
-HOMEPAGE="https://www.nagios.org/"
-
-LICENSE="metapackage"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="~net-analyzer/nagios-core-${PV}
-	|| ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/
@ 2024-03-03  1:20 Michael Orlitzky
  0 siblings, 0 replies; 89+ messages in thread
From: Michael Orlitzky @ 2024-03-03  1:20 UTC (permalink / raw
  To: gentoo-commits

commit:     59623d1886f79b5fb72ed7bb6d36c89c8a36965b
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  2 23:47:28 2024 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Mar  3 01:18:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59623d18

net-analyzer/nagios: add 4.5.1

Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 net-analyzer/nagios/nagios-4.5.1.ebuild | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/net-analyzer/nagios/nagios-4.5.1.ebuild b/net-analyzer/nagios/nagios-4.5.1.ebuild
new file mode 100644
index 000000000000..371d0ad43626
--- /dev/null
+++ b/net-analyzer/nagios/nagios-4.5.1.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="The Nagios metapackage"
+HOMEPAGE="https://www.nagios.org/"
+
+LICENSE="metapackage"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="~net-analyzer/nagios-core-${PV}
+	|| ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"


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

end of thread, other threads:[~2024-03-03  1:20 UTC | newest]

Thread overview: 89+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-16 11:57 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios/ Michael Orlitzky
  -- strict thread matches above, loose matches on Subject: below --
2024-03-03  1:20 Michael Orlitzky
2024-02-18 22:49 Michael Orlitzky
2024-02-18 22:42 Sam James
2024-02-18 19:57 Arthur Zamarin
2024-02-18 19:57 Arthur Zamarin
2024-02-18 19:57 Arthur Zamarin
2023-09-09 23:44 Michael Orlitzky
2023-06-19 21:54 Michael Orlitzky
2023-06-10 11:43 Michael Orlitzky
2023-06-10 11:43 Michael Orlitzky
2023-03-07  2:33 Michael Orlitzky
2023-03-07  2:33 Michael Orlitzky
2022-12-07 18:23 Michael Orlitzky
2022-11-06 11:53 Michael Orlitzky
2022-08-30  1:05 Michael Orlitzky
2022-08-29 12:38 Jakov Smolić
2022-08-12 14:27 Sam James
2022-08-03 17:51 Arthur Zamarin
2022-08-03 16:12 Arthur Zamarin
2022-06-02 17:23 Michael Orlitzky
2020-06-11 12:34 Michael Orlitzky
2020-06-11  8:34 Agostino Sarubbo
2020-06-11  8:31 Agostino Sarubbo
2020-06-11  8:29 Agostino Sarubbo
2020-06-11  8:25 Agostino Sarubbo
2020-06-10 13:01 Agostino Sarubbo
2020-05-10 11:26 Michael Orlitzky
2020-04-17 16:24 Sergei Trofimovich
2020-04-13  9:57 Agostino Sarubbo
2020-04-04 14:11 Michael Orlitzky
2020-04-04 14:11 Michael Orlitzky
2020-04-04 13:27 Agostino Sarubbo
2020-04-03 16:14 Agostino Sarubbo
2020-04-03 16:14 Agostino Sarubbo
2020-04-03 16:13 Agostino Sarubbo
2019-08-31 21:35 Michael Orlitzky
2019-08-31 21:35 Michael Orlitzky
2019-08-15  0:05 Michael Orlitzky
2019-03-02  4:38 Michael Orlitzky
2019-01-19  0:00 Michael Orlitzky
2018-12-02 16:02 Michael Orlitzky
2018-12-02 16:02 Michael Orlitzky
2018-11-28 22:35 Sergei Trofimovich
2018-11-28 22:33 Sergei Trofimovich
2018-11-27 21:55 Thomas Deutschmann
2018-11-27 16:01 Tobias Klausmann
2018-11-26 19:52 Sergei Trofimovich
2018-11-26 15:28 Agostino Sarubbo
2018-09-03 14:21 Michael Orlitzky
2018-08-08 21:08 Michael Orlitzky
2018-06-23 11:40 Michael Orlitzky
2018-06-19 11:46 Michael Orlitzky
2018-06-11 16:28 Aaron Bauman
2017-10-18  1:21 Aaron Bauman
2017-10-13  9:50 Sergei Trofimovich
2017-10-03  0:42 Thomas Deutschmann
2017-09-24 19:50 Sergei Trofimovich
2017-09-24 11:00 Sergei Trofimovich
2017-09-07 20:59 Sergei Trofimovich
2017-08-31 15:18 Matt Turner
2017-08-30 23:53 Michael Orlitzky
2017-06-07 12:40 Michael Orlitzky
2017-03-08 12:50 Michael Orlitzky
2017-03-08  5:16 Jeroen Roovers
2017-03-04 14:02 Agostino Sarubbo
2017-03-02 10:47 Agostino Sarubbo
2017-03-02 10:30 Agostino Sarubbo
2017-02-28 11:22 Tobias Klausmann
2017-02-27 21:49 Michael Weber
2017-02-25 19:29 Michael Orlitzky
2017-01-14 21:05 Michael Orlitzky
2017-01-14 12:01 Jeroen Roovers
2016-12-22  9:34 Agostino Sarubbo
2016-12-20  9:44 Agostino Sarubbo
2016-12-19 14:35 Agostino Sarubbo
2016-12-13 11:30 Agostino Sarubbo
2016-12-13 11:05 Agostino Sarubbo
2016-12-12 15:55 Tobias Klausmann
2016-12-11 17:11 Michael Orlitzky
2016-12-11 17:11 Michael Orlitzky
2016-12-06 11:53 Agostino Sarubbo
2016-12-06 11:50 Agostino Sarubbo
2016-12-05 15:49 Tobias Klausmann
2016-10-28 15:16 Michael Orlitzky
2016-10-28 15:16 Michael Orlitzky
2016-09-26 13:25 Michael Orlitzky
2016-09-21 18:58 Tobias Klausmann
2015-08-31 14:13 Michael Orlitzky

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