diff options
author | 2000-09-15 20:09:26 +0000 | |
---|---|---|
committer | 2000-09-15 20:09:26 +0000 | |
commit | adbc0232162af82135fe86a08eb1e5ef5c887723 (patch) | |
tree | 238b8c36b4fbb1114cd4081f15ab21ead5b6d285 /sys-devel | |
parent | added try syntax (diff) | |
download | historical-adbc0232162af82135fe86a08eb1e5ef5c887723.tar.gz historical-adbc0232162af82135fe86a08eb1e5ef5c887723.tar.bz2 historical-adbc0232162af82135fe86a08eb1e5ef5c887723.zip |
added try syntax
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/autoconf/autoconf-2.13-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-devel/automake/automake-1.4-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-devel/bc/bc-1.05a-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-devel/bin86/bin86-0.15.0-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/bin86/bin86-0.15.1.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.10.0.18-r1.ebuild | 8 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.10.0.24.ebuild | 8 | ||||
-rw-r--r-- | sys-devel/bison/bison-1.28-r1.ebuild | 8 | ||||
-rw-r--r-- | sys-devel/flex/flex-2.5.4a-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-2.95.2-r1.ebuild | 8 | ||||
-rw-r--r-- | sys-devel/gdb/gdb-5.0-r1.ebuild | 8 | ||||
-rw-r--r-- | sys-devel/libtool/libtool-1.3.5-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-devel/m4/m4-1.4o-r1.ebuild | 8 | ||||
-rw-r--r-- | sys-devel/make/make-3.79.1-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-devel/patch/patch-2.5.4-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-devel/perl/perl-5.6.0-r1.ebuild | 12 | ||||
-rw-r--r-- | sys-devel/python-basic/python-basic-1.5.2-r1.ebuild | 8 |
17 files changed, 59 insertions, 59 deletions
diff --git a/sys-devel/autoconf/autoconf-2.13-r1.ebuild b/sys-devel/autoconf/autoconf-2.13-r1.ebuild index 56e680938024..ca40d2ed65f9 100644 --- a/sys-devel/autoconf/autoconf-2.13-r1.ebuild +++ b/sys-devel/autoconf/autoconf-2.13-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.13-r1.ebuild,v 1.2 2000/08/16 04:38:32 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.13-r1.ebuild,v 1.3 2000/09/15 20:09:24 drobbins Exp $ P=autoconf-2.13 A=${P}.tar.gz @@ -11,8 +11,8 @@ SRC_URI="ftp://prep.ai.mit.edu/gnu/autoconf/${A}" HOMEPAGE="http://www.gnu.org/software/autoconf/autoconf.html" src_compile() { - ./configure --prefix=/usr --host=${CHOST} - make + try ./configure --prefix=/usr --host=${CHOST} + try make } src_install() { diff --git a/sys-devel/automake/automake-1.4-r1.ebuild b/sys-devel/automake/automake-1.4-r1.ebuild index b9ebfb1f1d1c..963a84aac694 100644 --- a/sys-devel/automake/automake-1.4-r1.ebuild +++ b/sys-devel/automake/automake-1.4-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.4-r1.ebuild,v 1.2 2000/08/16 04:38:32 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.4-r1.ebuild,v 1.3 2000/09/15 20:09:25 drobbins Exp $ P=automake-1.4 A=${P}.tar.gz @@ -11,8 +11,8 @@ SRC_URI="ftp://prep.ai.mit.edu/gnu/automake/${A}" HOMEPAGE="http://www.gnu.org/software/automake/automake.html" src_compile() { - ./configure --prefix=/usr --host=${CHOST} - make + try ./configure --prefix=/usr --host=${CHOST} + try make } src_install() { diff --git a/sys-devel/bc/bc-1.05a-r1.ebuild b/sys-devel/bc/bc-1.05a-r1.ebuild index 07917162ae6b..61b0cd063b6d 100644 --- a/sys-devel/bc/bc-1.05a-r1.ebuild +++ b/sys-devel/bc/bc-1.05a-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/bc-1.05a-r1.ebuild,v 1.2 2000/08/16 04:38:32 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/bc-1.05a-r1.ebuild,v 1.3 2000/09/15 20:09:25 drobbins Exp $ P=bc-1.05a A=${P}.tar.gz @@ -11,8 +11,8 @@ SRC_URI="ftp://ftp.gnu.ai.mit.edu/pub/gnu/bc/${A}" HOMEPAGE="http://www.gnu.org/software/bc/bc.html" src_compile() { - ./configure --with-readline --host=${CHOST} --prefix=/usr - make + try ./configure --with-readline --host=${CHOST} --prefix=/usr + try make } src_install() { diff --git a/sys-devel/bin86/bin86-0.15.0-r1.ebuild b/sys-devel/bin86/bin86-0.15.0-r1.ebuild index ca41c07fe96a..23ba090347c4 100644 --- a/sys-devel/bin86/bin86-0.15.0-r1.ebuild +++ b/sys-devel/bin86/bin86-0.15.0-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/bin86-0.15.0-r1.ebuild,v 1.2 2000/08/16 04:38:33 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/bin86-0.15.0-r1.ebuild,v 1.3 2000/09/15 20:09:25 drobbins Exp $ P=bin86-0.15.0 A=${P}.tar.gz @@ -11,7 +11,7 @@ SRC_URI="http://www.cix.co.uk/~mayday/${A}" HOMEPAGE="http://www.cix.co.uk/~mayday/" src_compile() { - make + try make } src_unpack() { diff --git a/sys-devel/bin86/bin86-0.15.1.ebuild b/sys-devel/bin86/bin86-0.15.1.ebuild index c7bf7b01594e..157f5c2e5651 100644 --- a/sys-devel/bin86/bin86-0.15.1.ebuild +++ b/sys-devel/bin86/bin86-0.15.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/bin86-0.15.1.ebuild,v 1.1 2000/08/25 15:10:25 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/bin86-0.15.1.ebuild,v 1.2 2000/09/15 20:09:25 drobbins Exp $ P=bin86-0.15.1 A=${P}.tar.gz @@ -11,7 +11,7 @@ SRC_URI="http://www.cix.co.uk/~mayday/${A}" HOMEPAGE="http://www.cix.co.uk/~mayday/" src_compile() { - make + try make } src_unpack() { diff --git a/sys-devel/binutils/binutils-2.10.0.18-r1.ebuild b/sys-devel/binutils/binutils-2.10.0.18-r1.ebuild index 1ad29e19b12d..8d802330a7de 100644 --- a/sys-devel/binutils/binutils-2.10.0.18-r1.ebuild +++ b/sys-devel/binutils/binutils-2.10.0.18-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.10.0.18-r1.ebuild,v 1.3 2000/08/25 05:51:49 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.10.0.18-r1.ebuild,v 1.4 2000/09/15 20:09:25 drobbins Exp $ P=binutils-2.10.0.18 A=${P}.tar.gz @@ -10,12 +10,12 @@ DESCRIPTION="Tools necessary to build programs" SRC_URI="ftp://ftp.varesearch.com/pub/support/hjl/binutils/${A}" src_compile() { - ./configure --prefix=/usr --host=${CHOST} - make + try ./configure --prefix=/usr --host=${CHOST} + try make } src_install() { - #I'm sure this can be simplified with a "make PREFIX=${D}/usr install" + #I'm sure this can be simplified with a "try make PREFIX=${D}/usr install" #one of these days... into /usr doman binutils/*.1 gas/doc/as.1 gprof/gprof.1 diff --git a/sys-devel/binutils/binutils-2.10.0.24.ebuild b/sys-devel/binutils/binutils-2.10.0.24.ebuild index 580f93c8cf43..bbb449303bf8 100644 --- a/sys-devel/binutils/binutils-2.10.0.24.ebuild +++ b/sys-devel/binutils/binutils-2.10.0.24.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.10.0.24.ebuild,v 1.1 2000/08/26 20:41:56 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.10.0.24.ebuild,v 1.2 2000/09/15 20:09:25 drobbins Exp $ P=binutils-2.10.0.24 A=${P}.tar.gz @@ -10,12 +10,12 @@ DESCRIPTION="Tools necessary to build programs" SRC_URI="ftp://ftp.varesearch.com/pub/support/hjl/binutils/${A}" src_compile() { - ./configure --prefix=/usr --host=${CHOST} - make + try ./configure --prefix=/usr --host=${CHOST} + try make } src_install() { - #I'm sure this can be simplified with a "make PREFIX=${D}/usr install" + #I'm sure this can be simplified with a "try make PREFIX=${D}/usr install" #one of these days... into /usr doman binutils/*.1 gas/doc/as.1 gprof/gprof.1 diff --git a/sys-devel/bison/bison-1.28-r1.ebuild b/sys-devel/bison/bison-1.28-r1.ebuild index 69799ade03f9..0fd10a900d3b 100644 --- a/sys-devel/bison/bison-1.28-r1.ebuild +++ b/sys-devel/bison/bison-1.28-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.28-r1.ebuild,v 1.2 2000/08/16 04:38:33 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.28-r1.ebuild,v 1.3 2000/09/15 20:09:25 drobbins Exp $ P=bison-1.28 A=${P}.tar.gz @@ -11,13 +11,13 @@ SRC_URI="ftp://prep.ai.mit.edu/gnu/bison/${A}" HOMEPAGE="http://www.gnu.org/software/bison/bison.html" src_compile() { - ./configure --prefix=/usr --host=${CHOST} - make + try ./configure --prefix=/usr --host=${CHOST} + try make } src_install() { cd ${S} - make prefix=${D}/usr install + try make prefix=${D}/usr install dodoc COPYING AUTHORS NEWS ChangeLog README REFERENCES OChangeLog doc/FAQ prepman prepinfo diff --git a/sys-devel/flex/flex-2.5.4a-r1.ebuild b/sys-devel/flex/flex-2.5.4a-r1.ebuild index 912cae047e41..d40a7c2db859 100644 --- a/sys-devel/flex/flex-2.5.4a-r1.ebuild +++ b/sys-devel/flex/flex-2.5.4a-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.4a-r1.ebuild,v 1.2 2000/08/16 04:38:33 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.4a-r1.ebuild,v 1.3 2000/09/15 20:09:25 drobbins Exp $ P=flex-2.5.4a A=${P}.tar.gz @@ -11,8 +11,8 @@ SRC_URI="ftp://prep.ai.mit.edu/non-gnu/flex/${A}" HOMEPAGE="http://www.gnu.org/software/flex/flex.html" src_compile() { - ./configure --prefix=/usr --host=${CHOST} - make + try ./configure --prefix=/usr --host=${CHOST} + try make } src_install() { diff --git a/sys-devel/gcc/gcc-2.95.2-r1.ebuild b/sys-devel/gcc/gcc-2.95.2-r1.ebuild index f26bf2664cb6..a3b5c21e5713 100644 --- a/sys-devel/gcc/gcc-2.95.2-r1.ebuild +++ b/sys-devel/gcc/gcc-2.95.2-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-2.95.2-r1.ebuild,v 1.5 2000/08/23 07:00:07 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-2.95.2-r1.ebuild,v 1.6 2000/09/15 20:09:26 drobbins Exp $ P=gcc-2.95.2 A="gcc-2.95.2.tar.gz libg++-2.8.1.3.tar.gz libg++-2.8.1.3-20000816.diff.gz" @@ -41,16 +41,16 @@ src_compile() { export CFLAGS="-mpentium" export CXXFLAGS="-mpentium" fi - ${S}/configure --prefix=${T} --enable-version-specific-runtime-libs \ + try ${S}/configure --prefix=${T} --enable-version-specific-runtime-libs \ --host=${CHOST} --enable-threads --enable-shared \ --with-local-prefix=${T}/local --enable-nls \ --with-gxx-include-dir=${T}/include/g++ \ - make bootstrap-lean + try make bootstrap-lean } src_install() { - make install prefix=${D}${T} mandir=${D}${T}/man \ + try make install prefix=${D}${T} mandir=${D}${T}/man \ gxx_include_dir=${D}${T}/include/g++ FULLPATH=${D}${T}/lib/gcc-lib/i686-pc-linux-gnu/2.95.2 cd ${FULLPATH} diff --git a/sys-devel/gdb/gdb-5.0-r1.ebuild b/sys-devel/gdb/gdb-5.0-r1.ebuild index bbdb5002f0c5..fe3e06809706 100644 --- a/sys-devel/gdb/gdb-5.0-r1.ebuild +++ b/sys-devel/gdb/gdb-5.0-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-5.0-r1.ebuild,v 1.2 2000/08/16 04:38:33 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-5.0-r1.ebuild,v 1.3 2000/09/15 20:09:26 drobbins Exp $ P=gdb-5.0 A=${P}.tar.bz2 @@ -11,14 +11,14 @@ SRC_URI="ftp://sourceware.cygnus.com/pub/gdb/releases/${A}" HOMEPAGE="http://www.gnu.org/software/gdb/gdb.html" src_compile() { - ./configure --prefix=/usr --host=${CHOST} - make + try ./configure --prefix=/usr --host=${CHOST} + try make } src_install() { into /usr - make prefix=${D}/usr install install-info + try make prefix=${D}/usr install install-info strip ${D}/usr/bin/* prepman prepinfo diff --git a/sys-devel/libtool/libtool-1.3.5-r1.ebuild b/sys-devel/libtool/libtool-1.3.5-r1.ebuild index 3241fd4bcb8b..7efd35760654 100644 --- a/sys-devel/libtool/libtool-1.3.5-r1.ebuild +++ b/sys-devel/libtool/libtool-1.3.5-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.3.5-r1.ebuild,v 1.2 2000/08/16 04:38:33 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.3.5-r1.ebuild,v 1.3 2000/09/15 20:09:26 drobbins Exp $ P=libtool-1.3.5 A=${P}.tar.gz @@ -11,8 +11,8 @@ SRC_URI="ftp://prep.ai.mit.edu/gnu/libtool/${A}" HOMEPAGE="http://www.gnu.org/software/libtool/libtool.html" src_compile() { - ./configure --prefix=/usr --host=${CHOST} - make + try ./configure --prefix=/usr --host=${CHOST} + try make } src_install() { diff --git a/sys-devel/m4/m4-1.4o-r1.ebuild b/sys-devel/m4/m4-1.4o-r1.ebuild index 7e8301de03b8..88cc8bff2dbd 100644 --- a/sys-devel/m4/m4-1.4o-r1.ebuild +++ b/sys-devel/m4/m4-1.4o-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4o-r1.ebuild,v 1.2 2000/08/16 04:38:34 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4o-r1.ebuild,v 1.3 2000/09/15 20:09:26 drobbins Exp $ P=m4-1.4o A=${P}.tar.gz @@ -11,14 +11,14 @@ SRC_URI="ftp://ftp.seindal.dk/gnu/${A}" HOMEPAGE="http://www.gnu.org/software/m4/m4.html" src_compile() { - ./configure --prefix=/usr --with-modules --with-catgets --host=${CHOST} - make + try ./configure --prefix=/usr --with-modules --with-catgets --host=${CHOST} + try make } src_install() { into /usr cd ${S} - make prefix=${D}/usr install + try make prefix=${D}/usr install prepman prepinfo insinto /usr/share/m4 diff --git a/sys-devel/make/make-3.79.1-r1.ebuild b/sys-devel/make/make-3.79.1-r1.ebuild index e53d24d42603..5d4f42cd13af 100644 --- a/sys-devel/make/make-3.79.1-r1.ebuild +++ b/sys-devel/make/make-3.79.1-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.79.1-r1.ebuild,v 1.2 2000/08/16 04:38:34 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.79.1-r1.ebuild,v 1.3 2000/09/15 20:09:26 drobbins Exp $ P=make-3.79.1 A=${P}.tar.gz @@ -11,8 +11,8 @@ SRC_URI="ftp://prep.ai.mit.edu/gnu/make/${P}" HOMEPAGE="http://www.gnu.org/software/make/make.html" src_compile() { - ./configure --prefix=/usr --host=${CHOST} - sh ./build.sh + try ./configure --prefix=/usr --host=${CHOST} + try sh ./build.sh } src_unpack() { diff --git a/sys-devel/patch/patch-2.5.4-r1.ebuild b/sys-devel/patch/patch-2.5.4-r1.ebuild index e40d138083fe..0f90d947684f 100644 --- a/sys-devel/patch/patch-2.5.4-r1.ebuild +++ b/sys-devel/patch/patch-2.5.4-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.5.4-r1.ebuild,v 1.2 2000/08/16 04:38:34 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.5.4-r1.ebuild,v 1.3 2000/09/15 20:09:26 drobbins Exp $ P=patch-2.5.4 A=${P}.tar.gz @@ -11,8 +11,8 @@ SRC_URI="ftp://ftp.gnu.org/gnu/patch/${A}" HOMEPAGE="http://www.gnu.org/software/patch/patch.html" src_compile() { - ./configure --host=${CHOST} --prefix=/usr - make + try ./configure --host=${CHOST} --prefix=/usr + try make } src_install() { diff --git a/sys-devel/perl/perl-5.6.0-r1.ebuild b/sys-devel/perl/perl-5.6.0-r1.ebuild index 25bb857f18a4..32a9ecc1dfbc 100644 --- a/sys-devel/perl/perl-5.6.0-r1.ebuild +++ b/sys-devel/perl/perl-5.6.0-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/perl-5.6.0-r1.ebuild,v 1.2 2000/08/16 04:38:34 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/perl-5.6.0-r1.ebuild,v 1.3 2000/09/15 20:09:26 drobbins Exp $ P=perl-5.6.0 A=${P}.tar.gz @@ -40,19 +40,19 @@ EOF sed -e "s/optimize='-O2'/optimize=\'${CFLAGS}\'/" config.sh.orig > config.sh #THIS IS USED LATER: export PARCH=`grep myarchname config.sh | cut -f2 -d"'"` - make - make test + try make + try make test } src_install() { - make install + try make install install -m 755 utils/pl2pm $D/usr/bin/pl2pm export D # Generate *.ph files with a trick. Is this sick or what? # Yes it is, and thank you Christian for getting sick just so we can # run perl :) -make all -f - <<EOF +try make all -f - <<EOF STDH =\$(wildcard /usr/include/linux/*.h) \$(wildcard /usr/include/asm/*.h) \ \$(wildcard /usr/include/scsi/*.h) GCCDIR = \$(shell gcc --print-file-name include) @@ -80,7 +80,7 @@ cd modules for module in * ; do eval $($MainDir/perl '-V:installarchlib') mkdir -p $D/$installarchlib - make -C $module install PREFIX=$D/usr \ + try make -C $module install PREFIX=$D/usr \ INSTALLMAN3DIR=$D/usr/man/man3 done cd $MainDir diff --git a/sys-devel/python-basic/python-basic-1.5.2-r1.ebuild b/sys-devel/python-basic/python-basic-1.5.2-r1.ebuild index fb4ce1622999..f7688acee04b 100644 --- a/sys-devel/python-basic/python-basic-1.5.2-r1.ebuild +++ b/sys-devel/python-basic/python-basic-1.5.2-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/python-basic/python-basic-1.5.2-r1.ebuild,v 1.2 2000/08/16 04:38:34 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/python-basic/python-basic-1.5.2-r1.ebuild,v 1.3 2000/09/15 20:09:26 drobbins Exp $ P=python-basic-1.5.2 A=py152.tgz @@ -10,10 +10,10 @@ DESCRIPTION="A really great language" SRC_URI="http://www.python.org/ftp/python/src/${A}" src_compile() { - ./configure --prefix=/usr --with-threads + try ./configure --prefix=/usr --with-threads cp Makefile Makefile.orig sed -e "s/-g -O2/${CFLAGS}/" Makefile.orig > Makefile - make + try make } src_unpack() { @@ -31,7 +31,7 @@ Setup.in > Setup src_install() { dodir /usr - make install prefix=${D}/usr + try make install prefix=${D}/usr prepman strip ${D}/usr/bin/python |