summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-06 01:54:14 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-06 01:54:14 +0000
commit2fd2f631d89f219ec232de6edf22129a4a1e7309 (patch)
tree7784ecd3779bf27d955c9733f40999958b7d25f8 /net-www/phpBB
parentheader fix (diff)
downloadgentoo-2-2fd2f631d89f219ec232de6edf22129a4a1e7309.tar.gz
gentoo-2-2fd2f631d89f219ec232de6edf22129a4a1e7309.tar.bz2
gentoo-2-2fd2f631d89f219ec232de6edf22129a4a1e7309.zip
whitespace cleanup
Diffstat (limited to 'net-www/phpBB')
-rw-r--r--net-www/phpBB/Manifest8
-rw-r--r--net-www/phpBB/phpBB-2.0.4.ebuild6
-rw-r--r--net-www/phpBB/phpBB-2.0.5.ebuild6
-rw-r--r--net-www/phpBB/phpBB-2.0.6.ebuild6
4 files changed, 13 insertions, 13 deletions
diff --git a/net-www/phpBB/Manifest b/net-www/phpBB/Manifest
index 52889c08c24a..c5f5cda20ab0 100644
--- a/net-www/phpBB/Manifest
+++ b/net-www/phpBB/Manifest
@@ -1,7 +1,7 @@
+MD5 17ee618bb24b1c8d2838fe24bb17c3e6 ChangeLog 645
+MD5 367de159512ff7ee9576c4ffc5e7f4a7 phpBB-2.0.4.ebuild 1378
+MD5 e4ddb659d21c2306e4fd554e7df5be8e phpBB-2.0.5.ebuild 1343
+MD5 2d905c47d21cb4e527373be6485fbcfd phpBB-2.0.6.ebuild 1343
MD5 1c9cf1de5be80b37285838551452ebf4 files/digest-phpBB-2.0.4 63
MD5 b0e9ee3a18db6416eedbe05a7c409b36 files/digest-phpBB-2.0.5 63
MD5 d8c04c96ab7db9b65effac516a92b8ae files/digest-phpBB-2.0.6 63
-MD5 bbb0796aef054fc603d2cf84cbd70a6c phpBB-2.0.4.ebuild 1389
-MD5 17ee618bb24b1c8d2838fe24bb17c3e6 ChangeLog 645
-MD5 0beb2c1a6742eda122ccea572bd91afb phpBB-2.0.5.ebuild 1354
-MD5 451bdb4047009eea20c1b9db4ccc4c7b phpBB-2.0.6.ebuild 1355
diff --git a/net-www/phpBB/phpBB-2.0.4.ebuild b/net-www/phpBB/phpBB-2.0.4.ebuild
index a674c478f77a..a83c20fdb457 100644
--- a/net-www/phpBB/phpBB-2.0.4.ebuild
+++ b/net-www/phpBB/phpBB-2.0.4.ebuild
@@ -1,7 +1,7 @@
# 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.4 2003/08/04 01:11:40 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/phpBB/phpBB-2.0.4.ebuild,v 1.5 2003/09/06 01:54:09 msterret Exp $
S=${WORKDIR}/${PN}2
DESCRIPTION="phpBB is a high powered, fully scalable, and highly customisable open-source bulletin board package."
@@ -32,9 +32,9 @@ pkg_setup() {
einfo "Installing for ${WEBAPP_SERVER}"
}
-src_compile() {
+src_compile() {
#we need to have this empty function ... default compile hangs
- echo "Nothing to compile"
+ echo "Nothing to compile"
}
src_install() {
diff --git a/net-www/phpBB/phpBB-2.0.5.ebuild b/net-www/phpBB/phpBB-2.0.5.ebuild
index e4351031f374..f418a366f8d9 100644
--- a/net-www/phpBB/phpBB-2.0.5.ebuild
+++ b/net-www/phpBB/phpBB-2.0.5.ebuild
@@ -1,7 +1,7 @@
# 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.5.ebuild,v 1.3 2003/08/04 01:11:40 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/phpBB/phpBB-2.0.5.ebuild,v 1.4 2003/09/06 01:54:09 msterret Exp $
S=${WORKDIR}/${PN}2
DESCRIPTION="phpBB is a high powered, fully scalable, and highly customisable open-source bulletin board package."
@@ -30,9 +30,9 @@ pkg_setup() {
einfo "Installing for ${WEBAPP_SERVER}"
}
-src_compile() {
+src_compile() {
#we need to have this empty function ... default compile hangs
- echo "Nothing to compile"
+ 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 ea1b63f1af6a..4c0bb6734d06 100644
--- a/net-www/phpBB/phpBB-2.0.6.ebuild
+++ b/net-www/phpBB/phpBB-2.0.6.ebuild
@@ -1,7 +1,7 @@
# 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.6.ebuild,v 1.1 2003/08/11 17:04:09 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/phpBB/phpBB-2.0.6.ebuild,v 1.2 2003/09/06 01:54:09 msterret Exp $
S=${WORKDIR}/${PN}2
DESCRIPTION="phpBB is a high powered, fully scalable, and highly customisable open-source bulletin board package."
@@ -30,9 +30,9 @@ pkg_setup() {
einfo "Installing for ${WEBAPP_SERVER}"
}
-src_compile() {
+src_compile() {
#we need to have this empty function ... default compile hangs
- echo "Nothing to compile"
+ echo "Nothing to compile"
}
src_install() {