public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: www-apps/icingaweb2-module-pnp4nagios/
@ 2015-10-05 21:53 Matt Thode
  0 siblings, 0 replies; 12+ messages in thread
From: Matt Thode @ 2015-10-05 21:53 UTC (permalink / raw
  To: gentoo-commits

commit:     2a28e721db646a7d7383481481800bca56e904dc
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  5 21:53:10 2015 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Oct  5 21:53:10 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a28e721

www-apps/icingaweb2-module-pnp4nagios: adding pnp4nagios module

Package-Manager: portage-2.2.20.1

 .../icingaweb2-module-pnp4nagios-9999.ebuild       | 26 ++++++++++++++++++++++
 www-apps/icingaweb2-module-pnp4nagios/metadata.xml | 10 +++++++++
 2 files changed, 36 insertions(+)

diff --git a/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild b/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild
new file mode 100644
index 0000000..4bcaa4f
--- /dev/null
+++ b/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit git-2
+
+DESCRIPTION="Icinga Web 2 - Frontend for icinga2"
+HOMEPAGE="http://www.icinga.org/"
+EGIT_REPO_URI="https://github.com/Icinga/icingaweb2-module-pnp4nagios.git"
+EGIT_BRANCH="master"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+KEYWORDS=""
+
+DEPEND=">=net-analyzer/icinga2-2.1.1
+	>=www-apps/icingaweb2-2.0.0"
+RDEPEND="${DEPEND}"
+
+src_install() {
+	mkdir -p "${D}/usr/share/icingaweb2/modules/${PN}"
+	cp -R "${S}"/* "${D}/usr/share/icingaweb2/modules/${PN}"
+}

diff --git a/www-apps/icingaweb2-module-pnp4nagios/metadata.xml b/www-apps/icingaweb2-module-pnp4nagios/metadata.xml
new file mode 100644
index 0000000..d5dfd32
--- /dev/null
+++ b/www-apps/icingaweb2-module-pnp4nagios/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer>
+		<email>prometheanfire@gentoo.org</email>
+		<name>Matthew Thode</name>
+	</maintainer>
+	<longdescription lang="en">
+	</longdescription>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/icingaweb2-module-pnp4nagios/
@ 2015-10-06  2:45 Matt Thode
  0 siblings, 0 replies; 12+ messages in thread
From: Matt Thode @ 2015-10-06  2:45 UTC (permalink / raw
  To: gentoo-commits

commit:     20b6bc3bf88db17ad903c59a8396dceab2629034
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  6 02:44:35 2015 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Oct  6 02:44:35 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20b6bc3b

www-apps/icingaweb2-module-pnp4nagios: correcting installation location

Package-Manager: portage-2.2.20.1

 .../icingaweb2-module-pnp4nagios-9999.ebuild                          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild b/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild
index 4bcaa4f..6fc2284 100644
--- a/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild
+++ b/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild
@@ -21,6 +21,6 @@ DEPEND=">=net-analyzer/icinga2-2.1.1
 RDEPEND="${DEPEND}"
 
 src_install() {
-	mkdir -p "${D}/usr/share/icingaweb2/modules/${PN}"
-	cp -R "${S}"/* "${D}/usr/share/icingaweb2/modules/${PN}"
+	mkdir -p "${D}/usr/share/icingaweb2/modules/pnp4nagios"
+	cp -R "${S}"/* "${D}/usr/share/icingaweb2/modules/pnp4nagios"
 }


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/icingaweb2-module-pnp4nagios/
@ 2015-12-19 23:05 Matt Thode
  0 siblings, 0 replies; 12+ messages in thread
From: Matt Thode @ 2015-12-19 23:05 UTC (permalink / raw
  To: gentoo-commits

commit:     1c6dae450e55f3b2fbad34f75899030d5810dcc6
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 19 23:03:57 2015 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sat Dec 19 23:04:50 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c6dae45

www-apps/icingaweb2-module-pnp4nagios: upstream renamed

Package-Manager: portage-2.2.24

 .../icingaweb2-module-pnp4nagios-9999.ebuild                      | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild b/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild
index 6fc2284..1f094bb 100644
--- a/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild
+++ b/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild
@@ -6,9 +6,9 @@ EAPI="5"
 
 inherit git-2
 
-DESCRIPTION="Icinga Web 2 - Frontend for icinga2"
+DESCRIPTION="Icinga Web 2 plugin for pnp4nagios"
 HOMEPAGE="http://www.icinga.org/"
-EGIT_REPO_URI="https://github.com/Icinga/icingaweb2-module-pnp4nagios.git"
+EGIT_REPO_URI="https://github.com/Icinga/icingaweb2-module-pnp.git"
 EGIT_BRANCH="master"
 
 LICENSE="GPL-2"
@@ -21,6 +21,6 @@ DEPEND=">=net-analyzer/icinga2-2.1.1
 RDEPEND="${DEPEND}"
 
 src_install() {
-	mkdir -p "${D}/usr/share/icingaweb2/modules/pnp4nagios"
-	cp -R "${S}"/* "${D}/usr/share/icingaweb2/modules/pnp4nagios"
+	mkdir -p "${D}/usr/share/icingaweb2/modules/pnp"
+	cp -R "${S}"/* "${D}/usr/share/icingaweb2/modules/pnp"
 }


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/icingaweb2-module-pnp4nagios/
@ 2016-02-29 22:52 Matt Thode
  0 siblings, 0 replies; 12+ messages in thread
From: Matt Thode @ 2016-02-29 22:52 UTC (permalink / raw
  To: gentoo-commits

commit:     e2ffa6a3b0101fa7024cf5886b1dec33b97335a6
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 29 22:52:03 2016 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Feb 29 22:52:03 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2ffa6a3

www-apps/icingaweb2-module-pnp4nagios: bup

Package-Manager: portage-2.2.26

 www-apps/icingaweb2-module-pnp4nagios/Manifest     |  1 +
 .../icingaweb2-module-pnp4nagios-1.0.1.ebuild      | 25 ++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/www-apps/icingaweb2-module-pnp4nagios/Manifest b/www-apps/icingaweb2-module-pnp4nagios/Manifest
new file mode 100644
index 0000000..d212309
--- /dev/null
+++ b/www-apps/icingaweb2-module-pnp4nagios/Manifest
@@ -0,0 +1 @@
+DIST icingaweb2-module-pnp4nagios-1.0.1.tar.gz 5988 SHA256 956d2afe1dc3895994381baf40f3ac326ba1f771c84c86b54ba39c64b78483df SHA512 594a8d2a141bdf682fa37dc7b677a78f255dfa3d05071878a416b7426ed6355abc2a2864394e333a00c08aba8fd4f898e42c5a49ffeaf689a16de175f6ddb333 WHIRLPOOL 03d0b7c008d724055fd930e86a88e0e1ecaba9bd803882cab0acba1fa01d1784f9efdda4f2dad943af411fd0fedafd87563e7e1b179c6b7bea3baba9c5fe1684

diff --git a/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-1.0.1.ebuild b/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-1.0.1.ebuild
new file mode 100644
index 0000000..9506223
--- /dev/null
+++ b/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-1.0.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+DESCRIPTION="Icinga Web 2 plugin for pnp4nagios"
+HOMEPAGE="http://www.icinga.org/"
+MY_PN="icingaweb2-module-pnp"
+SRC_URI="https://codeload.github.com/Icinga/${MY_PN}/tar.gz/v${PV} -> ${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+KEYWORDS=""
+
+DEPEND=">=net-analyzer/icinga2-2.1.1
+	>=www-apps/icingaweb2-2.0.0"
+RDEPEND="${DEPEND}"
+
+src_install() {
+	mkdir -p "${D}/usr/share/icingaweb2/modules/pnp"
+	cp -R "${S}"/* "${D}/usr/share/icingaweb2/modules/pnp"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/icingaweb2-module-pnp4nagios/
@ 2016-03-18 23:32 Ian Delaney
  0 siblings, 0 replies; 12+ messages in thread
From: Ian Delaney @ 2016-03-18 23:32 UTC (permalink / raw
  To: gentoo-commits

commit:     781f02a1d863ba97f18214a7127177714cad96db
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Fri Mar 18 17:45:42 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Fri Mar 18 23:32:15 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=781f02a1

www-apps/icingaweb2-module-pnp4nagios: cosmetic fixes, unify live and release

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1081

on behalf of Matthew Thode <prometheanfire <AT> gentoo.org>

 .../icingaweb2-module-pnp4nagios-1.0.1.ebuild      | 21 ++++++++++++---------
 .../icingaweb2-module-pnp4nagios-9999.ebuild       | 22 ++++++++++++----------
 2 files changed, 24 insertions(+), 19 deletions(-)

diff --git a/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-1.0.1.ebuild b/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-1.0.1.ebuild
index 9506223..a683de3 100644
--- a/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-1.0.1.ebuild
+++ b/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-1.0.1.ebuild
@@ -1,25 +1,28 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="5"
+EAPI=6
 
 DESCRIPTION="Icinga Web 2 plugin for pnp4nagios"
 HOMEPAGE="http://www.icinga.org/"
-MY_PN="icingaweb2-module-pnp"
-SRC_URI="https://codeload.github.com/Icinga/${MY_PN}/tar.gz/v${PV} -> ${P}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
+if [[ "${PV}" == 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/Icinga/icingaweb2-module-pnp.git"
+else
+	MY_PN="icingaweb2-module-pnp"
+	SRC_URI="https://codeload.github.com/Icinga/${MY_PN}/tar.gz/v${PV} -> ${P}.tar.gz"
+	S="${WORKDIR}/${MY_PN}-${PV}"
+fi
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE=""
-KEYWORDS=""
 
 DEPEND=">=net-analyzer/icinga2-2.1.1
 	>=www-apps/icingaweb2-2.0.0"
 RDEPEND="${DEPEND}"
 
 src_install() {
-	mkdir -p "${D}/usr/share/icingaweb2/modules/pnp"
-	cp -R "${S}"/* "${D}/usr/share/icingaweb2/modules/pnp"
+	insinto "/usr/share/icingaweb2/modules/pnp"
+	doins -r "${S}"/*
 }

diff --git a/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild b/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild
index 1f094bb..a683de3 100644
--- a/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild
+++ b/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild
@@ -1,26 +1,28 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="5"
-
-inherit git-2
+EAPI=6
 
 DESCRIPTION="Icinga Web 2 plugin for pnp4nagios"
 HOMEPAGE="http://www.icinga.org/"
-EGIT_REPO_URI="https://github.com/Icinga/icingaweb2-module-pnp.git"
-EGIT_BRANCH="master"
+if [[ "${PV}" == 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/Icinga/icingaweb2-module-pnp.git"
+else
+	MY_PN="icingaweb2-module-pnp"
+	SRC_URI="https://codeload.github.com/Icinga/${MY_PN}/tar.gz/v${PV} -> ${P}.tar.gz"
+	S="${WORKDIR}/${MY_PN}-${PV}"
+fi
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE=""
-KEYWORDS=""
 
 DEPEND=">=net-analyzer/icinga2-2.1.1
 	>=www-apps/icingaweb2-2.0.0"
 RDEPEND="${DEPEND}"
 
 src_install() {
-	mkdir -p "${D}/usr/share/icingaweb2/modules/pnp"
-	cp -R "${S}"/* "${D}/usr/share/icingaweb2/modules/pnp"
+	insinto "/usr/share/icingaweb2/modules/pnp"
+	doins -r "${S}"/*
 }


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/icingaweb2-module-pnp4nagios/
@ 2016-03-18 23:32 Ian Delaney
  0 siblings, 0 replies; 12+ messages in thread
From: Ian Delaney @ 2016-03-18 23:32 UTC (permalink / raw
  To: gentoo-commits

commit:     15cbe44cc77fc547f229df22db3d4552ec7a8ce9
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Fri Mar 18 17:47:41 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Fri Mar 18 23:32:15 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15cbe44c

www-apps/icingaweb2-module-pnp4nagios: add amd64 and x86 keywords

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1081

 .../icingaweb2-module-pnp4nagios-1.0.1.ebuild                            | 1 +
 .../icingaweb2-module-pnp4nagios-9999.ebuild                             | 1 +
 2 files changed, 2 insertions(+)

diff --git a/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-1.0.1.ebuild b/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-1.0.1.ebuild
index a683de3..8df16f0 100644
--- a/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-1.0.1.ebuild
+++ b/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-1.0.1.ebuild
@@ -10,6 +10,7 @@ if [[ "${PV}" == 9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/Icinga/icingaweb2-module-pnp.git"
 else
+	KEYWORDS="~amd64 ~x86"
 	MY_PN="icingaweb2-module-pnp"
 	SRC_URI="https://codeload.github.com/Icinga/${MY_PN}/tar.gz/v${PV} -> ${P}.tar.gz"
 	S="${WORKDIR}/${MY_PN}-${PV}"

diff --git a/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild b/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild
index a683de3..8df16f0 100644
--- a/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild
+++ b/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild
@@ -10,6 +10,7 @@ if [[ "${PV}" == 9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/Icinga/icingaweb2-module-pnp.git"
 else
+	KEYWORDS="~amd64 ~x86"
 	MY_PN="icingaweb2-module-pnp"
 	SRC_URI="https://codeload.github.com/Icinga/${MY_PN}/tar.gz/v${PV} -> ${P}.tar.gz"
 	S="${WORKDIR}/${MY_PN}-${PV}"


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/icingaweb2-module-pnp4nagios/
@ 2016-03-26 18:06 Agostino Sarubbo
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo @ 2016-03-26 18:06 UTC (permalink / raw
  To: gentoo-commits

commit:     46b430b428a7d7a5d1a7066b7da7d10385fabc55
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 18:06:20 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 18:06:20 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46b430b4

www-apps/icingaweb2-module-pnp4nagios: amd64 stable wrt bug #578100

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

 .../icingaweb2-module-pnp4nagios-1.0.1.ebuild                           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-1.0.1.ebuild b/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-1.0.1.ebuild
index 8df16f0..1b7d901 100644
--- a/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-1.0.1.ebuild
+++ b/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-1.0.1.ebuild
@@ -10,7 +10,7 @@ if [[ "${PV}" == 9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/Icinga/icingaweb2-module-pnp.git"
 else
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="amd64 ~x86"
 	MY_PN="icingaweb2-module-pnp"
 	SRC_URI="https://codeload.github.com/Icinga/${MY_PN}/tar.gz/v${PV} -> ${P}.tar.gz"
 	S="${WORKDIR}/${MY_PN}-${PV}"


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/icingaweb2-module-pnp4nagios/
@ 2017-10-04  9:17 Michał Górny
  0 siblings, 0 replies; 12+ messages in thread
From: Michał Górny @ 2017-10-04  9:17 UTC (permalink / raw
  To: gentoo-commits

commit:     ceab726e9a52e03715220f581c37c756f0f53800
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  4 07:32:58 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct  4 09:17:09 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceab726e

www-apps/icingaweb2-module-pnp4nagios: Strip empty metadata.xml elements

 www-apps/icingaweb2-module-pnp4nagios/metadata.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/www-apps/icingaweb2-module-pnp4nagios/metadata.xml b/www-apps/icingaweb2-module-pnp4nagios/metadata.xml
index 1301fb3341b..3ffdeb4af3b 100644
--- a/www-apps/icingaweb2-module-pnp4nagios/metadata.xml
+++ b/www-apps/icingaweb2-module-pnp4nagios/metadata.xml
@@ -5,6 +5,4 @@
 		<email>prometheanfire@gentoo.org</email>
 		<name>Matthew Thode</name>
 	</maintainer>
-	<longdescription lang="en">
-	</longdescription>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/icingaweb2-module-pnp4nagios/
@ 2024-05-05 18:56 Conrad Kostecki
  0 siblings, 0 replies; 12+ messages in thread
From: Conrad Kostecki @ 2024-05-05 18:56 UTC (permalink / raw
  To: gentoo-commits

commit:     6cf30e2b079d041ee791f811d22239eedbd4a1b6
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun May  5 08:40:30 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun May  5 18:56:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cf30e2b

www-apps/icingaweb2-module-pnp4nagios: EAPI8 bump, use https

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/36556
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 ...ios-9999.ebuild => icingaweb2-module-pnp4nagios-1.0.1-r1.ebuild} | 6 +++---
 .../icingaweb2-module-pnp4nagios-9999.ebuild                        | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild b/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-1.0.1-r1.ebuild
similarity index 88%
copy from www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild
copy to www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-1.0.1-r1.ebuild
index aff9792a698b..82cd50c21cf1 100644
--- a/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild
+++ b/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-1.0.1-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DESCRIPTION="Icinga Web 2 plugin for pnp4nagios"
-HOMEPAGE="http://www.icinga.org/"
+HOMEPAGE="https://icinga.org/"
 if [[ "${PV}" == 9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/Icinga/icingaweb2-module-pnp.git"

diff --git a/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild b/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild
index aff9792a698b..82cd50c21cf1 100644
--- a/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild
+++ b/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DESCRIPTION="Icinga Web 2 plugin for pnp4nagios"
-HOMEPAGE="http://www.icinga.org/"
+HOMEPAGE="https://icinga.org/"
 if [[ "${PV}" == 9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/Icinga/icingaweb2-module-pnp.git"


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/icingaweb2-module-pnp4nagios/
@ 2024-06-07 18:02 Arthur Zamarin
  0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2024-06-07 18:02 UTC (permalink / raw
  To: gentoo-commits

commit:     424c62050d00e600f39be3b4dec253dba78fa194
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  7 18:02:26 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jun  7 18:02:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=424c6205

www-apps/icingaweb2-module-pnp4nagios: Stabilize 1.0.1-r1 amd64, #933761

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

 .../icingaweb2-module-pnp4nagios-1.0.1-r1.ebuild                        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-1.0.1-r1.ebuild b/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-1.0.1-r1.ebuild
index 79952e1841aa..a6a9adf46623 100644
--- a/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-1.0.1-r1.ebuild
+++ b/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-1.0.1-r1.ebuild
@@ -9,7 +9,7 @@ if [[ "${PV}" == 9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/Icinga/icingaweb2-module-pnp.git"
 else
-	KEYWORDS="~amd64 x86"
+	KEYWORDS="amd64 x86"
 	MY_PN="icingaweb2-module-pnp"
 	SRC_URI="https://codeload.github.com/Icinga/${MY_PN}/tar.gz/v${PV} -> ${P}.tar.gz"
 	S="${WORKDIR}/${MY_PN}-${PV}"


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/icingaweb2-module-pnp4nagios/
@ 2024-06-07 18:02 Arthur Zamarin
  0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2024-06-07 18:02 UTC (permalink / raw
  To: gentoo-commits

commit:     19b05889155a367fe2668f061186f29d4374078f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  7 18:02:23 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jun  7 18:02:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19b05889

www-apps/icingaweb2-module-pnp4nagios: Stabilize 1.0.1-r1 x86, #933761

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

 .../icingaweb2-module-pnp4nagios-1.0.1-r1.ebuild                        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-1.0.1-r1.ebuild b/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-1.0.1-r1.ebuild
index 82cd50c21cf1..79952e1841aa 100644
--- a/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-1.0.1-r1.ebuild
+++ b/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-1.0.1-r1.ebuild
@@ -9,7 +9,7 @@ if [[ "${PV}" == 9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/Icinga/icingaweb2-module-pnp.git"
 else
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="~amd64 x86"
 	MY_PN="icingaweb2-module-pnp"
 	SRC_URI="https://codeload.github.com/Icinga/${MY_PN}/tar.gz/v${PV} -> ${P}.tar.gz"
 	S="${WORKDIR}/${MY_PN}-${PV}"


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/icingaweb2-module-pnp4nagios/
@ 2024-06-07 18:03 Arthur Zamarin
  0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2024-06-07 18:03 UTC (permalink / raw
  To: gentoo-commits

commit:     82c9b4807c4a9759f46193b6a83af0d1b4e042a6
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  7 18:03:29 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jun  7 18:03:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82c9b480

www-apps/icingaweb2-module-pnp4nagios: drop 1.0.1

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

 .../icingaweb2-module-pnp4nagios-1.0.1.ebuild      | 28 ----------------------
 1 file changed, 28 deletions(-)

diff --git a/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-1.0.1.ebuild b/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-1.0.1.ebuild
deleted file mode 100644
index 5baa7a2e1c90..000000000000
--- a/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-1.0.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Icinga Web 2 plugin for pnp4nagios"
-HOMEPAGE="http://www.icinga.org/"
-if [[ "${PV}" == 9999 ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/Icinga/icingaweb2-module-pnp.git"
-else
-	KEYWORDS="amd64 x86"
-	MY_PN="icingaweb2-module-pnp"
-	SRC_URI="https://codeload.github.com/Icinga/${MY_PN}/tar.gz/v${PV} -> ${P}.tar.gz"
-	S="${WORKDIR}/${MY_PN}-${PV}"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND=">=net-analyzer/icinga2-2.1.1
-	>=www-apps/icingaweb2-2.0.0"
-RDEPEND="${DEPEND}"
-
-src_install() {
-	insinto "/usr/share/icingaweb2/modules/pnp"
-	doins -r "${S}"/*
-}


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

end of thread, other threads:[~2024-06-07 18:03 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-26 18:06 [gentoo-commits] repo/gentoo:master commit in: www-apps/icingaweb2-module-pnp4nagios/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2024-06-07 18:03 Arthur Zamarin
2024-06-07 18:02 Arthur Zamarin
2024-06-07 18:02 Arthur Zamarin
2024-05-05 18:56 Conrad Kostecki
2017-10-04  9:17 Michał Górny
2016-03-18 23:32 Ian Delaney
2016-03-18 23:32 Ian Delaney
2016-02-29 22:52 Matt Thode
2015-12-19 23:05 Matt Thode
2015-10-06  2:45 Matt Thode
2015-10-05 21:53 Matt Thode

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