diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-17 14:31:29 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-17 14:31:29 +0000 |
commit | 66d83b00a018a967c11ee2caab752daea7f6a593 (patch) | |
tree | 989efe923e3c224ee006d91f3d9a619fc2da4dbc /app-sci | |
parent | Added IUSE. (diff) | |
download | gentoo-2-66d83b00a018a967c11ee2caab752daea7f6a593.tar.gz gentoo-2-66d83b00a018a967c11ee2caab752daea7f6a593.tar.bz2 gentoo-2-66d83b00a018a967c11ee2caab752daea7f6a593.zip |
lintool
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/babel/babel-1.6.ebuild | 2 | ||||
-rw-r--r-- | app-sci/euler/euler-1.59.1.ebuild | 7 | ||||
-rw-r--r-- | app-sci/gperiodic/gperiodic-1.3.2.ebuild | 26 | ||||
-rw-r--r-- | app-sci/gromacs/gromacs-3.1.3.ebuild | 2 | ||||
-rw-r--r-- | app-sci/magic/magic-7.1-r1.ebuild | 4 | ||||
-rw-r--r-- | app-sci/moldy/moldy-2.16e.ebuild | 41 | ||||
-rw-r--r-- | app-sci/pymol/pymol-0.82.ebuild | 12 | ||||
-rw-r--r-- | app-sci/qcad/qcad-1.4.7.ebuild | 6 | ||||
-rw-r--r-- | app-sci/rasmol/rasmol-2.6_beta2.ebuild | 7 | ||||
-rw-r--r-- | app-sci/scilab/scilab-2.6.ebuild | 25 | ||||
-rw-r--r-- | app-sci/setiathome/setiathome-3.03-r1.ebuild | 4 | ||||
-rw-r--r-- | app-sci/units/units-1.74.ebuild | 2 |
12 files changed, 61 insertions, 77 deletions
diff --git a/app-sci/babel/babel-1.6.ebuild b/app-sci/babel/babel-1.6.ebuild index 932647c81322..68d49a6b4093 100644 --- a/app-sci/babel/babel-1.6.ebuild +++ b/app-sci/babel/babel-1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $ Header: $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/babel/babel-1.6.ebuild,v 1.6 2002/10/17 14:26:47 vapier Exp $ S=${WORKDIR}/${P} diff --git a/app-sci/euler/euler-1.59.1.ebuild b/app-sci/euler/euler-1.59.1.ebuild index 80d27988d311..595f22bb4eca 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-2002 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.8 2002/10/04 05:00:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/euler/euler-1.59.1.ebuild,v 1.9 2002/10/17 14:26:47 vapier Exp $ S=${WORKDIR}/${P} @@ -15,8 +15,8 @@ SLOT="0" KEYWORDS="x86" DEPEND="virtual/glibc - virtual/x11 - =x11-libs/gtk+-1.2*" + virtual/x11 + =x11-libs/gtk+-1.2*" PROVIDE="app-misc/euler" @@ -49,4 +49,3 @@ src_install () { rm -rf ${D}/usr/share/euler/docs dodoc ChangeLog README TODO } - diff --git a/app-sci/gperiodic/gperiodic-1.3.2.ebuild b/app-sci/gperiodic/gperiodic-1.3.2.ebuild index 8255008328ce..0eecc1e68e20 100644 --- a/app-sci/gperiodic/gperiodic-1.3.2.ebuild +++ b/app-sci/gperiodic/gperiodic-1.3.2.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/gperiodic/gperiodic-1.3.2.ebuild,v 1.8 2002/10/05 05:39:09 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/gperiodic/gperiodic-1.3.2.ebuild,v 1.9 2002/10/17 14:26:47 vapier Exp $ IUSE="nls" @@ -19,7 +19,7 @@ DEPEND=">=sys-libs/ncurses-5.2 PROVIDE="app-misc/gperiodic" src_unpack() { - unpack ${P}.tar.gz + unpack ${A} cd ${S} #Fix version number,comment out non-working lex inquiry @@ -36,23 +36,23 @@ src_compile() { myconf="--disable-nls" fi - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var/lib \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ + ./configure --host=${CHOST} \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var/lib \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ ${myconf} || die emake || die } src_install () { - make prefix=${D}/usr \ - sysconfdir=${D}/etc \ - localstatedir=${D}/var/lib \ - infodir=${D}/usr/share/info \ - mandir=${D}/usr/share/man \ + make prefix=${D}/usr \ + sysconfdir=${D}/etc \ + localstatedir=${D}/var/lib \ + infodir=${D}/usr/share/info \ + mandir=${D}/usr/share/man \ install || die doman man/gperiodic.1 diff --git a/app-sci/gromacs/gromacs-3.1.3.ebuild b/app-sci/gromacs/gromacs-3.1.3.ebuild index 661c8977335d..a1cd13433e3e 100644 --- a/app-sci/gromacs/gromacs-3.1.3.ebuild +++ b/app-sci/gromacs/gromacs-3.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.4 2002/03/12 16:05:09 tod Exp +# $Header: /var/cvsroot/gentoo-x86/app-sci/gromacs/gromacs-3.1.3.ebuild,v 1.6 2002/10/17 14:26:47 vapier Exp $ DESCRIPTION="The ultimate Molecular Dynamics simulation package" diff --git a/app-sci/magic/magic-7.1-r1.ebuild b/app-sci/magic/magic-7.1-r1.ebuild index 68fe73860b07..eeca70cb1585 100644 --- a/app-sci/magic/magic-7.1-r1.ebuild +++ b/app-sci/magic/magic-7.1-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/magic/magic-7.1-r1.ebuild,v 1.1 2002/10/14 17:58:53 aliz Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/magic/magic-7.1-r1.ebuild,v 1.2 2002/10/17 14:26:47 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="The VLSI design CAD tool" diff --git a/app-sci/moldy/moldy-2.16e.ebuild b/app-sci/moldy/moldy-2.16e.ebuild index 42d0551b53f6..b25b9d20a8da 100644 --- a/app-sci/moldy/moldy-2.16e.ebuild +++ b/app-sci/moldy/moldy-2.16e.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# /home/cvsroot/gentoo-x86/skel.build,v 1.7 2001/08/25 21:15:08 chadh Exp +# $Header: /var/cvsroot/gentoo-x86/app-sci/moldy/moldy-2.16e.ebuild,v 1.7 2002/10/17 14:26:47 vapier Exp $ IUSE="X" @@ -15,15 +15,12 @@ SLOT="0" KEYWORDS="x86" DEPEND="virtual/glibc - X? ( x11-base/xfree )" + X? ( x11-base/xfree )" src_compile() { + local myconf - local myconf - if [ -z "`use X`" ] - then - myconf="--without-x" - fi + use X || myconf="--without-x" #Individuals may want to edit the OPT* variables below. #From the READ.ME: @@ -35,27 +32,23 @@ src_compile() { #function arguments as restricted pointers which are not aliased to #any other object". OPT is used for less preformance-critical modules #and may be set to a lower level of optimization than OPT2. - - OPT=${CFLAGS} OPT2=${CFLAGS} \ - ./configure --prefix=/usr \ - --host=${CHOST} \ - ${myconf} || die - - emake || die + + OPT=${CFLAGS} OPT2=${CFLAGS} \ + ./configure --prefix=/usr \ + --host=${CHOST} \ + ${myconf} || die + + emake || die make moldy.pdf || die } -src_install () { - +src_install() { dodir /usr/bin - make prefix=${D}/usr install || die - rm Makefile.in configure.in config.h.in - insinto /usr/share/${PN}/examples/ - doins *.in *.out control.* - dodoc BENCHMARK COPYING READ.ME RELNOTES + make prefix=${D}/usr install || die + rm Makefile.in configure.in config.h.in + insinto /usr/share/${PN}/examples/ + doins *.in *.out control.* + dodoc BENCHMARK COPYING READ.ME RELNOTES insinto /usr/share/doc/${P}/pdf newins moldy.pdf moldy-manual.pdf - } - - diff --git a/app-sci/pymol/pymol-0.82.ebuild b/app-sci/pymol/pymol-0.82.ebuild index 4f6cd4128702..751540af8aed 100644 --- a/app-sci/pymol/pymol-0.82.ebuild +++ b/app-sci/pymol/pymol-0.82.ebuild @@ -1,11 +1,11 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/pymol/pymol-0.82.ebuild,v 1.2 2002/10/04 05:01:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/pymol/pymol-0.82.ebuild,v 1.3 2002/10/17 14:26:47 vapier Exp $ -A="pymol-0_82-src.tgz" +MY_P="pymol-0_82-src.tgz" S="$WORKDIR/${P}" DESCRIPTION="A Python-extensible molecular graphics system." -SRC_URI="http://download.sourceforge.net/pymol/${A}" +SRC_URI="http://download.sourceforge.net/pymol/${MY_P}" HOMEPAGE="http://pymol.sf.net" LICENSE="PSF-2.2" SLOT="0" @@ -17,8 +17,7 @@ DEPEND="dev-lang/python dev-lang/tk media-libs/libpng sys-libs/zlib - media-libs/glut - " + media-libs/glut" RDEPEND="${DEPEND}" src_unpack() { @@ -34,8 +33,7 @@ src_compile() { } -src_install() -{ +src_install() { local PYMOL_PATH=/usr/lib/pymol/${PV} mkdir -p ${D}/usr/lib/pymol/${PV} cp -a modules ${D}/usr/lib/pymol/${PV} diff --git a/app-sci/qcad/qcad-1.4.7.ebuild b/app-sci/qcad/qcad-1.4.7.ebuild index 143031d2c90d..f3290b41c864 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 -# $Header: /var/cvsroot/gentoo-x86/app-sci/qcad/qcad-1.4.7.ebuild,v 1.4 2002/10/04 05:01:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/qcad/qcad-1.4.7.ebuild,v 1.5 2002/10/17 14:26:47 vapier Exp $ MY_P=${P}-src S=${WORKDIR}/${MY_P} @@ -18,11 +18,11 @@ DEPEND=">=dev-util/tmake-1.8-r1 src_compile() { export QTDIR=/usr/qt/2 cd ${S} - tmake qcad.pro -o Makefile + tmake qcad.pro -o Makefile emake CXXFLAGS="$CXXFLAGS" || die } -src_install () { +src_install() { dobin qcad dohtml -r doc diff --git a/app-sci/rasmol/rasmol-2.6_beta2.ebuild b/app-sci/rasmol/rasmol-2.6_beta2.ebuild index 2e34e805ff08..2f98b58e0d63 100644 --- a/app-sci/rasmol/rasmol-2.6_beta2.ebuild +++ b/app-sci/rasmol/rasmol-2.6_beta2.ebuild @@ -1,17 +1,14 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/rasmol/rasmol-2.6_beta2.ebuild,v 1.2 2002/07/25 16:18:19 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/rasmol/rasmol-2.6_beta2.ebuild,v 1.3 2002/10/17 14:26:47 vapier Exp $ DESCRIPTION="Free program which displays molecular structure." HOMEPAGE="http://www.umass.edu/microbio/rasmol/index2.htm" KEYWORDS="x86" SLOT="0" -LICENSE="Public" -LICENSE="Domain" - +LICENSE="public-domain" DEPEND="virtual/x11" - RDEPEND="${DEPEND}" P0=rasmol_2.6b2 diff --git a/app-sci/scilab/scilab-2.6.ebuild b/app-sci/scilab/scilab-2.6.ebuild index 6a0e54255a79..cd55005eb78d 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 -# $Header: /var/cvsroot/gentoo-x86/app-sci/scilab/scilab-2.6.ebuild,v 1.5 2002/10/05 05:39:09 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/scilab/scilab-2.6.ebuild,v 1.6 2002/10/17 14:26:47 vapier Exp $ IUSE="tcltk" @@ -20,22 +20,19 @@ DEPEND="virtual/x11 src_compile() { local myopts - if [ "`use tcltk`" ] - then - myopts="--with-tk" - fi + use tcltk && myopts="--with-tk" ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --sysconfdir=/etc \ - --localstatedir=/var \ - ${myopts} || die "./configure failed" + --host=${CHOST} \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + --sysconfdir=/etc \ + --localstatedir=/var \ + ${myopts} || die "./configure failed" # HOME must be set to prevent writing to /root directory - export HOME=/var/tmp/portage/${P}/work - make all || die + export HOME=/var/tmp/portage/${P}/work + make all || die } src_install () { diff --git a/app-sci/setiathome/setiathome-3.03-r1.ebuild b/app-sci/setiathome/setiathome-3.03-r1.ebuild index 90dbc8952e78..adc3afab6d5f 100644 --- a/app-sci/setiathome/setiathome-3.03-r1.ebuild +++ b/app-sci/setiathome/setiathome-3.03-r1.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/setiathome/setiathome-3.03-r1.ebuild,v 1.7 2002/10/05 05:39:09 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/setiathome/setiathome-3.03-r1.ebuild,v 1.8 2002/10/17 14:26:47 vapier Exp $ IUSE="X" @@ -16,7 +16,7 @@ DEPEND=">=sys-apps/baselayout-1.8.0" RDEPEND="X? ( x11-base/xfree )" SLOT="0" -LICENSE="proprietary" +LICENSE="as-is" KEYWORDS="x86 ppc" src_unpack () { diff --git a/app-sci/units/units-1.74.ebuild b/app-sci/units/units-1.74.ebuild index af91aa305341..5063fa0e89d0 100644 --- a/app-sci/units/units-1.74.ebuild +++ b/app-sci/units/units-1.74.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $ Header: $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/units/units-1.74.ebuild,v 1.6 2002/10/17 14:26:47 vapier Exp $ S=${WORKDIR}/${P} |