diff options
author | Markus Dittrich <markusle@gentoo.org> | 2007-05-23 01:37:54 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2007-05-23 01:37:54 +0000 |
commit | 56aa5adfcd541de8af34aa2c66e3667a648d33b3 (patch) | |
tree | 8ea248c38874daed9afdb597f645f3e56a702d4a /sci-mathematics | |
parent | Version bump. (diff) | |
download | gentoo-2-56aa5adfcd541de8af34aa2c66e3667a648d33b3.tar.gz gentoo-2-56aa5adfcd541de8af34aa2c66e3667a648d33b3.tar.bz2 gentoo-2-56aa5adfcd541de8af34aa2c66e3667a648d33b3.zip |
Fixed improper SCR_URI.
(Portage version: 2.1.2.7)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/scilab/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/scilab/scilab-4.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/scilab/ChangeLog b/sci-mathematics/scilab/ChangeLog index fc6ca6ef967f..fa4723207d42 100644 --- a/sci-mathematics/scilab/ChangeLog +++ b/sci-mathematics/scilab/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/scilab # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/ChangeLog,v 1.36 2007/05/22 22:42:40 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/ChangeLog,v 1.37 2007/05/23 01:37:54 markusle Exp $ + + 23 May 2007; Markus Dittrich <markusle@gentoo.org> scilab-4.1.1.ebuild: + Fixed improper SCR_URI. *scilab-4.1.1 (22 May 2007) diff --git a/sci-mathematics/scilab/scilab-4.1.1.ebuild b/sci-mathematics/scilab/scilab-4.1.1.ebuild index 30f68a77892d..9992ad4e8585 100644 --- a/sci-mathematics/scilab/scilab-4.1.1.ebuild +++ b/sci-mathematics/scilab/scilab-4.1.1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-4.1.1.ebuild,v 1.1 2007/05/22 22:42:40 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/scilab/scilab-4.1.1.ebuild,v 1.2 2007/05/23 01:37:54 markusle Exp $ inherit eutils fortran toolchain-funcs multilib autotools java-pkg-opt-2 DESCRIPTION="Scientific software package for numerical computations (Matlab lookalike)" LICENSE="scilab" -SRC_URI="http://scilabsoft.inria.fr/download/stable/${P}-src.tar.gz" +SRC_URI="http://www.scilab.org/download/${PV}/${P}-src.tar.gz" HOMEPAGE="http://www.scilab.org/" SLOT="0" |