diff options
-rw-r--r-- | app-sci/blas/blas-19980702.ebuild | 16 | ||||
-rw-r--r-- | app-sci/chemtool/chemtool-1.5.ebuild | 6 | ||||
-rw-r--r-- | app-sci/chemtool/chemtool-1.6.ebuild | 8 | ||||
-rw-r--r-- | app-sci/euler/euler-1.59.1.ebuild | 13 | ||||
-rw-r--r-- | app-sci/euler/euler-1.60.6.ebuild | 11 | ||||
-rw-r--r-- | app-sci/ghemical/ghemical-0.90.ebuild | 26 | ||||
-rw-r--r-- | app-sci/ghemical/ghemical-1.00.ebuild | 22 | ||||
-rw-r--r-- | app-sci/kmatplot/kmatplot-0.4-r1.ebuild | 10 | ||||
-rw-r--r-- | app-sci/kmatplot/kmatplot-0.4.ebuild | 10 | ||||
-rw-r--r-- | app-sci/lapack/lapack-3.0.ebuild | 16 | ||||
-rw-r--r-- | app-sci/mpqc/mpqc-2.1.2.ebuild | 11 | ||||
-rw-r--r-- | app-sci/predict/predict-2.2.1.ebuild | 9 |
12 files changed, 73 insertions, 85 deletions
diff --git a/app-sci/blas/blas-19980702.ebuild b/app-sci/blas/blas-19980702.ebuild index 77fad04c9765..00ee5d4e5d08 100644 --- a/app-sci/blas/blas-19980702.ebuild +++ b/app-sci/blas/blas-19980702.ebuild @@ -1,18 +1,18 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-sci/blas/blas-19980702.ebuild,v 1.3 2003/02/13 09:21:08 vapier Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/blas/blas-19980702.ebuild,v 1.4 2003/08/05 18:31:05 vapier Exp $ -SLOT="0" -HOMEPAGE="http://www.netlib.org/blas/" DESCRIPTION="Basic Linear Algebra Subprograms" +HOMEPAGE="http://www.netlib.org/blas/" SRC_URI="http://www.netlib.org/blas/${PN}.tgz" -DEPEND="virtual/glibc" -KEYWORDS="x86" LICENSE="public-domain" -IUSE="" +SLOT="0" +KEYWORDS="x86" + +DEPEND="virtual/glibc" -S="${WORKDIR}" +S=${WORKDIR} src_compile() { cp ${FILESDIR}/Makefile ./ diff --git a/app-sci/chemtool/chemtool-1.5.ebuild b/app-sci/chemtool/chemtool-1.5.ebuild index 546712c37ea0..c78cc2bdfaae 100644 --- a/app-sci/chemtool/chemtool-1.5.ebuild +++ b/app-sci/chemtool/chemtool-1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-sci/chemtool/chemtool-1.5.ebuild,v 1.5 2003/04/18 17:12:23 seemant Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/chemtool/chemtool-1.5.ebuild,v 1.6 2003/08/05 18:31:42 vapier Exp $ [ -n "`use kde`" ] && inherit kde-functions inherit eutils @@ -60,7 +60,7 @@ src_compile() { emake || die "make failed" } -src_install () { +src_install() { einstall \ gnomedir=${D}/usr \ kdedir=${D}/${KDEDIR} \ diff --git a/app-sci/chemtool/chemtool-1.6.ebuild b/app-sci/chemtool/chemtool-1.6.ebuild index 76326491ed9d..b3d70021e487 100644 --- a/app-sci/chemtool/chemtool-1.6.ebuild +++ b/app-sci/chemtool/chemtool-1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-sci/chemtool/chemtool-1.6.ebuild,v 1.1 2003/07/17 13:09:19 phosphan Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/chemtool/chemtool-1.6.ebuild,v 1.2 2003/08/05 18:31:42 vapier Exp $ [ -n "`use kde`" ] && inherit kde-functions inherit eutils @@ -25,7 +25,7 @@ DEPEND=">=media-gfx/transfig-3.2.3d src_unpack() { unpack ${A} cd ${S} - patch -p0 < ${FILESDIR}/${P}.patch || die "patch failed" + epatch ${FILESDIR}/${P}.patch } src_compile() { @@ -58,7 +58,7 @@ src_compile() { emake || die "make failed" } -src_install () { +src_install() { dodir ${KDEDIR}/share/applnk/Graphics dodir ${KDEDIR}/share/mimelnk/application dodir ${KDEDIR}/share/icons/hicolor/32x32/mimetypes diff --git a/app-sci/euler/euler-1.59.1.ebuild b/app-sci/euler/euler-1.59.1.ebuild index 0a608213412e..570b35797dc6 100644 --- a/app-sci/euler/euler-1.59.1.ebuild +++ b/app-sci/euler/euler-1.59.1.ebuild @@ -1,15 +1,11 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/euler/euler-1.59.1.ebuild,v 1.10 2003/02/13 09:21:23 vapier Exp $ - -S=${WORKDIR}/${P} +# $Header: /var/cvsroot/gentoo-x86/app-sci/euler/euler-1.59.1.ebuild,v 1.11 2003/08/05 18:32:27 vapier Exp $ DESCRIPTION="Mathematical programming environment" - +HOMEPAGE="http://euler.sourceforge.net/" SRC_URI="mirror://sourceforge/euler/euler-1.59.1.tar.gz" -HOMEPAGE="http://euler.sf.net" - LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" @@ -17,7 +13,6 @@ KEYWORDS="x86" DEPEND="virtual/glibc virtual/x11 =x11-libs/gtk+-1.2*" - PROVIDE="app-misc/euler" src_unpack() { @@ -32,13 +27,11 @@ src_unpack() { } src_compile() { - cd ${S}/source emake INSTALL_DIR=/usr || die } -src_install () { - +src_install() { cd ${S}/source dodir usr usr/share usr/bin make INSTALL_DIR=${D}/usr install || die diff --git a/app-sci/euler/euler-1.60.6.ebuild b/app-sci/euler/euler-1.60.6.ebuild index 98c8d3282c9b..7b0888799681 100644 --- a/app-sci/euler/euler-1.60.6.ebuild +++ b/app-sci/euler/euler-1.60.6.ebuild @@ -1,16 +1,14 @@ # Copyright 1999-2003 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.60.6.ebuild,v 1.4 2003/02/13 09:21:27 vapier Exp $ - -IUSE="" +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/euler/euler-1.60.6.ebuild,v 1.5 2003/08/05 18:32:27 vapier Exp $ #euler only uses two major numners internally, need to do some mangling MajVer="$(echo ${PV}|cut -d '.' -f 1,2)" S=${WORKDIR}/${PN}-${MajVer} DESCRIPTION="Mathematical programming environment" +HOMEPAGE="http://euler.sourceforge.net/" SRC_URI="mirror://sourceforge/euler/${P}.tar.gz" -HOMEPAGE="http://euler.sf.net" LICENSE="GPL-2" SLOT="0" @@ -35,7 +33,7 @@ src_compile() { emake INSTALL_DIR=/usr || die } -src_install () { +src_install() { cd ${S}/source dodir usr usr/share usr/bin make INSTALL_DIR=${D}/usr install || die @@ -46,4 +44,3 @@ src_install () { rm -rf ${D}/usr/share/doc/${PN} dodoc ChangeLog README TODO } - diff --git a/app-sci/ghemical/ghemical-0.90.ebuild b/app-sci/ghemical/ghemical-0.90.ebuild index 5099c66d27dd..0c7c6bdf3f98 100644 --- a/app-sci/ghemical/ghemical-0.90.ebuild +++ b/app-sci/ghemical/ghemical-0.90.ebuild @@ -1,24 +1,24 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-sci/ghemical/ghemical-0.90.ebuild,v 1.5 2003/02/13 09:21:36 vapier Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/ghemical/ghemical-0.90.ebuild,v 1.6 2003/08/05 18:33:25 vapier Exp $ -DEPEND="gnome-base/gnome-libs - dev-libs/libf2c - x11-libs/gtkglext - app-sci/mpqc" - -IUSE="" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86" +inherit eutils DESCRIPTION="Ghemical supports both quantum-mechanics (semi-empirical and ab initio) models and molecular mechanics models (there is an experimental Tripos 5.2-like force field for organic molecules). Also a tool for reduced protein models is included. Geometry optimization, molecular dynamics and a large set of visualization tools are currently available." - HOMEPAGE="http://www.uku.fi/~thassine/ghemical/" SRC_URI="http://www.uku.fi/~thassine/ghemical/download/${P}.tgz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" + +DEPEND="gnome-base/gnome-libs + dev-libs/libf2c + x11-libs/gtkglext + app-sci/mpqc" + src_compile() { - patch -p0 < ${FILESDIR}/${P}-gentoo.patch + epatch ${FILESDIR}/${P}-gentoo.patch ./configure --prefix=/usr --enable-mpqc emake } diff --git a/app-sci/ghemical/ghemical-1.00.ebuild b/app-sci/ghemical/ghemical-1.00.ebuild index 99f1ec75127d..bb596a4c4050 100644 --- a/app-sci/ghemical/ghemical-1.00.ebuild +++ b/app-sci/ghemical/ghemical-1.00.ebuild @@ -1,6 +1,14 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-sci/ghemical/ghemical-1.00.ebuild,v 1.8 2003/02/13 09:21:40 vapier Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/ghemical/ghemical-1.00.ebuild,v 1.9 2003/08/05 18:33:25 vapier Exp $ + +DESCRIPTION="Ghemical supports both quantum-mechanics (semi-empirical and ab initio) models and molecular mechanics models (there is an experimental Tripos 5.2-like force field for organic molecules). Also a tool for reduced protein models is included. Geometry optimization, molecular dynamics and a large set of visualization tools are currently available." +HOMEPAGE="http://www.uku.fi/~thassine/ghemical/" +SRC_URI="http://www.uku.fi/~thassine/ghemical/download/${P}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" DEPEND="gnome-base/gnome-libs dev-libs/libf2c @@ -10,16 +18,6 @@ DEPEND="gnome-base/gnome-libs dev-libs/libxml =gnome-base/libglade-0*" -IUSE="" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86" - -DESCRIPTION="Ghemical supports both quantum-mechanics (semi-empirical and ab initio) models and molecular mechanics models (there is an experimental Tripos 5.2-like force field for organic molecules). Also a tool for reduced protein models is included. Geometry optimization, molecular dynamics and a large set of visualization tools are currently available." - -HOMEPAGE="http://www.uku.fi/~thassine/ghemical/" -SRC_URI="http://www.uku.fi/~thassine/ghemical/download/${P}.tgz" - src_compile() { ./configure --prefix=/usr --enable-mpqc ||die emake ||die diff --git a/app-sci/kmatplot/kmatplot-0.4-r1.ebuild b/app-sci/kmatplot/kmatplot-0.4-r1.ebuild index 704b31e3bf27..2ac3bfff1882 100644 --- a/app-sci/kmatplot/kmatplot-0.4-r1.ebuild +++ b/app-sci/kmatplot/kmatplot-0.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-sci/kmatplot/kmatplot-0.4-r1.ebuild,v 1.3 2003/02/15 07:10:05 gerk Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/kmatplot/kmatplot-0.4-r1.ebuild,v 1.4 2003/08/05 18:34:16 vapier Exp $ PATCHES="${FILESDIR}/${P}-gentoo.patch ${FILESDIR}/${P}-inline.patch @@ -10,9 +10,9 @@ PATCHES="${FILESDIR}/${P}-gentoo.patch inherit kde-base need-kde 3 -DESCRIPTION="KMatplot is a gnuplot-like tool for plotting data sets in either two or three dimensions." -LICENSE="GPL-2" +DESCRIPTION="gnuplot-like tool for plotting data sets in either two or three dimensions" HOMEPAGE="http://kmatplot.sourceforge.net/" SRC_URI="http://kmatplot.sourceforge.net/${P}.tar.gz" -IUSE="" + +LICENSE="GPL-2" KEYWORDS="x86 ~ppc" diff --git a/app-sci/kmatplot/kmatplot-0.4.ebuild b/app-sci/kmatplot/kmatplot-0.4.ebuild index 07f430806b95..75cf29ebeffc 100644 --- a/app-sci/kmatplot/kmatplot-0.4.ebuild +++ b/app-sci/kmatplot/kmatplot-0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-sci/kmatplot/kmatplot-0.4.ebuild,v 1.6 2003/02/15 07:10:05 gerk Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/kmatplot/kmatplot-0.4.ebuild,v 1.7 2003/08/05 18:34:16 vapier Exp $ PATCHES="${FILESDIR}/${P}-gentoo.patch ${FILESDIR}/${P}-inline.patch @@ -9,9 +9,9 @@ PATCHES="${FILESDIR}/${P}-gentoo.patch inherit kde-base need-kde 3 -DESCRIPTION="KMatplot is a gnuplot-like tool for plotting data sets in either two or three dimensions." -LICENSE="GPL-2" +DESCRIPTION="gnuplot-like tool for plotting data sets in either two or three dimensions" HOMEPAGE="http://kmatplot.sourceforge.net/" SRC_URI="http://kmatplot.sourceforge.net/${P}.tar.gz" -IUSE="" + +LICENSE="GPL-2" KEYWORDS="x86 ~ppc" diff --git a/app-sci/lapack/lapack-3.0.ebuild b/app-sci/lapack/lapack-3.0.ebuild index df1d5d9a6c43..b8ccef718e4c 100644 --- a/app-sci/lapack/lapack-3.0.ebuild +++ b/app-sci/lapack/lapack-3.0.ebuild @@ -1,26 +1,26 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-sci/lapack/lapack-3.0.ebuild,v 1.3 2003/02/13 09:23:06 vapier Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/lapack/lapack-3.0.ebuild,v 1.4 2003/08/05 18:34:50 vapier Exp $ -S=${WORKDIR}/LAPACK +DESCRIPTION="Linear Algebra PACKage for scientists, engineers, and mathematicians. This contains the libraries for creating programs that use LAPACK." +HOMEPAGE="http://www.netlib.org/lapack/" +SRC_URI="http://www.netlib.org/lapack/lapack.tgz" LICENSE="lapack" SLOT="0" KEYWORDS="x86" -IUSE="" -DESCRIPTION="Linear Algebra PACKage for scientists, engineers, and mathematicians. This contains the libraries for creating programs that use LAPACK." -SRC_URI="http://www.netlib.org/lapack/lapack.tgz" -HOMEPAGE="http://www.netlib.org/lapack/" DEPEND="virtual/glibc app-sci/blas" +S=${WORKDIR}/LAPACK + src_compile() { cp ${FILESDIR}/Makefile SRC/Makefile cd SRC FC="g77" FFLAGS="${CFLAGS}" make static } -src_install () { +src_install() { dolib.a SRC/liblapack.a } diff --git a/app-sci/mpqc/mpqc-2.1.2.ebuild b/app-sci/mpqc/mpqc-2.1.2.ebuild index 50fd288748ea..f75dcbd19d42 100644 --- a/app-sci/mpqc/mpqc-2.1.2.ebuild +++ b/app-sci/mpqc/mpqc-2.1.2.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-sci/mpqc/mpqc-2.1.2.ebuild,v 1.5 2003/03/11 21:11:45 seemant Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/mpqc/mpqc-2.1.2.ebuild,v 1.6 2003/08/05 18:35:17 vapier Exp $ -SLOT="0" +DESCRIPTION="The Massively Parallel Quantum Chemistry Program" HOMEPAGE="http://aros.ca.sandia.gov/~cljanss/mpqc/" SRC_URI="http://aros.ca.sandia.gov/~cljanss/mpqc/distrib/${P}.tar.gz doc? ( http://aros.ca.sandia.gov/~cljanss/mpqc/distrib/${PN}-man-${PV}.tar.gz )" -DESCRIPTION="The Massively Parallel Quantum Chemistry Program" + LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86" IUSE="doc X" @@ -15,7 +16,7 @@ DEPEND="sys-devel/flex app-sci/blas app-sci/lapack dev-lang/perl - X? ( x11-base/xfree )" + X? ( x11-base/xfree )" src_compile() { CFLAGS_SAVE=${CFLAGS}; CXXFLAGS_SAVE=${CXXFLAGS} diff --git a/app-sci/predict/predict-2.2.1.ebuild b/app-sci/predict/predict-2.2.1.ebuild index cdafeec1dfa7..29df8d2ce72e 100644 --- a/app-sci/predict/predict-2.2.1.ebuild +++ b/app-sci/predict/predict-2.2.1.ebuild @@ -1,19 +1,18 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-sci/predict/predict-2.2.1.ebuild,v 1.6 2003/07/02 12:33:39 aliz Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/predict/predict-2.2.1.ebuild,v 1.7 2003/08/05 18:35:59 vapier Exp $ -HOMEPAGE="http://www.qsl.net/kd2bd/predict.html" DESCRIPTION="Satellite tracking and orbital prediction." +HOMEPAGE="http://www.qsl.net/kd2bd/predict.html" SRC_URI="http://www.amsat.org/amsat/ftp/software/Linux/${P}.tar.gz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86 ~ppc" DEPEND="sys-libs/ncurses gtk? ( =x11-libs/gtk+-1.2* ) xforms? ( x11-libs/xforms )" - RDEPEND="gtk? ( =x11-libs/gtk+-1.2* ) xforms? ( x11-libs/xforms )" |