From c8d60dada2ec8eb48b2d2b290cd6683ccec40e39 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 13 Feb 2021 21:41:11 +0000 Subject: gentoo (valentine's day) resync : 14.02.2021 --- www-apps/phpBB/Manifest | 4 +-- www-apps/phpBB/phpBB-3.3.2.ebuild | 57 -------------------------------------- www-apps/phpBB/phpBB-3.3.3.ebuild | 58 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 60 insertions(+), 59 deletions(-) delete mode 100644 www-apps/phpBB/phpBB-3.3.2.ebuild create mode 100644 www-apps/phpBB/phpBB-3.3.3.ebuild (limited to 'www-apps/phpBB') diff --git a/www-apps/phpBB/Manifest b/www-apps/phpBB/Manifest index 74956f97a1c0..7eb4f142d6bd 100644 --- a/www-apps/phpBB/Manifest +++ b/www-apps/phpBB/Manifest @@ -1,5 +1,5 @@ AUX permissions 600 BLAKE2B ae5ced85bf5ce72bc6bca533e68ae55499ace30590de37be55c4267efacf03fe752c9c3d96ff1f6ba54beda0df238fa663281195a7c874eb3cea422fb16b5a82 SHA512 ea8f2796a43c825fbe160606dc4a3cdabd6ed8fd6692c841cadb87b06803f448df48446a83366a3af3cfba65a50bb9ed3361c0495bb5058c542b6cac9c7b2a1b AUX postinstall-en.txt 554 BLAKE2B 6560cb0c3a95cbbba91932af13790eae010193e6bcca4d46c640eb05b18bcae23645d5962a6be08f28aa721a10668bd128d19f505b9d463119d1a7aff845e732 SHA512 d1d61b525b2746d558f9fa1bd56e92e182d44bb406302f1646a40b0b1f06fc900ae46c3e600e27495edce1fa4188915dcf8f96b4762938ec0f324bdbb8d91759 -DIST phpBB-3.3.2.tar.bz2 4616676 BLAKE2B 3199dac9c3ad95697e24c30d91131a29e05a19783cbc002ef65c87f4834def73de669ce1810b02c960dd47cec1b4e6d51d41a456e5f704e79791b5af5cab980d SHA512 8acdd88232ebfd914c74dd46edafcca66dd67669c2db4bf8008b9ece9f6af300825933a6dc0febe6cf70ffe8d4fd550a24eebedd684dc233c7866463fdba3039 -EBUILD phpBB-3.3.2.ebuild 1617 BLAKE2B f43a70cd8ece7fb2c9c10118f40244f66da999788297800b7868de2aed3d9f2903517629c8b3f02c0d3a766ea90d55ce615a512b3e181f96f4eff080ac94a66c SHA512 6495e2c0759e1c810c1f79ccddcaa61557fb0e7a575bc637a35539ab5bf4bfafd2956393a2dc193899832f4d406a84d988a067e1e3748de8abb02a9b79791269 +DIST phpBB-3.3.3.tar.bz2 4703855 BLAKE2B 28eb4ad42c80adad372858e899ac33ae2da80044aed1d43edd94de4698d9bf91a5a9571daf7d9be52204c4c8262902f725a40564f921ddf9d89c31f73661bc8c SHA512 a43ff244a4cf3917dfac6e24c21bd52e70ae3391313fd6a3dcaba08907485359c42200bd767137061258b125134f4798b26ecd82bbf8ba360755a63d875ae5d5 +EBUILD phpBB-3.3.3.ebuild 1648 BLAKE2B c6fb9a0efbad4c6c59e489bbc2af19ec099ad5273d60ff3123ada14d8e3b20063394c0b2915c644c3a40b9b0f96926c0285340ce0091bf6787b46427aaac6ac0 SHA512 4510c1751597da76070ab39ad48ab3049e53d45aff4c0f25fe0ec598ebe083fa5a26ca3d1cf2131a78b45fe04f7059a49bf3dbf3a6a2b48eb54d14d56ef84f74 MISC metadata.xml 899 BLAKE2B a37867591aed9f31f074deda43ae3ddd4176435989f8f6952d8fd75f38bbdf4bf88ea2528ca5b63ce64cb66e8771732fb81b6496a0ab07bb3be690de0bf850fa SHA512 deba7a30f29ed0ab14617d10ab908b063890df843dd834c5db7e4fd07c3810e57d978b9f9ab336c174908fce33340330bbd15a7c5b85e6b900f70df1ff198da6 diff --git a/www-apps/phpBB/phpBB-3.3.2.ebuild b/www-apps/phpBB/phpBB-3.3.2.ebuild deleted file mode 100644 index 92e371c9f13e..000000000000 --- a/www-apps/phpBB/phpBB-3.3.2.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit webapp - -DESCRIPTION="An open-source PHP-based bulletin board package" -HOMEPAGE="https://www.phpbb.com/" -SRC_URI="https://download.phpbb.com/pub/release/$(ver_cut 1-2)/${PV}/${P}.tar.bz2" -LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~sparc ~x86" -IUSE="ftp gd mssql mysqli postgres sqlite zlib" -REQUIRED_USE="|| ( mssql mysqli postgres sqlite )" - -PHP_RDEPEND="( - virtual/httpd-php:@SLOT@ - dev-lang/php:@SLOT@[ftp?,gd?,json,mssql?,mysqli?,postgres?,sqlite?,xml,zlib?] -)" - -RDEPEND="|| ( - ${PHP_RDEPEND//@SLOT@/7.4} - ${PHP_RDEPEND//@SLOT@/7.3} - ${PHP_RDEPEND//@SLOT@/7.2} -)" - -need_httpd_cgi - -S="${WORKDIR}/${PN}${PV%%.*}" - -src_install() { - webapp_src_preinst - - insinto "${MY_HTDOCSDIR}" - doins -r . - - webapp_configfile "${MY_HTDOCSDIR}"/config.php - webapp_hook_script "${FILESDIR}"/permissions - webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt - webapp_src_install - - # phpBB needs docs together with the other files. - dosym ../webapps/${PN}/${SLOT}/htdocs/docs /usr/share/doc/${PF} -} - -pkg_postinst() { - einfo "phpBB needs a specific web server configuration. For Apache httpd, an" - einfo "example configuration is provided via .htaccess files. For lighttpd and" - einfo "NGINX, example configuration files can be found in the documentation." - - if use vhosts; then - echo - ewarn "When installing with webapp-config, specify a group that includes your" - ewarn "PHP user with the -g option. It will default to the web server group" - ewarn "when running webapp-config as root." - fi -} diff --git a/www-apps/phpBB/phpBB-3.3.3.ebuild b/www-apps/phpBB/phpBB-3.3.3.ebuild new file mode 100644 index 000000000000..186d7c2f037f --- /dev/null +++ b/www-apps/phpBB/phpBB-3.3.3.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit webapp + +DESCRIPTION="An open-source PHP-based bulletin board package" +HOMEPAGE="https://www.phpbb.com/" +SRC_URI="https://download.phpbb.com/pub/release/$(ver_cut 1-2)/${PV}/${P}.tar.bz2" +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~sparc ~x86" +IUSE="ftp gd mssql mysqli postgres sqlite zlib" +REQUIRED_USE="|| ( mssql mysqli postgres sqlite )" + +PHP_RDEPEND="( + virtual/httpd-php:@SLOT@ + dev-lang/php:@SLOT@[ftp?,gd?,json(+),mssql?,mysqli?,postgres?,sqlite?,xml,zlib?] +)" + +RDEPEND="|| ( + ${PHP_RDEPEND//@SLOT@/8.0} + ${PHP_RDEPEND//@SLOT@/7.4} + ${PHP_RDEPEND//@SLOT@/7.3} + ${PHP_RDEPEND//@SLOT@/7.2} +)" + +need_httpd_cgi + +S="${WORKDIR}/${PN}${PV%%.*}" + +src_install() { + webapp_src_preinst + + insinto "${MY_HTDOCSDIR}" + doins -r . + + webapp_configfile "${MY_HTDOCSDIR}"/config.php + webapp_hook_script "${FILESDIR}"/permissions + webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt + webapp_src_install + + # phpBB needs docs together with the other files. + dosym ../webapps/${PN}/${SLOT}/htdocs/docs /usr/share/doc/${PF} +} + +pkg_postinst() { + einfo "phpBB needs a specific web server configuration. For Apache httpd, an" + einfo "example configuration is provided via .htaccess files. For lighttpd and" + einfo "NGINX, example configuration files can be found in the documentation." + + if use vhosts; then + echo + ewarn "When installing with webapp-config, specify a group that includes your" + ewarn "PHP user with the -g option. It will default to the web server group" + ewarn "when running webapp-config as root." + fi +} -- cgit v1.2.3