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: Mon, 29 Feb 2016 22:52:36
Message-Id: 1456786323.e2ffa6a3b0101fa7024cf5886b1dec33b97335a6.prometheanfire@gentoo
1 commit: e2ffa6a3b0101fa7024cf5886b1dec33b97335a6
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 29 22:52:03 2016 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 29 22:52:03 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2ffa6a3
7
8 www-apps/icingaweb2-module-pnp4nagios: bup
9
10 Package-Manager: portage-2.2.26
11
12 www-apps/icingaweb2-module-pnp4nagios/Manifest | 1 +
13 .../icingaweb2-module-pnp4nagios-1.0.1.ebuild | 25 ++++++++++++++++++++++
14 2 files changed, 26 insertions(+)
15
16 diff --git a/www-apps/icingaweb2-module-pnp4nagios/Manifest b/www-apps/icingaweb2-module-pnp4nagios/Manifest
17 new file mode 100644
18 index 0000000..d212309
19 --- /dev/null
20 +++ b/www-apps/icingaweb2-module-pnp4nagios/Manifest
21 @@ -0,0 +1 @@
22 +DIST icingaweb2-module-pnp4nagios-1.0.1.tar.gz 5988 SHA256 956d2afe1dc3895994381baf40f3ac326ba1f771c84c86b54ba39c64b78483df SHA512 594a8d2a141bdf682fa37dc7b677a78f255dfa3d05071878a416b7426ed6355abc2a2864394e333a00c08aba8fd4f898e42c5a49ffeaf689a16de175f6ddb333 WHIRLPOOL 03d0b7c008d724055fd930e86a88e0e1ecaba9bd803882cab0acba1fa01d1784f9efdda4f2dad943af411fd0fedafd87563e7e1b179c6b7bea3baba9c5fe1684
23
24 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
25 new file mode 100644
26 index 0000000..9506223
27 --- /dev/null
28 +++ b/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-1.0.1.ebuild
29 @@ -0,0 +1,25 @@
30 +# Copyright 1999-2015 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id$
33 +
34 +EAPI="5"
35 +
36 +DESCRIPTION="Icinga Web 2 plugin for pnp4nagios"
37 +HOMEPAGE="http://www.icinga.org/"
38 +MY_PN="icingaweb2-module-pnp"
39 +SRC_URI="https://codeload.github.com/Icinga/${MY_PN}/tar.gz/v${PV} -> ${P}.tar.gz"
40 +S="${WORKDIR}/${MY_PN}-${PV}"
41 +
42 +LICENSE="GPL-2"
43 +SLOT="0"
44 +IUSE=""
45 +KEYWORDS=""
46 +
47 +DEPEND=">=net-analyzer/icinga2-2.1.1
48 + >=www-apps/icingaweb2-2.0.0"
49 +RDEPEND="${DEPEND}"
50 +
51 +src_install() {
52 + mkdir -p "${D}/usr/share/icingaweb2/modules/pnp"
53 + cp -R "${S}"/* "${D}/usr/share/icingaweb2/modules/pnp"
54 +}