diff options
author | George Shapovalov <george@gentoo.org> | 2002-05-08 02:04:28 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2002-05-08 02:04:28 +0000 |
commit | 08745294b86c08e02d6d156499dfcc2d8d90f958 (patch) | |
tree | 8a4764d50ac7816be97ec4570b2a4ee1471b76a2 /dev-lang | |
parent | Merging in changes from default-1.0. (diff) | |
download | historical-08745294b86c08e02d6d156499dfcc2d8d90f958.tar.gz historical-08745294b86c08e02d6d156499dfcc2d8d90f958.tar.bz2 historical-08745294b86c08e02d6d156499dfcc2d8d90f958.zip |
moved app-misc/{babel,netcdf} and dev-lang/{iverilog,octave} into app-sci
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/iverilog/Changelog | 9 | ||||
-rw-r--r-- | dev-lang/iverilog/files/digest-iverilog-0.6.1 | 1 | ||||
-rw-r--r-- | dev-lang/iverilog/iverilog-0.6.1.ebuild | 27 | ||||
-rw-r--r-- | dev-lang/octave/ChangeLog | 11 | ||||
-rw-r--r-- | dev-lang/octave/files/digest-octave-2.0.16 | 1 | ||||
-rw-r--r-- | dev-lang/octave/octave-2.0.16.ebuild | 44 |
6 files changed, 0 insertions, 93 deletions
diff --git a/dev-lang/iverilog/Changelog b/dev-lang/iverilog/Changelog deleted file mode 100644 index 1c08874ad275..000000000000 --- a/dev-lang/iverilog/Changelog +++ /dev/null @@ -1,9 +0,0 @@ -# ChangeLog for dev-lang/icarus_verilog -# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-lang/iverilog/Changelog,v 1.1 2002/04/04 03:56:03 chadh Exp $ - -*icarus_verilog-0.6.1 (4/3/2002) - - 3 Apr 2002; Chad Huneycutt <chadh@gentoo.org> icarus_verilog-0.6.1.ebuild : - - Ebuild created diff --git a/dev-lang/iverilog/files/digest-iverilog-0.6.1 b/dev-lang/iverilog/files/digest-iverilog-0.6.1 deleted file mode 100644 index d4bc73f232e4..000000000000 --- a/dev-lang/iverilog/files/digest-iverilog-0.6.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 908be21238c8e4fd30ecc7c82d7767ad verilog-0.6.1.tar.gz 731502 diff --git a/dev-lang/iverilog/iverilog-0.6.1.ebuild b/dev-lang/iverilog/iverilog-0.6.1.ebuild deleted file mode 100644 index d7fe685ed81d..000000000000 --- a/dev-lang/iverilog/iverilog-0.6.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-lang/iverilog/iverilog-0.6.1.ebuild,v 1.2 2002/04/04 05:12:12 drobbins Exp $ - -S=${WORKDIR}/${P} - -DESCRIPTION="A Verilog simulation and synthesis tool" -SRC_URI="ftp://icarus.com/pub/eda/verilog/v0.6/verilog-${PV}.tar.gz" -HOMEPAGE="http://www.icarus.com/eda/verilog/" -DEPEND="dev-util/gperf" - -src_unpack() { - unpack ${A} - cd ${WORKDIR} - mv verilog-${PV} ${P} -} - -src_install () { - make \ - prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ - install || die - - dodoc *.txt COPYING INSTALL examples/* -} - diff --git a/dev-lang/octave/ChangeLog b/dev-lang/octave/ChangeLog deleted file mode 100644 index bfb3a81913a6..000000000000 --- a/dev-lang/octave/ChangeLog +++ /dev/null @@ -1,11 +0,0 @@ -# ChangeLog for <CATEGORY>/<PACKAGE_NAME> -# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-lang/octave/ChangeLog,v 1.1 2002/02/19 19:15:14 tod Exp $ - -*octave-2.0.16 (19 Feb 2002) - - 19 Feb 2002; T.Neidt <tod@gentoo.org> ChangeLog, octave-2.0.16.ebuild : - - Initial commit. GNU Octave is a high-level language, primarily intended - for numerical computations. It is mostly compatible with Matlab. - diff --git a/dev-lang/octave/files/digest-octave-2.0.16 b/dev-lang/octave/files/digest-octave-2.0.16 deleted file mode 100644 index e4495104242d..000000000000 --- a/dev-lang/octave/files/digest-octave-2.0.16 +++ /dev/null @@ -1 +0,0 @@ -MD5 439e8e70706c875149836146d1ccebe0 octave-2.0.16.tar.bz2 3009214 diff --git a/dev-lang/octave/octave-2.0.16.ebuild b/dev-lang/octave/octave-2.0.16.ebuild deleted file mode 100644 index 9ad1255c2a8b..000000000000 --- a/dev-lang/octave/octave-2.0.16.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Maintainer: Tod Neidt <tod@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-lang/octave/octave-2.0.16.ebuild,v 1.1 2002/02/19 19:15:14 tod Exp $ - -S=${WORKDIR}/${P} - -DESCRIPTION="GNU Octave is 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="virtual/glibc - >=sys-libs/ncurses-5.2-r3 - >=media-gfx/gnuplot-3.7.1" - -src_compile() { - - local myconf="--enable-shared --enable-dl --enable-lite-kernel" - - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - ${myconf} || die "./configure failed" - - emake || die - -} - -src_install () { - - make \ - prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ - install || die - - dodoc BUGS COPYING ChangeLog* INSTALL* NEWS* PROJECTS README* ROADMAP \ - SENDING-PATCHES THANKS - -} |