* [gentoo-commits] repo/gentoo:master commit in: www-apps/phpBB/
@ 2017-01-07 21:29 James Le Cuirot
0 siblings, 0 replies; 27+ messages in thread
From: James Le Cuirot @ 2017-01-07 21:29 UTC (permalink / raw
To: gentoo-commits
commit: 5fe0ac4ee220ee0d9effd13d27b913ccbb7d131c
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 7 21:12:04 2017 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Jan 7 21:28:51 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fe0ac4e
www-apps/phpBB: Bump to 3.1.10, add flags and deps
3.1.x does not work with PHP 7. The new USE flags prevent the need to
guess which dev-lang/php flags are relevant.
Package-Manager: portage-2.3.3
www-apps/phpBB/Manifest | 1 +
www-apps/phpBB/phpBB-3.1.10.ebuild | 43 ++++++++++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/www-apps/phpBB/Manifest b/www-apps/phpBB/Manifest
index 9c1de13..09cedb7 100644
--- a/www-apps/phpBB/Manifest
+++ b/www-apps/phpBB/Manifest
@@ -1,3 +1,4 @@
DIST phpBB-3.0.10.tar.bz2 1576431 SHA256 6060dde45558a786dfb8c3787996f8760426b30e3d07a1180c195229ccc6bc96 SHA512 07905dbfed2ca5cd720a96863a15339f5b1a0229b90a5992b434afbf7a7e3e7bc15b2d24d2d1c77bed8049dc901718f0d368e17dd2aea5703f550c01f3735323 WHIRLPOOL d9f42e40cc54e4988d2888d934c8df0f0386e0fc109dd92a71a5f19400b8b42c29934f431d2e0cd17513cfe155ae066c740bf394d9bbb23081bb18fa9147de66
DIST phpBB-3.0.11.tar.bz2 1589870 SHA256 b8c40b8cad58a458442bf04cb2632e350a76e7fb688e2820f8afd92887e751f2 SHA512 54ad6c1f673c522a7e7e651eb878942c0c947f9a9096b9eb82483df00aaf7b65e98d4c441c081c05c99d4bec8f5086bd9807c3f3860e3b0ea727d55d47ed6d4c WHIRLPOOL 801efd14407bf1d58a41fb7bad1da7936d696ec86026440baaf35acf7b7d88a6e7e5fdf23e67a86b2373fc5807d541df3c7702c13e17fff9bb81cd873221dc94
DIST phpBB-3.0.12.tar.bz2 1600626 SHA256 14f216807063017a0110c6b36f1e4c0131e0ba4c42322ec6be77392059a197a8 SHA512 d1992afcd1b107a320c6c1421917d1b25ddd6ec33784749d78ca3ebea38cf786e91e96495cb47f0389d0f6d4c721f146c8e394826e2d01ebc29f0d3534620153 WHIRLPOOL 7a9a78e5b09106da5673f180908b93e331ed9789ef68b7785fcd3b4e23683941c54b7ff6e15f6887a73e931454264c5d70336c8f0cbdf09919eb2adea8ce7e44
+DIST phpBB-3.1.10.tar.bz2 2150999 SHA256 198fda1a0bd833d42e0d4f4fe26a47d656a6e087ed9a561e06b0940de131a22c SHA512 077a529075ea4e0691f9125be521b3fa8d4a078f9234b40bc5495faf00e1389808da40176ab8c8d9c66db259ebbf252d7292919d5c8e96e93c0bbda8d19695e2 WHIRLPOOL a41d9a602563a23fcf644967c374c0af4ae28e6a003e7fe0bbafe7af87c9417a87e0ec96978dba7819e022a46c46383e5ff19214ec7d39171146f689c0054565
diff --git a/www-apps/phpBB/phpBB-3.1.10.ebuild b/www-apps/phpBB/phpBB-3.1.10.ebuild
new file mode 100644
index 00000000..c5880ae
--- /dev/null
+++ b/www-apps/phpBB/phpBB-3.1.10.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit webapp
+
+DESCRIPTION="An open-source bulletin board package"
+HOMEPAGE="http://www.phpbb.com/"
+SRC_URI="http://download.phpbb.com/pub/release/${PV:0:3}/${PV}/${P}.tar.bz2"
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm64 ~ppc ~sparc ~x86"
+IUSE="ftp gd imagemagick mssql mysqli postgres sqlite xml zlib"
+
+PHPV="5*:*"
+RDEPEND="=virtual/httpd-php-${PHPV}
+ =dev-lang/php-${PHPV}[ftp?,gd?,json,mssql?,mysqli?,postgres?,sqlite?,xml?,zlib?]
+ imagemagick? ( || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] ) )"
+
+need_httpd_cgi
+
+S="${WORKDIR}/${PN}${PV%%.*}"
+
+src_install() {
+ webapp_src_preinst
+
+ insinto "${MY_HTDOCSDIR}"
+ doins -r .
+
+ webapp_serverowned "${MY_HTDOCSDIR}"/cache
+ webapp_serverowned "${MY_HTDOCSDIR}"/files
+ webapp_serverowned "${MY_HTDOCSDIR}"/images/avatars/upload
+ webapp_serverowned "${MY_HTDOCSDIR}"/store
+ webapp_serverowned "${MY_HTDOCSDIR}"/config.php
+ webapp_configfile "${MY_HTDOCSDIR}"/config.php
+
+ webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+ webapp_src_install
+
+ # phpBB needs docs together with the other files.
+ dosym "${MY_HTDOCSDIR}"/docs /usr/share/doc/${PF}
+}
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/phpBB/
@ 2017-01-07 21:29 James Le Cuirot
0 siblings, 0 replies; 27+ messages in thread
From: James Le Cuirot @ 2017-01-07 21:29 UTC (permalink / raw
To: gentoo-commits
commit: 66ceec9be7913f6c940018e1ee008622d2b83f22
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 7 21:13:24 2017 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Jan 7 21:28:53 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66ceec9b
www-apps/phpBB: Remove vulnerable 3.0.x series, bugs #538360, #549334
Package-Manager: portage-2.3.3
www-apps/phpBB/Manifest | 3 ---
www-apps/phpBB/phpBB-3.0.10.ebuild | 41 --------------------------------------
www-apps/phpBB/phpBB-3.0.11.ebuild | 41 --------------------------------------
www-apps/phpBB/phpBB-3.0.12.ebuild | 40 -------------------------------------
4 files changed, 125 deletions(-)
diff --git a/www-apps/phpBB/Manifest b/www-apps/phpBB/Manifest
index 09cedb7..7faa7f4 100644
--- a/www-apps/phpBB/Manifest
+++ b/www-apps/phpBB/Manifest
@@ -1,4 +1 @@
-DIST phpBB-3.0.10.tar.bz2 1576431 SHA256 6060dde45558a786dfb8c3787996f8760426b30e3d07a1180c195229ccc6bc96 SHA512 07905dbfed2ca5cd720a96863a15339f5b1a0229b90a5992b434afbf7a7e3e7bc15b2d24d2d1c77bed8049dc901718f0d368e17dd2aea5703f550c01f3735323 WHIRLPOOL d9f42e40cc54e4988d2888d934c8df0f0386e0fc109dd92a71a5f19400b8b42c29934f431d2e0cd17513cfe155ae066c740bf394d9bbb23081bb18fa9147de66
-DIST phpBB-3.0.11.tar.bz2 1589870 SHA256 b8c40b8cad58a458442bf04cb2632e350a76e7fb688e2820f8afd92887e751f2 SHA512 54ad6c1f673c522a7e7e651eb878942c0c947f9a9096b9eb82483df00aaf7b65e98d4c441c081c05c99d4bec8f5086bd9807c3f3860e3b0ea727d55d47ed6d4c WHIRLPOOL 801efd14407bf1d58a41fb7bad1da7936d696ec86026440baaf35acf7b7d88a6e7e5fdf23e67a86b2373fc5807d541df3c7702c13e17fff9bb81cd873221dc94
-DIST phpBB-3.0.12.tar.bz2 1600626 SHA256 14f216807063017a0110c6b36f1e4c0131e0ba4c42322ec6be77392059a197a8 SHA512 d1992afcd1b107a320c6c1421917d1b25ddd6ec33784749d78ca3ebea38cf786e91e96495cb47f0389d0f6d4c721f146c8e394826e2d01ebc29f0d3534620153 WHIRLPOOL 7a9a78e5b09106da5673f180908b93e331ed9789ef68b7785fcd3b4e23683941c54b7ff6e15f6887a73e931454264c5d70336c8f0cbdf09919eb2adea8ce7e44
DIST phpBB-3.1.10.tar.bz2 2150999 SHA256 198fda1a0bd833d42e0d4f4fe26a47d656a6e087ed9a561e06b0940de131a22c SHA512 077a529075ea4e0691f9125be521b3fa8d4a078f9234b40bc5495faf00e1389808da40176ab8c8d9c66db259ebbf252d7292919d5c8e96e93c0bbda8d19695e2 WHIRLPOOL a41d9a602563a23fcf644967c374c0af4ae28e6a003e7fe0bbafe7af87c9417a87e0ec96978dba7819e022a46c46383e5ff19214ec7d39171146f689c0054565
diff --git a/www-apps/phpBB/phpBB-3.0.10.ebuild b/www-apps/phpBB/phpBB-3.0.10.ebuild
deleted file mode 100644
index 7888abf..00000000
--- a/www-apps/phpBB/phpBB-3.0.10.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit webapp
-
-DESCRIPTION="phpBB is an open-source bulletin board package"
-HOMEPAGE="http://www.phpbb.com/"
-SRC_URI="http://download.phpbb.com/pub/release/${PV:0:3}/${PV}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
-IUSE=""
-
-RDEPEND="virtual/httpd-php"
-
-need_httpd_cgi
-
-S=${WORKDIR}/${PN}3
-
-src_install() {
- webapp_src_preinst
-
- dodoc docs/*
- rm -rf docs
-
- insinto "${MY_HTDOCSDIR}"
- doins -r .
-
- webapp_serverowned "${MY_HTDOCSDIR}"/cache
- webapp_serverowned "${MY_HTDOCSDIR}"/files
- webapp_serverowned "${MY_HTDOCSDIR}"/images/avatars/upload
- webapp_serverowned "${MY_HTDOCSDIR}"/store
- webapp_serverowned "${MY_HTDOCSDIR}"/config.php
- webapp_configfile "${MY_HTDOCSDIR}"/config.php
-
- webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
- webapp_src_install
-}
diff --git a/www-apps/phpBB/phpBB-3.0.11.ebuild b/www-apps/phpBB/phpBB-3.0.11.ebuild
deleted file mode 100644
index 7888abf..00000000
--- a/www-apps/phpBB/phpBB-3.0.11.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit webapp
-
-DESCRIPTION="phpBB is an open-source bulletin board package"
-HOMEPAGE="http://www.phpbb.com/"
-SRC_URI="http://download.phpbb.com/pub/release/${PV:0:3}/${PV}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
-IUSE=""
-
-RDEPEND="virtual/httpd-php"
-
-need_httpd_cgi
-
-S=${WORKDIR}/${PN}3
-
-src_install() {
- webapp_src_preinst
-
- dodoc docs/*
- rm -rf docs
-
- insinto "${MY_HTDOCSDIR}"
- doins -r .
-
- webapp_serverowned "${MY_HTDOCSDIR}"/cache
- webapp_serverowned "${MY_HTDOCSDIR}"/files
- webapp_serverowned "${MY_HTDOCSDIR}"/images/avatars/upload
- webapp_serverowned "${MY_HTDOCSDIR}"/store
- webapp_serverowned "${MY_HTDOCSDIR}"/config.php
- webapp_configfile "${MY_HTDOCSDIR}"/config.php
-
- webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
- webapp_src_install
-}
diff --git a/www-apps/phpBB/phpBB-3.0.12.ebuild b/www-apps/phpBB/phpBB-3.0.12.ebuild
deleted file mode 100644
index eafa0c8..00000000
--- a/www-apps/phpBB/phpBB-3.0.12.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit webapp
-
-DESCRIPTION="phpBB is an open-source bulletin board package"
-HOMEPAGE="http://www.phpbb.com/"
-SRC_URI="http://download.phpbb.com/pub/release/${PV:0:3}/${PV}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm64 ~ppc ~sparc ~x86"
-
-RDEPEND="virtual/httpd-php"
-
-need_httpd_cgi
-
-S=${WORKDIR}/${PN}3
-
-src_install() {
- webapp_src_preinst
-
- dodoc docs/*
- rm -rf docs
-
- insinto "${MY_HTDOCSDIR}"
- doins -r .
-
- webapp_serverowned "${MY_HTDOCSDIR}"/cache
- webapp_serverowned "${MY_HTDOCSDIR}"/files
- webapp_serverowned "${MY_HTDOCSDIR}"/images/avatars/upload
- webapp_serverowned "${MY_HTDOCSDIR}"/store
- webapp_serverowned "${MY_HTDOCSDIR}"/config.php
- webapp_configfile "${MY_HTDOCSDIR}"/config.php
-
- webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
- webapp_src_install
-}
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/phpBB/
@ 2017-01-07 21:29 James Le Cuirot
0 siblings, 0 replies; 27+ messages in thread
From: James Le Cuirot @ 2017-01-07 21:29 UTC (permalink / raw
To: gentoo-commits
commit: 84d0a5f8e9976d4c76085ffdba030125106fddc0
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 7 16:02:49 2017 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Jan 7 21:28:48 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84d0a5f8
www-apps/phpBB: Add myself as maintainer
Package-Manager: portage-2.3.3
www-apps/phpBB/metadata.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/www-apps/phpBB/metadata.xml b/www-apps/phpBB/metadata.xml
index 2b9b44f..dee8ada 100644
--- a/www-apps/phpBB/metadata.xml
+++ b/www-apps/phpBB/metadata.xml
@@ -5,4 +5,9 @@
<email>web-apps@gentoo.org</email>
<name>Gentoo Webapps</name>
</maintainer>
+ <maintainer type="person">
+ <email>chewi@gentoo.org</email>
+ <name>James Le Cuirot</name>
+ <description>Maintainer</description>
+ </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/phpBB/
@ 2017-02-11 19:47 David Seifert
0 siblings, 0 replies; 27+ messages in thread
From: David Seifert @ 2017-02-11 19:47 UTC (permalink / raw
To: gentoo-commits
commit: 9b2ce54ab070833e3668c3271cad85bec300014a
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 11 19:21:55 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 11 19:46:16 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b2ce54a
www-apps/phpBB: Depend on virtual/imagemagick-tools
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3907
www-apps/phpBB/{phpBB-3.1.10.ebuild => phpBB-3.1.10-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-apps/phpBB/phpBB-3.1.10.ebuild b/www-apps/phpBB/phpBB-3.1.10-r1.ebuild
similarity index 93%
rename from www-apps/phpBB/phpBB-3.1.10.ebuild
rename to www-apps/phpBB/phpBB-3.1.10-r1.ebuild
index c5880ae562..55ceabc6bc 100644
--- a/www-apps/phpBB/phpBB-3.1.10.ebuild
+++ b/www-apps/phpBB/phpBB-3.1.10-r1.ebuild
@@ -16,7 +16,7 @@ IUSE="ftp gd imagemagick mssql mysqli postgres sqlite xml zlib"
PHPV="5*:*"
RDEPEND="=virtual/httpd-php-${PHPV}
=dev-lang/php-${PHPV}[ftp?,gd?,json,mssql?,mysqli?,postgres?,sqlite?,xml?,zlib?]
- imagemagick? ( || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] ) )"
+ imagemagick? ( virtual/imagemagick-tools )"
need_httpd_cgi
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/phpBB/
@ 2018-02-11 11:36 Michał Górny
0 siblings, 0 replies; 27+ messages in thread
From: Michał Górny @ 2018-02-11 11:36 UTC (permalink / raw
To: gentoo-commits
commit: 6da75dfb1df6f0f66c77c0ed866a8bb9b49ddbee
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 11:21:12 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 11:36:33 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6da75dfb
www-apps/phpBB: Remove useless maintainer <description/>
Remove useless/redundant maintainer <description/>. It does not benefit
bug wrangling, and only wastes developer's time on reading it. Few tips:
- assignee/CC is implied by ordering, there is no reason to repeat it,
- we know that maintainer is maintainer (la la la la la),
- most of adjectives for maintainer are of no value and/or are obvious.
www-apps/phpBB/metadata.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/www-apps/phpBB/metadata.xml b/www-apps/phpBB/metadata.xml
index dee8adaf328..575e4216b63 100644
--- a/www-apps/phpBB/metadata.xml
+++ b/www-apps/phpBB/metadata.xml
@@ -8,6 +8,5 @@
<maintainer type="person">
<email>chewi@gentoo.org</email>
<name>James Le Cuirot</name>
- <description>Maintainer</description>
</maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/phpBB/
@ 2018-06-03 13:49 Aaron Bauman
0 siblings, 0 replies; 27+ messages in thread
From: Aaron Bauman @ 2018-06-03 13:49 UTC (permalink / raw
To: gentoo-commits
commit: c3289f8f9732f22b1313ae9eaca5add9e5c218c2
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Jun 3 09:29:38 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Jun 3 13:48:38 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3289f8f
www-apps/phpBB: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/8706
www-apps/phpBB/phpBB-3.1.10-r1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/www-apps/phpBB/phpBB-3.1.10-r1.ebuild b/www-apps/phpBB/phpBB-3.1.10-r1.ebuild
index f3dc1e75af3..ebc5ae0c550 100644
--- a/www-apps/phpBB/phpBB-3.1.10-r1.ebuild
+++ b/www-apps/phpBB/phpBB-3.1.10-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,8 +6,8 @@ EAPI=6
inherit webapp
DESCRIPTION="An open-source bulletin board package"
-HOMEPAGE="http://www.phpbb.com/"
-SRC_URI="http://download.phpbb.com/pub/release/${PV:0:3}/${PV}/${P}.tar.bz2"
+HOMEPAGE="https://www.phpbb.com/"
+SRC_URI="https://download.phpbb.com/pub/release/${PV:0:3}/${PV}/${P}.tar.bz2"
LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~arm64 ~ppc ~sparc ~x86"
IUSE="ftp gd imagemagick mssql mysqli postgres sqlite xml zlib"
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/phpBB/
@ 2019-06-24 21:30 James Le Cuirot
0 siblings, 0 replies; 27+ messages in thread
From: James Le Cuirot @ 2019-06-24 21:30 UTC (permalink / raw
To: gentoo-commits
commit: 87065954b8372c4ce06d42d09cc7b7311a42e8b2
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 24 21:29:31 2019 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Jun 24 21:29:31 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87065954
www-apps/phpBB: Drop old and vulnerable 3.1.10
Bug: https://bugs.gentoo.org/678512
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
www-apps/phpBB/Manifest | 1 -
www-apps/phpBB/phpBB-3.1.10-r1.ebuild | 42 -----------------------------------
2 files changed, 43 deletions(-)
diff --git a/www-apps/phpBB/Manifest b/www-apps/phpBB/Manifest
index 06073694d4d..42c23a471f2 100644
--- a/www-apps/phpBB/Manifest
+++ b/www-apps/phpBB/Manifest
@@ -1,2 +1 @@
-DIST phpBB-3.1.10.tar.bz2 2150999 BLAKE2B c0dce8b554f9bfd19f0e470fa0b96637f26969339f4ef6f87d04d5e492f0028d24e0adc76c8600b7a7d95c6531aa6971b646a02f22f731195c5a9491ea465bd0 SHA512 077a529075ea4e0691f9125be521b3fa8d4a078f9234b40bc5495faf00e1389808da40176ab8c8d9c66db259ebbf252d7292919d5c8e96e93c0bbda8d19695e2
DIST phpBB-3.2.7.tar.bz2 4384851 BLAKE2B 68af960efa04a30f81869b205d9c43ace86a4a4411a4cb969cdf5d52c8bf4f87f806fc3b2c71941f15be295afe5faa0d606af72a734356c3a7f0f97fb73d3f01 SHA512 f6cf728c022d803f2b39560037b987e832f4ee4583a377f63e01a1529b58e275db4f13386a0d70b50cfb40621d7573a26e349702f901a549cedda9db7f79d4d2
diff --git a/www-apps/phpBB/phpBB-3.1.10-r1.ebuild b/www-apps/phpBB/phpBB-3.1.10-r1.ebuild
deleted file mode 100644
index ebc5ae0c550..00000000000
--- a/www-apps/phpBB/phpBB-3.1.10-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit webapp
-
-DESCRIPTION="An open-source bulletin board package"
-HOMEPAGE="https://www.phpbb.com/"
-SRC_URI="https://download.phpbb.com/pub/release/${PV:0:3}/${PV}/${P}.tar.bz2"
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm64 ~ppc ~sparc ~x86"
-IUSE="ftp gd imagemagick mssql mysqli postgres sqlite xml zlib"
-
-PHPV="5*:*"
-RDEPEND="=virtual/httpd-php-${PHPV}
- =dev-lang/php-${PHPV}[ftp?,gd?,json,mssql?,mysqli?,postgres?,sqlite?,xml?,zlib?]
- imagemagick? ( virtual/imagemagick-tools )"
-
-need_httpd_cgi
-
-S="${WORKDIR}/${PN}${PV%%.*}"
-
-src_install() {
- webapp_src_preinst
-
- insinto "${MY_HTDOCSDIR}"
- doins -r .
-
- webapp_serverowned "${MY_HTDOCSDIR}"/cache
- webapp_serverowned "${MY_HTDOCSDIR}"/files
- webapp_serverowned "${MY_HTDOCSDIR}"/images/avatars/upload
- webapp_serverowned "${MY_HTDOCSDIR}"/store
- webapp_serverowned "${MY_HTDOCSDIR}"/config.php
- webapp_configfile "${MY_HTDOCSDIR}"/config.php
-
- webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
- webapp_src_install
-
- # phpBB needs docs together with the other files.
- dosym "${MY_HTDOCSDIR}"/docs /usr/share/doc/${PF}
-}
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/phpBB/
@ 2019-06-24 21:54 James Le Cuirot
0 siblings, 0 replies; 27+ messages in thread
From: James Le Cuirot @ 2019-06-24 21:54 UTC (permalink / raw
To: gentoo-commits
commit: fbbdcf08e6868b86304672bc9986a5cfc71d70c2
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 24 21:54:24 2019 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Jun 24 21:54:24 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbbdcf08
www-apps/phpBB: Make doc link relative to dodge possible Portage bug
Closes: https://bugs.gentoo.org/678138
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
www-apps/phpBB/phpBB-3.2.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-apps/phpBB/phpBB-3.2.7.ebuild b/www-apps/phpBB/phpBB-3.2.7.ebuild
index c44df8c4c35..95dfe1c2276 100644
--- a/www-apps/phpBB/phpBB-3.2.7.ebuild
+++ b/www-apps/phpBB/phpBB-3.2.7.ebuild
@@ -33,7 +33,7 @@ src_install() {
webapp_src_install
# phpBB needs docs together with the other files.
- dosym "${MY_HTDOCSDIR}"/docs /usr/share/doc/${PF}
+ dosym ../webapps/${PN}/${SLOT}/htdocs/docs /usr/share/doc/${PF}
}
pkg_postinst() {
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/phpBB/
@ 2019-11-24 23:22 James Le Cuirot
0 siblings, 0 replies; 27+ messages in thread
From: James Le Cuirot @ 2019-11-24 23:22 UTC (permalink / raw
To: gentoo-commits
commit: b22d177a29c8a564b3cc33e7c04db9255c461531
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 24 23:22:25 2019 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Nov 24 23:22:25 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b22d177a
www-apps/phpBB: Drop old 3.2.7
Package-Manager: Portage-2.3.79, Repoman-2.3.17
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
www-apps/phpBB/Manifest | 1 -
www-apps/phpBB/phpBB-3.2.7.ebuild | 50 ---------------------------------------
2 files changed, 51 deletions(-)
diff --git a/www-apps/phpBB/Manifest b/www-apps/phpBB/Manifest
index 19c367b0b6d..a3587a7253e 100644
--- a/www-apps/phpBB/Manifest
+++ b/www-apps/phpBB/Manifest
@@ -1,2 +1 @@
-DIST phpBB-3.2.7.tar.bz2 4384851 BLAKE2B 68af960efa04a30f81869b205d9c43ace86a4a4411a4cb969cdf5d52c8bf4f87f806fc3b2c71941f15be295afe5faa0d606af72a734356c3a7f0f97fb73d3f01 SHA512 f6cf728c022d803f2b39560037b987e832f4ee4583a377f63e01a1529b58e275db4f13386a0d70b50cfb40621d7573a26e349702f901a549cedda9db7f79d4d2
DIST phpBB-3.2.8.tar.bz2 4388929 BLAKE2B 8d7b7294a852450400f721cb05d258bb36b88c48133d340292bb2733c4a28da02e3c2038eb269e0549512cc3db286c4e31eb970070edda0493c304185bc303d0 SHA512 467a84917041889eaa7f2e68a0a81d9368f3ee36427883dec7ebd2af72fe21044dbdb08c5a068ab4e67490af2e4b30132db9d3a300382dd5ccc0a54f7ca20a31
diff --git a/www-apps/phpBB/phpBB-3.2.7.ebuild b/www-apps/phpBB/phpBB-3.2.7.ebuild
deleted file mode 100644
index 95dfe1c2276..00000000000
--- a/www-apps/phpBB/phpBB-3.2.7.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2019 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://www.phpbb.com/files/release/${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 )"
-
-PHPV="5.4:*"
-RDEPEND=">=virtual/httpd-php-${PHPV}
- >=dev-lang/php-${PHPV}[ftp?,gd?,json,mssql?,mysqli?,postgres?,sqlite?,xml,zlib?]"
-
-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
-}
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/phpBB/
@ 2019-11-24 23:22 James Le Cuirot
0 siblings, 0 replies; 27+ messages in thread
From: James Le Cuirot @ 2019-11-24 23:22 UTC (permalink / raw
To: gentoo-commits
commit: 40693b82a8eb796ca3efdd1a1c77fd37ccb6b5cd
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 24 23:21:39 2019 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Nov 24 23:21:39 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40693b82
www-apps/phpBB: Version bump to 3.2.8
PHP 7.3 won't be supported until phpBB 3.3.
Package-Manager: Portage-2.3.79, Repoman-2.3.17
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
www-apps/phpBB/Manifest | 1 +
www-apps/phpBB/phpBB-3.2.8.ebuild | 56 +++++++++++++++++++++++++++++++++++++++
2 files changed, 57 insertions(+)
diff --git a/www-apps/phpBB/Manifest b/www-apps/phpBB/Manifest
index 42c23a471f2..19c367b0b6d 100644
--- a/www-apps/phpBB/Manifest
+++ b/www-apps/phpBB/Manifest
@@ -1 +1,2 @@
DIST phpBB-3.2.7.tar.bz2 4384851 BLAKE2B 68af960efa04a30f81869b205d9c43ace86a4a4411a4cb969cdf5d52c8bf4f87f806fc3b2c71941f15be295afe5faa0d606af72a734356c3a7f0f97fb73d3f01 SHA512 f6cf728c022d803f2b39560037b987e832f4ee4583a377f63e01a1529b58e275db4f13386a0d70b50cfb40621d7573a26e349702f901a549cedda9db7f79d4d2
+DIST phpBB-3.2.8.tar.bz2 4388929 BLAKE2B 8d7b7294a852450400f721cb05d258bb36b88c48133d340292bb2733c4a28da02e3c2038eb269e0549512cc3db286c4e31eb970070edda0493c304185bc303d0 SHA512 467a84917041889eaa7f2e68a0a81d9368f3ee36427883dec7ebd2af72fe21044dbdb08c5a068ab4e67490af2e4b30132db9d3a300382dd5ccc0a54f7ca20a31
diff --git a/www-apps/phpBB/phpBB-3.2.8.ebuild b/www-apps/phpBB/phpBB-3.2.8.ebuild
new file mode 100644
index 00000000000..52b9af6e5eb
--- /dev/null
+++ b/www-apps/phpBB/phpBB-3.2.8.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2019 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.2}
+ ${PHP_RDEPEND//@SLOT@/7.1}
+)"
+
+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
+}
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/phpBB/
@ 2020-08-23 22:00 James Le Cuirot
0 siblings, 0 replies; 27+ messages in thread
From: James Le Cuirot @ 2020-08-23 22:00 UTC (permalink / raw
To: gentoo-commits
commit: 158312052d73276281ba9e49ddaf4c792fe25cd3
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 23 21:59:47 2020 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Aug 23 21:59:47 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15831205
www-apps/phpBB: Drop old and vulnerable 3.2.8
Bug: https://bugs.gentoo.org/717716
Bug: https://bugs.gentoo.org/737908
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
www-apps/phpBB/Manifest | 1 -
www-apps/phpBB/phpBB-3.2.8.ebuild | 56 ---------------------------------------
2 files changed, 57 deletions(-)
diff --git a/www-apps/phpBB/Manifest b/www-apps/phpBB/Manifest
index 7f3f1e45148..dabe159ea00 100644
--- a/www-apps/phpBB/Manifest
+++ b/www-apps/phpBB/Manifest
@@ -1,2 +1 @@
-DIST phpBB-3.2.8.tar.bz2 4388929 BLAKE2B 8d7b7294a852450400f721cb05d258bb36b88c48133d340292bb2733c4a28da02e3c2038eb269e0549512cc3db286c4e31eb970070edda0493c304185bc303d0 SHA512 467a84917041889eaa7f2e68a0a81d9368f3ee36427883dec7ebd2af72fe21044dbdb08c5a068ab4e67490af2e4b30132db9d3a300382dd5ccc0a54f7ca20a31
DIST phpBB-3.3.1.tar.bz2 4575916 BLAKE2B 5383da8de81664c99156007eee49d01fe661e74cd6c5970fe07359aa341dc2f54c80d01927b60abf2d48ab830cbe42244bfc5432c758becb4363e334f9298d51 SHA512 b3a24b4f326426c174082362e67d1d6c1b67b3b5daa6a86f3117ef1b458aa70c055bdeaa7caf597f530c2fe4b7f6e569f7f1beacfaf346c83c638dc98d2169cf
diff --git a/www-apps/phpBB/phpBB-3.2.8.ebuild b/www-apps/phpBB/phpBB-3.2.8.ebuild
deleted file mode 100644
index 52b9af6e5eb..00000000000
--- a/www-apps/phpBB/phpBB-3.2.8.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2019 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.2}
- ${PHP_RDEPEND//@SLOT@/7.1}
-)"
-
-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
-}
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/phpBB/
@ 2020-08-23 22:00 James Le Cuirot
0 siblings, 0 replies; 27+ messages in thread
From: James Le Cuirot @ 2020-08-23 22:00 UTC (permalink / raw
To: gentoo-commits
commit: 88bb953e4c11c2cd8e895fb086f0b48629f3ce87
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 23 21:58:49 2020 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Aug 23 21:58:49 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88bb953e
www-apps/phpBB: Version bump to 3.3.1
Bug: https://bugs.gentoo.org/717716
Bug: https://bugs.gentoo.org/737908
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
www-apps/phpBB/Manifest | 1 +
www-apps/phpBB/phpBB-3.3.1.ebuild | 57 +++++++++++++++++++++++++++++++++++++++
2 files changed, 58 insertions(+)
diff --git a/www-apps/phpBB/Manifest b/www-apps/phpBB/Manifest
index a3587a7253e..7f3f1e45148 100644
--- a/www-apps/phpBB/Manifest
+++ b/www-apps/phpBB/Manifest
@@ -1 +1,2 @@
DIST phpBB-3.2.8.tar.bz2 4388929 BLAKE2B 8d7b7294a852450400f721cb05d258bb36b88c48133d340292bb2733c4a28da02e3c2038eb269e0549512cc3db286c4e31eb970070edda0493c304185bc303d0 SHA512 467a84917041889eaa7f2e68a0a81d9368f3ee36427883dec7ebd2af72fe21044dbdb08c5a068ab4e67490af2e4b30132db9d3a300382dd5ccc0a54f7ca20a31
+DIST phpBB-3.3.1.tar.bz2 4575916 BLAKE2B 5383da8de81664c99156007eee49d01fe661e74cd6c5970fe07359aa341dc2f54c80d01927b60abf2d48ab830cbe42244bfc5432c758becb4363e334f9298d51 SHA512 b3a24b4f326426c174082362e67d1d6c1b67b3b5daa6a86f3117ef1b458aa70c055bdeaa7caf597f530c2fe4b7f6e569f7f1beacfaf346c83c638dc98d2169cf
diff --git a/www-apps/phpBB/phpBB-3.3.1.ebuild b/www-apps/phpBB/phpBB-3.3.1.ebuild
new file mode 100644
index 00000000000..92e371c9f13
--- /dev/null
+++ b/www-apps/phpBB/phpBB-3.3.1.ebuild
@@ -0,0 +1,57 @@
+# 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
+}
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/phpBB/
@ 2020-11-22 21:13 James Le Cuirot
0 siblings, 0 replies; 27+ messages in thread
From: James Le Cuirot @ 2020-11-22 21:13 UTC (permalink / raw
To: gentoo-commits
commit: 251e785412cf7341ad34b91b6ab46e9ef928b572
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 22 21:12:51 2020 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Nov 22 21:12:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=251e7854
www-apps/phpBB: Bump to 3.3.2, drop old 3.3.1
Package-Manager: Portage-3.0.10, Repoman-3.0.1
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
www-apps/phpBB/Manifest | 2 +-
www-apps/phpBB/{phpBB-3.3.1.ebuild => phpBB-3.3.2.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-apps/phpBB/Manifest b/www-apps/phpBB/Manifest
index dabe159ea00..37a4bb1723b 100644
--- a/www-apps/phpBB/Manifest
+++ b/www-apps/phpBB/Manifest
@@ -1 +1 @@
-DIST phpBB-3.3.1.tar.bz2 4575916 BLAKE2B 5383da8de81664c99156007eee49d01fe661e74cd6c5970fe07359aa341dc2f54c80d01927b60abf2d48ab830cbe42244bfc5432c758becb4363e334f9298d51 SHA512 b3a24b4f326426c174082362e67d1d6c1b67b3b5daa6a86f3117ef1b458aa70c055bdeaa7caf597f530c2fe4b7f6e569f7f1beacfaf346c83c638dc98d2169cf
+DIST phpBB-3.3.2.tar.bz2 4616676 BLAKE2B 3199dac9c3ad95697e24c30d91131a29e05a19783cbc002ef65c87f4834def73de669ce1810b02c960dd47cec1b4e6d51d41a456e5f704e79791b5af5cab980d SHA512 8acdd88232ebfd914c74dd46edafcca66dd67669c2db4bf8008b9ece9f6af300825933a6dc0febe6cf70ffe8d4fd550a24eebedd684dc233c7866463fdba3039
diff --git a/www-apps/phpBB/phpBB-3.3.1.ebuild b/www-apps/phpBB/phpBB-3.3.2.ebuild
similarity index 100%
rename from www-apps/phpBB/phpBB-3.3.1.ebuild
rename to www-apps/phpBB/phpBB-3.3.2.ebuild
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/phpBB/
@ 2021-01-10 22:27 Sam James
0 siblings, 0 replies; 27+ messages in thread
From: Sam James @ 2021-01-10 22:27 UTC (permalink / raw
To: gentoo-commits
commit: b3c14d5b6551906314656e4b304d3022f6619f06
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 10 22:12:02 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 22:27:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3c14d5b
www-apps/phpBB: mark ALLARCHES
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
www-apps/phpBB/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/www-apps/phpBB/metadata.xml b/www-apps/phpBB/metadata.xml
index 14d03d3e9a1..c9e3d7f3239 100644
--- a/www-apps/phpBB/metadata.xml
+++ b/www-apps/phpBB/metadata.xml
@@ -9,6 +9,7 @@
<email>chewi@gentoo.org</email>
<name>James Le Cuirot</name>
</maintainer>
+ <stabilize-allarches/>
<longdescription>
phpBB is a free flat-forum bulletin board software solution that can be used
to stay in touch with a group of people or can power your entire website.
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/phpBB/
@ 2021-02-12 16:09 James Le Cuirot
0 siblings, 0 replies; 27+ messages in thread
From: James Le Cuirot @ 2021-02-12 16:09 UTC (permalink / raw
To: gentoo-commits
commit: e05a5d3820096b459e20e811caccd56d34366605
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 12 14:04:32 2021 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Feb 12 16:09:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e05a5d38
www-apps/phpBB: Bump to 3.3.3, drop old 3.3.2
This version supports PHP 8.0.
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
www-apps/phpBB/Manifest | 2 +-
www-apps/phpBB/{phpBB-3.3.2.ebuild => phpBB-3.3.3.ebuild} | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/www-apps/phpBB/Manifest b/www-apps/phpBB/Manifest
index 37a4bb1723b..c8f14dfd36c 100644
--- a/www-apps/phpBB/Manifest
+++ b/www-apps/phpBB/Manifest
@@ -1 +1 @@
-DIST phpBB-3.3.2.tar.bz2 4616676 BLAKE2B 3199dac9c3ad95697e24c30d91131a29e05a19783cbc002ef65c87f4834def73de669ce1810b02c960dd47cec1b4e6d51d41a456e5f704e79791b5af5cab980d SHA512 8acdd88232ebfd914c74dd46edafcca66dd67669c2db4bf8008b9ece9f6af300825933a6dc0febe6cf70ffe8d4fd550a24eebedd684dc233c7866463fdba3039
+DIST phpBB-3.3.3.tar.bz2 4703855 BLAKE2B 28eb4ad42c80adad372858e899ac33ae2da80044aed1d43edd94de4698d9bf91a5a9571daf7d9be52204c4c8262902f725a40564f921ddf9d89c31f73661bc8c SHA512 a43ff244a4cf3917dfac6e24c21bd52e70ae3391313fd6a3dcaba08907485359c42200bd767137061258b125134f4798b26ecd82bbf8ba360755a63d875ae5d5
diff --git a/www-apps/phpBB/phpBB-3.3.2.ebuild b/www-apps/phpBB/phpBB-3.3.3.ebuild
similarity index 96%
rename from www-apps/phpBB/phpBB-3.3.2.ebuild
rename to www-apps/phpBB/phpBB-3.3.3.ebuild
index 92e371c9f13..eb1f59b4ed6 100644
--- a/www-apps/phpBB/phpBB-3.3.2.ebuild
+++ b/www-apps/phpBB/phpBB-3.3.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -19,6 +19,7 @@ PHP_RDEPEND="(
)"
RDEPEND="|| (
+ ${PHP_RDEPEND//@SLOT@/8.0}
${PHP_RDEPEND//@SLOT@/7.4}
${PHP_RDEPEND//@SLOT@/7.3}
${PHP_RDEPEND//@SLOT@/7.2}
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/phpBB/
@ 2021-02-12 17:29 James Le Cuirot
0 siblings, 0 replies; 27+ messages in thread
From: James Le Cuirot @ 2021-02-12 17:29 UTC (permalink / raw
To: gentoo-commits
commit: 2fdac2e25b20677f507e8a09a26314e5a9134c5b
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 12 17:29:18 2021 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Feb 12 17:29:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fdac2e2
www-apps/phpBB: Address dropped json USE flag in dev-lang/php:8.0
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
www-apps/phpBB/phpBB-3.3.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-apps/phpBB/phpBB-3.3.3.ebuild b/www-apps/phpBB/phpBB-3.3.3.ebuild
index eb1f59b4ed6..186d7c2f037 100644
--- a/www-apps/phpBB/phpBB-3.3.3.ebuild
+++ b/www-apps/phpBB/phpBB-3.3.3.ebuild
@@ -15,7 +15,7 @@ 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?]
+ dev-lang/php:@SLOT@[ftp?,gd?,json(+),mssql?,mysqli?,postgres?,sqlite?,xml,zlib?]
)"
RDEPEND="|| (
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/phpBB/
@ 2021-05-30 7:56 James Le Cuirot
0 siblings, 0 replies; 27+ messages in thread
From: James Le Cuirot @ 2021-05-30 7:56 UTC (permalink / raw
To: gentoo-commits
commit: 950a904e95792d115e2cd755882016c55393f2e2
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun May 30 07:55:02 2021 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun May 30 07:56:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=950a904e
www-apps/phpBB: Bump to 3.3.4, drop old 3.3.3
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
www-apps/phpBB/Manifest | 2 +-
www-apps/phpBB/{phpBB-3.3.3.ebuild => phpBB-3.3.4.ebuild} | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/www-apps/phpBB/Manifest b/www-apps/phpBB/Manifest
index c8f14dfd36c..a5ec3fb5095 100644
--- a/www-apps/phpBB/Manifest
+++ b/www-apps/phpBB/Manifest
@@ -1 +1 @@
-DIST phpBB-3.3.3.tar.bz2 4703855 BLAKE2B 28eb4ad42c80adad372858e899ac33ae2da80044aed1d43edd94de4698d9bf91a5a9571daf7d9be52204c4c8262902f725a40564f921ddf9d89c31f73661bc8c SHA512 a43ff244a4cf3917dfac6e24c21bd52e70ae3391313fd6a3dcaba08907485359c42200bd767137061258b125134f4798b26ecd82bbf8ba360755a63d875ae5d5
+DIST phpBB-3.3.4.tar.bz2 4707921 BLAKE2B d70797c88514b1b0409194784e510401e1af910e4577e5b679d5b18b0664fe8eb011567fd9a2894f18ce4f78bf5e694305def7dc7d0c3000b23753dc9ca6a67d SHA512 d021530a2e89eb3fea818c5c13cc1e66dc5b5bb3f9db838243be0fb167d21f0d1f1311c2a2fe4f9ac2b81621a949c1c1db139bd32fc3007d6deade4e9f7386d8
diff --git a/www-apps/phpBB/phpBB-3.3.3.ebuild b/www-apps/phpBB/phpBB-3.3.4.ebuild
similarity index 98%
rename from www-apps/phpBB/phpBB-3.3.3.ebuild
rename to www-apps/phpBB/phpBB-3.3.4.ebuild
index 186d7c2f037..70b57df522a 100644
--- a/www-apps/phpBB/phpBB-3.3.3.ebuild
+++ b/www-apps/phpBB/phpBB-3.3.4.ebuild
@@ -22,7 +22,6 @@ RDEPEND="|| (
${PHP_RDEPEND//@SLOT@/8.0}
${PHP_RDEPEND//@SLOT@/7.4}
${PHP_RDEPEND//@SLOT@/7.3}
- ${PHP_RDEPEND//@SLOT@/7.2}
)"
need_httpd_cgi
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/phpBB/
@ 2021-10-16 9:00 James Le Cuirot
0 siblings, 0 replies; 27+ messages in thread
From: James Le Cuirot @ 2021-10-16 9:00 UTC (permalink / raw
To: gentoo-commits
commit: 69ad2f30ca6832847da3c7c9320969bf14eab165
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 16 08:59:58 2021 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Oct 16 08:59:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69ad2f30
www-apps/phpBB: Version bump to 3.3.5, drop old 3.3.4
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
www-apps/phpBB/Manifest | 2 +-
www-apps/phpBB/{phpBB-3.3.4.ebuild => phpBB-3.3.5.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-apps/phpBB/Manifest b/www-apps/phpBB/Manifest
index a5ec3fb5095..6256eadbfea 100644
--- a/www-apps/phpBB/Manifest
+++ b/www-apps/phpBB/Manifest
@@ -1 +1 @@
-DIST phpBB-3.3.4.tar.bz2 4707921 BLAKE2B d70797c88514b1b0409194784e510401e1af910e4577e5b679d5b18b0664fe8eb011567fd9a2894f18ce4f78bf5e694305def7dc7d0c3000b23753dc9ca6a67d SHA512 d021530a2e89eb3fea818c5c13cc1e66dc5b5bb3f9db838243be0fb167d21f0d1f1311c2a2fe4f9ac2b81621a949c1c1db139bd32fc3007d6deade4e9f7386d8
+DIST phpBB-3.3.5.tar.bz2 4027687 BLAKE2B 1834493e58f54c0968d732686403cc8ec71e0d8943514850df7408bcd8da34ee9d887a0c1e58ca6f9fa46c3f73a886b2bbf487589a1109be4ec157c81d57ae5c SHA512 62a458c37704da850e2e14339671350ba5346dd527aa2020da402df2f078b55ba19254be02d6c03693db5c653b5eff687cde79fb3e18468eb87af4f77d7b1afc
diff --git a/www-apps/phpBB/phpBB-3.3.4.ebuild b/www-apps/phpBB/phpBB-3.3.5.ebuild
similarity index 100%
rename from www-apps/phpBB/phpBB-3.3.4.ebuild
rename to www-apps/phpBB/phpBB-3.3.5.ebuild
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/phpBB/
@ 2022-04-02 13:47 James Le Cuirot
0 siblings, 0 replies; 27+ messages in thread
From: James Le Cuirot @ 2022-04-02 13:47 UTC (permalink / raw
To: gentoo-commits
commit: ce47efa34d02bd628860616cae2ac2948705faa9
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 2 13:46:35 2022 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Apr 2 13:46:35 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce47efa3
www-apps/phpBB: Bump to 3.3.7 with PHP 8.1, drop old 3.3.5
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
www-apps/phpBB/Manifest | 2 +-
www-apps/phpBB/{phpBB-3.3.5.ebuild => phpBB-3.3.7.ebuild} | 5 +++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/www-apps/phpBB/Manifest b/www-apps/phpBB/Manifest
index 6256eadbfea9..7e82b2c9fd07 100644
--- a/www-apps/phpBB/Manifest
+++ b/www-apps/phpBB/Manifest
@@ -1 +1 @@
-DIST phpBB-3.3.5.tar.bz2 4027687 BLAKE2B 1834493e58f54c0968d732686403cc8ec71e0d8943514850df7408bcd8da34ee9d887a0c1e58ca6f9fa46c3f73a886b2bbf487589a1109be4ec157c81d57ae5c SHA512 62a458c37704da850e2e14339671350ba5346dd527aa2020da402df2f078b55ba19254be02d6c03693db5c653b5eff687cde79fb3e18468eb87af4f77d7b1afc
+DIST phpBB-3.3.7.tar.bz2 4055014 BLAKE2B 6f73afdd0b1fb738520e47f5d8a4ccfb396d2615da99a4b3a1bdfdf8a7e1da579486605335b8a033d5b2d7b71d173d911067c17ba78ab9ea564a818ad2f9c25e SHA512 88555d5c2b1037267d2fcb1b00e7f422a6a9ca38f25f43d598fe03791c05aec19de01022daa2685d018fe670b97f523ac14f2cbd56422a51bf5821413d138ac3
diff --git a/www-apps/phpBB/phpBB-3.3.5.ebuild b/www-apps/phpBB/phpBB-3.3.7.ebuild
similarity index 95%
rename from www-apps/phpBB/phpBB-3.3.5.ebuild
rename to www-apps/phpBB/phpBB-3.3.7.ebuild
index 70b57df522aa..06daf4b9249f 100644
--- a/www-apps/phpBB/phpBB-3.3.5.ebuild
+++ b/www-apps/phpBB/phpBB-3.3.7.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit webapp
@@ -19,6 +19,7 @@ PHP_RDEPEND="(
)"
RDEPEND="|| (
+ ${PHP_RDEPEND//@SLOT@/8.1}
${PHP_RDEPEND//@SLOT@/8.0}
${PHP_RDEPEND//@SLOT@/7.4}
${PHP_RDEPEND//@SLOT@/7.3}
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/phpBB/
@ 2022-07-07 14:52 James Le Cuirot
0 siblings, 0 replies; 27+ messages in thread
From: James Le Cuirot @ 2022-07-07 14:52 UTC (permalink / raw
To: gentoo-commits
commit: 9e9431a609524fa8a74102f9e7660c4903890e39
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 7 14:52:07 2022 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> 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 <chewi <AT> 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
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/phpBB/
@ 2022-12-11 10:36 James Le Cuirot
0 siblings, 0 replies; 27+ messages in thread
From: James Le Cuirot @ 2022-12-11 10:36 UTC (permalink / raw
To: gentoo-commits
commit: f2e635df5f9fa7288f71400154c5ed1083e26260
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 11 10:35:50 2022 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Dec 11 10:35:50 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2e635df
www-apps/phpBB: Bump to 3.3.9, drop old 3.3.8
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
www-apps/phpBB/Manifest | 2 +-
www-apps/phpBB/{phpBB-3.3.8.ebuild => phpBB-3.3.9.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-apps/phpBB/Manifest b/www-apps/phpBB/Manifest
index 754fb913f695..5fe0a59dd99f 100644
--- a/www-apps/phpBB/Manifest
+++ b/www-apps/phpBB/Manifest
@@ -1 +1 @@
-DIST phpBB-3.3.8.tar.bz2 4058666 BLAKE2B dbefc03599913bb918d1bcf7bedfd3502fb707dc822f19617260958575fa20e2003dacded69d9a95f648404cd34ca077b8f06f415e0a03e4b767489e5c4cfbb7 SHA512 99b381e76ae03f051023fe0ca977d05a316a331779401cfd86409bab04567b7a8cf0f6352b4c24ee9d352a7c891e3bdead04fa8c817247d87757187fedf37997
+DIST phpBB-3.3.9.tar.bz2 4061405 BLAKE2B 52d725d6c89fd817b4518610d15af00d83ddc6c804a07835cc27b27d2ba02e14866d9a308de430a14451f51cfae42aef0b75ae1300c83dd5453f4634cd97b5c2 SHA512 03f0c501f3e975efad18c84f434948e04ee63a6a782c0352d801b7c40d5b7f1364973b37824f640516843d2f2fda80e3abc632b47e40066754047a9c791f9c2b
diff --git a/www-apps/phpBB/phpBB-3.3.8.ebuild b/www-apps/phpBB/phpBB-3.3.9.ebuild
similarity index 100%
rename from www-apps/phpBB/phpBB-3.3.8.ebuild
rename to www-apps/phpBB/phpBB-3.3.9.ebuild
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/phpBB/
@ 2023-02-17 23:21 James Le Cuirot
0 siblings, 0 replies; 27+ messages in thread
From: James Le Cuirot @ 2023-02-17 23:21 UTC (permalink / raw
To: gentoo-commits
commit: bd47c93031f8221b1ffb05597f8237aa39967681
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 22:56:16 2023 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Feb 17 23:02:47 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd47c930
www-apps/phpBB: Bump to 3.3.10, drop old 3.3.9
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
www-apps/phpBB/Manifest | 2 +-
www-apps/phpBB/{phpBB-3.3.9.ebuild => phpBB-3.3.10.ebuild} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/www-apps/phpBB/Manifest b/www-apps/phpBB/Manifest
index 5fe0a59dd99f..72932316eb82 100644
--- a/www-apps/phpBB/Manifest
+++ b/www-apps/phpBB/Manifest
@@ -1 +1 @@
-DIST phpBB-3.3.9.tar.bz2 4061405 BLAKE2B 52d725d6c89fd817b4518610d15af00d83ddc6c804a07835cc27b27d2ba02e14866d9a308de430a14451f51cfae42aef0b75ae1300c83dd5453f4634cd97b5c2 SHA512 03f0c501f3e975efad18c84f434948e04ee63a6a782c0352d801b7c40d5b7f1364973b37824f640516843d2f2fda80e3abc632b47e40066754047a9c791f9c2b
+DIST phpBB-3.3.10.tar.bz2 4097933 BLAKE2B 338749ec483c0a402df7ec2912ed0141928d246f4f7def1aee7211392d612758e14e2fe0d02a808ae6b64ecdfb3f25f061644edbaf5cfdf8270a4bf67011b085 SHA512 fe1434dced4a701921bdd6a10e792a6236737eeacb8daa8f27ae988f736ea6276b013a18e25840f9f8a281f04d4ac0aa25db9f3643069ba52a8c92fd3d6f6bd5
diff --git a/www-apps/phpBB/phpBB-3.3.9.ebuild b/www-apps/phpBB/phpBB-3.3.10.ebuild
similarity index 97%
rename from www-apps/phpBB/phpBB-3.3.9.ebuild
rename to www-apps/phpBB/phpBB-3.3.10.ebuild
index ee5a4ce1904d..451206a6e93b 100644
--- a/www-apps/phpBB/phpBB-3.3.9.ebuild
+++ b/www-apps/phpBB/phpBB-3.3.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/phpBB/
@ 2023-09-17 21:33 James Le Cuirot
0 siblings, 0 replies; 27+ messages in thread
From: James Le Cuirot @ 2023-09-17 21:33 UTC (permalink / raw
To: gentoo-commits
commit: 46cacf82b89ffe86b29cff0ce3ee172be19d34ca
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 17 21:31:58 2023 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Sep 17 21:32:52 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46cacf82
www-apps/phpBB: Revbump for PHP 8.2
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
www-apps/phpBB/{phpBB-3.3.10.ebuild => phpBB-3.3.10-r1.ebuild} | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/www-apps/phpBB/phpBB-3.3.10.ebuild b/www-apps/phpBB/phpBB-3.3.10-r1.ebuild
similarity index 96%
rename from www-apps/phpBB/phpBB-3.3.10.ebuild
rename to www-apps/phpBB/phpBB-3.3.10-r1.ebuild
index 451206a6e93b..93c405ca422c 100644
--- a/www-apps/phpBB/phpBB-3.3.10.ebuild
+++ b/www-apps/phpBB/phpBB-3.3.10-r1.ebuild
@@ -19,9 +19,8 @@ PHP_RDEPEND="(
)"
RDEPEND="|| (
+ ${PHP_RDEPEND//@SLOT@/8.2}
${PHP_RDEPEND//@SLOT@/8.1}
- ${PHP_RDEPEND//@SLOT@/8.0}
- ${PHP_RDEPEND//@SLOT@/7.4}
)"
need_httpd_cgi
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/phpBB/
@ 2023-11-04 22:35 James Le Cuirot
0 siblings, 0 replies; 27+ messages in thread
From: James Le Cuirot @ 2023-11-04 22:35 UTC (permalink / raw
To: gentoo-commits
commit: b013215b98e7e317a0221b1baa4bb7ad78b9dc2e
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 4 22:24:29 2023 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Nov 4 22:34:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b013215b
www-apps/phpBB: Bump to 3.3.11, drop old 3.3.10-r1
Bug: https://bugs.gentoo.org/916864
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
www-apps/phpBB/Manifest | 2 +-
www-apps/phpBB/{phpBB-3.3.10-r1.ebuild => phpBB-3.3.11.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-apps/phpBB/Manifest b/www-apps/phpBB/Manifest
index 72932316eb82..2ca6e18549ee 100644
--- a/www-apps/phpBB/Manifest
+++ b/www-apps/phpBB/Manifest
@@ -1 +1 @@
-DIST phpBB-3.3.10.tar.bz2 4097933 BLAKE2B 338749ec483c0a402df7ec2912ed0141928d246f4f7def1aee7211392d612758e14e2fe0d02a808ae6b64ecdfb3f25f061644edbaf5cfdf8270a4bf67011b085 SHA512 fe1434dced4a701921bdd6a10e792a6236737eeacb8daa8f27ae988f736ea6276b013a18e25840f9f8a281f04d4ac0aa25db9f3643069ba52a8c92fd3d6f6bd5
+DIST phpBB-3.3.11.tar.bz2 4099688 BLAKE2B c9b5fecc8144555ad58d0983b4bc6ff4334e2c5b0ef74f1b8d7becfec456de5f5f975b53c73b5d6a5ed389d102db1dc6edd1356a12038636afee12d71eaa6ac2 SHA512 f47a04ff30fd9c66ac22b98a2006457fa984311bb117f331cf7850fabb6c8b0936e11c39366bf3f142f4624015e3c364e8c2317d9d66d2a07270fea2c474c449
diff --git a/www-apps/phpBB/phpBB-3.3.10-r1.ebuild b/www-apps/phpBB/phpBB-3.3.11.ebuild
similarity index 100%
rename from www-apps/phpBB/phpBB-3.3.10-r1.ebuild
rename to www-apps/phpBB/phpBB-3.3.11.ebuild
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/phpBB/
@ 2023-12-08 16:29 Arthur Zamarin
0 siblings, 0 replies; 27+ messages in thread
From: Arthur Zamarin @ 2023-12-08 16:29 UTC (permalink / raw
To: gentoo-commits
commit: 00452e9f94e29b3567a76de2b5b0f9227de7ac57
Author: Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Fri Dec 8 16:25:57 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 8 16:29:37 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00452e9f
www-apps/phpBB: unkeyword 3.3.11 for ~alpha
Bug: https://bugs.gentoo.org/873523
Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
www-apps/phpBB/phpBB-3.3.11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-apps/phpBB/phpBB-3.3.11.ebuild b/www-apps/phpBB/phpBB-3.3.11.ebuild
index 93c405ca422c..16cb73080509 100644
--- a/www-apps/phpBB/phpBB-3.3.11.ebuild
+++ b/www-apps/phpBB/phpBB-3.3.11.ebuild
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~sparc ~x86"
IUSE="ftp gd mssql mysqli postgres sqlite zlib"
REQUIRED_USE="|| ( mssql mysqli postgres sqlite )"
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/phpBB/
@ 2024-06-29 18:27 James Le Cuirot
0 siblings, 0 replies; 27+ messages in thread
From: James Le Cuirot @ 2024-06-29 18:27 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/phpBB/
@ 2024-10-25 21:19 James Le Cuirot
0 siblings, 0 replies; 27+ messages in thread
From: James Le Cuirot @ 2024-10-25 21:19 UTC (permalink / raw
To: gentoo-commits
commit: d1d0401e7e25d78d37e5506c53a3d5d9ce575264
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 25 21:19:02 2024 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Oct 25 21:19:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1d0401e
www-apps/phpBB: Bump to 3.3.13, drop old 3.3.12
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
www-apps/phpBB/Manifest | 2 +-
www-apps/phpBB/{phpBB-3.3.12.ebuild => phpBB-3.3.13.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-apps/phpBB/Manifest b/www-apps/phpBB/Manifest
index 278222ce73b2..58626e0e0818 100644
--- a/www-apps/phpBB/Manifest
+++ b/www-apps/phpBB/Manifest
@@ -1 +1 @@
-DIST phpBB-3.3.12.tar.bz2 4104620 BLAKE2B da9b7822f96601b40b9560e22fb167e1fbe16fc1969777908c653b56ac37ba139afd41b38b65055e62db54adb83b7542acd44ad70836d80d18f9d22baae0c8e7 SHA512 fa481e44a7067824fed54cc7934d594bd576934f346ef3447456db6f9bb32ec54cc086360b8ab5dd6f69f12ffa66b355857146d937bebcb5a26168c3f3ef5281
+DIST phpBB-3.3.13.tar.bz2 4110534 BLAKE2B 68504b5446b60f19f9e3feb6de08afbd0fa35c0e54782daf7b626917969f71d61af9564495b145191200ed75b41739ab5b526b5e49fecd08effd018f5d1d7fa4 SHA512 2a6725465e6d4f4b42eada17343e0f6fe8fd8e7464d0b444d4dfa80928d6c0127c34a4e0bbcb13a9166ed5cf37772e92d9353092bb0ce9ed6b089f5b6a70dd43
diff --git a/www-apps/phpBB/phpBB-3.3.12.ebuild b/www-apps/phpBB/phpBB-3.3.13.ebuild
similarity index 100%
rename from www-apps/phpBB/phpBB-3.3.12.ebuild
rename to www-apps/phpBB/phpBB-3.3.13.ebuild
^ permalink raw reply related [flat|nested] 27+ messages in thread
end of thread, other threads:[~2024-10-25 21:19 UTC | newest]
Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-23 22:00 [gentoo-commits] repo/gentoo:master commit in: www-apps/phpBB/ James Le Cuirot
-- strict thread matches above, loose matches on Subject: below --
2024-10-25 21:19 James Le Cuirot
2024-06-29 18:27 James Le Cuirot
2023-12-08 16:29 Arthur Zamarin
2023-11-04 22:35 James Le Cuirot
2023-09-17 21:33 James Le Cuirot
2023-02-17 23:21 James Le Cuirot
2022-12-11 10:36 James Le Cuirot
2022-07-07 14:52 James Le Cuirot
2022-04-02 13:47 James Le Cuirot
2021-10-16 9:00 James Le Cuirot
2021-05-30 7:56 James Le Cuirot
2021-02-12 17:29 James Le Cuirot
2021-02-12 16:09 James Le Cuirot
2021-01-10 22:27 Sam James
2020-11-22 21:13 James Le Cuirot
2020-08-23 22:00 James Le Cuirot
2019-11-24 23:22 James Le Cuirot
2019-11-24 23:22 James Le Cuirot
2019-06-24 21:54 James Le Cuirot
2019-06-24 21:30 James Le Cuirot
2018-06-03 13:49 Aaron Bauman
2018-02-11 11:36 Michał Górny
2017-02-11 19:47 David Seifert
2017-01-07 21:29 James Le Cuirot
2017-01-07 21:29 James Le Cuirot
2017-01-07 21:29 James Le Cuirot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox