www-apps/icingaweb2-module-pnp4nagios: upstream renamed
authorMatthew Thode <prometheanfire@gentoo.org>
Sat, 19 Dec 2015 23:03:57 +0000 (17:03 -0600)
committerMatthew Thode <prometheanfire@gentoo.org>
Sat, 19 Dec 2015 23:04:50 +0000 (17:04 -0600)
Package-Manager: portage-2.2.24

www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild

index 6fc2284be680e3e0020aa57e9ebc8a69f6aaa42f..1f094bb63f874984c529d99ce4e6ed15c936f237 100644 (file)
@@ -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"
 }