Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/phpBB/
Date: Sat, 02 Apr 2022 13:47:49
Message-Id: 1648907195.ce47efa34d02bd628860616cae2ac2948705faa9.chewi@gentoo
1 commit: ce47efa34d02bd628860616cae2ac2948705faa9
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 2 13:46:35 2022 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 2 13:46:35 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce47efa3
7
8 www-apps/phpBB: Bump to 3.3.7 with PHP 8.1, drop old 3.3.5
9
10 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
11
12 www-apps/phpBB/Manifest | 2 +-
13 www-apps/phpBB/{phpBB-3.3.5.ebuild => phpBB-3.3.7.ebuild} | 5 +++--
14 2 files changed, 4 insertions(+), 3 deletions(-)
15
16 diff --git a/www-apps/phpBB/Manifest b/www-apps/phpBB/Manifest
17 index 6256eadbfea9..7e82b2c9fd07 100644
18 --- a/www-apps/phpBB/Manifest
19 +++ b/www-apps/phpBB/Manifest
20 @@ -1 +1 @@
21 -DIST phpBB-3.3.5.tar.bz2 4027687 BLAKE2B 1834493e58f54c0968d732686403cc8ec71e0d8943514850df7408bcd8da34ee9d887a0c1e58ca6f9fa46c3f73a886b2bbf487589a1109be4ec157c81d57ae5c SHA512 62a458c37704da850e2e14339671350ba5346dd527aa2020da402df2f078b55ba19254be02d6c03693db5c653b5eff687cde79fb3e18468eb87af4f77d7b1afc
22 +DIST phpBB-3.3.7.tar.bz2 4055014 BLAKE2B 6f73afdd0b1fb738520e47f5d8a4ccfb396d2615da99a4b3a1bdfdf8a7e1da579486605335b8a033d5b2d7b71d173d911067c17ba78ab9ea564a818ad2f9c25e SHA512 88555d5c2b1037267d2fcb1b00e7f422a6a9ca38f25f43d598fe03791c05aec19de01022daa2685d018fe670b97f523ac14f2cbd56422a51bf5821413d138ac3
23
24 diff --git a/www-apps/phpBB/phpBB-3.3.5.ebuild b/www-apps/phpBB/phpBB-3.3.7.ebuild
25 similarity index 95%
26 rename from www-apps/phpBB/phpBB-3.3.5.ebuild
27 rename to www-apps/phpBB/phpBB-3.3.7.ebuild
28 index 70b57df522aa..06daf4b9249f 100644
29 --- a/www-apps/phpBB/phpBB-3.3.5.ebuild
30 +++ b/www-apps/phpBB/phpBB-3.3.7.ebuild
31 @@ -1,7 +1,7 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 +# Copyright 1999-2022 Gentoo Authors
34 # Distributed under the terms of the GNU General Public License v2
35
36 -EAPI=7
37 +EAPI=8
38
39 inherit webapp
40
41 @@ -19,6 +19,7 @@ PHP_RDEPEND="(
42 )"
43
44 RDEPEND="|| (
45 + ${PHP_RDEPEND//@SLOT@/8.1}
46 ${PHP_RDEPEND//@SLOT@/8.0}
47 ${PHP_RDEPEND//@SLOT@/7.4}
48 ${PHP_RDEPEND//@SLOT@/7.3}