diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-10-27 14:14:06 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-10-27 14:14:06 +0000 |
commit | f1535adb202a31387bd9f58cf6965c3938cfd548 (patch) | |
tree | c07686771a7f133824feb3dc9e9f6e573298bbee /net-www/phpBB | |
parent | Include shading patch submitted by David Reid in bug 31660 (diff) | |
download | gentoo-2-f1535adb202a31387bd9f58cf6965c3938cfd548.tar.gz gentoo-2-f1535adb202a31387bd9f58cf6965c3938cfd548.tar.bz2 gentoo-2-f1535adb202a31387bd9f58cf6965c3938cfd548.zip |
Switch to mirror:// in SRC_URI
Diffstat (limited to 'net-www/phpBB')
-rw-r--r-- | net-www/phpBB/Manifest | 6 | ||||
-rw-r--r-- | net-www/phpBB/phpBB-2.0.6-r1.ebuild | 4 | ||||
-rw-r--r-- | net-www/phpBB/phpBB-2.0.6.ebuild | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/net-www/phpBB/Manifest b/net-www/phpBB/Manifest index 33903926792a..77241c605421 100644 --- a/net-www/phpBB/Manifest +++ b/net-www/phpBB/Manifest @@ -1,6 +1,6 @@ MD5 b1fdec28fe8f3080afa1152992f0f567 ChangeLog 825 -MD5 18056c4744dd6d52b4f79424d9c5a722 phpBB-2.0.6-r1.ebuild 1397 -MD5 11faf79a85f5c4dab07936eee4afa1f8 phpBB-2.0.6.ebuild 1333 -MD5 dd352cf51cdca8cd8b7275b2bad5a427 files/phpBB-2.0.6-security.patch 4003 +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 d8c04c96ab7db9b65effac516a92b8ae files/digest-phpBB-2.0.6 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 ecf6258b4523..2c10b5f21db5 100644 --- a/net-www/phpBB/phpBB-2.0.6-r1.ebuild +++ b/net-www/phpBB/phpBB-2.0.6-r1.ebuild @@ -1,12 +1,12 @@ # 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.1 2003/09/22 22:24:36 mholzer Exp $ +# $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 $ 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="http://belnet.dl.sourceforge.net/sourceforge/phpbb/${P}.tar.gz" +SRC_URI="mirror://sourceforge/phpbb/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" diff --git a/net-www/phpBB/phpBB-2.0.6.ebuild b/net-www/phpBB/phpBB-2.0.6.ebuild index 38470b633af4..a7eacd340ec7 100644 --- a/net-www/phpBB/phpBB-2.0.6.ebuild +++ b/net-www/phpBB/phpBB-2.0.6.ebuild @@ -1,12 +1,12 @@ # 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.3 2003/09/06 02:05:10 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/phpBB/phpBB-2.0.6.ebuild,v 1.4 2003/10/27 14:14:01 aliz 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="http://belnet.dl.sourceforge.net/sourceforge/phpbb/${P}.tar.gz" +SRC_URI="mirror://sourceforge/phpbb/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" |