diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-11-30 01:19:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-11-30 01:19:54 +0000 |
commit | ee4994211815ca82c06ee0d04f100af030881f68 (patch) | |
tree | 345d40fc7e8b6292688c066c8484ec09e745f516 /dev-lang | |
parent | Changed mkdir ${D} to dodir ${D} (diff) | |
download | gentoo-2-ee4994211815ca82c06ee0d04f100af030881f68.tar.gz gentoo-2-ee4994211815ca82c06ee0d04f100af030881f68.tar.bz2 gentoo-2-ee4994211815ca82c06ee0d04f100af030881f68.zip |
Changed mkdir ${D} to dodir ${D}
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/python-2.2.1-r4.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/python/python-2.2.1-r5.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/python/python-2.2.1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/python/python-2.2.2.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/sather/sather-1.3.ebuild | 25 |
5 files changed, 19 insertions, 22 deletions
diff --git a/dev-lang/python/python-2.2.1-r4.ebuild b/dev-lang/python/python-2.2.1-r4.ebuild index 39da1e7df285..3e8fb86f4463 100644 --- a/dev-lang/python/python-2.2.1-r4.ebuild +++ b/dev-lang/python/python-2.2.1-r4.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/dev-lang/python/python-2.2.1-r4.ebuild,v 1.4 2002/10/05 05:39:10 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.1-r4.ebuild,v 1.5 2002/11/30 01:16:27 vapier Exp $ IUSE="readline tcltk berkdb bootstrap" @@ -86,7 +86,7 @@ src_install() { # If USE tcltk lets install idle # Need to script the python version in the path if use tcltk; then - mkdir "${D}/usr/lib/python${PYVER}/tools" + dodir /usr/lib/python${PYVER}/tools mv "${S}/Tools/idle" "${D}/usr/lib/python${PYVER}/tools/" dosym /usr/lib/python${PYVER}/tools/idle/idle.py /usr/bin/idle.py fi diff --git a/dev-lang/python/python-2.2.1-r5.ebuild b/dev-lang/python/python-2.2.1-r5.ebuild index 55a07eb30350..4022390fff7a 100644 --- a/dev-lang/python/python-2.2.1-r5.ebuild +++ b/dev-lang/python/python-2.2.1-r5.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/dev-lang/python/python-2.2.1-r5.ebuild,v 1.5 2002/10/17 16:34:48 bjb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.1-r5.ebuild,v 1.6 2002/11/30 01:17:39 vapier Exp $ IUSE="readline tcltk berkdb bootstrap" @@ -92,7 +92,7 @@ src_install() { # If USE tcltk lets install idle # Need to script the python version in the path if use tcltk; then - mkdir "${D}/usr/lib/python${PYVER}/tools" + dodir /usr/lib/python${PYVER}/tools mv "${S}/Tools/idle" "${D}/usr/lib/python${PYVER}/tools/" dosym /usr/lib/python${PYVER}/tools/idle/idle.py /usr/bin/idle.py fi diff --git a/dev-lang/python/python-2.2.1.ebuild b/dev-lang/python/python-2.2.1.ebuild index f60a21411ab6..25f3cc143bf1 100644 --- a/dev-lang/python/python-2.2.1.ebuild +++ b/dev-lang/python/python-2.2.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/dev-lang/python/python-2.2.1.ebuild,v 1.8 2002/10/05 05:39:10 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.1.ebuild,v 1.9 2002/11/30 01:16:44 vapier Exp $ IUSE="readline tcltk berkdb bootstrap" @@ -78,7 +78,7 @@ src_install() { # If USE tcltk lets install idle # Need to script the python version in the path if use tcltk; then - mkdir "${D}/usr/lib/python${PYVER}/tools" + /usr/lib/python${PYVER}/tools mv "${S}/Tools/idle" "${D}/usr/lib/python${PYVER}/tools/" dosym /usr/lib/python${PYVER}/tools/idle/idle.py /usr/bin/idle.py fi diff --git a/dev-lang/python/python-2.2.2.ebuild b/dev-lang/python/python-2.2.2.ebuild index 902c3d95e3fe..623afc4bb9c6 100644 --- a/dev-lang/python/python-2.2.2.ebuild +++ b/dev-lang/python/python-2.2.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/dev-lang/python/python-2.2.2.ebuild,v 1.1 2002/10/20 23:07:15 jnelson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.2.ebuild,v 1.2 2002/11/30 01:17:57 vapier Exp $ IUSE="readline tcltk berkdb bootstrap" @@ -86,7 +86,7 @@ src_install() { # If USE tcltk lets install idle # Need to script the python version in the path if use tcltk; then - mkdir "${D}/usr/lib/python${PYVER}/tools" + dodir /usr/lib/python${PYVER}/tools mv "${S}/Tools/idle" "${D}/usr/lib/python${PYVER}/tools/" dosym /usr/lib/python${PYVER}/tools/idle/idle.py /usr/bin/idle.py fi diff --git a/dev-lang/sather/sather-1.3.ebuild b/dev-lang/sather/sather-1.3.ebuild index 06d2311381ed..4bfba51e0703 100644 --- a/dev-lang/sather/sather-1.3.ebuild +++ b/dev-lang/sather/sather-1.3.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/sather/sather-1.3.ebuild,v 1.7 2002/10/04 05:13:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/sather/sather-1.3.ebuild,v 1.8 2002/11/30 01:19:17 vapier Exp $ -S="${WORKDIR}/Sather-1.3" +MY_P="Sather-${PV}" DESCRIPTION="Sather is an object oriented language designed to be simple, efficient, safe, flexible and non-proprietary." -SRC_URI="http://www.cs.waikato.ac.nz/sather/release/downloads/Sather-1.3.tar.gz +SRC_URI="http://www.cs.waikato.ac.nz/sather/release/downloads/${MY_P}.tar.gz ftp://ftp.gnu.org/gnu/sather/Doc/sather-tutorial-000328.ps.gz ftp://ftp.gnu.org/gnu/sather/Doc/sather-tutorial-000328.html.tar.gz ftp://ftp.gnu.org/gnu/sather/Doc/sather-specification-000328.html.tar.gz @@ -13,18 +13,19 @@ SRC_URI="http://www.cs.waikato.ac.nz/sather/release/downloads/Sather-1.3.tar.gz http://www.icsi.berkeley.edu/~sather/Documentation/LanguageDescription/Descript.ps.gz" HOMEPAGE="http://www.cs.waikato.ac.nz/sather/ http://www.icsi.berkeley.edu/~sather/" -DEPEND=">=sys-devel/gcc-2.95.3-r5 - >=dev-libs/boehm-gc-6.0" -RDEPEND=">=sys-devel/gcc-2.95.3-r5" - SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc sparc64" +DEPEND=">=sys-devel/gcc-2.95.3-r5 + >=dev-libs/boehm-gc-6.0" +RDEPEND=">=sys-devel/gcc-2.95.3-r5" + +S="${WORKDIR}/${MY_P}" src_unpack() { unpack Sather-1.3.tar.gz - + mkdir doc cd doc unpack sather-tutorial-000328.html.tar.gz @@ -36,20 +37,17 @@ src_unpack() { } src_compile() { - export SATHER_HOME="$S" export LOCALE="en_NZ" export SATHER_ENV="$SATHER_HOME/resources/$LOCALE/bin/LIBCHARS-posix" export SATHER_RESOURCES="$SATHER_HOME/resources/$LOCALE" export PATH="$PATH:$SATHER_HOME/bin" - + ./configure linux || die make || die - } src_install () { - dodir /usr cp -a ${WORKDIR}/Sather-1.3 ${D}/usr/sather rm -rf ${D}/usr/sather/bin/sacomp.code @@ -57,7 +55,7 @@ src_install () { rm -rf ${D}/usr/sather/sacomp rm -rf ${D}/usr/sather/sacomp-boot rm -rf ${D}/usr/sather/system - mkdir ${D}/usr/sather/system + dodir /usr/sather/system cp ${WORKDIR}/Sather-1.3/system/CONFIG ${D}/usr/sather/system cp ${WORKDIR}/Sather-1.3/system/FORBID ${D}/usr/sather/system @@ -74,5 +72,4 @@ SATHER_ENV="/usr/sather/resources/en_NZ/bin/LIBCHARS-posix" SATHER_RESOURCES="/usr/sather/resources/en_NZ" PATH="/usr/sather/bin" EOF - } |