Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/icingaweb2-module-pnp4nagios/
Date: Sat, 19 Dec 2015 23:05:26
Message-Id: 1450566290.1c6dae450e55f3b2fbad34f75899030d5810dcc6.prometheanfire@gentoo
1 commit: 1c6dae450e55f3b2fbad34f75899030d5810dcc6
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 19 23:03:57 2015 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 19 23:04:50 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c6dae45
7
8 www-apps/icingaweb2-module-pnp4nagios: upstream renamed
9
10 Package-Manager: portage-2.2.24
11
12 .../icingaweb2-module-pnp4nagios-9999.ebuild | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild b/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild
16 index 6fc2284..1f094bb 100644
17 --- a/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild
18 +++ b/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild
19 @@ -6,9 +6,9 @@ EAPI="5"
20
21 inherit git-2
22
23 -DESCRIPTION="Icinga Web 2 - Frontend for icinga2"
24 +DESCRIPTION="Icinga Web 2 plugin for pnp4nagios"
25 HOMEPAGE="http://www.icinga.org/"
26 -EGIT_REPO_URI="https://github.com/Icinga/icingaweb2-module-pnp4nagios.git"
27 +EGIT_REPO_URI="https://github.com/Icinga/icingaweb2-module-pnp.git"
28 EGIT_BRANCH="master"
29
30 LICENSE="GPL-2"
31 @@ -21,6 +21,6 @@ DEPEND=">=net-analyzer/icinga2-2.1.1
32 RDEPEND="${DEPEND}"
33
34 src_install() {
35 - mkdir -p "${D}/usr/share/icingaweb2/modules/pnp4nagios"
36 - cp -R "${S}"/* "${D}/usr/share/icingaweb2/modules/pnp4nagios"
37 + mkdir -p "${D}/usr/share/icingaweb2/modules/pnp"
38 + cp -R "${S}"/* "${D}/usr/share/icingaweb2/modules/pnp"
39 }