www-apps/icingaweb2-module-pnp4nagios: bup
authorMatthew Thode <prometheanfire@gentoo.org>
Mon, 29 Feb 2016 22:52:03 +0000 (16:52 -0600)
committerMatthew Thode <prometheanfire@gentoo.org>
Mon, 29 Feb 2016 22:52:03 +0000 (16:52 -0600)
Package-Manager: portage-2.2.26

www-apps/icingaweb2-module-pnp4nagios/Manifest [new file with mode: 0644]
www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-1.0.1.ebuild [new file with mode: 0644]

diff --git a/www-apps/icingaweb2-module-pnp4nagios/Manifest b/www-apps/icingaweb2-module-pnp4nagios/Manifest
new file mode 100644 (file)
index 0000000..d212309
--- /dev/null
@@ -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 (file)
index 0000000..9506223
--- /dev/null
@@ -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"
+}