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, 05 Oct 2015 21:53:45
Message-Id: 1444081990.2a28e721db646a7d7383481481800bca56e904dc.prometheanfire@gentoo
1 commit: 2a28e721db646a7d7383481481800bca56e904dc
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 5 21:53:10 2015 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 5 21:53:10 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a28e721
7
8 www-apps/icingaweb2-module-pnp4nagios: adding pnp4nagios module
9
10 Package-Manager: portage-2.2.20.1
11
12 .../icingaweb2-module-pnp4nagios-9999.ebuild | 26 ++++++++++++++++++++++
13 www-apps/icingaweb2-module-pnp4nagios/metadata.xml | 10 +++++++++
14 2 files changed, 36 insertions(+)
15
16 diff --git a/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild b/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild
17 new file mode 100644
18 index 0000000..4bcaa4f
19 --- /dev/null
20 +++ b/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild
21 @@ -0,0 +1,26 @@
22 +# Copyright 1999-2015 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Id$
25 +
26 +EAPI="5"
27 +
28 +inherit git-2
29 +
30 +DESCRIPTION="Icinga Web 2 - Frontend for icinga2"
31 +HOMEPAGE="http://www.icinga.org/"
32 +EGIT_REPO_URI="https://github.com/Icinga/icingaweb2-module-pnp4nagios.git"
33 +EGIT_BRANCH="master"
34 +
35 +LICENSE="GPL-2"
36 +SLOT="0"
37 +IUSE=""
38 +KEYWORDS=""
39 +
40 +DEPEND=">=net-analyzer/icinga2-2.1.1
41 + >=www-apps/icingaweb2-2.0.0"
42 +RDEPEND="${DEPEND}"
43 +
44 +src_install() {
45 + mkdir -p "${D}/usr/share/icingaweb2/modules/${PN}"
46 + cp -R "${S}"/* "${D}/usr/share/icingaweb2/modules/${PN}"
47 +}
48
49 diff --git a/www-apps/icingaweb2-module-pnp4nagios/metadata.xml b/www-apps/icingaweb2-module-pnp4nagios/metadata.xml
50 new file mode 100644
51 index 0000000..d5dfd32
52 --- /dev/null
53 +++ b/www-apps/icingaweb2-module-pnp4nagios/metadata.xml
54 @@ -0,0 +1,10 @@
55 +<?xml version="1.0" encoding="UTF-8"?>
56 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
57 +<pkgmetadata>
58 + <maintainer>
59 + <email>prometheanfire@g.o</email>
60 + <name>Matthew Thode</name>
61 + </maintainer>
62 + <longdescription lang="en">
63 + </longdescription>
64 +</pkgmetadata>