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@gentoo.org>
This commit is contained in:
James Le Cuirot
2019-11-24 23:22:25 +00:00
parent 40693b82a8
commit b22d177a29
2 changed files with 0 additions and 51 deletions

View File

@@ -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

View File

@@ -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
}