diff options
author | George Shapovalov <george@gentoo.org> | 2003-08-24 08:12:01 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2003-08-24 08:12:01 +0000 |
commit | c24095d25b5b28033cc425a128dbf6dc33f5ec02 (patch) | |
tree | b1d5e3b458e3cb39c595565720175dd873eae370 /app-sci | |
parent | Fix mencoder segfault when used improperly, bug #23611. (diff) | |
download | gentoo-2-c24095d25b5b28033cc425a128dbf6dc33f5ec02.tar.gz gentoo-2-c24095d25b5b28033cc425a128dbf6dc33f5ec02.tar.bz2 gentoo-2-c24095d25b5b28033cc425a128dbf6dc33f5ec02.zip |
marked 2.1.49 stable
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/octave/Manifest | 2 | ||||
-rw-r--r-- | app-sci/octave/octave-2.1.49.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-sci/octave/Manifest b/app-sci/octave/Manifest index 837cacb092f4..917853938d82 100644 --- a/app-sci/octave/Manifest +++ b/app-sci/octave/Manifest @@ -1,5 +1,5 @@ MD5 ff0f3cbd588746f253f0885408188567 octave-2.0.17-r2.ebuild 1113 -MD5 de96e8b6792236295ebde1bcc93d584c octave-2.1.49.ebuild 1951 +MD5 f672edef90009a213693747c1982a388 octave-2.1.49.ebuild 1950 MD5 fec806bf9cc19ceae37cf80e7d7908be octave-2.0.17-r1.ebuild 1135 MD5 d78eedbb09dfc48289aec538812bf423 octave-2.0.17.ebuild 1067 MD5 8a7146db2e44d370827ab877f283c3e5 octave-2.1.36-r1.ebuild 1928 diff --git a/app-sci/octave/octave-2.1.49.ebuild b/app-sci/octave/octave-2.1.49.ebuild index 15ef61bc7283..cb97f437f8df 100644 --- a/app-sci/octave/octave-2.1.49.ebuild +++ b/app-sci/octave/octave-2.1.49.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/octave/octave-2.1.49.ebuild,v 1.1 2003/06/09 20:09:37 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/octave/octave-2.1.49.ebuild,v 1.2 2003/08/24 08:11:49 george Exp $ DESCRIPTION="GNU Octave is a high-level language (MatLab compatible) intended for numerical computations" SRC_URI="ftp://ftp.octave.org/pub/octave/bleeding-edge/${P}.tar.bz2" HOMEPAGE="http://www.octave.org/" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~alpha" +KEYWORDS="x86 ~ppc ~alpha" SLOT="0" IUSE="static readline zlib tetex" |