summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2015-12-19 17:03:57 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2015-12-19 17:04:50 -0600
commit1c6dae450e55f3b2fbad34f75899030d5810dcc6 (patch)
treec1e658ee264c1382a58588fd0d12298d5acb150e /www-apps/icingaweb2-module-pnp4nagios
parentReplace all remaining mirror://berlios with mirror://gentoo (diff)
downloadgentoo-1c6dae450e55f3b2fbad34f75899030d5810dcc6.tar.gz
gentoo-1c6dae450e55f3b2fbad34f75899030d5810dcc6.tar.bz2
gentoo-1c6dae450e55f3b2fbad34f75899030d5810dcc6.zip
www-apps/icingaweb2-module-pnp4nagios: upstream renamed
Package-Manager: portage-2.2.24
Diffstat (limited to 'www-apps/icingaweb2-module-pnp4nagios')
-rw-r--r--www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild8
1 files 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 6fc2284be680..1f094bb63f87 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"
}