summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/phpBB/phpBB-2.0.13.ebuild')
-rw-r--r--www-apps/phpBB/phpBB-2.0.13.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/www-apps/phpBB/phpBB-2.0.13.ebuild b/www-apps/phpBB/phpBB-2.0.13.ebuild
deleted file mode 100644
index 7eab7e139c50..000000000000
--- a/www-apps/phpBB/phpBB-2.0.13.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/phpBB/phpBB-2.0.13.ebuild,v 1.2 2005/03/01 16:50:15 pylon 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"
-
-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.10-postinstall-en.txt
-
- webapp_src_install
-}