summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-11-23 00:17:31 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-11-23 00:17:31 +0000
commit3617f459661eade692d681a02f301dc933bae834 (patch)
tree7b6216e65aefcd9fb337356312a00912bf14a014 /net-www
parentextended functionality added for initscript, added sane settings to conf.d sc... (diff)
downloadgentoo-2-3617f459661eade692d681a02f301dc933bae834.tar.gz
gentoo-2-3617f459661eade692d681a02f301dc933bae834.tar.bz2
gentoo-2-3617f459661eade692d681a02f301dc933bae834.zip
RESTRICT="nomirror"
Diffstat (limited to 'net-www')
-rw-r--r--net-www/phpBB/ChangeLog5
-rw-r--r--net-www/phpBB/Manifest8
-rw-r--r--net-www/phpBB/phpBB-2.0.6-r1.ebuild11
-rw-r--r--net-www/phpBB/phpBB-2.0.6.ebuild3
4 files changed, 16 insertions, 11 deletions
diff --git a/net-www/phpBB/ChangeLog b/net-www/phpBB/ChangeLog
index 85a640e49670..c6cd21c72be5 100644
--- a/net-www/phpBB/ChangeLog
+++ b/net-www/phpBB/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-www/phpBB
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/phpBB/ChangeLog,v 1.5 2003/09/22 22:24:36 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/phpBB/ChangeLog,v 1.6 2003/11/23 00:17:25 mholzer Exp $
+
+ 23 Nov 2003; Martin Holzer <mholzer@gentoo.org> phpBB-2.0.6-r1.ebuild:
+ adding RESTRICT="nomirror".
*phpBB-2.0.6-r1 (24 Sep 2003)
diff --git a/net-www/phpBB/Manifest b/net-www/phpBB/Manifest
index 77241c605421..a221a39deeec 100644
--- a/net-www/phpBB/Manifest
+++ b/net-www/phpBB/Manifest
@@ -1,6 +1,6 @@
-MD5 b1fdec28fe8f3080afa1152992f0f567 ChangeLog 825
-MD5 eee74ac5fc18018d952a1b709aefc303 phpBB-2.0.6-r1.ebuild 1370
-MD5 8aa827bbb3213a694ca1726b2ed50732 phpBB-2.0.6.ebuild 1305
-MD5 d8c04c96ab7db9b65effac516a92b8ae files/digest-phpBB-2.0.6-r1 63
+MD5 4a3a42d5c6db73a56f9bdc10165b33f7 phpBB-2.0.6-r1.ebuild 1324
+MD5 32f76e7335c14cc9dda33b3feabb8273 ChangeLog 929
+MD5 330aa4f4cdf42fdddd40781253de4f9b phpBB-2.0.6.ebuild 1328
MD5 d8c04c96ab7db9b65effac516a92b8ae files/digest-phpBB-2.0.6 63
+MD5 d8c04c96ab7db9b65effac516a92b8ae files/digest-phpBB-2.0.6-r1 63
MD5 dd352cf51cdca8cd8b7275b2bad5a427 files/phpBB-2.0.6-security.patch 4003
diff --git a/net-www/phpBB/phpBB-2.0.6-r1.ebuild b/net-www/phpBB/phpBB-2.0.6-r1.ebuild
index 2c10b5f21db5..4b22acf82bf7 100644
--- a/net-www/phpBB/phpBB-2.0.6-r1.ebuild
+++ b/net-www/phpBB/phpBB-2.0.6-r1.ebuild
@@ -1,18 +1,19 @@
# Copyright 1999-2003 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.2 2003/10/27 14:14:01 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/phpBB/phpBB-2.0.6-r1.ebuild,v 1.3 2003/11/23 00:17:25 mholzer Exp $
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.gz"
+RESTRICT="nomirror"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc ~sparc ~alpha"
-DEPEND="virtual/php"
+RDEPEND="virtual/php"
inherit webapp-apache
webapp-detect || NO_WEBSERVER=1
@@ -30,10 +31,10 @@ pkg_setup() {
einfo "Installing for ${WEBAPP_SERVER}"
}
-src_compile() {
+src_unpack() {
+ unpack ${A}
+ cd ${S}
epatch ${FILESDIR}/${P}-security.patch || die "Security patch failed"
- #we need to have this empty function ... default compile hangs
- echo "Nothing to compile"
}
src_install() {
diff --git a/net-www/phpBB/phpBB-2.0.6.ebuild b/net-www/phpBB/phpBB-2.0.6.ebuild
index a7eacd340ec7..4632d6dac817 100644
--- a/net-www/phpBB/phpBB-2.0.6.ebuild
+++ b/net-www/phpBB/phpBB-2.0.6.ebuild
@@ -1,12 +1,13 @@
# Copyright 1999-2003 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.ebuild,v 1.4 2003/10/27 14:14:01 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/phpBB/phpBB-2.0.6.ebuild,v 1.5 2003/11/23 00:17:25 mholzer Exp $
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.gz"
+RESTRICT="nomirror"
SLOT="0"
LICENSE="GPL-2"