diff options
author | 2004-08-25 02:15:13 +0000 | |
---|---|---|
committer | 2004-08-25 02:15:13 +0000 | |
commit | 3acd21722836fe1710fb99bf4c6895bcdfb70d61 (patch) | |
tree | b2838b69e28a3cc2cfe8a3fe482585db42480480 /app-sci/maxima/maxima-5.9.0.ebuild | |
parent | Mark stable on x86, include other archs as unstable for testing. (diff) | |
download | historical-3acd21722836fe1710fb99bf4c6895bcdfb70d61.tar.gz historical-3acd21722836fe1710fb99bf4c6895bcdfb70d61.tar.bz2 historical-3acd21722836fe1710fb99bf4c6895bcdfb70d61.zip |
Changed SRC_URI to use mirror:// syntax.
Diffstat (limited to 'app-sci/maxima/maxima-5.9.0.ebuild')
-rw-r--r-- | app-sci/maxima/maxima-5.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-sci/maxima/maxima-5.9.0.ebuild b/app-sci/maxima/maxima-5.9.0.ebuild index e9d9dd35da6f..e093e96a163a 100644 --- a/app-sci/maxima/maxima-5.9.0.ebuild +++ b/app-sci/maxima/maxima-5.9.0.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/maxima/maxima-5.9.0.ebuild,v 1.7 2004/06/24 22:10:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/maxima/maxima-5.9.0.ebuild,v 1.8 2004/08/25 02:15:13 swegener Exp $ DESCRIPTION="Free computer algebra environment, based on Macsyma" HOMEPAGE="http://maxima.sourceforge.net/" -SRC_URI="mirror://sourceforge/maxima/maxima-${PV}.tar.gz" +SRC_URI="mirror://sourceforge/maxima/${P}.tar.gz" LICENSE="GPL-2 AECA" SLOT="0" |