From 2719f73b6813d11d13a9650cdd2ab8ec6e69385d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 9 Jul 2022 15:43:36 +0100 Subject: gentoo resync : 09.07.2022 --- www-apps/phpBB/Manifest | 4 +-- www-apps/phpBB/phpBB-3.3.7.ebuild | 58 --------------------------------------- www-apps/phpBB/phpBB-3.3.8.ebuild | 57 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 59 insertions(+), 60 deletions(-) delete mode 100644 www-apps/phpBB/phpBB-3.3.7.ebuild create mode 100644 www-apps/phpBB/phpBB-3.3.8.ebuild (limited to 'www-apps/phpBB') diff --git a/www-apps/phpBB/Manifest b/www-apps/phpBB/Manifest index f4539be916b7..946bf69cf33d 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.7.tar.bz2 4055014 BLAKE2B 6f73afdd0b1fb738520e47f5d8a4ccfb396d2615da99a4b3a1bdfdf8a7e1da579486605335b8a033d5b2d7b71d173d911067c17ba78ab9ea564a818ad2f9c25e SHA512 88555d5c2b1037267d2fcb1b00e7f422a6a9ca38f25f43d598fe03791c05aec19de01022daa2685d018fe670b97f523ac14f2cbd56422a51bf5821413d138ac3 -EBUILD phpBB-3.3.7.ebuild 1648 BLAKE2B 69c9df220784c4aec67570beb396bbfa853af9757dcaa7997496afe669416839f302e0122c760c0e4eac3ca8e9bc541f852380b027b2aaf886aa75fff607ec5a SHA512 fdf9a4180a79c79a6b302ae0107555bf243524692e8719df65cc910a4e45c8c19a32da0f1bf44e030bd65b7bf80eb8b387294e50820e4478c6a9a1c5d4abd6e4 +DIST phpBB-3.3.8.tar.bz2 4058666 BLAKE2B dbefc03599913bb918d1bcf7bedfd3502fb707dc822f19617260958575fa20e2003dacded69d9a95f648404cd34ca077b8f06f415e0a03e4b767489e5c4cfbb7 SHA512 99b381e76ae03f051023fe0ca977d05a316a331779401cfd86409bab04567b7a8cf0f6352b4c24ee9d352a7c891e3bdead04fa8c817247d87757187fedf37997 +EBUILD phpBB-3.3.8.ebuild 1620 BLAKE2B 3dcfb84e33a91a2ac7c235c129b6d5f8b732514ac2a9666052520b0d96394320ddd4897dd7962353d8623a510b10d0f02676f7408c0158775a925040862b7fa7 SHA512 4b08ab23e51a635d1962451607cd04067032214e625691c9c917af4c289ef77c8c8517557c64b4e0c6f2de5ee42cbc294577922a5d58cb36e95cdbc79c945df3 MISC metadata.xml 900 BLAKE2B 94b42ae69db2f3ac1be4e25ec23597b44614faf3b122ac7892e9fb3b55c5ef706a13be0521c85251f7f4a3c9434c155fb3a0bcaf6589ae92f84ec9a95e90ad1d SHA512 42dd9eabe9890be0b2b245ca33596ba9804d9023ef1f8e2d9d7261dfee45e41d6f32217f5666916265e9fabf9e21ead6c1d7e53d7a210b620d1c6f8c99a72c9b diff --git a/www-apps/phpBB/phpBB-3.3.7.ebuild b/www-apps/phpBB/phpBB-3.3.7.ebuild deleted file mode 100644 index 06daf4b9249f..000000000000 --- a/www-apps/phpBB/phpBB-3.3.7.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -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.1} - ${PHP_RDEPEND//@SLOT@/8.0} - ${PHP_RDEPEND//@SLOT@/7.4} - ${PHP_RDEPEND//@SLOT@/7.3} -)" - -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.8.ebuild b/www-apps/phpBB/phpBB-3.3.8.ebuild new file mode 100644 index 000000000000..ee5a4ce1904d --- /dev/null +++ b/www-apps/phpBB/phpBB-3.3.8.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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.1} + ${PHP_RDEPEND//@SLOT@/8.0} + ${PHP_RDEPEND//@SLOT@/7.4} +)" + +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