Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/dev/jmbsvicetto:master commit in: www-apps/limesurvey/
Date: Sat, 18 Mar 2023 23:30:55
Message-Id: 1679182183.f4226aff3493d6a1c5390a38363d9c3178e3eb9e.jmbsvicetto@gentoo
1 commit: f4226aff3493d6a1c5390a38363d9c3178e3eb9e
2 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 18 23:29:43 2023 +0000
4 Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 18 23:29:43 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/dev/jmbsvicetto.git/commit/?id=f4226aff
7
8 www-apps/limesurvey: Drop old versions.
9
10 Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo.org>
11
12 www-apps/limesurvey/limesurvey-2.06.ebuild | 57 -----------------------
13 www-apps/limesurvey/limesurvey-2.57.0.ebuild | 69 ----------------------------
14 www-apps/limesurvey/limesurvey-2.57.1.ebuild | 59 ------------------------
15 www-apps/limesurvey/limesurvey-2.63.1.ebuild | 57 -----------------------
16 www-apps/limesurvey/limesurvey-2.64.1.ebuild | 57 -----------------------
17 www-apps/limesurvey/limesurvey-2.72.5.ebuild | 57 -----------------------
18 6 files changed, 356 deletions(-)
19
20 diff --git a/www-apps/limesurvey/limesurvey-2.06.ebuild b/www-apps/limesurvey/limesurvey-2.06.ebuild
21 deleted file mode 100644
22 index b1f7788..0000000
23 --- a/www-apps/limesurvey/limesurvey-2.06.ebuild
24 +++ /dev/null
25 @@ -1,57 +0,0 @@
26 -# Copyright 1999-2015 Gentoo Foundation
27 -# Distributed under the terms of the GNU General Public License v2
28 -
29 -EAPI=5
30 -
31 -inherit webapp
32 -
33 -MY_PN="LimeSurvey"
34 -MY_DATE="151016"
35 -MY_PV="${PV}_plus_${MY_DATE}"
36 -
37 -DESCRIPTION="LimeSurvey is a popular Free Open Source Software survey tool"
38 -HOMEPAGE="https://www.limesurvey.org/"
39 -SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
40 -LICENSE="GPL-2"
41 -KEYWORDS="~amd64 ~x86"
42 -IUSE="+gd ldap mssql mysql postgres zip"
43 -REQUIRED_USE="^^ ( mssql mysql postgres )"
44 -
45 -DEPEND="
46 - app-admin/webapp-config
47 -"
48 -RDEPEND="
49 - dev-lang/php[gd?,hash,ldap?,session,zip?,zlib]
50 - mssql? ( dev-lang/php[mssql] )
51 - mysql? ( dev-lang/php[mysqli] )
52 - postgres? ( dev-lang/php[postgres] )
53 -"
54 -S="${WORKDIR}/${MY_PN}-${MY_PV}"
55 -
56 -pkg_config () {
57 -
58 - webapp_pkg_setup
59 -}
60 -
61 -src_install () {
62 -
63 - webapp_src_preinst
64 -
65 - einfo "Installing files"
66 - insinto "${MY_HTDOCSDIR}"
67 - doins -r .
68 -
69 - webapp_src_install
70 -}
71 -
72 -pkg_preinst () {
73 -
74 - fowners -R root:apache "${MY_HTDOCSDIR}"
75 - fperms -R g-w,o-rwx "${MY_HTDOCSDIR}"
76 -
77 - # Allow writing to the tmp, upload and application/config directories
78 - for dir in tmp upload application/config ; do
79 -
80 - fperms -R g+w "${MY_HTDOCSDIR}/${dir}"
81 - done
82 -}
83
84 diff --git a/www-apps/limesurvey/limesurvey-2.57.0.ebuild b/www-apps/limesurvey/limesurvey-2.57.0.ebuild
85 deleted file mode 100644
86 index 7fc0c0c..0000000
87 --- a/www-apps/limesurvey/limesurvey-2.57.0.ebuild
88 +++ /dev/null
89 @@ -1,69 +0,0 @@
90 -# Copyright 1999-2015 Gentoo Foundation
91 -# Distributed under the terms of the GNU General Public License v2
92 -
93 -EAPI=5
94 -
95 -inherit webapp
96 -
97 -MY_PN="LimeSurvey"
98 -MY_DATE="161202"
99 -MY_PV="${PV}+${MY_DATE}"
100 -
101 -DESCRIPTION="LimeSurvey is a popular Free Open Source Software survey tool"
102 -HOMEPAGE="https://www.limesurvey.org/"
103 -SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
104 -LICENSE="GPL-2"
105 -KEYWORDS="~amd64 ~x86"
106 -IUSE="+gd ldap mssql mysql postgres zip"
107 -REQUIRED_USE="^^ ( mssql mysql postgres )"
108 -
109 -DEPEND="
110 - app-admin/webapp-config
111 -"
112 -RDEPEND="
113 - dev-lang/php[gd?,hash,ldap?,session,zip?,zlib]
114 - mssql? ( dev-lang/php[mssql] )
115 - mysql? ( dev-lang/php[mysqli] )
116 - postgres? ( dev-lang/php[postgres] )
117 -"
118 -S="${WORKDIR}/${MY_PN}-${PV}-${MY_DATE}"
119 -
120 -pkg_config () {
121 -
122 - webapp_pkg_setup
123 -}
124 -
125 -src_install () {
126 -
127 - webapp_src_preinst
128 -
129 - einfo "Installing files"
130 - insinto "${MY_HTDOCSDIR}"
131 - doins -r .
132 -
133 - webapp_serverowned -R "${MY_HTDOCSDIR}/tmp"
134 - webapp_serverowned -R "${MY_HTDOCSDIR}/upload"
135 - webapp_serverowned -R "${MY_HTDOCSDIR}/application/config"
136 -
137 - webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
138 -
139 - webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
140 -
141 - webapp_src_install
142 -}
143 -
144 -pkg_postinst () {
145 - echo
146 - ewarn "SECURITY NOTICE"
147 - ewarn "If you plan on using SSL on your Drupal site, please consult the postinstall information:"
148 - ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
149 - echo
150 - ewarn "If this is a new install, unless you want anyone with network access to your server to be"
151 - ewarn "able to run the setup, you'll have to configure your web server to limit access to it."
152 - echo
153 - ewarn "If you're doing a new drupal-8 install, you'll have to copy /sites/default/default.services.yml"
154 - ewarn "to /sites/default/services.yml and grant it write permissions to your web server."
155 - ewarn "Just follow the instructions of the drupal setup and be sure to resolve any permissions issue"
156 - ewarn "reported by the setup."
157 - echo
158 -}
159
160 diff --git a/www-apps/limesurvey/limesurvey-2.57.1.ebuild b/www-apps/limesurvey/limesurvey-2.57.1.ebuild
161 deleted file mode 100644
162 index e88ccb6..0000000
163 --- a/www-apps/limesurvey/limesurvey-2.57.1.ebuild
164 +++ /dev/null
165 @@ -1,59 +0,0 @@
166 -# Copyright 1999-2015 Gentoo Foundation
167 -# Distributed under the terms of the GNU General Public License v2
168 -
169 -EAPI=5
170 -
171 -inherit webapp
172 -
173 -MY_PN="LimeSurvey"
174 -MY_DATE="161205"
175 -MY_PV="${PV}+${MY_DATE}"
176 -#MY_PV="${PV}_plus_${MY_DATE}"
177 -
178 -DESCRIPTION="LimeSurvey is a popular Free Open Source Software survey tool"
179 -HOMEPAGE="https://www.limesurvey.org/"
180 -SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz
181 - https://www.limesurvey.org/stable-release?download=1948:${PN}%${MY_DATE}targz -> ${P}.tar.gz"
182 -LICENSE="GPL-2"
183 -KEYWORDS="~amd64 ~x86"
184 -IUSE="+gd ldap mssql mysql postgres zip"
185 -REQUIRED_USE="^^ ( mssql mysql postgres )"
186 -
187 -DEPEND="
188 - app-admin/webapp-config
189 -"
190 -RDEPEND="
191 - dev-lang/php[gd?,hash,ldap?,session,zip?,zlib]
192 - mssql? ( dev-lang/php[mssql] )
193 - mysql? ( dev-lang/php[mysqli] )
194 - postgres? ( dev-lang/php[postgres] )
195 -"
196 -S="${WORKDIR}/${PN}"
197 -
198 -pkg_config () {
199 -
200 - webapp_pkg_setup
201 -}
202 -
203 -src_install () {
204 -
205 - webapp_src_preinst
206 -
207 - einfo "Installing files"
208 - insinto "${MY_HTDOCSDIR}"
209 - doins -r .
210 -
211 - webapp_src_install
212 -}
213 -
214 -pkg_preinst () {
215 -
216 - fowners -R root:apache "${MY_HTDOCSDIR}"
217 - fperms -R g-w,o-rwx "${MY_HTDOCSDIR}"
218 -
219 - # Allow writing to the tmp, upload and application/config directories
220 - for dir in tmp upload application/config ; do
221 -
222 - fperms -R g+w "${MY_HTDOCSDIR}/${dir}"
223 - done
224 -}
225
226 diff --git a/www-apps/limesurvey/limesurvey-2.63.1.ebuild b/www-apps/limesurvey/limesurvey-2.63.1.ebuild
227 deleted file mode 100644
228 index c784b73..0000000
229 --- a/www-apps/limesurvey/limesurvey-2.63.1.ebuild
230 +++ /dev/null
231 @@ -1,57 +0,0 @@
232 -# Copyright 1999-2017 Gentoo Foundation
233 -# Distributed under the terms of the GNU General Public License v2
234 -
235 -EAPI=6
236 -
237 -inherit webapp
238 -
239 -MY_PN="LimeSurvey"
240 -MY_DATE="170305"
241 -MY_PV="${PV}+${MY_DATE}"
242 -
243 -DESCRIPTION="LimeSurvey is a popular Free Open Source Software survey tool"
244 -HOMEPAGE="https://www.limesurvey.org/"
245 -SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
246 -LICENSE="GPL-2"
247 -KEYWORDS="~amd64 ~x86"
248 -IUSE="+gd ldap mssql mysql postgres zip"
249 -REQUIRED_USE="^^ ( mssql mysql postgres )"
250 -
251 -DEPEND="
252 - app-admin/webapp-config
253 -"
254 -RDEPEND="
255 - dev-lang/php[gd?,hash,ldap?,session,zip?,zlib]
256 - mssql? ( dev-lang/php[mssql] )
257 - mysql? ( dev-lang/php[mysqli] )
258 - postgres? ( dev-lang/php[postgres] )
259 -"
260 -S="${WORKDIR}/${MY_PN}-${PV}-${MY_DATE}"
261 -
262 -pkg_config () {
263 -
264 - webapp_pkg_setup
265 -}
266 -
267 -src_install () {
268 -
269 - webapp_src_preinst
270 -
271 - einfo "Installing files"
272 - insinto "${MY_HTDOCSDIR}"
273 - doins -r .
274 -
275 - webapp_src_install
276 -}
277 -
278 -pkg_preinst () {
279 -
280 - fowners -R root:apache "${MY_HTDOCSDIR}"
281 - fperms -R g-w,o-rwx "${MY_HTDOCSDIR}"
282 -
283 - # Allow writing to the tmp, upload and application/config directories
284 - for dir in tmp upload application/config ; do
285 -
286 - fperms -R g+w "${MY_HTDOCSDIR}/${dir}"
287 - done
288 -}
289
290 diff --git a/www-apps/limesurvey/limesurvey-2.64.1.ebuild b/www-apps/limesurvey/limesurvey-2.64.1.ebuild
291 deleted file mode 100644
292 index 287c1f9..0000000
293 --- a/www-apps/limesurvey/limesurvey-2.64.1.ebuild
294 +++ /dev/null
295 @@ -1,57 +0,0 @@
296 -# Copyright 1999-2021 Gentoo Authors
297 -# Distributed under the terms of the GNU General Public License v2
298 -
299 -EAPI=6
300 -
301 -inherit webapp
302 -
303 -MY_PN="LimeSurvey"
304 -MY_DATE="170310"
305 -MY_PV="${PV}+${MY_DATE}"
306 -
307 -DESCRIPTION="LimeSurvey is a popular Free Open Source Software survey tool"
308 -HOMEPAGE="https://www.limesurvey.org/"
309 -SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
310 -LICENSE="GPL-2"
311 -KEYWORDS="~amd64 ~x86"
312 -IUSE="+gd ldap mssql mysql postgres zip"
313 -REQUIRED_USE="^^ ( mssql mysql postgres )"
314 -
315 -DEPEND="
316 - app-admin/webapp-config
317 -"
318 -RDEPEND="
319 - dev-lang/php[gd?,hash,ldap?,session,zip?,zlib]
320 - mssql? ( dev-lang/php[mssql] )
321 - mysql? ( dev-lang/php[mysqli] )
322 - postgres? ( dev-lang/php[postgres] )
323 -"
324 -S="${WORKDIR}/${MY_PN}-${PV}-${MY_DATE}"
325 -
326 -pkg_config () {
327 -
328 - webapp_pkg_setup
329 -}
330 -
331 -src_install () {
332 -
333 - webapp_src_preinst
334 -
335 - einfo "Installing files"
336 - insinto "${MY_HTDOCSDIR}"
337 - doins -r .
338 -
339 - webapp_src_install
340 -}
341 -
342 -pkg_preinst () {
343 -
344 - fowners -R root:apache "${MY_HTDOCSDIR}"
345 - fperms -R g-w,o-rwx "${MY_HTDOCSDIR}"
346 -
347 - # Allow writing to the tmp, upload and application/config directories
348 - for dir in tmp upload application/config ; do
349 -
350 - fperms -R g+w "${MY_HTDOCSDIR}/${dir}"
351 - done
352 -}
353
354 diff --git a/www-apps/limesurvey/limesurvey-2.72.5.ebuild b/www-apps/limesurvey/limesurvey-2.72.5.ebuild
355 deleted file mode 100644
356 index d99d7d7..0000000
357 --- a/www-apps/limesurvey/limesurvey-2.72.5.ebuild
358 +++ /dev/null
359 @@ -1,57 +0,0 @@
360 -# Copyright 1999-2021 Gentoo Authors
361 -# Distributed under the terms of the GNU General Public License v2
362 -
363 -EAPI=6
364 -
365 -inherit webapp
366 -
367 -MY_PN="LimeSurvey"
368 -MY_DATE="171121"
369 -MY_PV="${PV}+${MY_DATE}"
370 -
371 -DESCRIPTION="LimeSurvey is a popular Free Open Source Software survey tool"
372 -HOMEPAGE="https://www.limesurvey.org/"
373 -SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
374 -LICENSE="GPL-2"
375 -KEYWORDS="~amd64 ~x86"
376 -IUSE="+gd ldap mssql mysql postgres zip"
377 -REQUIRED_USE="^^ ( mssql mysql postgres )"
378 -
379 -DEPEND="
380 - app-admin/webapp-config
381 -"
382 -RDEPEND="
383 - dev-lang/php[gd?,hash,ldap?,session,zip?,zlib]
384 - mssql? ( dev-lang/php[mssql] )
385 - mysql? ( dev-lang/php[mysqli] )
386 - postgres? ( dev-lang/php[postgres] )
387 -"
388 -S="${WORKDIR}/${MY_PN}-${PV}-${MY_DATE}"
389 -
390 -pkg_config () {
391 -
392 - webapp_pkg_setup
393 -}
394 -
395 -src_install () {
396 -
397 - webapp_src_preinst
398 -
399 - einfo "Installing files"
400 - insinto "${MY_HTDOCSDIR}"
401 - doins -r .
402 -
403 - webapp_src_install
404 -}
405 -
406 -pkg_preinst () {
407 -
408 - fowners -R root:apache "${MY_HTDOCSDIR}"
409 - fperms -R g-w,o-rwx "${MY_HTDOCSDIR}"
410 -
411 - # Allow writing to the tmp, upload and application/config directories
412 - for dir in tmp upload application/config ; do
413 -
414 - fperms -R g+w "${MY_HTDOCSDIR}/${dir}"
415 - done
416 -}