Gentoo Archives: gentoo-commits

From: "Brian Evans (grknight)" <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/davical: davical-1.1.3.1-r2.ebuild davical-1.0.2-r2.ebuild davical-1.1.1-r2.ebuild davical-1.1.0-r1.ebuild ChangeLog davical-1.1.0.ebuild davical-1.1.1-r1.ebuild davical-1.1.1.ebuild davical-1.1.3.1-r1.ebuild davical-1.0.2-r1.ebuild
Date: Sat, 02 May 2015 03:12:28
Message-Id: 20150502031219.DB3069A8@oystercatcher.gentoo.org
1 grknight 15/05/02 03:12:18
2
3 Modified: ChangeLog
4 Added: davical-1.1.3.1-r2.ebuild davical-1.0.2-r2.ebuild
5 davical-1.1.1-r2.ebuild davical-1.1.0-r1.ebuild
6 Removed: davical-1.1.0.ebuild davical-1.1.1-r1.ebuild
7 davical-1.1.1.ebuild davical-1.1.3.1-r1.ebuild
8 davical-1.0.2-r1.ebuild
9 Log:
10 Revbump to update EAPI, fix DEPEND and eliminate the unnecessary re-building of the documentation which is present in the archive
11
12 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xD1F781EFF9F4A3B6)
13
14 Revision Changes Path
15 1.9 www-apps/davical/ChangeLog
16
17 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/davical/ChangeLog?rev=1.9&view=markup
18 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/davical/ChangeLog?rev=1.9&content-type=text/plain
19 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/davical/ChangeLog?r1=1.8&r2=1.9
20
21 Index: ChangeLog
22 ===================================================================
23 RCS file: /var/cvsroot/gentoo-x86/www-apps/davical/ChangeLog,v
24 retrieving revision 1.8
25 retrieving revision 1.9
26 diff -u -r1.8 -r1.9
27 --- ChangeLog 14 Feb 2015 02:13:24 -0000 1.8
28 +++ ChangeLog 2 May 2015 03:12:18 -0000 1.9
29 @@ -1,6 +1,18 @@
30 # ChangeLog for www-apps/davical
31 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
32 -# $Header: /var/cvsroot/gentoo-x86/www-apps/davical/ChangeLog,v 1.8 2015/02/14 02:13:24 mjo Exp $
33 +# $Header: /var/cvsroot/gentoo-x86/www-apps/davical/ChangeLog,v 1.9 2015/05/02 03:12:18 grknight Exp $
34 +
35 +*davical-1.1.0-r1 (02 May 2015)
36 +*davical-1.1.1-r2 (02 May 2015)
37 +*davical-1.0.2-r2 (02 May 2015)
38 +*davical-1.1.3.1-r2 (02 May 2015)
39 +
40 + 02 May 2015; Brian Evans <grknight@g.o> +davical-1.0.2-r2.ebuild,
41 + +davical-1.1.0-r1.ebuild, +davical-1.1.1-r2.ebuild,
42 + +davical-1.1.3.1-r2.ebuild, -davical-1.0.2-r1.ebuild, -davical-1.1.0.ebuild,
43 + -davical-1.1.1-r1.ebuild, -davical-1.1.1.ebuild, -davical-1.1.3.1-r1.ebuild:
44 + Revbump to update EAPI, fix DEPEND and eliminate the unnecessary re-building
45 + of the documentation which is present in the archive
46
47 *davical-1.1.3.1-r1 (14 Feb 2015)
48
49
50
51
52 1.1 www-apps/davical/davical-1.1.3.1-r2.ebuild
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/davical/davical-1.1.3.1-r2.ebuild?rev=1.1&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/davical/davical-1.1.3.1-r2.ebuild?rev=1.1&content-type=text/plain
56
57 Index: davical-1.1.3.1-r2.ebuild
58 ===================================================================
59 # Copyright 1999-2015 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 # $Header: /var/cvsroot/gentoo-x86/www-apps/davical/davical-1.1.3.1-r2.ebuild,v 1.1 2015/05/02 03:12:18 grknight Exp $
62
63 EAPI=5
64
65 inherit depend.php webapp
66
67 DESCRIPTION="A CalDAV and CardDAV Server"
68 HOMEPAGE="http://davical.org/"
69 SRC_URI="https://gitlab.com/${PN}-project/${PN}/repository/archive.tar.gz?ref=r${PV} -> ${PN}-${PV}.tar.gz"
70
71 LICENSE="GPL-2"
72 KEYWORDS="~amd64 ~x86"
73 IUSE="doc"
74
75 DEPEND=">=dev-php/awl-0.55
76 sys-devel/gettext"
77 RDEPEND="app-admin/pwgen
78 dev-lang/php:*[calendar,curl,pdo,postgres,xml]
79 dev-perl/DBI
80 dev-perl/DBD-Pg
81 dev-perl/yaml
82 >=dev-php/awl-0.55
83 virtual/httpd-php"
84
85 S="${WORKDIR}/${PN}.git"
86
87 need_php5
88 need_httpd
89
90 src_prepare() {
91 epatch "${FILESDIR}/awl-locations.patch"
92 epatch "${FILESDIR}/inc_path.patch"
93 }
94
95 src_compile() {
96 emake built-po
97 }
98
99 src_install() {
100 webapp_src_preinst
101
102 dodoc-php INSTALL README debian/README.Debian \
103 testing/README.regression_tests TODO debian/changelog
104
105 einfo "Installing web files"
106 insinto "${MY_HTDOCSDIR}"
107 doins -r htdocs/* htdocs/.htaccess
108
109 einfo "Installing main files and i18n"
110 insinto "${MY_HOSTROOTDIR}/${PN}"
111 doins -r inc locale
112 rm "${D}/${MY_HOSTROOTDIR}/${PN}/inc/always.php.in" || die
113
114 einfo "Installing sql files"
115 insinto "${MY_SQLSCRIPTSDIR}"
116 doins -r dba/*
117
118 if use doc ; then
119 einfo "Installing documentation"
120 dohtml -r docs/api/ docs/website/
121 fi
122
123 insinto /etc/${PN}
124 doins config/* "${FILESDIR}/vhost-example"
125
126 webapp_postinst_txt en "${FILESDIR}/postinstall-en.txt"
127 webapp_src_install
128
129 fperms +x "${MY_SQLSCRIPTSDIR}/create-database.sh"
130 fperms +x "${MY_SQLSCRIPTSDIR}/update-davical-database"
131 }
132
133
134
135 1.1 www-apps/davical/davical-1.0.2-r2.ebuild
136
137 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/davical/davical-1.0.2-r2.ebuild?rev=1.1&view=markup
138 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/davical/davical-1.0.2-r2.ebuild?rev=1.1&content-type=text/plain
139
140 Index: davical-1.0.2-r2.ebuild
141 ===================================================================
142 # Copyright 1999-2015 Gentoo Foundation
143 # Distributed under the terms of the GNU General Public License v2
144 # $Header: /var/cvsroot/gentoo-x86/www-apps/davical/davical-1.0.2-r2.ebuild,v 1.1 2015/05/02 03:12:18 grknight Exp $
145
146 EAPI=5
147
148 inherit depend.php webapp
149
150 DESCRIPTION="A CalDAV and CardDAV Server"
151 HOMEPAGE="http://davical.org/"
152 SRC_URI="http://debian.mcmillan.net.nz/packages/${PN}/${P}.tar.gz"
153
154 LICENSE="GPL-2"
155 KEYWORDS="~amd64 ~x86"
156 IUSE="doc"
157
158 DEPEND=">=dev-php/awl-0.51
159 sys-devel/gettext"
160 RDEPEND="
161 app-admin/pwgen
162 dev-lang/php:*[calendar,curl,pdo,postgres,xml]
163 dev-perl/DBI
164 dev-perl/DBD-Pg
165 dev-perl/yaml
166 >=dev-php/awl-0.51
167 www-servers/apache"
168
169 need_php5
170 need_httpd
171
172 src_prepare() {
173 epatch "${FILESDIR}/awl_location.patch"
174 epatch "${FILESDIR}/inc_path.patch"
175 }
176
177 src_compile() {
178 emake built-po
179 }
180
181 src_install() {
182 webapp_src_preinst
183
184 dodoc-php INSTALL README debian/README.Debian \
185 testing/README.regression_tests TODO debian/changelog
186
187 einfo "Installing web files"
188 insinto "${MY_HTDOCSDIR}"
189 doins -r htdocs/* htdocs/.htaccess
190
191 einfo "Installing main files and i18n"
192 insinto "${MY_HOSTROOTDIR}/${PN}"
193 doins -r inc locale || die "doins failed"
194 rm "${D}/${MY_HOSTROOTDIR}/${PN}/inc/always.php.in" || die
195
196 einfo "Installing sql files"
197 insinto "${MY_SQLSCRIPTSDIR}"
198 doins -r dba/*
199
200 if use doc ; then
201 einfo "Installing documentation"
202 dohtml -r docs/api/ docs/website/
203 fi
204
205 insinto /etc/${PN}
206 doins config/* "${FILESDIR}/vhost-example"
207
208 webapp_postinst_txt en "${FILESDIR}/postinstall-en.txt"
209 webapp_src_install
210
211 fperms +x "${MY_SQLSCRIPTSDIR}/create-database.sh"
212 fperms +x "${MY_SQLSCRIPTSDIR}/update-davical-database"
213 }
214
215
216
217 1.1 www-apps/davical/davical-1.1.1-r2.ebuild
218
219 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/davical/davical-1.1.1-r2.ebuild?rev=1.1&view=markup
220 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/davical/davical-1.1.1-r2.ebuild?rev=1.1&content-type=text/plain
221
222 Index: davical-1.1.1-r2.ebuild
223 ===================================================================
224 # Copyright 1999-2015 Gentoo Foundation
225 # Distributed under the terms of the GNU General Public License v2
226 # $Header: /var/cvsroot/gentoo-x86/www-apps/davical/davical-1.1.1-r2.ebuild,v 1.1 2015/05/02 03:12:18 grknight Exp $
227
228 EAPI=5
229
230 inherit depend.php webapp
231
232 DESCRIPTION="A CalDAV and CardDAV Server"
233 HOMEPAGE="http://davical.org/"
234 SRC_URI="http://debian.mcmillan.net.nz/packages/${PN}/${P}.tar.gz"
235
236 LICENSE="GPL-2"
237 KEYWORDS="~amd64 ~x86"
238 IUSE="doc"
239
240 DEPEND=">=dev-php/awl-0.51
241 sys-devel/gettext"
242 RDEPEND="app-admin/pwgen
243 dev-lang/php:*[calendar,curl,pdo,postgres,xml]
244 dev-perl/DBI
245 dev-perl/DBD-Pg
246 dev-perl/yaml
247 >=dev-php/awl-0.51
248 virtual/httpd-php"
249
250 need_php5
251 need_httpd
252
253 src_prepare() {
254 epatch "${FILESDIR}/awl_location.patch"
255 epatch "${FILESDIR}/inc_path.patch"
256 }
257
258 src_compile() {
259 emake built-po
260 }
261
262 src_install() {
263 webapp_src_preinst
264
265 dodoc-php INSTALL README debian/README.Debian \
266 testing/README.regression_tests TODO debian/changelog
267
268 einfo "Installing web files"
269 insinto "${MY_HTDOCSDIR}"
270 doins -r htdocs/* htdocs/.htaccess
271
272 einfo "Installing main files and i18n"
273 insinto "${MY_HOSTROOTDIR}/${PN}"
274 doins -r inc locale
275 rm "${D}/${MY_HOSTROOTDIR}/${PN}/inc/always.php.in" || die
276
277 einfo "Installing sql files"
278 insinto "${MY_SQLSCRIPTSDIR}"
279 doins -r dba/*
280
281 if use doc ; then
282 einfo "Installing documentation"
283 dohtml -r docs/api/ docs/website/
284 fi
285
286 insinto /etc/${PN}
287 doins config/* "${FILESDIR}/vhost-example"
288
289 webapp_postinst_txt en "${FILESDIR}/postinstall-en.txt"
290 webapp_src_install
291
292 fperms +x "${MY_SQLSCRIPTSDIR}/create-database.sh"
293 fperms +x "${MY_SQLSCRIPTSDIR}/update-davical-database"
294 }
295
296
297
298 1.1 www-apps/davical/davical-1.1.0-r1.ebuild
299
300 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/davical/davical-1.1.0-r1.ebuild?rev=1.1&view=markup
301 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/davical/davical-1.1.0-r1.ebuild?rev=1.1&content-type=text/plain
302
303 Index: davical-1.1.0-r1.ebuild
304 ===================================================================
305 # Copyright 1999-2015 Gentoo Foundation
306 # Distributed under the terms of the GNU General Public License v2
307 # $Header: /var/cvsroot/gentoo-x86/www-apps/davical/davical-1.1.0-r1.ebuild,v 1.1 2015/05/02 03:12:18 grknight Exp $
308
309 EAPI=5
310
311 inherit depend.php webapp
312
313 DESCRIPTION="A CalDAV and CardDAV Server"
314 HOMEPAGE="http://davical.org/"
315 SRC_URI="http://debian.mcmillan.net.nz/packages/${PN}/${P}.tar.gz"
316
317 LICENSE="GPL-2"
318 KEYWORDS="~amd64 ~x86"
319 IUSE="doc"
320
321 DEPEND="
322 >=dev-php/awl-0.51
323 sys-devel/gettext
324 "
325 RDEPEND="app-admin/pwgen
326 dev-lang/php:*[calendar,curl,pdo,postgres,xml]
327 dev-perl/DBI
328 dev-perl/DBD-Pg
329 dev-perl/yaml
330 >=dev-php/awl-0.51
331 www-servers/apache"
332
333 need_php5
334 need_httpd
335
336 src_prepare() {
337 epatch "${FILESDIR}/awl_location.patch"
338 epatch "${FILESDIR}/inc_path.patch"
339 }
340
341 src_compile() {
342 emake built-po
343 }
344
345 src_install() {
346 webapp_src_preinst
347
348 dodoc-php INSTALL README debian/README.Debian \
349 testing/README.regression_tests TODO debian/changelog
350
351 einfo "Installing web files"
352 insinto "${MY_HTDOCSDIR}"
353 doins -r htdocs/* htdocs/.htaccess
354
355 einfo "Installing main files and i18n"
356 insinto "${MY_HOSTROOTDIR}/${PN}"
357 doins -r inc locale
358 rm "${D}/${MY_HOSTROOTDIR}/${PN}/inc/always.php.in" || die
359
360 einfo "Installing sql files"
361 insinto "${MY_SQLSCRIPTSDIR}"
362 doins -r dba/*
363
364 if use doc ; then
365 einfo "Installing documentation"
366 dohtml -r docs/api/ docs/website/
367 fi
368
369 insinto /etc/${PN}
370 doins config/* "${FILESDIR}/vhost-example"
371
372 webapp_postinst_txt en "${FILESDIR}/postinstall-en.txt"
373 webapp_src_install
374
375 fperms +x "${MY_SQLSCRIPTSDIR}/create-database.sh"
376 fperms +x "${MY_SQLSCRIPTSDIR}/update-davical-database"
377 }