diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-05 03:56:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-05 03:56:00 +0000 |
commit | 2178f0f6c7558cc3a3b9cdcf66cd3b762921a1d1 (patch) | |
tree | ba84f3bea9bc08c1f7345a833ef1064fda4ef02a /net-www/phpBB | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-2178f0f6c7558cc3a3b9cdcf66cd3b762921a1d1.tar.gz gentoo-2-2178f0f6c7558cc3a3b9cdcf66cd3b762921a1d1.tar.bz2 gentoo-2-2178f0f6c7558cc3a3b9cdcf66cd3b762921a1d1.zip |
hello ~amd64
Diffstat (limited to 'net-www/phpBB')
-rw-r--r-- | net-www/phpBB/phpBB-2.0.6-r1.ebuild | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/net-www/phpBB/phpBB-2.0.6-r1.ebuild b/net-www/phpBB/phpBB-2.0.6-r1.ebuild index d1c47b446894..6f08dbb57999 100644 --- a/net-www/phpBB/phpBB-2.0.6-r1.ebuild +++ b/net-www/phpBB/phpBB-2.0.6-r1.ebuild @@ -1,25 +1,26 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# Maintainer: Tim Raedisch <tim.raedisch@udo.edu> -# $Header: /var/cvsroot/gentoo-x86/net-www/phpBB/phpBB-2.0.6-r1.ebuild,v 1.6 2004/01/04 18:07:43 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/phpBB/phpBB-2.0.6-r1.ebuild,v 1.7 2004/02/05 03:56:00 vapier Exp $ + +inherit webapp-apache -S=${WORKDIR}/${PN}2 DESCRIPTION="phpBB is a high powered, fully scalable, and highly customisable open-source bulletin board package." HOMEPAGE="http://www.phpbb.com/" SRC_URI="mirror://sourceforge/phpbb/${P}.tar.bz2" -RESTRICT="nomirror" -SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" +RESTRICT="nomirror" DEPEND=">=sys-devel/patch-2.5.9" RDEPEND="virtual/php" -inherit webapp-apache -webapp-detect || NO_WEBSERVER=1 +S=${WORKDIR}/${PN}2 pkg_setup() { + webapp-detect || NO_WEBSERVER=1 + webapp-pkg_setup "${NO_WEBSERVER}" if [ -d ${HTTPD_ROOT}/phpbb ] ; then |