diff options
author | 2002-11-17 06:42:00 +0000 | |
---|---|---|
committer | 2002-11-17 06:42:00 +0000 | |
commit | 3f8471cdb29ea53ce1963e65b3cf0b65656e2da9 (patch) | |
tree | 5bd5a99ecb124e93c7341b84d6109acf62e886f5 | |
parent | version update (diff) | |
download | gentoo-2-3f8471cdb29ea53ce1963e65b3cf0b65656e2da9.tar.gz gentoo-2-3f8471cdb29ea53ce1963e65b3cf0b65656e2da9.tar.bz2 gentoo-2-3f8471cdb29ea53ce1963e65b3cf0b65656e2da9.zip |
Changed mkdir ${D} to dodir ${D}
-rw-r--r-- | app-sci/predict/predict-2.2.1.ebuild | 14 | ||||
-rw-r--r-- | app-sci/pymol/pymol-0.82.ebuild | 14 | ||||
-rw-r--r-- | app-sci/spice/spice-3.5.5.ebuild | 16 |
3 files changed, 20 insertions, 24 deletions
diff --git a/app-sci/predict/predict-2.2.1.ebuild b/app-sci/predict/predict-2.2.1.ebuild index 4278b12726d2..8adaef731b5b 100644 --- a/app-sci/predict/predict-2.2.1.ebuild +++ b/app-sci/predict/predict-2.2.1.ebuild @@ -1,22 +1,21 @@ # 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/predict/predict-2.2.1.ebuild,v 1.1 2002/10/18 05:59:47 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/predict/predict-2.2.1.ebuild,v 1.2 2002/11/17 06:42:00 vapier Exp $ -S=${WORKDIR}/predict-2.2.1 HOMEPAGE="http://www.qsl.net/kd2bd/predict.html" DESCRIPTION="Satellite tracking and orbital prediction." -SRC_URI="http://www.amsat.org/amsat/ftp/software/Linux/predict-${PV}.tar.gz" +SRC_URI="http://www.amsat.org/amsat/ftp/software/Linux/${P}.tar.gz" SLOT="0" LICENSE="GPL" KEYWORDS="~x86" DEPEND="sys-libs/ncurses - gtk? ( =x11-libs/gtk+-1.2* ) - xforms? ( x11-libs/xforms )" + gtk? ( =x11-libs/gtk+-1.2* ) + xforms? ( x11-libs/xforms )" RDEPEND="gtk? ( =x11-libs/gtk+-1.2* ) - xforms? ( x11-libs/xforms )" + xforms? ( x11-libs/xforms )" if [ -x /usr/bin/xearth ]; then EARTHTRACKOK="yes" @@ -33,7 +32,6 @@ src_compile() { COMPILER="cc ${CFLAGS} -fomit-frame-pointer" # write predict.h - cd ${S} echo "char *predictpath=\"/usr/share/predict/\";" > predict.h echo "char soundcard=1;" >> predict.h echo "char *version=\"${PV}\";" >> predict.h @@ -153,7 +151,7 @@ src_install() { if [ "`use gtk`" ]; then # the install seems broken so do manually... cd ${S}/clients/gsat-1.0.0 - mkdir -p ${D}/usr/lib/gsat/plugins + dodir /usr/lib/gsat/plugins touch ${D}/usr/lib/gsat/plugins/.keep cd src dobin gsat diff --git a/app-sci/pymol/pymol-0.82.ebuild b/app-sci/pymol/pymol-0.82.ebuild index fda04e7e9a52..ac47df6080c5 100644 --- a/app-sci/pymol/pymol-0.82.ebuild +++ b/app-sci/pymol/pymol-0.82.ebuild @@ -1,12 +1,12 @@ # 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.5 2002/10/20 18:40:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/pymol/pymol-0.82.ebuild,v 1.6 2002/11/17 06:37:33 vapier Exp $ MY_PV=${PV/./_} -S="$WORKDIR/${P}" DESCRIPTION="A Python-extensible molecular graphics system." SRC_URI="mirror://sourceforge/pymol/${PN}-${MY_PV}-src.tgz" HOMEPAGE="http://pymol.sf.net" + LICENSE="PSF-2.2" SLOT="0" KEYWORDS="x86" @@ -31,12 +31,11 @@ src_compile() { make || die } - src_install() { local PYMOL_PATH=/usr/lib/pymol/${PV} - mkdir -p ${D}/usr/lib/pymol/${PV} + dodir /usr/lib/pymol/${PV} cp -a modules ${D}/usr/lib/pymol/${PV} - mkdir -p ${D}/usr/bin + dodir /usr/bin cat <<-EOF > ${D}/usr/bin/pymol-${PV} #!/bin/sh export PYMOL_PATH=/usr/lib/pymol/${PV} @@ -46,8 +45,5 @@ src_install() { EOF chmod 755 ${D}/usr/bin/pymol-${PV} dodoc README DEVELOPERS CHANGES - cd ${D}/usr/bin - ln -fs pymol-${PV} pymol + dosym /usr/bin/pymol-${PV} /usr/bin/pymol } - - diff --git a/app-sci/spice/spice-3.5.5.ebuild b/app-sci/spice/spice-3.5.5.ebuild index 932527b61acc..52b096190569 100644 --- a/app-sci/spice/spice-3.5.5.ebuild +++ b/app-sci/spice/spice-3.5.5.ebuild @@ -1,17 +1,19 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/spice/spice-3.5.5.ebuild,v 1.2 2002/10/20 18:40:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/spice/spice-3.5.5.ebuild,v 1.3 2002/11/17 06:39:02 vapier Exp $ +MY_P="spice3f5sfix" DESCRIPTION="SPICE 3 is a general-purpose circuit simulation program" HOMEPAGE="http://bwrc.eecs.berkeley.edu/Classes/IcBook/SPICE/" -SRC_URI="http://www.ibiblio.org/pub/Linux/apps/circuits/spice3f5sfix.tar.gz" +SRC_URI="http://www.ibiblio.org/pub/Linux/apps/circuits/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="x86" -DEPEND="virtual/glibc sys-libs/ncurses" -S=${WORKDIR}/spice3f5sfix/ +DEPEND="virtual/glibc + sys-libs/ncurses" +S=${WORKDIR}/${MY_P} src_unpack() { unpack ${A} ; cd ${S}/conf @@ -27,11 +29,11 @@ src_compile() { obj/bin/makeidx lib/helpdir/spice.txt } -src_install () { +src_install() { # install binaries install -d ${D}/usr/bin install -s obj/bin/spice3 ${D}/usr/bin - ln -s /usr/bin/spice3 ${D}/usr/bin/spice + dosym /usr/bin/spice3 /usr/bin/spice install -s obj/bin/help ${D}/usr/bin/spice.help install -s obj/bin/nutmeg ${D}/usr/bin install -s obj/bin/sconvert ${D}/usr/bin @@ -39,7 +41,7 @@ src_install () { install -s obj/bin/proc2mod ${D}/usr/bin # install runtime stuff rm -f lib/make* - mkdir -p ${D}/usr/lib/spice + dodir /usr/lib/spice cp -R lib/* ${D}/usr/lib/spice/ # install docs doman man/man1/* |