diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-05-27 17:27:34 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-05-27 17:27:34 +0000 |
commit | 1931d669cb9fa88308f8af51b40e4592375b2e50 (patch) | |
tree | 0ed56f81fc847628fa75d86045c9811512b2a57f /app-doc | |
parent | version bump and bugfixes (diff) | |
download | historical-1931d669cb9fa88308f8af51b40e4592375b2e50.tar.gz historical-1931d669cb9fa88308f8af51b40e4592375b2e50.tar.bz2 historical-1931d669cb9fa88308f8af51b40e4592375b2e50.zip |
sourceforge updates
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/quanta-docs/quanta-docs-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/quanta-docs/quanta-docs-1.0.ebuild b/app-doc/quanta-docs/quanta-docs-1.0.ebuild index bfcd3c97d60e..a46fc8dd8cb8 100644 --- a/app-doc/quanta-docs/quanta-docs-1.0.ebuild +++ b/app-doc/quanta-docs/quanta-docs-1.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-doc/quanta-docs/quanta-docs-1.0.ebuild,v 1.3 2002/05/08 08:48:43 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/quanta-docs/quanta-docs-1.0.ebuild,v 1.4 2002/05/27 17:27:34 drobbins Exp $ S=${WORKDIR} DESCRIPTION="Lots of docs for quanta" @@ -12,7 +12,7 @@ list="quanta-css-${PV}.tar.bz2 quanta-php-${PV}.tar.bz2" for x in $list; do - SRC_URI="$SRC_URI ftp://prdownloads.sourceforge.net/quanta/$x" + SRC_URI="$SRC_URI mirror://sourceforge/quanta/$x" done HOMEPAGE="http://quanta.sourceforge.net" |