summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-02-10 16:23:00 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-02-10 16:23:00 +0000
commit24514d8b8cce2ac58deecad1c2c54bb0682f9da2 (patch)
tree175ca6c6f1cecea982c28c1903b7c566bb86f05c /net-www/phpBB
parentadded virtual/jack to all x86 profiles (diff)
downloadgentoo-2-24514d8b8cce2ac58deecad1c2c54bb0682f9da2.tar.gz
gentoo-2-24514d8b8cce2ac58deecad1c2c54bb0682f9da2.tar.bz2
gentoo-2-24514d8b8cce2ac58deecad1c2c54bb0682f9da2.zip
repoman fix
Diffstat (limited to 'net-www/phpBB')
-rw-r--r--net-www/phpBB/phpBB-2.0.4.ebuild11
1 files changed, 7 insertions, 4 deletions
diff --git a/net-www/phpBB/phpBB-2.0.4.ebuild b/net-www/phpBB/phpBB-2.0.4.ebuild
index 9a3c4d8bee1b..c4b2092205fc 100644
--- a/net-www/phpBB/phpBB-2.0.4.ebuild
+++ b/net-www/phpBB/phpBB-2.0.4.ebuild
@@ -1,16 +1,19 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Tim Raedisch <tim.raedisch@udo.edu>
-# $Header: /var/cvsroot/gentoo-x86/net-www/phpBB/phpBB-2.0.4.ebuild,v 1.1 2003/02/07 22:30:26 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/phpBB/phpBB-2.0.4.ebuild,v 1.2 2003/02/10 16:21:53 seemant Exp $
-S="${WORKDIR}/${PN}2"
+S=${WORKDIR}/${PN}2
DESCRIPTION="phpBB is a high powered, fully scalable, and highly customisable open-source bulletin board package."
-SRC_URI="http://belnet.dl.sourceforge.net/sourceforge/phpbb/${P}.tar.gz"
HOMEPAGE="http://www.phpbb.com/"
+SRC_URI="http://belnet.dl.sourceforge.net/sourceforge/phpbb/${P}.tar.gz"
+
+SLOT="0"
LICENSE="GPL-2"
-DEPEND="virtual/php"
KEYWORDS="~x86 ~ppc ~sparc ~alpha"
+DEPEND="virtual/php"
+
HTTPD_ROOT="`grep '^DocumentRoot' /etc/apache/conf/apache.conf | cut -d\ -f2`"
[ -z "${HTTPD_ROOT}" ] && HTTPD_ROOT="`grep '^DocumentRoot' /etc/apache2/conf/apache.conf | cut -d\ -f2`"
[ -z "${HTTPD_ROOT}" ] && HTTPD_ROOT="/home/httpd/htdocs"