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"
+}

Reply via email to