From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 77F98158094 for ; Thu, 7 Jul 2022 14:53:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CEF2E0A76; Thu, 7 Jul 2022 14:53:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 22C42E0A76 for ; Thu, 7 Jul 2022 14:53:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 292D7340E26 for ; Thu, 7 Jul 2022 14:53:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88C6B4ED for ; Thu, 7 Jul 2022 14:52:58 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1657205527.9e9431a609524fa8a74102f9e7660c4903890e39.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/phpBB/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/phpBB/Manifest www-apps/phpBB/phpBB-3.3.7.ebuild www-apps/phpBB/phpBB-3.3.8.ebuild X-VCS-Directories: www-apps/phpBB/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 9e9431a609524fa8a74102f9e7660c4903890e39 X-VCS-Branch: master Date: Thu, 7 Jul 2022 14:52:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 08aaa4e0-6a31-4f94-8b66-3b40ef92ffed X-Archives-Hash: a39891c64da2c4a6b8ce738998a26e35 commit: 9e9431a609524fa8a74102f9e7660c4903890e39 Author: James Le Cuirot gentoo org> AuthorDate: Thu Jul 7 14:52:07 2022 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Thu Jul 7 14:52:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e9431a6 www-apps/phpBB: Bump to 3.3.8, drop old 3.3.7 Signed-off-by: James Le Cuirot gentoo.org> www-apps/phpBB/Manifest | 2 +- www-apps/phpBB/{phpBB-3.3.7.ebuild => phpBB-3.3.8.ebuild} | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/www-apps/phpBB/Manifest b/www-apps/phpBB/Manifest index 7e82b2c9fd07..754fb913f695 100644 --- a/www-apps/phpBB/Manifest +++ b/www-apps/phpBB/Manifest @@ -1 +1 @@ -DIST phpBB-3.3.7.tar.bz2 4055014 BLAKE2B 6f73afdd0b1fb738520e47f5d8a4ccfb396d2615da99a4b3a1bdfdf8a7e1da579486605335b8a033d5b2d7b71d173d911067c17ba78ab9ea564a818ad2f9c25e SHA512 88555d5c2b1037267d2fcb1b00e7f422a6a9ca38f25f43d598fe03791c05aec19de01022daa2685d018fe670b97f523ac14f2cbd56422a51bf5821413d138ac3 +DIST phpBB-3.3.8.tar.bz2 4058666 BLAKE2B dbefc03599913bb918d1bcf7bedfd3502fb707dc822f19617260958575fa20e2003dacded69d9a95f648404cd34ca077b8f06f415e0a03e4b767489e5c4cfbb7 SHA512 99b381e76ae03f051023fe0ca977d05a316a331779401cfd86409bab04567b7a8cf0f6352b4c24ee9d352a7c891e3bdead04fa8c817247d87757187fedf37997 diff --git a/www-apps/phpBB/phpBB-3.3.7.ebuild b/www-apps/phpBB/phpBB-3.3.8.ebuild similarity index 98% rename from www-apps/phpBB/phpBB-3.3.7.ebuild rename to www-apps/phpBB/phpBB-3.3.8.ebuild index 06daf4b9249f..ee5a4ce1904d 100644 --- a/www-apps/phpBB/phpBB-3.3.7.ebuild +++ b/www-apps/phpBB/phpBB-3.3.8.ebuild @@ -22,7 +22,6 @@ RDEPEND="|| ( ${PHP_RDEPEND//@SLOT@/8.1} ${PHP_RDEPEND//@SLOT@/8.0} ${PHP_RDEPEND//@SLOT@/7.4} - ${PHP_RDEPEND//@SLOT@/7.3} )" need_httpd_cgi