diff options
-rw-r--r-- | app-sci/euler/euler-1.59.1.ebuild | 6 | ||||
-rw-r--r-- | app-sci/gromacs/gromacs-3.1.3.ebuild | 4 | ||||
-rw-r--r-- | app-sci/iverilog/iverilog-0.6.1.ebuild | 6 | ||||
-rw-r--r-- | app-sci/moldy/moldy-2.16e.ebuild | 4 | ||||
-rw-r--r-- | app-sci/netcdf/netcdf-3.5.0-r1.ebuild | 7 | ||||
-rw-r--r-- | app-sci/oregano/oregano-0.23.ebuild | 3 | ||||
-rw-r--r-- | app-sci/qcad/qcad-1.4.7.ebuild | 6 | ||||
-rw-r--r-- | app-sci/scigraphica/scigraphica-0.8.0.ebuild | 7 | ||||
-rw-r--r-- | app-sci/scilab/scilab-2.6.ebuild | 6 | ||||
-rw-r--r-- | app-sci/units/units-1.74.ebuild | 5 |
10 files changed, 44 insertions, 10 deletions
diff --git a/app-sci/euler/euler-1.59.1.ebuild b/app-sci/euler/euler-1.59.1.ebuild index 2ad4474d871d..6f0dcb1bcb66 100644 --- a/app-sci/euler/euler-1.59.1.ebuild +++ b/app-sci/euler/euler-1.59.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-sci/euler/euler-1.59.1.ebuild,v 1.5 2002/07/11 06:30:18 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/euler/euler-1.59.1.ebuild,v 1.6 2002/07/18 04:09:19 george Exp $ S=${WORKDIR}/${P} @@ -10,6 +10,10 @@ SRC_URI="mirror://sourceforge/euler/euler-1.59.1.tar.gz" HOMEPAGE="http://euler.sf.net" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" + DEPEND="virtual/glibc virtual/x11 =x11-libs/gtk+-1.2*" diff --git a/app-sci/gromacs/gromacs-3.1.3.ebuild b/app-sci/gromacs/gromacs-3.1.3.ebuild index 99dbe591a76e..6f9958018b4e 100644 --- a/app-sci/gromacs/gromacs-3.1.3.ebuild +++ b/app-sci/gromacs/gromacs-3.1.3.ebuild @@ -8,6 +8,10 @@ SRC_URI="ftp://ftp.gromacs.org/pub/gromacs/${P}.tar.gz" HOMEPAGE="http://www.gromacs.org/" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" + DEPEND=">=dev-libs/fftw-2.1.3 >=sys-devel/binutils-2.10.91.0.2" diff --git a/app-sci/iverilog/iverilog-0.6.1.ebuild b/app-sci/iverilog/iverilog-0.6.1.ebuild index b6ae81cda2ac..a880db1343c9 100644 --- a/app-sci/iverilog/iverilog-0.6.1.ebuild +++ b/app-sci/iverilog/iverilog-0.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-sci/iverilog/iverilog-0.6.1.ebuild,v 1.1 2002/05/08 02:04:28 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/iverilog/iverilog-0.6.1.ebuild,v 1.2 2002/07/18 04:09:19 george Exp $ S=${WORKDIR}/${P} @@ -10,6 +10,10 @@ HOMEPAGE="http://www.icarus.com/eda/verilog/" DEPEND="dev-util/gperf" PROVIDE="dev-lang/iverilog" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" + src_unpack() { unpack ${A} cd ${WORKDIR} diff --git a/app-sci/moldy/moldy-2.16e.ebuild b/app-sci/moldy/moldy-2.16e.ebuild index 31998e7907e2..7bcfd15df79d 100644 --- a/app-sci/moldy/moldy-2.16e.ebuild +++ b/app-sci/moldy/moldy-2.16e.ebuild @@ -8,6 +8,10 @@ SRC_URI="ftp://ftp.earth.ox.ac.uk/pub/${P}.tar.gz" #For lack of a better homepage HOMEPAGE="http://sal.kachinatech.com/Z/2/MOLDY.html" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" + DEPEND="virtual/glibc X? ( x11-base/xfree )" diff --git a/app-sci/netcdf/netcdf-3.5.0-r1.ebuild b/app-sci/netcdf/netcdf-3.5.0-r1.ebuild index 61a870c6d747..9b94eab056b6 100644 --- a/app-sci/netcdf/netcdf-3.5.0-r1.ebuild +++ b/app-sci/netcdf/netcdf-3.5.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-sci/netcdf/netcdf-3.5.0-r1.ebuild,v 1.2 2002/07/11 06:30:18 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/netcdf/netcdf-3.5.0-r1.ebuild,v 1.3 2002/07/18 04:09:19 george Exp $ S=${WORKDIR}/${P}/src DESCRIPTION="Interface for array oriented data access" @@ -9,9 +9,12 @@ DESCRIPTION="Interface for array oriented data access" #SRC_URI="ftp://ftp.unidata.ucar.edu/pub/netcdf/${PN}.tar.Z" #but most of the mirrors do. SRC_URI="ftp://ftp.unidata.ucar.edu/pub/netcdf/${P}.tar.Z" - HOMEPAGE="http://www.unidaa.ucar.edu/packages/netcdf/" +LICENSE="as-is" +SLOT="0" +KEYWORDS="x86" + DEPEND="virtual/glibc" PROVIDE="app-misc/netcdf" diff --git a/app-sci/oregano/oregano-0.23.ebuild b/app-sci/oregano/oregano-0.23.ebuild index 2166dd08364c..cec1137ff3a4 100644 --- a/app-sci/oregano/oregano-0.23.ebuild +++ b/app-sci/oregano/oregano-0.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/oregano/oregano-0.23.ebuild,v 1.1 2002/06/13 07:35:44 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/oregano/oregano-0.23.ebuild,v 1.2 2002/07/18 04:09:19 george Exp $ DESCRIPTION="This is a sample skeleton ebuild file" HOMEPAGE="http://oregano.codefactory.se/" @@ -11,6 +11,7 @@ RDEPEND="${DEPEND}" SRC_URI="ftp://ftp.codefactory.se/pub/CodeFactory/software/oregano/${P}.tar.gz" S=${WORKDIR}/${P} SLOT="0" +KEYWORDS="x86" src_compile() { local myconf diff --git a/app-sci/qcad/qcad-1.4.7.ebuild b/app-sci/qcad/qcad-1.4.7.ebuild index d118c80acaf5..765dd61e2f5d 100644 --- a/app-sci/qcad/qcad-1.4.7.ebuild +++ b/app-sci/qcad/qcad-1.4.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-sci/qcad/qcad-1.4.7.ebuild,v 1.2 2002/07/11 06:30:18 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/qcad/qcad-1.4.7.ebuild,v 1.3 2002/07/18 04:09:19 george Exp $ MY_P=${P}-src S=${WORKDIR}/${MY_P} @@ -8,6 +8,10 @@ DESCRIPTION="A 2D CAD package based upon Qt." SRC_URI="http://www.qcad.org/archives/${MY_P}.tar.gz" HOMEPAGE="http://www.qcad.org" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" + DEPEND=">=dev-util/tmake-1.8-r1 =x11-libs/qt-2.3*" diff --git a/app-sci/scigraphica/scigraphica-0.8.0.ebuild b/app-sci/scigraphica/scigraphica-0.8.0.ebuild index 61f11a6c963e..7047079b7c27 100644 --- a/app-sci/scigraphica/scigraphica-0.8.0.ebuild +++ b/app-sci/scigraphica/scigraphica-0.8.0.ebuild @@ -1,15 +1,18 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-sci/scigraphica/scigraphica-0.8.0.ebuild,v 1.2 2002/07/11 06:30:18 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/scigraphica/scigraphica-0.8.0.ebuild,v 1.3 2002/07/18 04:09:19 george Exp $ S=${WORKDIR}/${P} DESCRIPTION="Scientific application for data analysis and technical graphics." SRC_URI="http://scigraphica.sourceforge.net/src/${P}.tar.gz" - HOMEPAGE="http://scigraphica.sourceforge.net/" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" + DEPEND=">=x11-libs/gtk+extra-0.99.17 >=dev-python/Numeric-20.3 >=dev-libs/libxml-1.8.16 diff --git a/app-sci/scilab/scilab-2.6.ebuild b/app-sci/scilab/scilab-2.6.ebuild index f259359f5dfb..76166ed627e4 100644 --- a/app-sci/scilab/scilab-2.6.ebuild +++ b/app-sci/scilab/scilab-2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-sci/scilab/scilab-2.6.ebuild,v 1.2 2002/07/11 06:30:18 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/scilab/scilab-2.6.ebuild,v 1.3 2002/07/18 04:09:19 george Exp $ S=${WORKDIR}/${P} @@ -8,6 +8,10 @@ DESCRIPTION="Scilab is a scientific software package for numerical computations SRC_URI="ftp://ftp.inria.fr/INRIA/Projects/Meta2/Scilab/distributions/${P}.src.tar.gz" HOMEPAGE="http://www-rocq.inria.fr/scilab/" +LICENSE="scilab" +SLOT="0" +KEYWORDS="x86" + DEPEND="virtual/x11 tcltk? ( dev-lang/tk )" diff --git a/app-sci/units/units-1.74.ebuild b/app-sci/units/units-1.74.ebuild index a8073d217de1..b62debe0410e 100644 --- a/app-sci/units/units-1.74.ebuild +++ b/app-sci/units/units-1.74.ebuild @@ -7,9 +7,12 @@ S=${WORKDIR}/${P} DESCRIPTION="Units is a program for units conversion and units calculation." SRC_URI="ftp://ftp.gnu.org/gnu/units/${P}.tar.gz" - HOMEPAGE="http://www.gnu.org/software/units/units.html" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" + DEPEND=">=sys-libs/readline-4.1-r2 >=sys-libs/ncurses-5.2-r3" |