commit: 103517d227878bf9d0a386b34708aaddbfd5cdef
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 29 18:26:19 2024 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Jun 29 18:27:18 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=103517d2
www-apps/phpBB: Bump to 3.3.12, drop old 3.3.11
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
www-apps/phpBB/Manifest | 2 +-
www-apps/phpBB/{phpBB-3.3.11.ebuild => phpBB-3.3.12.ebuild} | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/www-apps/phpBB/Manifest b/www-apps/phpBB/Manifest
index 2ca6e18549ee..278222ce73b2 100644
--- a/www-apps/phpBB/Manifest
+++ b/www-apps/phpBB/Manifest
@@ -1 +1 @@
-DIST phpBB-3.3.11.tar.bz2 4099688 BLAKE2B
c9b5fecc8144555ad58d0983b4bc6ff4334e2c5b0ef74f1b8d7becfec456de5f5f975b53c73b5d6a5ed389d102db1dc6edd1356a12038636afee12d71eaa6ac2
SHA512
f47a04ff30fd9c66ac22b98a2006457fa984311bb117f331cf7850fabb6c8b0936e11c39366bf3f142f4624015e3c364e8c2317d9d66d2a07270fea2c474c449
+DIST phpBB-3.3.12.tar.bz2 4104620 BLAKE2B
da9b7822f96601b40b9560e22fb167e1fbe16fc1969777908c653b56ac37ba139afd41b38b65055e62db54adb83b7542acd44ad70836d80d18f9d22baae0c8e7
SHA512
fa481e44a7067824fed54cc7934d594bd576934f346ef3447456db6f9bb32ec54cc086360b8ab5dd6f69f12ffa66b355857146d937bebcb5a26168c3f3ef5281
diff --git a/www-apps/phpBB/phpBB-3.3.11.ebuild
b/www-apps/phpBB/phpBB-3.3.12.ebuild
similarity index 95%
rename from www-apps/phpBB/phpBB-3.3.11.ebuild
rename to www-apps/phpBB/phpBB-3.3.12.ebuild
index 16cb73080509..9032b4419e00 100644
--- a/www-apps/phpBB/phpBB-3.3.11.ebuild
+++ b/www-apps/phpBB/phpBB-3.3.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -8,6 +8,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"
+S="${WORKDIR}/${PN}${PV%%.*}"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~sparc ~x86"
IUSE="ftp gd mssql mysqli postgres sqlite zlib"
@@ -19,14 +20,13 @@ PHP_RDEPEND="(
)"
RDEPEND="|| (
+ ${PHP_RDEPEND//@SLOT@/8.3}
${PHP_RDEPEND//@SLOT@/8.2}
${PHP_RDEPEND//@SLOT@/8.1}
)"
need_httpd_cgi
-S="${WORKDIR}/${PN}${PV%%.*}"
-
src_install() {
webapp_src_preinst