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-director/
Date: Thu, 30 Jun 2016 22:57:45
Message-Id: 1467327425.ad78aa38a07dcf38d30798dd7c89bddd7ff0d058.prometheanfire@gentoo
1 commit: ad78aa38a07dcf38d30798dd7c89bddd7ff0d058
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 30 22:57:05 2016 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 30 22:57:05 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad78aa38
7
8 www-apps/icingaweb2-module-director: adding for bug 582568
9
10 Package-Manager: portage-2.2.28
11
12 www-apps/icingaweb2-module-director/Manifest | 1 +
13 .../icingaweb2-module-director-1.1.0.ebuild | 33 ++++++++++++++++++++++
14 .../icingaweb2-module-director-9999.ebuild | 33 ++++++++++++++++++++++
15 www-apps/icingaweb2-module-director/metadata.xml | 10 +++++++
16 4 files changed, 77 insertions(+)
17
18 diff --git a/www-apps/icingaweb2-module-director/Manifest b/www-apps/icingaweb2-module-director/Manifest
19 new file mode 100644
20 index 0000000..c6e2b5e
21 --- /dev/null
22 +++ b/www-apps/icingaweb2-module-director/Manifest
23 @@ -0,0 +1 @@
24 +DIST icingaweb2-module-director-1.1.0.tar.gz 1287302 SHA256 525434cf8555bfa07aba351769006691fed2a570ec01b06576a901e89647d8df SHA512 a1253c1c803f05b238e12d86e7a367c56e10998293f99beb645ba3ca4d7165407a34dd4f53ef84ee1338464013201adb4fcee09cf3ca78d8850513c366a7a038 WHIRLPOOL 28c7a898c3a0f07bb69932d8d54a39a7f7b225ede32794500f3d75ad8fb0ef168e88c263996d3564603ab6c5a70ea5bf5ad00f4590269f086ae4c933008c62e7
25
26 diff --git a/www-apps/icingaweb2-module-director/icingaweb2-module-director-1.1.0.ebuild b/www-apps/icingaweb2-module-director/icingaweb2-module-director-1.1.0.ebuild
27 new file mode 100644
28 index 0000000..539cc51
29 --- /dev/null
30 +++ b/www-apps/icingaweb2-module-director/icingaweb2-module-director-1.1.0.ebuild
31 @@ -0,0 +1,33 @@
32 +# Copyright 1999-2016 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI=6
37 +
38 +DESCRIPTION="Icinga Web 2 plugin for configuration"
39 +HOMEPAGE="https://dev.icinga.org/projects/icingaweb2-module-director/"
40 +if [[ "${PV}" == 9999 ]]; then
41 + inherit git-r3
42 + EGIT_REPO_URI="https://github.com/Icinga/icingaweb2-module-director.git"
43 +else
44 + KEYWORDS="~amd64 ~x86"
45 + MY_PN="icingaweb2-module-director"
46 + SRC_URI="https://codeload.github.com/Icinga/${MY_PN}/tar.gz/v${PV} -> ${P}.tar.gz"
47 + S="${WORKDIR}/${MY_PN}-${PV}"
48 +fi
49 +
50 +LICENSE="GPL-2"
51 +SLOT="0"
52 +
53 +DEPEND=">=net-analyzer/icinga2-2.4.3
54 + >=www-apps/icingaweb2-2.2.0
55 + || (
56 + dev-lang/php:5.6[curl]
57 + dev-lang/php:7.0[curl]
58 + )"
59 +RDEPEND="${DEPEND}"
60 +
61 +src_install() {
62 + insinto "/usr/share/icingaweb2/modules/director/"
63 + doins -r "${S}"/*
64 +}
65
66 diff --git a/www-apps/icingaweb2-module-director/icingaweb2-module-director-9999.ebuild b/www-apps/icingaweb2-module-director/icingaweb2-module-director-9999.ebuild
67 new file mode 100644
68 index 0000000..539cc51
69 --- /dev/null
70 +++ b/www-apps/icingaweb2-module-director/icingaweb2-module-director-9999.ebuild
71 @@ -0,0 +1,33 @@
72 +# Copyright 1999-2016 Gentoo Foundation
73 +# Distributed under the terms of the GNU General Public License v2
74 +# $Id$
75 +
76 +EAPI=6
77 +
78 +DESCRIPTION="Icinga Web 2 plugin for configuration"
79 +HOMEPAGE="https://dev.icinga.org/projects/icingaweb2-module-director/"
80 +if [[ "${PV}" == 9999 ]]; then
81 + inherit git-r3
82 + EGIT_REPO_URI="https://github.com/Icinga/icingaweb2-module-director.git"
83 +else
84 + KEYWORDS="~amd64 ~x86"
85 + MY_PN="icingaweb2-module-director"
86 + SRC_URI="https://codeload.github.com/Icinga/${MY_PN}/tar.gz/v${PV} -> ${P}.tar.gz"
87 + S="${WORKDIR}/${MY_PN}-${PV}"
88 +fi
89 +
90 +LICENSE="GPL-2"
91 +SLOT="0"
92 +
93 +DEPEND=">=net-analyzer/icinga2-2.4.3
94 + >=www-apps/icingaweb2-2.2.0
95 + || (
96 + dev-lang/php:5.6[curl]
97 + dev-lang/php:7.0[curl]
98 + )"
99 +RDEPEND="${DEPEND}"
100 +
101 +src_install() {
102 + insinto "/usr/share/icingaweb2/modules/director/"
103 + doins -r "${S}"/*
104 +}
105
106 diff --git a/www-apps/icingaweb2-module-director/metadata.xml b/www-apps/icingaweb2-module-director/metadata.xml
107 new file mode 100644
108 index 0000000..1301fb3
109 --- /dev/null
110 +++ b/www-apps/icingaweb2-module-director/metadata.xml
111 @@ -0,0 +1,10 @@
112 +<?xml version="1.0" encoding="UTF-8"?>
113 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
114 +<pkgmetadata>
115 + <maintainer type="person">
116 + <email>prometheanfire@g.o</email>
117 + <name>Matthew Thode</name>
118 + </maintainer>
119 + <longdescription lang="en">
120 + </longdescription>
121 +</pkgmetadata>