From cf171c2c5d35c2e3bd1167a991d6227ca5836442 Mon Sep 17 00:00:00 2001 From: Daniel Robbins Date: Fri, 15 Sep 2000 20:08:53 +0000 Subject: added try syntax --- app-editors/gedit/gedit-0.9.0.ebuild | 8 ++++---- app-editors/gtk-xemacs/gtk-xemacs-21.1.12_p2.ebuild | 8 ++++---- app-editors/joe/joe-2.8-r1.ebuild | 6 +++--- app-editors/vim-gtk/vim-gtk-5.7-r1.ebuild | 6 +++--- app-text/a2ps/a2ps-4.13b-r1.ebuild | 8 ++++---- app-text/ggv/ggv-0.95.ebuild | 8 ++++---- app-text/ghostscript/ghostscript-6.01-r1.ebuild | 6 +++--- app-text/ghostscript/ghostscript-6.23.ebuild | 6 +++--- app-text/html-xml-utils/html-xml-utils-1.3.ebuild | 8 ++++---- app-text/metamail/metamail-2.7-r1.ebuild | 6 +++--- app-text/openjade/openjade-1.3-r1.ebuild | 8 ++++---- app-text/rcs/rcs-5.7.ebuild | 8 ++++---- app-text/sablotron/sablotron-0.43-r1.ebuild | 8 ++++---- app-text/sgml2x/sgml2x-0.11-r1.ebuild | 6 +++--- app-text/tetex/tetex-1.0.7-r1.ebuild | 12 ++++++------ dev-util/cvs/cvs-1.10.8-r1.ebuild | 8 ++++---- dev-util/glade/glade-0.5.9.ebuild | 8 ++++---- dev-util/guile/guile-1.4-r1.ebuild | 8 ++++---- dev-util/strace/strace-4.2.ebuild | 6 +++--- dev-util/yacc/yacc-1.9.1-r1.ebuild | 6 +++--- 20 files changed, 74 insertions(+), 74 deletions(-) diff --git a/app-editors/gedit/gedit-0.9.0.ebuild b/app-editors/gedit/gedit-0.9.0.ebuild index 9d1a846b1aea..039cdb3d2f0c 100644 --- a/app-editors/gedit/gedit-0.9.0.ebuild +++ b/app-editors/gedit/gedit-0.9.0.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 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/gedit-0.9.0.ebuild,v 1.2 2000/08/16 04:38:00 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/gedit-0.9.0.ebuild,v 1.3 2000/09/15 20:08:53 drobbins Exp $ P=gedit-0.9.0 A=${P}.tar.gz @@ -16,13 +16,13 @@ src_unpack() { src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/opt/gnome --with-catgets - make + try ./configure --host=${CHOST} --prefix=/opt/gnome --with-catgets + try make } src_install() { cd ${S} - make prefix=${D}/opt/gnome install + try make prefix=${D}/opt/gnome install prepman /opt/gnome dodoc AUTHORS BUGS COPYING ChangeLog FAQ NEWS README* THANKS TODO diff --git a/app-editors/gtk-xemacs/gtk-xemacs-21.1.12_p2.ebuild b/app-editors/gtk-xemacs/gtk-xemacs-21.1.12_p2.ebuild index 415b1a6950cd..410182e3536f 100644 --- a/app-editors/gtk-xemacs/gtk-xemacs-21.1.12_p2.ebuild +++ b/app-editors/gtk-xemacs/gtk-xemacs-21.1.12_p2.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 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gtk-xemacs/gtk-xemacs-21.1.12_p2.ebuild,v 1.1 2000/09/14 01:14:41 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gtk-xemacs/gtk-xemacs-21.1.12_p2.ebuild,v 1.2 2000/09/15 20:08:45 drobbins Exp $ A=gtk-xemacs-09112000.tar.bz2 S=${WORKDIR}/gtk-xemacs @@ -11,13 +11,13 @@ HOMEPAGE="http://www.cs.indiana.edu/elisp/gui-xemacs/" src_compile() { cd ${S} - ./configure --prefix=/usr/X11R6 - make + try ./configure --prefix=/usr/X11R6 + try make } src_install() { cd ${S} - make prefix=${D}/usr/X11R6 install + try make prefix=${D}/usr/X11R6 install prepinfo /usr/X11R6/lib/xemacs-21.1.12 prepman /usr/X11R6 dodoc BUGS CHANGES-beta COPYING GETTING* INSTALL ISSUES PROBLEMS README* diff --git a/app-editors/joe/joe-2.8-r1.ebuild b/app-editors/joe/joe-2.8-r1.ebuild index bd6d082d78fd..60580d9bcf5f 100644 --- a/app-editors/joe/joe-2.8-r1.ebuild +++ b/app-editors/joe/joe-2.8-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 -# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-2.8-r1.ebuild,v 1.6 2000/09/14 22:41:27 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-2.8-r1.ebuild,v 1.7 2000/09/15 20:08:45 drobbins Exp $ P=joe-2.8 A=joe2.8.tar.Z @@ -12,8 +12,8 @@ SRC_URI="ftp://ftp.std.com/src/editors/${A} src_compile() { - make - make termidx + try make + try make termidx } src_unpack() { diff --git a/app-editors/vim-gtk/vim-gtk-5.7-r1.ebuild b/app-editors/vim-gtk/vim-gtk-5.7-r1.ebuild index c174104ccfbf..ce0d244a7172 100644 --- a/app-editors/vim-gtk/vim-gtk-5.7-r1.ebuild +++ b/app-editors/vim-gtk/vim-gtk-5.7-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 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-gtk/vim-gtk-5.7-r1.ebuild,v 1.2 2000/08/16 04:37:53 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-gtk/vim-gtk-5.7-r1.ebuild,v 1.3 2000/09/15 20:08:45 drobbins Exp $ P=vim-gtk-5.7 A="vim-5.7-src.tar.gz vim-5.7-rt.tar.gz" @@ -12,10 +12,10 @@ SRC_URI="ftp://ftp.home.vim.org/pub/vim/unix/vim-5.7-src.tar.gz HOMEPAGE="http://www.vim.org" src_compile() { - ./configure --prefix=/usr --host=${CHOST} \ + try ./configure --prefix=/usr --host=${CHOST} \ --enable-gui=gtk --enable-max-features --enable-pythoninterp --enable-tclinterp \ --enable-xim --enable-fontset --with-x - make + try make } src_install() { diff --git a/app-text/a2ps/a2ps-4.13b-r1.ebuild b/app-text/a2ps/a2ps-4.13b-r1.ebuild index 30d3f7c70325..717cee0e6aff 100644 --- a/app-text/a2ps/a2ps-4.13b-r1.ebuild +++ b/app-text/a2ps/a2ps-4.13b-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 -# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13b-r1.ebuild,v 1.2 2000/08/16 04:37:55 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13b-r1.ebuild,v 1.3 2000/09/15 20:08:46 drobbins Exp $ P=a2ps-4.13b A=${P}.tar.gz @@ -15,14 +15,14 @@ src_unpack() { src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc/a2ps --with-catgets - make + try ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc/a2ps --with-catgets + try make } src_install() { cd ${S} dodir /usr/share/emacs/site-lisp - make prefix=${D}/usr sysconfdir=${D}/etc/a2ps install + try make prefix=${D}/usr sysconfdir=${D}/etc/a2ps install dodoc ANNOUNCE AUTHORS ChangeLog COPYING FAQ NEWS README THANKS TODO prepman prepinfo diff --git a/app-text/ggv/ggv-0.95.ebuild b/app-text/ggv/ggv-0.95.ebuild index 7375fba2ffc5..f848cae5e490 100644 --- a/app-text/ggv/ggv-0.95.ebuild +++ b/app-text/ggv/ggv-0.95.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 -# $Header: /var/cvsroot/gentoo-x86/app-text/ggv/ggv-0.95.ebuild,v 1.2 2000/08/16 04:38:00 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ggv/ggv-0.95.ebuild,v 1.3 2000/09/15 20:08:53 drobbins Exp $ P=ggv-0.95 A=${P}.tar.gz @@ -15,14 +15,14 @@ src_compile() { cd ${S} cp configure configure.orig sed -e "s/BONOBO_TRUE/BONOBO_FALSE/" configure.orig > configure - ./configure --host=${CHOST} --prefix=/opt/gnome \ + try ./configure --host=${CHOST} --prefix=/opt/gnome \ --with-catgets --without-bonobo - make + try make } src_install() { cd ${S} - make prefix=${D}/opt/gnome install + try make prefix=${D}/opt/gnome install dodoc AUTHORS COPYING ChangeLog NEWS README TODO } diff --git a/app-text/ghostscript/ghostscript-6.01-r1.ebuild b/app-text/ghostscript/ghostscript-6.01-r1.ebuild index 2eef11cf18e1..0dda72d3c5e2 100644 --- a/app-text/ghostscript/ghostscript-6.01-r1.ebuild +++ b/app-text/ghostscript/ghostscript-6.01-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 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-6.01-r1.ebuild,v 1.3 2000/08/17 15:37:33 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-6.01-r1.ebuild,v 1.4 2000/09/15 20:08:46 drobbins Exp $ P=ghostscript-6.01 A="${P}.tar.gz ghostscript-fonts-std-6.0.tar.gz" @@ -40,13 +40,13 @@ src_compile() { cp unix-gcc.mak unix-gcc.mak.orig sed -e "s:-O2:${CFLAGS}:" unix-gcc.mak.orig > unix-gcc.mak cd .. - make -f src/all-arch.mak linux prefix=/usr + try make -f src/all-arch.mak linux prefix=/usr } src_install() { cd ${S} dodir /usr/bin - make -f src/all-arch.mak prefix=${D}/usr install + try make -f src/all-arch.mak prefix=${D}/usr install cd ${WORKDIR} cp -a fonts ${D}/usr/share/ghostscript cd ${S} diff --git a/app-text/ghostscript/ghostscript-6.23.ebuild b/app-text/ghostscript/ghostscript-6.23.ebuild index 125781cb4b74..6f39e4f9bfa6 100644 --- a/app-text/ghostscript/ghostscript-6.23.ebuild +++ b/app-text/ghostscript/ghostscript-6.23.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 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-6.23.ebuild,v 1.2 2000/08/25 15:49:06 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-6.23.ebuild,v 1.3 2000/09/15 20:08:46 drobbins Exp $ P=ghostscript-6.23 A="${P}.tar.gz ghostscript-fonts-std-6.0.tar.gz" @@ -40,13 +40,13 @@ src_compile() { cp unix-gcc.mak unix-gcc.mak.orig sed -e "s:-O2:${CFLAGS}:" unix-gcc.mak.orig > unix-gcc.mak cd .. - make -f src/all-arch.mak linux prefix=/usr + try make -f src/all-arch.mak linux prefix=/usr } src_install() { cd ${S} dobin bin/gs - make -f src/all-arch.mak prefix=${D}/usr BINDIR=${D}/usr/bin install + try make -f src/all-arch.mak prefix=${D}/usr BINDIR=${D}/usr/bin install cd ${WORKDIR} cp -a fonts ${D}/usr/share/ghostscript cd ${S} diff --git a/app-text/html-xml-utils/html-xml-utils-1.3.ebuild b/app-text/html-xml-utils/html-xml-utils-1.3.ebuild index 597ee261073c..8f56736f2027 100644 --- a/app-text/html-xml-utils/html-xml-utils-1.3.ebuild +++ b/app-text/html-xml-utils/html-xml-utils-1.3.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 -# $Header: /var/cvsroot/gentoo-x86/app-text/html-xml-utils/html-xml-utils-1.3.ebuild,v 1.1 2000/08/30 11:20:09 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/html-xml-utils/html-xml-utils-1.3.ebuild,v 1.2 2000/09/15 20:08:46 drobbins Exp $ P=html-xml-utils-1.3 A=${P}.tar.gz @@ -14,15 +14,15 @@ HOMEPAGE="http://www.w3.org/Tools/HTML-XML-utils/" src_compile() { cd ${S} - ./configure --prefix=/usr --host=${CHOST} - make + try ./configure --prefix=/usr --host=${CHOST} + try make } src_install () { cd ${S} - make DESTDIR=${D} install + try make DESTDIR=${D} install prepman dodoc AUTHORS ChangeLog COPYING NEWS README diff --git a/app-text/metamail/metamail-2.7-r1.ebuild b/app-text/metamail/metamail-2.7-r1.ebuild index 0822a55baaca..b9fb49d59b81 100644 --- a/app-text/metamail/metamail-2.7-r1.ebuild +++ b/app-text/metamail/metamail-2.7-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 -# $Header: /var/cvsroot/gentoo-x86/app-text/metamail/metamail-2.7-r1.ebuild,v 1.3 2000/08/25 15:49:06 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/metamail/metamail-2.7-r1.ebuild,v 1.4 2000/09/15 20:08:47 drobbins Exp $ P=metamail-2.7 A=mm2.7.tar.Z @@ -25,8 +25,8 @@ src_unpack() { src_compile() { cd ${S} - make - make -C fonts + try make + try make -C fonts } src_install() { diff --git a/app-text/openjade/openjade-1.3-r1.ebuild b/app-text/openjade/openjade-1.3-r1.ebuild index e4b43ab66fbf..4ce5d70041f5 100644 --- a/app-text/openjade/openjade-1.3-r1.ebuild +++ b/app-text/openjade/openjade-1.3-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 -# $Header: /var/cvsroot/gentoo-x86/app-text/openjade/openjade-1.3-r1.ebuild,v 1.3 2000/09/05 18:01:10 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/openjade/openjade-1.3-r1.ebuild,v 1.4 2000/09/15 20:08:47 drobbins Exp $ P=openjade-1.3 A=${P}.tar.gz @@ -17,17 +17,17 @@ src_unpack() { src_compile() { cd ${S} SGML_PREFIX=/usr/share/sgml - ./configure --host=${CHOST} --prefix=/usr --datadir=/usr/share/sgml/jade --enable-http + try ./configure --host=${CHOST} --prefix=/usr --datadir=/usr/share/sgml/jade --enable-http # --enable-default-catalog=$SGML_PREFIX/dtd/docbook/docbook.cat:$SGML_PREFIX/stylesheets/docbook/catalog:$SGML_PREFIX/jade/dsssl/catalog: # --enable-default-search-path=/usr/share/sgml/stylesheets/docbook/:/usr/share/sgml/dtd/docbook/:/usr/share/sgml/jade/dsssl/: - make + try make } src_install() { cd ${S} dodir /usr dodir /usr/lib - make prefix=${D}/usr datadir=${D}/usr/share/sgml/jade install + try make prefix=${D}/usr datadir=${D}/usr/share/sgml/jade install dosym openjade /usr/bin/jade dodir /usr/share/sgml/jade # rm ${D}usr/share/builtins.dsl diff --git a/app-text/rcs/rcs-5.7.ebuild b/app-text/rcs/rcs-5.7.ebuild index 32ea12d7e769..46ff5316f9a4 100644 --- a/app-text/rcs/rcs-5.7.ebuild +++ b/app-text/rcs/rcs-5.7.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 -# $Header: /var/cvsroot/gentoo-x86/app-text/rcs/rcs-5.7.ebuild,v 1.1 2000/08/30 13:04:24 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/rcs/rcs-5.7.ebuild,v 1.2 2000/09/15 20:08:47 drobbins Exp $ P=rcs-5.7 A=${P}.tar.gz @@ -14,16 +14,16 @@ HOMEPAGE="http://www.gnu.org/software/rcs/" src_compile() { cd ${S} - ./configure --prefix=/usr --host=${CHOST} --with-diffutils + try ./configure --prefix=/usr --host=${CHOST} --with-diffutils cp ${FILESDIR}/conf.sh src/conf.sh - make + try make } src_install () { cd ${S} - make prefix=${D}/usr install + try make prefix=${D}/usr install prepman dodoc ChangeLog COPYING CREDITS NEWS README REFS } diff --git a/app-text/sablotron/sablotron-0.43-r1.ebuild b/app-text/sablotron/sablotron-0.43-r1.ebuild index a70e7b47a6a2..9c047a99be22 100644 --- a/app-text/sablotron/sablotron-0.43-r1.ebuild +++ b/app-text/sablotron/sablotron-0.43-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 -# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/sablotron-0.43-r1.ebuild,v 1.3 2000/08/25 13:47:34 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/sablotron-0.43-r1.ebuild,v 1.4 2000/09/15 20:08:47 drobbins Exp $ P=sablotron-0.43 A="Sablot-0.43.tar.gz Sablot-Expat-1.1.2.tar.gz" @@ -19,8 +19,8 @@ src_unpack() { src_compile() { cd ${S} - ./configure --prefix=/usr --host=${CHOST} - make + try ./configure --prefix=/usr --host=${CHOST} + try make } @@ -30,7 +30,7 @@ src_install () { dodir /usr/lib dodir /usr/include dodir /usr/bin - make prefix=${D}/usr install + try make prefix=${D}/usr install dodoc README dodoc Sablot/RELEASE Sablot/TODO docinto html/expat diff --git a/app-text/sgml2x/sgml2x-0.11-r1.ebuild b/app-text/sgml2x/sgml2x-0.11-r1.ebuild index 367aa4399fd5..30179db7b742 100644 --- a/app-text/sgml2x/sgml2x-0.11-r1.ebuild +++ b/app-text/sgml2x/sgml2x-0.11-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 -# $Header: /var/cvsroot/gentoo-x86/app-text/sgml2x/sgml2x-0.11-r1.ebuild,v 1.2 2000/08/16 04:37:56 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sgml2x/sgml2x-0.11-r1.ebuild,v 1.3 2000/09/15 20:08:47 drobbins Exp $ P=sgml2x-0.11 A=${P}.tar.gz @@ -19,14 +19,14 @@ src_unpack() { src_compile() { cd ${S} - make + try make } src_install() { cd ${S} dodir /usr/bin dodir /etc - make prefix=${D}/usr sysconfdir=${D}/etc install + try make prefix=${D}/usr sysconfdir=${D}/etc install dodoc README docinto html dodoc sgml2x.html doc/*.html doc/*.gif diff --git a/app-text/tetex/tetex-1.0.7-r1.ebuild b/app-text/tetex/tetex-1.0.7-r1.ebuild index ed55712f48a7..25c08c4fb98d 100644 --- a/app-text/tetex/tetex-1.0.7-r1.ebuild +++ b/app-text/tetex/tetex-1.0.7-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 -# $Header: /var/cvsroot/gentoo-x86/app-text/tetex/tetex-1.0.7-r1.ebuild,v 1.4 2000/08/28 03:01:53 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/tetex/tetex-1.0.7-r1.ebuild,v 1.5 2000/09/15 20:08:47 drobbins Exp $ P=tetex-1.0.7 A="teTeX-src-1.0.7.tar.gz teTeX-texmf-1.0.2.tar.gz" @@ -20,17 +20,17 @@ src_unpack() { src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr --bindir=/usr/bin - make - make - make + try ./configure --host=${CHOST} --prefix=/usr --bindir=/usr/bin + try make + try make + try make } src_install() { cd ${S} dodir /usr/share cp -a ../texmf ${D}/usr/share/ - make prefix=${D}/usr bindir=${D}/usr/bin texmf=${D}/usr/share/texmf install + try make prefix=${D}/usr bindir=${D}/usr/bin texmf=${D}/usr/share/texmf install prepman prepinfo diff --git a/dev-util/cvs/cvs-1.10.8-r1.ebuild b/dev-util/cvs/cvs-1.10.8-r1.ebuild index aecbeaabd428..332f242458d4 100644 --- a/dev-util/cvs/cvs-1.10.8-r1.ebuild +++ b/dev-util/cvs/cvs-1.10.8-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 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cvs/cvs-1.10.8-r1.ebuild,v 1.2 2000/08/16 04:37:59 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvs/cvs-1.10.8-r1.ebuild,v 1.3 2000/09/15 20:08:52 drobbins Exp $ P=cvs-1.10.8 A=${P}.tar.gz @@ -11,13 +11,13 @@ SRC_URI="ftp://ftp.cvshome.org/pub/cvs-1.10.8/cvs-1.10.8.tar.gz" HOMEPAGE="http://www.cyclic.com/" src_compile() { - ./configure --prefix=/usr - make ${MAKEOPTS} "MAKE = make ${MAKEOPTS}" + try ./configure --prefix=/usr + try make } src_install() { into /usr - make prefix=${D}/usr install + try make prefix=${D}/usr install strip ${D}/usr/bin/* prepman prepinfo diff --git a/dev-util/glade/glade-0.5.9.ebuild b/dev-util/glade/glade-0.5.9.ebuild index bd3f80280c01..dd2ba42103a8 100644 --- a/dev-util/glade/glade-0.5.9.ebuild +++ b/dev-util/glade/glade-0.5.9.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 -# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-0.5.9.ebuild,v 1.2 2000/08/16 04:38:00 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-0.5.9.ebuild,v 1.3 2000/09/15 20:08:53 drobbins Exp $ P=glade-0.5.9 A=${P}.tar.gz @@ -12,13 +12,13 @@ HOMEPAGE="http://www.gnome.org/" src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/opt/gnome --with-catgets - make + try ./configure --host=${CHOST} --prefix=/opt/gnome --with-catgets + try make } src_install() { cd ${S} - make prefix=${D}/opt/gnome install + try make prefix=${D}/opt/gnome install dodoc AUTHORS COPYING* FAQ NEWS dodoc README* TODO } diff --git a/dev-util/guile/guile-1.4-r1.ebuild b/dev-util/guile/guile-1.4-r1.ebuild index 689832f7a67e..dfb9e83b4b6b 100644 --- a/dev-util/guile/guile-1.4-r1.ebuild +++ b/dev-util/guile/guile-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 Achim Gottinger -# $Header: /var/cvsroot/gentoo-x86/dev-util/guile/guile-1.4-r1.ebuild,v 1.2 2000/08/16 04:38:00 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/guile/guile-1.4-r1.ebuild,v 1.3 2000/09/15 20:08:52 drobbins Exp $ P=guile-1.4 A=${P}.tar.gz @@ -16,13 +16,13 @@ src_unpack() { src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr --with-threads --with-modules - make + try ./configure --host=${CHOST} --prefix=/usr --with-threads --with-modules + try make } src_install() { cd ${S} - make prefix=${D}/usr install + try make prefix=${D}/usr install prepinfo dodoc AUTHORS COPYING ChangeLog GUILE-VERSION HACKING NEWS README SNAPSHOT THANKS } diff --git a/dev-util/strace/strace-4.2.ebuild b/dev-util/strace/strace-4.2.ebuild index 0cfc4f09e66d..47185fbce50c 100644 --- a/dev-util/strace/strace-4.2.ebuild +++ b/dev-util/strace/strace-4.2.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 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.2.ebuild,v 1.1 2000/09/14 22:32:50 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.2.ebuild,v 1.2 2000/09/15 20:08:52 drobbins Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -19,8 +19,8 @@ src_unpack () { src_compile() { cd ${S} - ./configure --prefix=/usr i486-linux - make + try ./configure --prefix=/usr i486-linux + try make } diff --git a/dev-util/yacc/yacc-1.9.1-r1.ebuild b/dev-util/yacc/yacc-1.9.1-r1.ebuild index a4d26d9477ff..5d83459d5cda 100644 --- a/dev-util/yacc/yacc-1.9.1-r1.ebuild +++ b/dev-util/yacc/yacc-1.9.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 -# $Header: /var/cvsroot/gentoo-x86/dev-util/yacc/yacc-1.9.1-r1.ebuild,v 1.2 2000/08/16 04:38:00 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/yacc/yacc-1.9.1-r1.ebuild,v 1.3 2000/09/15 20:08:52 drobbins Exp $ P=yacc-1.9.1 A=${P}.tar.Z @@ -16,8 +16,8 @@ src_unpack () { sed -e "s:-O:${CFLAGS}:" Makefile.orig > Makefile } src_compile() { - make clean - make + try make clean + try make } src_install() { -- cgit v1.2.3-65-gdbad