summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2004-04-19 11:59:55 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2004-04-19 11:59:55 +0000
commit1d0cdf17349acee732de9157068dfd4fbf42dbd6 (patch)
tree539d791c7105b373d4b9c17d4baf439ef559b105 /app-sci/octave
parent Removing S=... with no effect, adding IUSE. (Manifest recommit) (diff)
downloadgentoo-2-1d0cdf17349acee732de9157068dfd4fbf42dbd6.tar.gz
gentoo-2-1d0cdf17349acee732de9157068dfd4fbf42dbd6.tar.bz2
gentoo-2-1d0cdf17349acee732de9157068dfd4fbf42dbd6.zip
Cleanup, added IUSE.
Diffstat (limited to 'app-sci/octave')
-rw-r--r--app-sci/octave/ChangeLog6
-rw-r--r--app-sci/octave/files/digest-octave-2.0.17-r21
-rw-r--r--app-sci/octave/files/digest-octave-2.1.491
-rw-r--r--app-sci/octave/octave-2.0.17-r2.ebuild53
-rw-r--r--app-sci/octave/octave-2.1.36-r1.ebuild4
-rw-r--r--app-sci/octave/octave-2.1.49.ebuild72
6 files changed, 7 insertions, 130 deletions
diff --git a/app-sci/octave/ChangeLog b/app-sci/octave/ChangeLog
index da9a0475465d..5a22ebaf8595 100644
--- a/app-sci/octave/ChangeLog
+++ b/app-sci/octave/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-sci/octave
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/octave/ChangeLog,v 1.22 2004/03/30 12:17:26 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/octave/ChangeLog,v 1.23 2004/04/19 11:59:55 phosphan Exp $
+
+ 19 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> octave-2.0.17-r2.ebuild,
+ octave-2.1.49.ebuild, octave-2.1.50.ebuild:
+ Cleanup, added IUSE.
30 Mar 2004; Patrick Kursawe <phosphan@gentoo.org> octave-2.1.57.ebuild:
Adding one of the mirrors to SRC_URI
diff --git a/app-sci/octave/files/digest-octave-2.0.17-r2 b/app-sci/octave/files/digest-octave-2.0.17-r2
deleted file mode 100644
index e1aa710b0e51..000000000000
--- a/app-sci/octave/files/digest-octave-2.0.17-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 04e97dd7067424463f1501bc33d0e84b octave-2.0.17.tar.bz2 3064093
diff --git a/app-sci/octave/files/digest-octave-2.1.49 b/app-sci/octave/files/digest-octave-2.1.49
deleted file mode 100644
index c9a9a4b2a6e5..000000000000
--- a/app-sci/octave/files/digest-octave-2.1.49
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ee54e7cdbec75e8596231ff013cd829e octave-2.1.49.tar.bz2 3714427
diff --git a/app-sci/octave/octave-2.0.17-r2.ebuild b/app-sci/octave/octave-2.0.17-r2.ebuild
deleted file mode 100644
index 2dae8ab80c72..000000000000
--- a/app-sci/octave/octave-2.0.17-r2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# 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.0.17-r2.ebuild,v 1.5 2003/12/30 17:09:38 usata Exp $
-
-inherit flag-o-matic
-
-IUSE=""
-
-S=${WORKDIR}/${P}
-
-DESCRIPTION="A high-level language (MatLab compatible) intended for numerical computations."
-SRC_URI="ftp://ftp.octave.org/pub/octave/${P}.tar.bz2"
-HOMEPAGE="http://www.octave.org/"
-
-DEPEND=">=sys-libs/ncurses-5.2-r3
- virtual/tetex
- >=media-gfx/gnuplot-3.7.1-r3"
-
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc"
-SLOT="0"
-
-src_compile() {
-
- filter-flags -ffast-math
-
- # NOTE: This version only works with gcc-2.x not gcc-3.x
- econf \
- --enable-dl \
- --enable-shared \
- --enable-rpath \
- --enable-lite-kernel \
- ${myconf} || die "configure failed"
-
- make || die "make failed"
-
-}
-
-src_install () {
-
- make \
- prefix=${D}/usr \
- mandir=${D}/usr/share/man \
- infodir=${D}/usr/share/info \
- datadir=${D}/usr/share \
- install || die "make install failed"
-
-# DESTDIR=${D} make install || die
-
- dodoc BUGS COPYING ChangeLog* INSTALL* NEWS* PROJECTS README* ROADMAP \
- SENDING-PATCHES THANKS
-
-}
diff --git a/app-sci/octave/octave-2.1.36-r1.ebuild b/app-sci/octave/octave-2.1.36-r1.ebuild
index 8ce2759e7548..50cec14954bc 100644
--- a/app-sci/octave/octave-2.1.36-r1.ebuild
+++ b/app-sci/octave/octave-2.1.36-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 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.36-r1.ebuild,v 1.9 2003/12/30 17:09:38 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/octave/octave-2.1.36-r1.ebuild,v 1.10 2004/04/19 11:59:55 phosphan Exp $
inherit flag-o-matic eutils
diff --git a/app-sci/octave/octave-2.1.49.ebuild b/app-sci/octave/octave-2.1.49.ebuild
deleted file mode 100644
index c2a2b90ab2ed..000000000000
--- a/app-sci/octave/octave-2.1.49.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# 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.5 2003/12/30 17:09:38 usata Exp $
-
-inherit flag-o-matic
-
-IUSE="static readline zlib tetex"
-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/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ~ppc ~alpha ~sparc"
-
-DEPEND="virtual/glibc
- >=sys-libs/ncurses-5.2-r3
- >=media-gfx/gnuplot-3.7.1-r3
- >=dev-libs/fftw-2.1.3
- >=dev-util/gperf-2.7.2
- zlib? ( sys-libs/zlib )
- tetex? ( virtual/tetex ) "
-
-# NOTE: octave supports blas/lapack from intel but this is not open
-# source nor is it free (as in beer OR speech) Check out...
-# http://developer.intel.com/software/products/mkl/mkl52/index.htm for
-# more information
-
-src_compile() {
-
- filter-flags -ffast-math
-
- local myconf
-
- use static || myconf="--disable-static --enable-shared --enable-dl"
- use readline || myconf="${myconf} --disable-readline"
-
- # NOTE: This version actually works with gcc-3.x
- ./configure ${myconf} --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var/state/octave \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --host=${CHOST} \
- --build=${CHOST} \
- --target=${CHOST} \
- --enable-rpath \
- --enable-lite-kernel \
- LDFLAGS=-lz || die "configure failed"
-
- emake || die "emake failed"
-}
-
-src_install() {
- make \
- prefix=${D}/usr \
- mandir=${D}/usr/share/man \
- infodir=${D}/usr/share/info \
- install || die "make install failed"
- use tetex && octave-install-doc
-}
-
-octave-install-doc() {
- echo "Installing documentation..."
- insinto /usr/share/doc/${PF}
- doins doc/faq/Octave-FAQ.dvi
- doins doc/interpreter/octave.dvi
- doins doc/liboctave/liboctave.dvi
- doins doc/refcard/refcard-a4.dvi
- doins doc/refcard/refcard-legal.dvi
- doins doc/refcard/refcard-letter.dvi
-}