diff options
Diffstat (limited to 'dev-util/astyle/astyle-1.15.3.ebuild')
-rw-r--r-- | dev-util/astyle/astyle-1.15.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/astyle/astyle-1.15.3.ebuild b/dev-util/astyle/astyle-1.15.3.ebuild index 527030ef8901..4a0c260ff62a 100644 --- a/dev-util/astyle/astyle-1.15.3.ebuild +++ b/dev-util/astyle/astyle-1.15.3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Eyez <eyez@infinite.fsw.leidenuniv.nl> -# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-1.15.3.ebuild,v 1.1 2002/04/24 20:29:01 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/astyle/astyle-1.15.3.ebuild,v 1.2 2002/05/27 17:27:37 drobbins Exp $ ZIP="astyle_${PV}.zip" S=${WORKDIR} DESCRIPTION="Artistic Style is a reindenter and reformatter of C++, C and Java source code." -SRC_URI="http://prdownloads.sourceforge.net/astyle/${ZIP}" +SRC_URI="mirror://sourceforge/astyle/${ZIP}" HOMEPAGE="http://astyle.sourceforge.net" DEPEND=">=app-arch/unzip-5.42" |