Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zabbix/
Date: Wed, 30 Dec 2020 09:02:30
Message-Id: 1609318923.c192c0c31008af1d70d01da90691c0ed730049ca.fordfrog@gentoo
1 commit: c192c0c31008af1d70d01da90691c0ed730049ca
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 30 09:00:14 2020 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 30 09:02:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c192c0c3
7
8 net-analyzer/zabbix: switched to acct
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
12
13 net-analyzer/zabbix/zabbix-3.0.31-r2.ebuild | 7 +++----
14 net-analyzer/zabbix/zabbix-4.0.26-r1.ebuild | 7 +++----
15 net-analyzer/zabbix/zabbix-4.0.27-r1.ebuild | 7 +++----
16 net-analyzer/zabbix/zabbix-5.0.5-r1.ebuild | 7 +++----
17 net-analyzer/zabbix/zabbix-5.0.6-r1.ebuild | 7 +++----
18 net-analyzer/zabbix/zabbix-5.2.1-r1.ebuild | 7 +++----
19 net-analyzer/zabbix/zabbix-5.2.2-r1.ebuild | 7 +++----
20 7 files changed, 21 insertions(+), 28 deletions(-)
21
22 diff --git a/net-analyzer/zabbix/zabbix-3.0.31-r2.ebuild b/net-analyzer/zabbix/zabbix-3.0.31-r2.ebuild
23 index 40121fa7553..a0c92d82004 100644
24 --- a/net-analyzer/zabbix/zabbix-3.0.31-r2.ebuild
25 +++ b/net-analyzer/zabbix/zabbix-3.0.31-r2.ebuild
26 @@ -5,7 +5,7 @@ EAPI=7
27
28 # needed to make webapp-config dep optional
29 WEBAPP_OPTIONAL="yes"
30 -inherit flag-o-matic webapp java-pkg-opt-2 user systemd toolchain-funcs
31 +inherit flag-o-matic webapp java-pkg-opt-2 systemd toolchain-funcs
32
33 DESCRIPTION="ZABBIX is software for monitoring of your applications, network and servers"
34 HOMEPAGE="https://www.zabbix.com/"
35 @@ -49,6 +49,8 @@ COMMON_DEPEND="
36 "
37
38 RDEPEND="${COMMON_DEPEND}
39 + acct-group/zabbix
40 + acct-user/zabbix
41 java? ( >=virtual/jre-1.8:* )
42 mysql? ( virtual/mysql )
43 proxy? ( net-analyzer/fping[suid] )
44 @@ -122,9 +124,6 @@ pkg_setup() {
45 webapp_pkg_setup
46 fi
47
48 - enewgroup zabbix
49 - enewuser zabbix -1 -1 /var/lib/zabbix/home zabbix
50 -
51 java-pkg-opt-2_pkg_setup
52 }
53
54
55 diff --git a/net-analyzer/zabbix/zabbix-4.0.26-r1.ebuild b/net-analyzer/zabbix/zabbix-4.0.26-r1.ebuild
56 index c3e0e8de2db..2c7ebb47a57 100644
57 --- a/net-analyzer/zabbix/zabbix-4.0.26-r1.ebuild
58 +++ b/net-analyzer/zabbix/zabbix-4.0.26-r1.ebuild
59 @@ -5,7 +5,7 @@ EAPI=7
60
61 # needed to make webapp-config dep optional
62 WEBAPP_OPTIONAL="yes"
63 -inherit flag-o-matic webapp java-pkg-opt-2 user systemd toolchain-funcs
64 +inherit flag-o-matic webapp java-pkg-opt-2 systemd toolchain-funcs
65
66 DESCRIPTION="ZABBIX is software for monitoring of your applications, network and servers"
67 HOMEPAGE="https://www.zabbix.com/"
68 @@ -49,6 +49,8 @@ COMMON_DEPEND="
69 "
70
71 RDEPEND="${COMMON_DEPEND}
72 + acct-group/zabbix
73 + acct-user/zabbix
74 java? ( >=virtual/jre-1.8:* )
75 mysql? ( virtual/mysql )
76 proxy? ( net-analyzer/fping[suid] )
77 @@ -121,9 +123,6 @@ pkg_setup() {
78 webapp_pkg_setup
79 fi
80
81 - enewgroup zabbix
82 - enewuser zabbix -1 -1 /var/lib/zabbix/home zabbix
83 -
84 java-pkg-opt-2_pkg_setup
85 }
86
87
88 diff --git a/net-analyzer/zabbix/zabbix-4.0.27-r1.ebuild b/net-analyzer/zabbix/zabbix-4.0.27-r1.ebuild
89 index c097176110e..7ce30397049 100644
90 --- a/net-analyzer/zabbix/zabbix-4.0.27-r1.ebuild
91 +++ b/net-analyzer/zabbix/zabbix-4.0.27-r1.ebuild
92 @@ -5,7 +5,7 @@ EAPI=7
93
94 # needed to make webapp-config dep optional
95 WEBAPP_OPTIONAL="yes"
96 -inherit flag-o-matic webapp java-pkg-opt-2 user systemd toolchain-funcs
97 +inherit flag-o-matic webapp java-pkg-opt-2 systemd toolchain-funcs
98
99 DESCRIPTION="ZABBIX is software for monitoring of your applications, network and servers"
100 HOMEPAGE="https://www.zabbix.com/"
101 @@ -49,6 +49,8 @@ COMMON_DEPEND="
102 "
103
104 RDEPEND="${COMMON_DEPEND}
105 + acct-group/zabbix
106 + acct-user/zabbix
107 java? ( >=virtual/jre-1.8:* )
108 mysql? ( virtual/mysql )
109 proxy? ( net-analyzer/fping[suid] )
110 @@ -121,9 +123,6 @@ pkg_setup() {
111 webapp_pkg_setup
112 fi
113
114 - enewgroup zabbix
115 - enewuser zabbix -1 -1 /var/lib/zabbix/home zabbix
116 -
117 java-pkg-opt-2_pkg_setup
118 }
119
120
121 diff --git a/net-analyzer/zabbix/zabbix-5.0.5-r1.ebuild b/net-analyzer/zabbix/zabbix-5.0.5-r1.ebuild
122 index 04c629c2ace..d236db78534 100644
123 --- a/net-analyzer/zabbix/zabbix-5.0.5-r1.ebuild
124 +++ b/net-analyzer/zabbix/zabbix-5.0.5-r1.ebuild
125 @@ -5,7 +5,7 @@ EAPI=7
126
127 # needed to make webapp-config dep optional
128 WEBAPP_OPTIONAL="yes"
129 -inherit flag-o-matic webapp java-pkg-opt-2 user systemd toolchain-funcs
130 +inherit flag-o-matic webapp java-pkg-opt-2 systemd toolchain-funcs
131
132 DESCRIPTION="ZABBIX is software for monitoring of your applications, network and servers"
133 HOMEPAGE="https://www.zabbix.com/"
134 @@ -48,6 +48,8 @@ COMMON_DEPEND="
135 "
136
137 RDEPEND="${COMMON_DEPEND}
138 + acct-group/zabbix
139 + acct-user/zabbix
140 java? ( >=virtual/jre-1.8:* )
141 mysql? ( virtual/mysql )
142 proxy? ( net-analyzer/fping[suid] )
143 @@ -120,9 +122,6 @@ pkg_setup() {
144 webapp_pkg_setup
145 fi
146
147 - enewgroup zabbix
148 - enewuser zabbix -1 -1 /var/lib/zabbix/home zabbix
149 -
150 java-pkg-opt-2_pkg_setup
151 }
152
153
154 diff --git a/net-analyzer/zabbix/zabbix-5.0.6-r1.ebuild b/net-analyzer/zabbix/zabbix-5.0.6-r1.ebuild
155 index b95dbdcff0c..8f6e9556236 100644
156 --- a/net-analyzer/zabbix/zabbix-5.0.6-r1.ebuild
157 +++ b/net-analyzer/zabbix/zabbix-5.0.6-r1.ebuild
158 @@ -5,7 +5,7 @@ EAPI=7
159
160 # needed to make webapp-config dep optional
161 WEBAPP_OPTIONAL="yes"
162 -inherit flag-o-matic webapp java-pkg-opt-2 user systemd toolchain-funcs
163 +inherit flag-o-matic webapp java-pkg-opt-2 systemd toolchain-funcs
164
165 DESCRIPTION="ZABBIX is software for monitoring of your applications, network and servers"
166 HOMEPAGE="https://www.zabbix.com/"
167 @@ -48,6 +48,8 @@ COMMON_DEPEND="
168 "
169
170 RDEPEND="${COMMON_DEPEND}
171 + acct-group/zabbix
172 + acct-user/zabbix
173 java? ( >=virtual/jre-1.8:* )
174 mysql? ( virtual/mysql )
175 proxy? ( net-analyzer/fping[suid] )
176 @@ -120,9 +122,6 @@ pkg_setup() {
177 webapp_pkg_setup
178 fi
179
180 - enewgroup zabbix
181 - enewuser zabbix -1 -1 /var/lib/zabbix/home zabbix
182 -
183 java-pkg-opt-2_pkg_setup
184 }
185
186
187 diff --git a/net-analyzer/zabbix/zabbix-5.2.1-r1.ebuild b/net-analyzer/zabbix/zabbix-5.2.1-r1.ebuild
188 index 04c629c2ace..d236db78534 100644
189 --- a/net-analyzer/zabbix/zabbix-5.2.1-r1.ebuild
190 +++ b/net-analyzer/zabbix/zabbix-5.2.1-r1.ebuild
191 @@ -5,7 +5,7 @@ EAPI=7
192
193 # needed to make webapp-config dep optional
194 WEBAPP_OPTIONAL="yes"
195 -inherit flag-o-matic webapp java-pkg-opt-2 user systemd toolchain-funcs
196 +inherit flag-o-matic webapp java-pkg-opt-2 systemd toolchain-funcs
197
198 DESCRIPTION="ZABBIX is software for monitoring of your applications, network and servers"
199 HOMEPAGE="https://www.zabbix.com/"
200 @@ -48,6 +48,8 @@ COMMON_DEPEND="
201 "
202
203 RDEPEND="${COMMON_DEPEND}
204 + acct-group/zabbix
205 + acct-user/zabbix
206 java? ( >=virtual/jre-1.8:* )
207 mysql? ( virtual/mysql )
208 proxy? ( net-analyzer/fping[suid] )
209 @@ -120,9 +122,6 @@ pkg_setup() {
210 webapp_pkg_setup
211 fi
212
213 - enewgroup zabbix
214 - enewuser zabbix -1 -1 /var/lib/zabbix/home zabbix
215 -
216 java-pkg-opt-2_pkg_setup
217 }
218
219
220 diff --git a/net-analyzer/zabbix/zabbix-5.2.2-r1.ebuild b/net-analyzer/zabbix/zabbix-5.2.2-r1.ebuild
221 index b95dbdcff0c..8f6e9556236 100644
222 --- a/net-analyzer/zabbix/zabbix-5.2.2-r1.ebuild
223 +++ b/net-analyzer/zabbix/zabbix-5.2.2-r1.ebuild
224 @@ -5,7 +5,7 @@ EAPI=7
225
226 # needed to make webapp-config dep optional
227 WEBAPP_OPTIONAL="yes"
228 -inherit flag-o-matic webapp java-pkg-opt-2 user systemd toolchain-funcs
229 +inherit flag-o-matic webapp java-pkg-opt-2 systemd toolchain-funcs
230
231 DESCRIPTION="ZABBIX is software for monitoring of your applications, network and servers"
232 HOMEPAGE="https://www.zabbix.com/"
233 @@ -48,6 +48,8 @@ COMMON_DEPEND="
234 "
235
236 RDEPEND="${COMMON_DEPEND}
237 + acct-group/zabbix
238 + acct-user/zabbix
239 java? ( >=virtual/jre-1.8:* )
240 mysql? ( virtual/mysql )
241 proxy? ( net-analyzer/fping[suid] )
242 @@ -120,9 +122,6 @@ pkg_setup() {
243 webapp_pkg_setup
244 fi
245
246 - enewgroup zabbix
247 - enewuser zabbix -1 -1 /var/lib/zabbix/home zabbix
248 -
249 java-pkg-opt-2_pkg_setup
250 }