diff options
author | Renat Lumpau <rl03@gentoo.org> | 2004-09-03 09:09:33 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2004-09-03 09:09:33 +0000 |
commit | 4449e017f27675027032fb49088538375c4a233c (patch) | |
tree | 1ff7292f4eb2e84198512a34bd39f8b8e95bd874 /www-apps/phpBB | |
parent | New version, including patch to avoid sandbox violation (bug #60545) (Manifes... (diff) | |
download | gentoo-2-4449e017f27675027032fb49088538375c4a233c.tar.gz gentoo-2-4449e017f27675027032fb49088538375c4a233c.tar.bz2 gentoo-2-4449e017f27675027032fb49088538375c4a233c.zip |
Obsolete version removed
Diffstat (limited to 'www-apps/phpBB')
-rw-r--r-- | www-apps/phpBB/ChangeLog | 5 | ||||
-rw-r--r-- | www-apps/phpBB/files/2.0.8-postinstall-en.txt | 2 | ||||
-rw-r--r-- | www-apps/phpBB/files/digest-phpBB-2.0.8a-r1 | 1 | ||||
-rw-r--r-- | www-apps/phpBB/files/phpBB-2.0.6-security.patch | 9 | ||||
-rw-r--r-- | www-apps/phpBB/phpBB-2.0.8a-r1.ebuild | 33 |
5 files changed, 4 insertions, 46 deletions
diff --git a/www-apps/phpBB/ChangeLog b/www-apps/phpBB/ChangeLog index bfaf9f1b1b44..35542c9908ee 100644 --- a/www-apps/phpBB/ChangeLog +++ b/www-apps/phpBB/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/phpBB # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/phpBB/ChangeLog,v 1.2 2004/08/27 16:02:19 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpBB/ChangeLog,v 1.3 2004/09/03 09:09:33 rl03 Exp $ + + 03 Sep 2004; Renat Lumpau <rl03@gentoo.org> -phpBB-2.0.8a-r1.ebuild: + Obsolete version; removed by eversionrm tool *phpBB-2.0.10 (27 Aug 2004) diff --git a/www-apps/phpBB/files/2.0.8-postinstall-en.txt b/www-apps/phpBB/files/2.0.8-postinstall-en.txt deleted file mode 100644 index 8cf8278020b9..000000000000 --- a/www-apps/phpBB/files/2.0.8-postinstall-en.txt +++ /dev/null @@ -1,2 +0,0 @@ -Please use install/install.php to configure phpBB. -After that, please delete the contribs/ and install/ directories diff --git a/www-apps/phpBB/files/digest-phpBB-2.0.8a-r1 b/www-apps/phpBB/files/digest-phpBB-2.0.8a-r1 deleted file mode 100644 index 76fef3c11048..000000000000 --- a/www-apps/phpBB/files/digest-phpBB-2.0.8a-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 44d33a5851800f8f278d3c100fb2fcb3 phpBB-2.0.8a.tar.bz2 457308 diff --git a/www-apps/phpBB/files/phpBB-2.0.6-security.patch b/www-apps/phpBB/files/phpBB-2.0.6-security.patch deleted file mode 100644 index 8db8e0bf487a..000000000000 --- a/www-apps/phpBB/files/phpBB-2.0.6-security.patch +++ /dev/null @@ -1,9 +0,0 @@ ---- includes/bbcode.php.org 2003-09-24 00:15:41.000000000 +0000 -+++ includes/bbcode.php 2003-09-24 00:22:05.000000000 +0000 -@@ -782,4 +782,4 @@ - return ( strlen($a['code']) > strlen($b['code']) ) ? -1 : 1; - } - --?> -\ No newline at end of file -+?> diff --git a/www-apps/phpBB/phpBB-2.0.8a-r1.ebuild b/www-apps/phpBB/phpBB-2.0.8a-r1.ebuild deleted file mode 100644 index faac62f5046b..000000000000 --- a/www-apps/phpBB/phpBB-2.0.8a-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/phpBB/phpBB-2.0.8a-r1.ebuild,v 1.1 2004/08/15 15:27:23 stuart Exp $ - -inherit webapp - -DESCRIPTION="phpBB is an open-source bulletin board package." -HOMEPAGE="http://www.phpbb.com/" -SRC_URI="mirror://sourceforge/phpbb/${P}.tar.bz2" - -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" -RESTRICT="nomirror" - -RDEPEND="virtual/php" - -S=${WORKDIR}/${PN}2 - -src_install() { - webapp_src_preinst - - dodoc ${S}/docs/* - rm -rf ${S}/docs/ - - cp -a * "${D}/${MY_HTDOCSDIR}" - - echo "<?php trigger_error('Please use install/install.php to configure phpBB for your system!', E_USER_ERROR); ?>" > "${D}/${MY_HTDOCSDIR}/config.php" - webapp_serverowned "${MY_HTDOCSDIR}/config.php" - - webapp_postinst_txt en ${FILESDIR}/2.0.8-postinstall-en.txt - - webapp_src_install -} |