diff options
387 files changed, 1472 insertions, 1472 deletions
diff --git a/app-admin/daemontools/daemontools-0.70-r1.ebuild b/app-admin/daemontools/daemontools-0.70-r1.ebuild index 4eb01f0fccad..10576e251437 100644 --- a/app-admin/daemontools/daemontools-0.70-r1.ebuild +++ b/app-admin/daemontools/daemontools-0.70-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/app-admin/daemontools/daemontools-0.70-r1.ebuild,v 1.2 2000/08/16 04:37:52 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/daemontools/daemontools-0.70-r1.ebuild,v 1.3 2000/09/15 20:08:42 drobbins Exp $ P=daemontools-0.70 A=${P}.tar.gz @@ -19,7 +19,7 @@ src_unpack() { src_compile() { cd ${S} - make + try make } src_install() { diff --git a/app-admin/killproc/killproc-1.12-r1.ebuild b/app-admin/killproc/killproc-1.12-r1.ebuild index 083bcc04208a..1f364780c043 100644 --- a/app-admin/killproc/killproc-1.12-r1.ebuild +++ b/app-admin/killproc/killproc-1.12-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/app-admin/killproc/killproc-1.12-r1.ebuild,v 1.2 2000/08/16 04:37:52 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/killproc/killproc-1.12-r1.ebuild,v 1.3 2000/09/15 20:08:42 drobbins Exp $ P=killproc-1.12 A=${P}.tar.gz @@ -18,7 +18,7 @@ src_unpack() { src_compile() { cd ${S} - make + try make } src_install() { diff --git a/app-admin/modlogan/modlogan-0.5.1-r1.ebuild b/app-admin/modlogan/modlogan-0.5.1-r1.ebuild index 2e56e7cab59c..ed530e1e43c5 100644 --- a/app-admin/modlogan/modlogan-0.5.1-r1.ebuild +++ b/app-admin/modlogan/modlogan-0.5.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/app-admin/modlogan/modlogan-0.5.1-r1.ebuild,v 1.2 2000/08/16 04:37:52 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/modlogan/modlogan-0.5.1-r1.ebuild,v 1.3 2000/09/15 20:08:43 drobbins Exp $ P=modlogan-0.5.1 A="${P}.tar.gz gd-1.8.1.tar.gz" @@ -16,15 +16,15 @@ src_unpack() { src_compile() { cd ${S}/../gd-1.8.1 - CFLAGS="$CFLAGS -I/usr/include/freetype" ./configure - make + CFLAGS="$CFLAGS -I/usr/include/freetype" try ./configure + try make cp .libs/libgd.so.0.0.0 libgd.so.0.0.0 ln -s libgd.so.0.0.0 libgd.so cd ${S} - ./configure --host=${CHOST} --prefix=/usr --enable-plugins \ + try ./configure --host=${CHOST} --prefix=/usr --enable-plugins \ --with-mysql=/usr --with-gd=${WORKDIR}/gd-1.8.1/ \ --with-catgets - make + try make } src_install() { @@ -32,7 +32,7 @@ src_install() { into /usr dolib libgd.so.0.0.0 cd ${S} - make prefix=${D}/usr install + try make prefix=${D}/usr install prepman dodoc AUTHORS COPYING ChangeLog README NEWS TODO dodoc doc/*.txt doc/*.conf doc/glosar doc/stats diff --git a/app-admin/modlogan/modlogan-0.5.2.ebuild b/app-admin/modlogan/modlogan-0.5.2.ebuild index 34549593b4c6..5d72f88b2021 100644 --- a/app-admin/modlogan/modlogan-0.5.2.ebuild +++ b/app-admin/modlogan/modlogan-0.5.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-admin/modlogan/modlogan-0.5.2.ebuild,v 1.2 2000/08/16 04:37:52 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/modlogan/modlogan-0.5.2.ebuild,v 1.3 2000/09/15 20:08:43 drobbins Exp $ P=modlogan-0.5.2 A="${P}.tar.gz gd-1.8.1.tar.gz" @@ -16,15 +16,15 @@ src_unpack() { src_compile() { cd ${S}/../gd-1.8.1 - CFLAGS="$CFLAGS -I/usr/include/freetype" ./configure - make + CFLAGS="$CFLAGS -I/usr/include/freetype" try ./configure + try make cp .libs/libgd.so.0.0.0 libgd.so.0.0.0 ln -s libgd.so.0.0.0 libgd.so cd ${S} - ./configure --host=${CHOST} --prefix=/usr --enable-plugins \ + try ./configure --host=${CHOST} --prefix=/usr --enable-plugins \ --with-mysql=/usr --with-gd=${WORKDIR}/gd-1.8.1/ \ --with-catgets - make + try make } src_install() { @@ -32,7 +32,7 @@ src_install() { into /usr dolib libgd.so.0.0.0 cd ${S} - make prefix=${D}/usr install + try make prefix=${D}/usr install prepman dodoc AUTHORS COPYING ChangeLog README NEWS TODO dodoc doc/*.txt doc/*.conf doc/glosar doc/stats diff --git a/app-admin/powertweak/powertweak-0.1.16-r1.ebuild b/app-admin/powertweak/powertweak-0.1.16-r1.ebuild index a490f7962e42..6e0b0efbc4f8 100644 --- a/app-admin/powertweak/powertweak-0.1.16-r1.ebuild +++ b/app-admin/powertweak/powertweak-0.1.16-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/app-admin/powertweak/powertweak-0.1.16-r1.ebuild,v 1.4 2000/08/28 03:01:53 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/powertweak/powertweak-0.1.16-r1.ebuild,v 1.5 2000/09/15 20:08:43 drobbins Exp $ A=${P}.tar.bz2 S=${WORKDIR}/${P} @@ -12,13 +12,13 @@ HOMEPAGE="http://powertweak.sourceforge.net" src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr/X11R6 - make + try ./configure --host=${CHOST} --prefix=/usr/X11R6 + try make } src_install() { cd ${S} - make install prefix=${D}/usr/X11R6 + try make install prefix=${D}/usr/X11R6 dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README docinto Documentation dodoc Documentation/* diff --git a/app-admin/runset/runset-1.3-r1.ebuild b/app-admin/runset/runset-1.3-r1.ebuild index d327c57b1924..b1d45def06b2 100644 --- a/app-admin/runset/runset-1.3-r1.ebuild +++ b/app-admin/runset/runset-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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-admin/runset/runset-1.3-r1.ebuild,v 1.3 2000/08/17 15:37:32 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/runset/runset-1.3-r1.ebuild,v 1.4 2000/09/15 20:08:43 drobbins Exp $ P=runset-1.3 A=${P}.tar.gz @@ -15,13 +15,13 @@ src_unpack() { src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr - make + try ./configure --host=${CHOST} --prefix=/usr + try make } src_install() { cd ${S} - make prefix=${D}/usr install + try make prefix=${D}/usr install prepinfo dodoc AUTHORS COPYING INSTALL ChangeLog LSM NEWS README cp -a ${S}/sample ${D}/usr/doc/${PF} diff --git a/app-admin/usbview/usbview-0.9.0.ebuild b/app-admin/usbview/usbview-0.9.0.ebuild index 1da8802fe36c..8f843c5bfe3c 100644 --- a/app-admin/usbview/usbview-0.9.0.ebuild +++ b/app-admin/usbview/usbview-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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-admin/usbview/usbview-0.9.0.ebuild,v 1.1 2000/09/14 00:34:20 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/usbview/usbview-0.9.0.ebuild,v 1.2 2000/09/15 20:08:43 drobbins Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -15,13 +15,13 @@ src_unpack() { src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr/X11R6 --with-catgets - make + try ./configure --host=${CHOST} --prefix=/usr/X11R6 --with-catgets + try make } src_install() { cd ${S} - make DESTDIR=${D} install + try make DESTDIR=${D} install dodoc AUTHORS ChangeLog COPYING NEWS README TODO } diff --git a/app-admin/webalizer/webalizer-1.30.04-r1.ebuild b/app-admin/webalizer/webalizer-1.30.04-r1.ebuild index 67b51c4a3db2..6e4c8bf60240 100644 --- a/app-admin/webalizer/webalizer-1.30.04-r1.ebuild +++ b/app-admin/webalizer/webalizer-1.30.04-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/app-admin/webalizer/webalizer-1.30.04-r1.ebuild,v 1.1 2000/08/16 15:08:41 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webalizer/webalizer-1.30.04-r1.ebuild,v 1.2 2000/09/15 20:08:43 drobbins Exp $ P=webalizer-1.30-04 A=${P}-src.tar.bz2 @@ -22,8 +22,8 @@ src_unpack() { src_compile() { cd ${S} - LDFLAGS="-lpng" ./configure --host=${CHOST} --prefix=/usr - make + LDFLAGS="-lpng" try ./configure --host=${CHOST} --prefix=/usr + try make } src_install() { diff --git a/app-admin/yup/yup-0.6.5-r1.ebuild b/app-admin/yup/yup-0.6.5-r1.ebuild index e48ec9c0e0e4..e681339017a6 100644 --- a/app-admin/yup/yup-0.6.5-r1.ebuild +++ b/app-admin/yup/yup-0.6.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-admin/yup/yup-0.6.5-r1.ebuild,v 1.2 2000/08/16 04:37:53 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/yup/yup-0.6.5-r1.ebuild,v 1.3 2000/09/15 20:08:44 drobbins Exp $ P=yup-0.6.5 A=${P}.tar.gz @@ -14,14 +14,14 @@ src_unpack() { } src_compile() { - make build + try make build } src_install() { cd ${S} dodir /etc dodir /usr/sbin - make PREFIX=${D} install + try make PREFIX=${D} install dodoc BUGS ChangeLog CONTRIBUTORS COPYING NEWS README TODO } diff --git a/app-arch/rpm/rpm-3.0.4-r1.ebuild b/app-arch/rpm/rpm-3.0.4-r1.ebuild index b7753fa5f2c2..25afcb55662b 100644 --- a/app-arch/rpm/rpm-3.0.4-r1.ebuild +++ b/app-arch/rpm/rpm-3.0.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-3.0.4-r1.ebuild,v 1.3 2000/08/23 07:00:07 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-3.0.4-r1.ebuild,v 1.4 2000/09/15 20:08:45 drobbins Exp $ P=rpm-3.0.4 A="${P}.tar.gz bzip2-0.9.5d.tar.gz" @@ -21,16 +21,16 @@ src_unpack () { src_compile() { cd ${WORKDIR}/bzip2-0.9.5d - make $MAKEOPTS "MAKE = make $MAKEOPTS" all + try make $MAKEOPTS "MAKE = try make $MAKEOPTS" all cd ${S} export CFLAGS="-I ${WORKDIR}/bzip2-0.9.5d ${CFLAGS} -L ${WORKDIR}/bzip2-0.9.5d -lbz2" # there is no shared Version of bzlib so we can only build the static version :-( - ./configure --prefix=/usr --with-catgets - make + try ./configure --prefix=/usr --with-catgets + try make } src_install() { - make DESTDIR=${D} install + try make DESTDIR=${D} install mv ${D}/bin/rpm ${D}/usr/bin rm -rf ${D}/bin if [ -z "$DBUG" ] diff --git a/app-arch/rpm/rpm-3.0.5.ebuild b/app-arch/rpm/rpm-3.0.5.ebuild index 8be1d3c6ffb0..30a88454d0b5 100644 --- a/app-arch/rpm/rpm-3.0.5.ebuild +++ b/app-arch/rpm/rpm-3.0.5.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/app-arch/rpm/rpm-3.0.5.ebuild,v 1.2 2000/09/14 00:34:54 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-3.0.5.ebuild,v 1.3 2000/09/15 20:08:45 drobbins Exp $ P=rpm-3.0.5 A="${P}.tar.gz" @@ -13,12 +13,12 @@ HOMEPAGE="http://www.rpm.org/" src_compile() { cd ${S} - ./configure --prefix=/usr --with-catgets - make + try ./configure --prefix=/usr --with-catgets + try make } src_install() { - make DESTDIR=${D} install + try make DESTDIR=${D} install mv ${D}/bin/rpm ${D}/usr/bin rm -rf ${D}/bin if [ -z "$DBUG" ] diff --git a/app-arch/unzip/unzip-5.41-r1.ebuild b/app-arch/unzip/unzip-5.41-r1.ebuild index 2003a45fee67..ab186d22c694 100644 --- a/app-arch/unzip/unzip-5.41-r1.ebuild +++ b/app-arch/unzip/unzip-5.41-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/app-arch/unzip/unzip-5.41-r1.ebuild,v 1.2 2000/08/16 04:37:53 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.41-r1.ebuild,v 1.3 2000/09/15 20:08:45 drobbins Exp $ P=unzip-5.41 A=unzip541.tar.gz @@ -18,7 +18,7 @@ src_compile() { cd ${S} cp unix/Makefile unix/Makefile.orig sed -e "s:-O3:${CFLAGS}:" unix/Makefile.orig > unix/Makefile - make -f unix/Makefile linux + try make -f unix/Makefile linux } src_install() { diff --git a/app-cdr/cdrecord/cdrecord-1.9-r1.ebuild b/app-cdr/cdrecord/cdrecord-1.9-r1.ebuild index 2f88b70315ff..40cd6e514eea 100644 --- a/app-cdr/cdrecord/cdrecord-1.9-r1.ebuild +++ b/app-cdr/cdrecord/cdrecord-1.9-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/app-cdr/cdrecord/cdrecord-1.9-r1.ebuild,v 1.2 2000/08/16 04:37:53 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrecord/cdrecord-1.9-r1.ebuild,v 1.3 2000/09/15 20:08:45 drobbins Exp $ P=cdrecord-1.9 A=${P}.tar.gz @@ -21,7 +21,7 @@ src_unpack() { src_compile() { cd ${S} - ./Gmake.linux + ./Gtry make.linux } src_install() { 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 <achim@gentoo.org> -# $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 <achim@gentoo.org> -# $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 <achim@gentoo.org> -# $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 <drobbins@gentoo.org> -# $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-misc/gfontview/gfontview-0.4.1-r1.ebuild b/app-misc/gfontview/gfontview-0.4.1-r1.ebuild index 91034b176085..08aadbfb4f16 100644 --- a/app-misc/gfontview/gfontview-0.4.1-r1.ebuild +++ b/app-misc/gfontview/gfontview-0.4.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/app-misc/gfontview/gfontview-0.4.1-r1.ebuild,v 1.2 2000/08/16 04:37:53 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gfontview/gfontview-0.4.1-r1.ebuild,v 1.3 2000/09/15 20:08:45 drobbins Exp $ P=gfontview-0.4.1 A=${P}.tar.gz @@ -16,13 +16,13 @@ src_unpack() { src_compile() { cd ${S} - CPPFLAGS="$CFLAGS -I/usr/include/freetype" ./configure --host=${CHOST} --prefix=/usr/X11R6 --with-catgets - make + CPPFLAGS="$CFLAGS -I/usr/include/freetype" try ./configure --host=${CHOST} --prefix=/usr/X11R6 --with-catgets + try make } src_install() { cd ${S} - make prefix=${D}/usr/X11R6 install + try make prefix=${D}/usr/X11R6 install dodoc AUTHORS COPYING ChangeLog NEWS README TODO insinto /usr/X11R6/include/X11/pixmaps/ doins error.xpm openhand.xpm font.xpm t1.xpm tt.xpm diff --git a/app-misc/lhinv/lhinv-1.1-r1.ebuild b/app-misc/lhinv/lhinv-1.1-r1.ebuild index d6bd9b516754..ca8849d68975 100644 --- a/app-misc/lhinv/lhinv-1.1-r1.ebuild +++ b/app-misc/lhinv/lhinv-1.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/app-misc/lhinv/lhinv-1.1-r1.ebuild,v 1.2 2000/08/16 04:37:54 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/lhinv/lhinv-1.1-r1.ebuild,v 1.3 2000/09/15 20:08:45 drobbins Exp $ P=lhinv-1.1 A=${P}.tar.gz @@ -15,7 +15,7 @@ src_compile() { cp w3hinv w3hinv.orig sed -e "s/^my \$HINV =.*/my \$HINV =\"\/usr\/bin\/lhinv\";/" w3hinv.orig > w3hinv cd .. - make local + try make local } src_install() { diff --git a/app-office/abiword/abiword-0.7.10.ebuild b/app-office/abiword/abiword-0.7.10.ebuild index 235f7142cb64..e157ba522e84 100644 --- a/app-office/abiword/abiword-0.7.10.ebuild +++ b/app-office/abiword/abiword-0.7.10.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/app-office/abiword/abiword-0.7.10.ebuild,v 1.2 2000/08/16 04:38:03 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-0.7.10.ebuild,v 1.3 2000/09/15 20:08:57 drobbins Exp $ P=abiword-0.7.10 A="abi-0.7.10.tar.gz abidistfiles-0.7.10.tar.gz expat-0.7.10.tar.gz @@ -24,12 +24,12 @@ src_unpack() { src_compile() { cd ${S} - make prefix=/opt/gnome/ UNIX_CAN_BUILD_STATIC=0 + try make prefix=/opt/gnome/ UNIX_CAN_BUILD_STATIC=0 } src_install() { cd ${S} - make prefix=${D}/opt/gnome UNIX_CAN_BUILD_STATIC=0 install + try make prefix=${D}/opt/gnome UNIX_CAN_BUILD_STATIC=0 install } diff --git a/app-office/dia/dia-0.86.ebuild b/app-office/dia/dia-0.86.ebuild index 7230aa2c12c1..0a208e4e751a 100644 --- a/app-office/dia/dia-0.86.ebuild +++ b/app-office/dia/dia-0.86.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/app-office/dia/dia-0.86.ebuild,v 1.3 2000/08/17 15:37:33 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/dia/dia-0.86.ebuild,v 1.4 2000/09/15 20:08:57 drobbins Exp $ P=dia-0.86 A=${P}.tar.gz @@ -14,16 +14,16 @@ HOMEPAGE="http://www.gnome.org/gnome-office/dia.shtml" src_compile() { cd ${S} -./configure --host=${CHOST} --prefix=/opt/gnome \ +try ./configure --host=${CHOST} --prefix=/opt/gnome \ --with-catgets - make + try make } src_install () { cd ${S} - make prefix=${D}/opt/gnome install + try make prefix=${D}/opt/gnome install dodoc AUTHORS COPYING ChangeLog README NEWS TODO KNOWN_BUGS prepman /opt/gnome } diff --git a/app-office/gnofin/gnofin-0.8.0.ebuild b/app-office/gnofin/gnofin-0.8.0.ebuild index 81a5ccb66994..5b4520cd0e9b 100644 --- a/app-office/gnofin/gnofin-0.8.0.ebuild +++ b/app-office/gnofin/gnofin-0.8.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-office/gnofin/gnofin-0.8.0.ebuild,v 1.3 2000/08/25 15:10:23 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnofin/gnofin-0.8.0.ebuild,v 1.4 2000/09/15 20:08:53 drobbins Exp $ P=gnofin-0.8.0 A=${P}.tar.gz @@ -14,14 +14,14 @@ HOMEPAGE="http://gnofin.sourceforge.net" src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/opt/gnome \ + try ./configure --host=${CHOST} --prefix=/opt/gnome \ --with-catgets - make + try make } src_install() { cd ${S} - make prefix=${D}/opt/gnome install + try make prefix=${D}/opt/gnome install prepman /opt/gnome dodoc AUTHORS COPYING* ChangeLog NEWS dodoc README* diff --git a/app-office/gnumeric/gnumeric-0.56.ebuild b/app-office/gnumeric/gnumeric-0.56.ebuild index 8f8c29e00cf2..84b09f7ae054 100644 --- a/app-office/gnumeric/gnumeric-0.56.ebuild +++ b/app-office/gnumeric/gnumeric-0.56.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/app-office/gnumeric/gnumeric-0.56.ebuild,v 1.2 2000/08/16 04:38:04 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-0.56.ebuild,v 1.3 2000/09/15 20:08:58 drobbins Exp $ P=gnumeric-0.56 A=${P}.tar.gz @@ -12,14 +12,14 @@ HOMEPAGE="http://www.gnome.org/gnome-office/gnumeric.shtml" src_compile() { cd ${S} - ./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 HACKING NEWS README TODO } diff --git a/app-office/koffice/koffice-1.92-r1.ebuild b/app-office/koffice/koffice-1.92-r1.ebuild index afaaff0c2951..e746bf2a0c95 100644 --- a/app-office/koffice/koffice-1.92-r1.ebuild +++ b/app-office/koffice/koffice-1.92-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/app-office/koffice/koffice-1.92-r1.ebuild,v 1.3 2000/08/25 15:10:23 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-1.92-r1.ebuild,v 1.4 2000/09/15 20:08:59 drobbins Exp $ P=koffice-1.92 A=${P}.tar.bz2 @@ -12,15 +12,15 @@ HOMEPAGE="http://www.kde.org/" src_compile() { - ./configure --prefix=/opt/kde --host=${CHOST} \ + try ./configure --prefix=/opt/kde --host=${CHOST} \ --with-qt-dir=/usr/lib/qt-copy-1.92 \ --with-qt-includes=/usr/lib/qt-copy-1.92/include \ --with-qt-libs=/usr/lib/qt-copy-1.92/lib - make + try make } src_install() { - make install prefix=${D}/opt/kde + try make install prefix=${D}/opt/kde dodoc ChangeLog COPYING AUTHORS NEWS README } diff --git a/app-shells/ccsh/ccsh-0.0.4-r1.ebuild b/app-shells/ccsh/ccsh-0.0.4-r1.ebuild index 85110cd5908b..57add162ccdb 100644 --- a/app-shells/ccsh/ccsh-0.0.4-r1.ebuild +++ b/app-shells/ccsh/ccsh-0.0.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-shells/ccsh/ccsh-0.0.4-r1.ebuild,v 1.2 2000/08/16 04:37:54 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/ccsh/ccsh-0.0.4-r1.ebuild,v 1.3 2000/09/15 20:08:46 drobbins Exp $ P=ccsh-0.0.4 A=${P}.tar.gz @@ -13,7 +13,7 @@ HOMEPAGE="http://ccsh.sourceforge.net" src_compile() { cd ${S} - make CFLAGS="${CFLAGS}" all + try make CFLAGS="${CFLAGS}" all } src_install() { diff --git a/app-shells/esh/esh-0.8-r1.ebuild b/app-shells/esh/esh-0.8-r1.ebuild index b525617b631c..2c11af55a4dc 100644 --- a/app-shells/esh/esh-0.8-r1.ebuild +++ b/app-shells/esh/esh-0.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/esh-0.8-r1.ebuild,v 1.2 2000/08/16 04:37:54 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/esh-0.8-r1.ebuild,v 1.3 2000/09/15 20:08:46 drobbins Exp $ P=esh-0.8 A=${P}.tar.gz @@ -15,7 +15,7 @@ src_compile() { cp Makefile Makefile.orig sed -e "s:^CFLAGS=:CFLAGS=${CFLAGS} :" \ -e "s:^LIB=:LIB=-lncurses :" Makefile.orig > Makefile - make + try make } src_install() { diff --git a/app-shells/pdksh/pdksh-5.2.14-r1.ebuild b/app-shells/pdksh/pdksh-5.2.14-r1.ebuild index 65bc8066dbdf..15ae727b62b1 100644 --- a/app-shells/pdksh/pdksh-5.2.14-r1.ebuild +++ b/app-shells/pdksh/pdksh-5.2.14-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/app-shells/pdksh/pdksh-5.2.14-r1.ebuild,v 1.2 2000/08/16 04:37:54 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/pdksh/pdksh-5.2.14-r1.ebuild,v 1.3 2000/09/15 20:08:46 drobbins Exp $ P=pdksh-5.2.14 A=${P}.tar.gz @@ -12,8 +12,8 @@ HOMEPAGE="http://ww.cs.mun.ca/~michael/pdksh/" src_compile() { cd ${S} - ./configure --prefix=/usr --host=${CHOST} - make + try ./configure --prefix=/usr --host=${CHOST} + try make } src_install() { diff --git a/app-shells/psh/psh-0.008-r1.ebuild b/app-shells/psh/psh-0.008-r1.ebuild index 72b7100a6a43..975a21fb8b5e 100644 --- a/app-shells/psh/psh-0.008-r1.ebuild +++ b/app-shells/psh/psh-0.008-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/app-shells/psh/psh-0.008-r1.ebuild,v 1.2 2000/08/16 04:37:54 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-0.008-r1.ebuild,v 1.3 2000/09/15 20:08:46 drobbins Exp $ P=psh-0.008 A=${P}.tar.gz @@ -13,12 +13,12 @@ HOMEPAGE="http://www.focusresearch.com/gregor/psh/" src_compile() { cd ${S} perl Makefile.PL $PERLINSTALL - make + try make } src_install() { cd ${S} - make prefix=${D}/usr install + try make prefix=${D}/usr install dodoc COPYRIGHT HACKING MANIFEST README* RELEASE TODO dodoc examples/complete-examples prepman diff --git a/app-shells/sash/sash-3.4-r1.ebuild b/app-shells/sash/sash-3.4-r1.ebuild index 2ba294627352..3be2a688d6b5 100644 --- a/app-shells/sash/sash-3.4-r1.ebuild +++ b/app-shells/sash/sash-3.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.4-r1.ebuild,v 1.2 2000/08/16 04:37:54 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.4-r1.ebuild,v 1.3 2000/09/15 20:08:46 drobbins Exp $ P=sash-3.4 A=${P}.tar.gz @@ -14,7 +14,7 @@ src_compile() { cd ${S} cp Makefile Makefile.orig sed -e "s:-O3:${CFLAGS}:" Makefile.orig > Makefile - make + try make } src_install() { diff --git a/app-shells/sash/sash-3.4-r2.ebuild b/app-shells/sash/sash-3.4-r2.ebuild index 9d41e4da6228..e98fd3f513e4 100644 --- a/app-shells/sash/sash-3.4-r2.ebuild +++ b/app-shells/sash/sash-3.4-r2.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/app-shells/sash/sash-3.4-r2.ebuild,v 1.2 2000/08/16 04:37:54 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.4-r2.ebuild,v 1.3 2000/09/15 20:08:46 drobbins Exp $ P=sash-3.4 A="${P}.tar.gz sash-3.x-readline.diff.gz" @@ -23,7 +23,7 @@ src_unpack() { src_compile() { cd ${S} - make + try make } src_install() { diff --git a/app-shells/tcsh/tcsh-6.09-r1.ebuild b/app-shells/tcsh/tcsh-6.09-r1.ebuild index 350da475d50f..908a8cd21bb4 100644 --- a/app-shells/tcsh/tcsh-6.09-r1.ebuild +++ b/app-shells/tcsh/tcsh-6.09-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/app-shells/tcsh/tcsh-6.09-r1.ebuild,v 1.3 2000/08/23 07:00:07 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.09-r1.ebuild,v 1.4 2000/09/15 20:08:46 drobbins Exp $ P=tcsh-6.09 A=${P}.tar.gz @@ -12,13 +12,13 @@ SRC_URI="ftp://ftp.astron.com/pub/tcsh/"${A} src_compile() { cd ${S} - ./configure --prefix=/ --mandir=/usr/man --host=${CHOST} - make + try ./configure --prefix=/ --mandir=/usr/man --host=${CHOST} + try make } src_install() { cd ${S} - make DESTDIR=${D} install install.man + try make DESTDIR=${D} install install.man prepman perl tcsh.man2html dodoc FAQ Fixes NewThings Ported README WishList Y2K diff --git a/app-shells/zsh/zsh-3.0.8-r1.ebuild b/app-shells/zsh/zsh-3.0.8-r1.ebuild index c195d164cc7f..45f724e3c052 100644 --- a/app-shells/zsh/zsh-3.0.8-r1.ebuild +++ b/app-shells/zsh/zsh-3.0.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-3.0.8-r1.ebuild,v 1.2 2000/08/16 04:37:54 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-3.0.8-r1.ebuild,v 1.3 2000/09/15 20:08:46 drobbins Exp $ P=zsh-3.0.8 A=${P}.tar.gz @@ -12,13 +12,13 @@ HOMEPAGE="www.zsh.org/" src_compile() { cd ${S} - ./configure --prefix=/ --mandir=/usr/man --infodir=/usr/info --host=${CHOST} - make + try ./configure --prefix=/ --mandir=/usr/man --infodir=/usr/info --host=${CHOST} + try make } src_install() { cd ${S} - make prefix=${D} mandir=${D}/usr/man infodir=${D}/usr/info install.bin install.man + try make prefix=${D} mandir=${D}/usr/man infodir=${D}/usr/info install.bin install.man prepman dodoc ChangeLog META-FAQ README docinto StartupFiles diff --git a/app-shells/zsh/zsh-3.1.9.ebuild b/app-shells/zsh/zsh-3.1.9.ebuild index e809056aa338..93ceefe0c647 100644 --- a/app-shells/zsh/zsh-3.1.9.ebuild +++ b/app-shells/zsh/zsh-3.1.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-3.1.9.ebuild,v 1.1 2000/08/25 15:10:22 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-3.1.9.ebuild,v 1.2 2000/09/15 20:08:46 drobbins Exp $ P=zsh-3.1.9 A=${P}.tar.gz @@ -12,13 +12,13 @@ HOMEPAGE="www.zsh.org/" src_compile() { cd ${S} - ./configure --prefix=/ --mandir=/usr/man --infodir=/usr/info --host=${CHOST} - make + try ./configure --prefix=/ --mandir=/usr/man --infodir=/usr/info --host=${CHOST} + try make } src_install() { cd ${S} - make prefix=${D} mandir=${D}/usr/man infodir=${D}/usr/info install.bin install.man + try make prefix=${D} mandir=${D}/usr/man infodir=${D}/usr/info install.bin install.man prepman dodoc ChangeLog META-FAQ README docinto StartupFiles 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 <achim@gentoo.org> -# $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 <achim@gentoo.org> -# $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 <achim@gentoo.org> -# $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 <achim@gentoo.org> -# $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 <achim@gentoo.org> -# $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 <achim@gentoo.org> -# $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 <achim@gentoo.org> -# $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 <achim@gentoo.org> -# $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 <achim@gentoo.org> -# $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 <achim@gentoo.org> -# $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 <achim@gentoo.org> -# $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-db/mysql/mysql-3.23.24.ebuild b/dev-db/mysql/mysql-3.23.24.ebuild index 2de2386e1ed1..456357878e3a 100644 --- a/dev-db/mysql/mysql-3.23.24.ebuild +++ b/dev-db/mysql/mysql-3.23.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-3.23.24.ebuild,v 1.1 2000/09/10 17:48:36 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-3.23.24.ebuild,v 1.2 2000/09/15 20:08:47 drobbins Exp $ P=mysql-3.23.24-beta A=${P}.tar.gz @@ -35,7 +35,7 @@ src_compile() { --mandir=/usr/man \ --without-debug \ --with-mysql-user=mysql - make benchdir=/usr/share/mysql-bench + try make benchdir=/usr/share/mysql-bench } src_install() { @@ -44,7 +44,7 @@ src_install() { # Install MySQL - make install prefix=${D}/usr \ + try make install prefix=${D}/usr \ libdir=${D}/usr/lib \ libexecdir=${D}/usr/sbin \ sysconfdir=${D}/etc/mysql \ diff --git a/dev-lang/nasm/nasm-0.98-r1.ebuild b/dev-lang/nasm/nasm-0.98-r1.ebuild index 330b13d5d6aa..5f0f53f94db1 100644 --- a/dev-lang/nasm/nasm-0.98-r1.ebuild +++ b/dev-lang/nasm/nasm-0.98-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/dev-lang/nasm/nasm-0.98-r1.ebuild,v 1.2 2000/08/16 04:37:57 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-0.98-r1.ebuild,v 1.3 2000/09/15 20:08:47 drobbins Exp $ P=nasm-0.98 A=${P}.tar.bz2 @@ -11,10 +11,10 @@ SRC_URI="ftp://ftp.kernel.org/pub/software/devel/nasm/source/nasm-0.98.tar.bz2" HOMEPAGE="http://nasm.sourceforge.net/" src_compile() { - ./configure --prefix=/usr - make + try ./configure --prefix=/usr + try make cd doc - make + try make } src_install() { diff --git a/dev-lang/php-4/php-4.0.0-r1.ebuild b/dev-lang/php-4/php-4.0.0-r1.ebuild index 794419ed0819..815946bfbf5b 100644 --- a/dev-lang/php-4/php-4.0.0-r1.ebuild +++ b/dev-lang/php-4/php-4.0.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/dev-lang/php-4/php-4.0.0-r1.ebuild,v 1.2 2000/08/16 04:37:57 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php-4/php-4.0.0-r1.ebuild,v 1.3 2000/09/15 20:08:47 drobbins Exp $ P=php-4.0.0 A="php-4.0.0.tar.gz number4.tar.gz" @@ -18,14 +18,14 @@ src_compile() { # export CPPFLAGS=$FLAGS # export CXXFLAGS=$FLAGS export LD_FLAGS="$LD_FLAGS -ltiff -ljpeg -L/usr/X11R6/lib" - ./configure --with-mysql=yes --enable-safe-mode \ + try ./configure --with-mysql=yes --enable-safe-mode \ --enable-sysvsem --enable-sysvshm --with-zlib=yes --enable-bcmath \ --with-readline --with-gettext --enable-calendar --with-ldap\ --with-gd --with-ttf --with-jpeg-dir=/usr/lib \ --with-config-file-path=`/usr/sbin/apxs -q SYSCONFDIR` \ --with-apxs="/usr/sbin/apxs -ltiff" --with-exec-dir="/usr/lib/apache/bin" \ --enable-versioning --enable-inline-optimization --enable-trans-sid --enable-track-vars - make + try make } src_unpack() { diff --git a/dev-lang/php-4/php-4.0.1-r1.ebuild b/dev-lang/php-4/php-4.0.1-r1.ebuild index 399d90d3b34f..6e5bd075ebb7 100644 --- a/dev-lang/php-4/php-4.0.1-r1.ebuild +++ b/dev-lang/php-4/php-4.0.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/dev-lang/php-4/php-4.0.1-r1.ebuild,v 1.2 2000/08/16 04:37:57 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php-4/php-4.0.1-r1.ebuild,v 1.3 2000/09/15 20:08:47 drobbins Exp $ P=php-4.0.1 A="php-4.0.1.tar.gz number4.tar.gz" @@ -18,14 +18,14 @@ src_compile() { # export CPPFLAGS=$FLAGS # export CXXFLAGS=$FLAGS export LD_FLAGS="$LD_FLAGS -ltiff -ljpeg -L/usr/X11R6/lib" - ./configure --with-mysql=yes --enable-safe-mode \ + try ./configure --with-mysql=yes --enable-safe-mode \ --enable-sysvsem --enable-sysvshm --with-zlib=yes --enable-bcmath \ --with-readline --with-gettext --enable-calendar --with-ldap\ --with-gd --with-ttf --with-jpeg-dir=/usr/lib \ --with-config-file-path=`/usr/sbin/apxs -q SYSCONFDIR` \ --with-apxs="/usr/sbin/apxs -ltiff" --with-exec-dir="/usr/lib/apache/bin" \ --enable-versioning --enable-inline-optimization --enable-trans-sid - make + try make } src_unpack() { diff --git a/dev-lang/php-4/php-4.0.1_p2-r1.ebuild b/dev-lang/php-4/php-4.0.1_p2-r1.ebuild index 9900e471c6b7..df6acc6d2ca3 100644 --- a/dev-lang/php-4/php-4.0.1_p2-r1.ebuild +++ b/dev-lang/php-4/php-4.0.1_p2-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/dev-lang/php-4/php-4.0.1_p2-r1.ebuild,v 1.1 2000/08/16 15:08:41 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php-4/php-4.0.1_p2-r1.ebuild,v 1.2 2000/09/15 20:08:47 drobbins Exp $ P=php-4.0.1pl2 A="${P}.tar.gz number4.tar.gz" @@ -14,14 +14,14 @@ HOMEPAGE="http://www.php.net/" src_compile() { export LD_FLAGS="$LD_FLAGS -ltiff -ljpeg -L/usr/X11R6/lib" - ./configure --with-mysql=yes --enable-safe-mode \ + try ./configure --with-mysql=yes --enable-safe-mode \ --enable-sysvsem --enable-sysvshm --with-zlib=yes --enable-bcmath \ --with-readline --with-gettext --enable-calendar --with-ldap\ --with-gd --with-ttf --with-t1lib --with-jpeg-dir=/usr/lib \ --with-config-file-path=`/usr/sbin/apxs -q SYSCONFDIR` \ --with-apxs="/usr/sbin/apxs -ltiff" --with-exec-dir="/usr/lib/apache/bin" \ --enable-versioning --enable-inline-optimization --enable-trans-sid --enable-track-vars - make + try make } src_unpack() { diff --git a/dev-lang/python/python-1.5.2-r1.ebuild b/dev-lang/python/python-1.5.2-r1.ebuild index 634b957b0735..1e09c164eea8 100644 --- a/dev-lang/python/python-1.5.2-r1.ebuild +++ b/dev-lang/python/python-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/dev-lang/python/python-1.5.2-r1.ebuild,v 1.2 2000/08/16 04:37:57 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-1.5.2-r1.ebuild,v 1.3 2000/09/15 20:08:47 drobbins Exp $ P=python-1.5.2 A=py152.tgz @@ -11,10 +11,10 @@ SRC_URI="http://www.python.org/ftp/python/src/py152.tgz" HOMEPAGE="http://www.python.org/" 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() { @@ -33,7 +33,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 diff --git a/dev-lang/tcl-tk-8.0/tcl-tk-8.0.5-r1.ebuild b/dev-lang/tcl-tk-8.0/tcl-tk-8.0.5-r1.ebuild index ceea3d470bcd..99bd2d3d4153 100644 --- a/dev-lang/tcl-tk-8.0/tcl-tk-8.0.5-r1.ebuild +++ b/dev-lang/tcl-tk-8.0/tcl-tk-8.0.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl-tk-8.0/tcl-tk-8.0.5-r1.ebuild,v 1.2 2000/08/16 04:37:57 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl-tk-8.0/tcl-tk-8.0.5-r1.ebuild,v 1.3 2000/09/15 20:08:48 drobbins Exp $ # P=tcl-tk-8.0.5 @@ -35,18 +35,18 @@ src_unpack() { src_compile() { cd ${S1}/unix - ./configure --host=${CHOST} --prefix=/usr --enable-shared - make + try ./configure --host=${CHOST} --prefix=/usr --enable-shared + try make cd ${S2}/unix - ./configure --host=${CHOST} --prefix=/usr --with-tcl=${S1}/unix --enable-shared - make + try ./configure --host=${CHOST} --prefix=/usr --with-tcl=${S1}/unix --enable-shared + try make } src_install() { cd ${S1}/unix - make INSTALL_ROOT=${D} install + try make INSTALL_ROOT=${D} install cd ${S2}/unix - make INSTALL_ROOT=${D} install + try make INSTALL_ROOT=${D} install strip ${D}/usr/bin/* # ln -sf wish8.1 ${D}/usr/bin/wish # ln -sf tclsh8.1 ${D}/usr/bin/tclsh diff --git a/dev-lang/tcl-tk-8.1/tcl-tk-8.1.1-r1.ebuild b/dev-lang/tcl-tk-8.1/tcl-tk-8.1.1-r1.ebuild index b23bc6a75f3a..06ab17b2502e 100644 --- a/dev-lang/tcl-tk-8.1/tcl-tk-8.1.1-r1.ebuild +++ b/dev-lang/tcl-tk-8.1/tcl-tk-8.1.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/dev-lang/tcl-tk-8.1/tcl-tk-8.1.1-r1.ebuild,v 1.2 2000/08/16 04:37:57 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl-tk-8.1/tcl-tk-8.1.1-r1.ebuild,v 1.3 2000/09/15 20:08:48 drobbins Exp $ P=tcl-tk-8.1.1 @@ -34,18 +34,18 @@ src_unpack() { src_compile() { cd ${S1}/unix - ./configure --host=${CHOST} --prefix=/usr --enable-threads - make + try ./configure --host=${CHOST} --prefix=/usr --enable-threads + try make cd ${S2}/unix - ./configure --host=${CHOST} --prefix=/usr --with-tcl=${S1}/unix --enable-threads - make + try ./configure --host=${CHOST} --prefix=/usr --with-tcl=${S1}/unix --enable-threads + try make } src_install() { cd ${S1}/unix - make INSTALL_ROOT=${D} install + try make INSTALL_ROOT=${D} install cd ${S2}/unix - make INSTALL_ROOT=${D} install + try make INSTALL_ROOT=${D} install strip ${D}/usr/bin/* ln -sf wish8.1 ${D}/usr/bin/wish ln -sf tclsh8.1 ${D}/usr/bin/tclsh diff --git a/dev-libs/glib/glib-1.2.8-r1.ebuild b/dev-libs/glib/glib-1.2.8-r1.ebuild index 2d170dd6c6a9..f09498f41c1b 100644 --- a/dev-libs/glib/glib-1.2.8-r1.ebuild +++ b/dev-libs/glib/glib-1.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-1.2.8-r1.ebuild,v 1.2 2000/08/16 04:37:58 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-1.2.8-r1.ebuild,v 1.3 2000/09/15 20:08:48 drobbins Exp $ # also, this script now has pre/post inst/rm support @@ -22,13 +22,13 @@ pkg_postrm() { src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr --with-threads=posix - make + try ./configure --host=${CHOST} --prefix=/usr --with-threads=posix + try make } src_install() { cd ${S} - make install prefix=${D}/usr + try make install prefix=${D}/usr prepman /usr prepinfo /usr dodoc AUTHORS ChangeLog COPYING README* INSTALL NEWS diff --git a/dev-libs/gmp/gmp-3.0.1-r1.ebuild b/dev-libs/gmp/gmp-3.0.1-r1.ebuild index dd500dbb460e..57d15bf00b47 100644 --- a/dev-libs/gmp/gmp-3.0.1-r1.ebuild +++ b/dev-libs/gmp/gmp-3.0.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/dev-libs/gmp/gmp-3.0.1-r1.ebuild,v 1.2 2000/08/16 04:37:58 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/gmp-3.0.1-r1.ebuild,v 1.3 2000/09/15 20:08:48 drobbins Exp $ P=gmp-3.0.1 A=${P}.tar.gz @@ -16,13 +16,13 @@ src_unpack() { src_compile() { cd ${S} - ./configure --prefix=/usr - make + try ./configure --prefix=/usr + try make } src_install() { cd ${S} - make prefix=${D}/usr install + try make prefix=${D}/usr install prepinfo dodoc AUTHORS ChangeLog COPYING* NEWS README docinto html diff --git a/dev-libs/gmp/gmp-3.1.ebuild b/dev-libs/gmp/gmp-3.1.ebuild index 38b4f9e30bec..276916a5f03a 100644 --- a/dev-libs/gmp/gmp-3.1.ebuild +++ b/dev-libs/gmp/gmp-3.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/gmp-3.1.ebuild,v 1.1 2000/08/25 15:10:23 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/gmp-3.1.ebuild,v 1.2 2000/09/15 20:08:48 drobbins Exp $ P=gmp-3.1 A=${P}.tar.gz @@ -16,13 +16,13 @@ src_unpack() { src_compile() { cd ${S} - ./configure --prefix=/usr - make + try ./configure --prefix=/usr + try make } src_install() { cd ${S} - make prefix=${D}/usr install + try make prefix=${D}/usr install prepinfo dodoc AUTHORS ChangeLog COPYING* NEWS README docinto html diff --git a/dev-libs/libole2/libole2-0.1.6.ebuild b/dev-libs/libole2/libole2-0.1.6.ebuild index a8c3de08cd9c..5ad07d823298 100644 --- a/dev-libs/libole2/libole2-0.1.6.ebuild +++ b/dev-libs/libole2/libole2-0.1.6.ebuild @@ -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 dodoc AUTHORS COPYING ChangeLog NEWS README* TODO } diff --git a/dev-libs/libpcre/libpcre-3.2-r1.ebuild b/dev-libs/libpcre/libpcre-3.2-r1.ebuild index a1bcb3de6fb6..1ea2b1505daf 100644 --- a/dev-libs/libpcre/libpcre-3.2-r1.ebuild +++ b/dev-libs/libpcre/libpcre-3.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/dev-libs/libpcre/libpcre-3.2-r1.ebuild,v 1.2 2000/08/16 04:37:58 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-3.2-r1.ebuild,v 1.3 2000/09/15 20:08:48 drobbins Exp $ P=libpcre-3.2 A=pcre-3.2.tar.gz @@ -15,13 +15,13 @@ src_unpack() { src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr - make + try ./configure --host=${CHOST} --prefix=/usr + try make } src_install() { cd ${S} - make prefix=${D}/usr install + try make prefix=${D}/usr install prepman dodoc AUTHORS COPYING ChangeLog LICENCE NEWS NON-UNIX-USE README dodoc doc/*.txt doc/Tech.Notes diff --git a/dev-libs/librep/librep-0.12.4-r1.ebuild b/dev-libs/librep/librep-0.12.4-r1.ebuild index 1c524a28da91..32a79ae538c4 100644 --- a/dev-libs/librep/librep-0.12.4-r1.ebuild +++ b/dev-libs/librep/librep-0.12.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-0.12.4-r1.ebuild,v 1.2 2000/08/16 04:37:58 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-0.12.4-r1.ebuild,v 1.3 2000/09/15 20:08:48 drobbins Exp $ P=librep-0.12.4 A=${P}.tar.gz @@ -17,13 +17,13 @@ src_unpack() { src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr - make + try ./configure --host=${CHOST} --prefix=/usr + try make } src_install() { cd ${S} - make prefix=${D}/usr aclocaldir=/${D}/usr/share/aclocal install + try make prefix=${D}/usr aclocaldir=/${D}/usr/share/aclocal install prepinfo dodoc AUTHORS BUGS COPYING ChangeLog NEWS README THANKS TODO DOC docinto doc diff --git a/dev-libs/libxml/libxml-1.8.9.ebuild b/dev-libs/libxml/libxml-1.8.9.ebuild index e64e597585d4..79765d7cc7ba 100644 --- a/dev-libs/libxml/libxml-1.8.9.ebuild +++ b/dev-libs/libxml/libxml-1.8.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml/libxml-1.8.9.ebuild,v 1.2 2000/08/16 04:38:03 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml/libxml-1.8.9.ebuild,v 1.3 2000/09/15 20:08:56 drobbins Exp $ P=libxml-1.8.9 A=${P}.tar.gz @@ -12,13 +12,13 @@ HOMEPAGE="http://www.gnome.org/" src_compile() { cd ${S} - LDFLAGS="-lncurses" ./configure --host=${CHOST} --prefix=/opt/gnome - make + LDFLAGS="-lncurses" try ./configure --host=${CHOST} --prefix=/opt/gnome + try make } src_install() { cd ${S} - make install prefix=${D}/opt/gnome + try make install prefix=${D}/opt/gnome dodoc AUTHORS COPYING* ChangeLog NEWS README } diff --git a/dev-libs/openssl/openssl-0.9.5a-r1.ebuild b/dev-libs/openssl/openssl-0.9.5a-r1.ebuild index 4d5b08d89fe5..6bd7c545518b 100644 --- a/dev-libs/openssl/openssl-0.9.5a-r1.ebuild +++ b/dev-libs/openssl/openssl-0.9.5a-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/dev-libs/openssl/openssl-0.9.5a-r1.ebuild,v 1.2 2000/08/16 04:37:58 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.5a-r1.ebuild,v 1.3 2000/09/15 20:08:49 drobbins Exp $ P=openssl-0.9.5a A=${P}.tar.gz @@ -15,11 +15,11 @@ src_compile() { ./config --prefix=/usr --openssldir=/usr/ssl threads cp Makefile Makefile.orig sed -e "s/-O3/$CFLAGS/" -e "s/-m486//" Makefile.orig > Makefile - make + try make } src_install() { - make INSTALL_PREFIX=${D} install + try make INSTALL_PREFIX=${D} install mv ${D}/usr/ssl/man ${D}/usr prepman dodoc CHANGES* FAQ LICENSE NEWS README diff --git a/dev-libs/rep-gtk/rep-gtk-0.13-r1.ebuild b/dev-libs/rep-gtk/rep-gtk-0.13-r1.ebuild index 99683b997564..b7e96dd29c82 100644 --- a/dev-libs/rep-gtk/rep-gtk-0.13-r1.ebuild +++ b/dev-libs/rep-gtk/rep-gtk-0.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-libs/rep-gtk/rep-gtk-0.13-r1.ebuild,v 1.2 2000/08/16 04:37:58 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/rep-gtk/rep-gtk-0.13-r1.ebuild,v 1.3 2000/09/15 20:08:49 drobbins Exp $ P=rep-gtk-0.13 A=${P}.tar.gz @@ -16,13 +16,13 @@ src_unpack() { src_compile() { cd ${S} - ./configure --host=${CHOST} --with-gnome --with-libglade - make + try ./configure --host=${CHOST} --with-gnome --with-libglade + try make } src_install() { cd ${S} - make DESTDIR=${D} install + try make DESTDIR=${D} install dodoc AUTHORS BUGS COPYING ChangeLog README* TODO docinto examples dodoc examples/* diff --git a/dev-libs/rep-gtk/rep-gtk-0.13a.ebuild b/dev-libs/rep-gtk/rep-gtk-0.13a.ebuild index 8090f09fc68b..055dc3f91f29 100644 --- a/dev-libs/rep-gtk/rep-gtk-0.13a.ebuild +++ b/dev-libs/rep-gtk/rep-gtk-0.13a.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/dev-libs/rep-gtk/rep-gtk-0.13a.ebuild,v 1.1 2000/08/26 20:41:55 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/rep-gtk/rep-gtk-0.13a.ebuild,v 1.2 2000/09/15 20:08:49 drobbins Exp $ P=rep-gtk-0.13a A=${P}.tar.gz @@ -16,13 +16,13 @@ src_unpack() { src_compile() { cd ${S} - ./configure --host=${CHOST} --with-gnome --with-libglade - make + try ./configure --host=${CHOST} --with-gnome --with-libglade + try make } src_install() { cd ${S} - make DESTDIR=${D} install + try make DESTDIR=${D} install dodoc AUTHORS BUGS COPYING ChangeLog README* TODO docinto examples dodoc examples/* diff --git a/dev-perl/Digest-MD5/Digest-MD5-2.09.ebuild b/dev-perl/Digest-MD5/Digest-MD5-2.09.ebuild index af80b31a2b8f..c3578b79e650 100644 --- a/dev-perl/Digest-MD5/Digest-MD5-2.09.ebuild +++ b/dev-perl/Digest-MD5/Digest-MD5-2.09.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/dev-perl/Digest-MD5/Digest-MD5-2.09.ebuild,v 1.1 2000/08/28 02:36:31 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Digest-MD5/Digest-MD5-2.09.ebuild,v 1.2 2000/09/15 20:08:49 drobbins Exp $ P=Digest-MD5-2.09 A=${P}.tar.gz @@ -16,14 +16,14 @@ src_compile() { cd ${S} perl Makefile.PL $PERLINSTALL - make - make test + try make + try make test } src_install () { cd ${S} - make install + try make install prepman dodoc Changes MANIFEST README rfc*.txt diff --git a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13.ebuild b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13.ebuild index 7216517c4db8..b99bbbd1ddbd 100644 --- a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13.ebuild +++ b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13.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/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13.ebuild,v 1.1 2000/08/28 10:37:27 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13.ebuild,v 1.2 2000/09/15 20:08:49 drobbins Exp $ P=ExtUtils-F77-1.13 A=${P}.tar.gz @@ -15,15 +15,15 @@ src_compile() { cd ${S} perl Makefile.PL $PERLINSTALL - make - make test + try make + try make test } src_install () { cd ${S} - make install + try make install prepman dodoc CHANGES README MANIFEST } diff --git a/dev-perl/HTML-Parser/HTML-Parser-3.10.ebuild b/dev-perl/HTML-Parser/HTML-Parser-3.10.ebuild index b20b23c45297..b276dcfe07c4 100644 --- a/dev-perl/HTML-Parser/HTML-Parser-3.10.ebuild +++ b/dev-perl/HTML-Parser/HTML-Parser-3.10.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/dev-perl/HTML-Parser/HTML-Parser-3.10.ebuild,v 1.1 2000/08/28 02:36:31 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/HTML-Parser-3.10.ebuild,v 1.2 2000/09/15 20:08:49 drobbins Exp $ P=HTML-Parser-3.10 A=${P}.tar.gz @@ -16,14 +16,14 @@ src_compile() { cd ${S} perl Makefile.PL $PERLINSTALL - make - make test + try make + try make test } src_install () { cd ${S} - make install + try make install prepman dodoc ANNOUNCEMENT Changes MANIFEST README TODO diff --git a/dev-perl/MIME-Base64/MIME-Base64-2.11.ebuild b/dev-perl/MIME-Base64/MIME-Base64-2.11.ebuild index 6309eb3f5ec6..712c69a6beb8 100644 --- a/dev-perl/MIME-Base64/MIME-Base64-2.11.ebuild +++ b/dev-perl/MIME-Base64/MIME-Base64-2.11.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/dev-perl/MIME-Base64/MIME-Base64-2.11.ebuild,v 1.1 2000/08/28 02:36:31 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MIME-Base64/MIME-Base64-2.11.ebuild,v 1.2 2000/09/15 20:08:49 drobbins Exp $ P=MIME-Base64-2.11 A=${P}.tar.gz @@ -16,14 +16,14 @@ src_compile() { cd ${S} perl Makefile.PL $PERLINSTALL - make - make test + try make + try make test } src_install () { cd ${S} - make install + try make install prepman dodoc Changes MANIFEST README diff --git a/dev-perl/PDL/PDL-2.1.1.ebuild b/dev-perl/PDL/PDL-2.1.1.ebuild index 84f91e928feb..31cf81fe60b3 100644 --- a/dev-perl/PDL/PDL-2.1.1.ebuild +++ b/dev-perl/PDL/PDL-2.1.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.1.1.ebuild,v 1.1 2000/08/28 10:37:27 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.1.1.ebuild,v 1.2 2000/09/15 20:08:49 drobbins Exp $ P=PDL-2.1.1 A=${P}.tar.gz @@ -20,15 +20,15 @@ src_compile() { cd ${S} perl Makefile.PL $PERLINSTALL - make - make test + try make + try make test } src_install () { cd ${S} - make install + try make install prepman dodoc COPYING Changes DEPENDENCIES DEVELOPMENT README MANIFEST* dodoc Release_Notes TODO diff --git a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.79.ebuild b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.79.ebuild index ef976f03cd5a..e8fa30fd731f 100644 --- a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.79.ebuild +++ b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.79.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/dev-perl/Parse-RecDescent/Parse-RecDescent-1.79.ebuild,v 1.1 2000/08/28 10:37:27 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.79.ebuild,v 1.2 2000/09/15 20:08:49 drobbins Exp $ P=Parse-RecDescent-1.79 A=${P}.tar.gz @@ -15,15 +15,15 @@ src_compile() { cd ${S} perl Makefile.PL $PERLINSTALL - make - make test + try make + try make test } src_install () { cd ${S} - make install + try make install prepman dodoc Changes README MANIFEST docinto html diff --git a/dev-perl/SOAP/SOAP-0.25.ebuild b/dev-perl/SOAP/SOAP-0.25.ebuild index a740c5d744a5..da3eb99d7307 100644 --- a/dev-perl/SOAP/SOAP-0.25.ebuild +++ b/dev-perl/SOAP/SOAP-0.25.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/dev-perl/SOAP/SOAP-0.25.ebuild,v 1.1 2000/08/28 02:59:41 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP/SOAP-0.25.ebuild,v 1.2 2000/09/15 20:08:49 drobbins Exp $ P=SOAP-0.25 A=${P}.tar.gz @@ -15,15 +15,15 @@ src_compile() { cd ${S} perl Makefile.PL $PERLINSTALL - make -# make test + try make +# try make test } src_install () { cd ${S} - make install + try make install prepman dodoc Changes README MANIFEST } diff --git a/dev-perl/URI/URI-1.08.ebuild b/dev-perl/URI/URI-1.08.ebuild index fcda7a70ad5f..18852eb19851 100644 --- a/dev-perl/URI/URI-1.08.ebuild +++ b/dev-perl/URI/URI-1.08.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/dev-perl/URI/URI-1.08.ebuild,v 1.1 2000/08/28 02:36:31 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.08.ebuild,v 1.2 2000/09/15 20:08:50 drobbins Exp $ P=URI-1.08 A=${P}.tar.gz @@ -16,14 +16,14 @@ src_compile() { cd ${S} perl Makefile.PL $PERLINSTALL - make - make test + try make + try make test } src_install () { cd ${S} - make install + try make install prepman dodoc Changes MANIFEST README rfc2396.txt diff --git a/dev-perl/XML-Catalog/XML-Catalog-0.01.ebuild b/dev-perl/XML-Catalog/XML-Catalog-0.01.ebuild index 91c9ebb0ecdd..97aaf859ca0c 100644 --- a/dev-perl/XML-Catalog/XML-Catalog-0.01.ebuild +++ b/dev-perl/XML-Catalog/XML-Catalog-0.01.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/dev-perl/XML-Catalog/XML-Catalog-0.01.ebuild,v 1.2 2000/08/28 10:37:27 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Catalog/XML-Catalog-0.01.ebuild,v 1.3 2000/09/15 20:08:50 drobbins Exp $ P=XML-Catalog-0.01 A=${P}.tar.gz @@ -16,15 +16,15 @@ src_compile() { cd ${S} perl Makefile.PL $PERLINSTALL - make - make test + try make + try make test } src_install () { cd ${S} - make install + try make install prepman dodoc Changes MANIFEST } diff --git a/dev-perl/XML-DOM/XML-DOM-1.25.ebuild b/dev-perl/XML-DOM/XML-DOM-1.25.ebuild index cd5794ed2374..43f1f16635f9 100644 --- a/dev-perl/XML-DOM/XML-DOM-1.25.ebuild +++ b/dev-perl/XML-DOM/XML-DOM-1.25.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/dev-perl/XML-DOM/XML-DOM-1.25.ebuild,v 1.1 2000/08/28 02:36:31 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-DOM/XML-DOM-1.25.ebuild,v 1.2 2000/09/15 20:08:50 drobbins Exp $ P=XML-DOM-1.25 A=${P}.tar.gz @@ -16,14 +16,14 @@ src_compile() { cd ${S} perl Makefile.PL $PERLINSTALL - make - make test + try make + try make test } src_install () { cd ${S} - make install + try make install prepman dodoc Changes MANIFEST README rfc2396.txt diff --git a/dev-perl/XML-DT/XML-DT-0.14.ebuild b/dev-perl/XML-DT/XML-DT-0.14.ebuild index eef92d9464ff..808d7547cc7a 100644 --- a/dev-perl/XML-DT/XML-DT-0.14.ebuild +++ b/dev-perl/XML-DT/XML-DT-0.14.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/dev-perl/XML-DT/XML-DT-0.14.ebuild,v 1.2 2000/08/28 10:37:27 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-DT/XML-DT-0.14.ebuild,v 1.3 2000/09/15 20:08:50 drobbins Exp $ P=XML-DT-0.14 A=${P}.tar.gz @@ -21,15 +21,15 @@ src_compile() { cd ${S} perl Makefile.PL $PERLINSTALL - make - make test + try make + try make test } src_install () { cd ${S} - make install + try make install prepman dodoc Changes README MANIFEST docinto html diff --git a/dev-perl/XML-Encoding/XML-Encoding-1.01.ebuild b/dev-perl/XML-Encoding/XML-Encoding-1.01.ebuild index 827f50019f1b..a429e7dc27c4 100644 --- a/dev-perl/XML-Encoding/XML-Encoding-1.01.ebuild +++ b/dev-perl/XML-Encoding/XML-Encoding-1.01.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/dev-perl/XML-Encoding/XML-Encoding-1.01.ebuild,v 1.1 2000/08/28 02:36:31 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Encoding/XML-Encoding-1.01.ebuild,v 1.2 2000/09/15 20:08:50 drobbins Exp $ P=XML-Encoding-1.01 A=${P}.tar.gz @@ -16,13 +16,13 @@ src_compile() { cd ${S} perl Makefile.PL $PERLINSTALL - make + try make } src_install () { cd ${S} - make install + try make install prepman dodoc Changes README MANIFEST } diff --git a/dev-perl/XML-Parser/XML-Parser-2.29.ebuild b/dev-perl/XML-Parser/XML-Parser-2.29.ebuild index 4729d659a1eb..23d763905bb2 100644 --- a/dev-perl/XML-Parser/XML-Parser-2.29.ebuild +++ b/dev-perl/XML-Parser/XML-Parser-2.29.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/dev-perl/XML-Parser/XML-Parser-2.29.ebuild,v 1.1 2000/08/28 02:36:32 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Parser/XML-Parser-2.29.ebuild,v 1.2 2000/09/15 20:08:50 drobbins Exp $ P=XML-Parser-2.29 A=${P}.tar.gz @@ -16,14 +16,14 @@ src_compile() { cd ${S} perl Makefile.PL $PERLINSTALL - make - make test + try make + try make test } src_install () { cd ${S} - make install + try make install prepman dodoc Changes MANIFEST README diff --git a/dev-perl/XML-Sablot/XML-Sablot-0.43.ebuild b/dev-perl/XML-Sablot/XML-Sablot-0.43.ebuild index 1dfac474f57b..a4eb3d649e3e 100644 --- a/dev-perl/XML-Sablot/XML-Sablot-0.43.ebuild +++ b/dev-perl/XML-Sablot/XML-Sablot-0.43.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/dev-perl/XML-Sablot/XML-Sablot-0.43.ebuild,v 1.2 2000/08/28 10:37:27 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Sablot/XML-Sablot-0.43.ebuild,v 1.3 2000/09/15 20:08:50 drobbins Exp $ P=XML-Sablotron-0.43 A=${P}.tar.gz @@ -16,15 +16,15 @@ src_compile() { cd ${S} perl Makefile.PL $PERLINSTALL - make - make test + try make + try make test } src_install () { cd ${S} - make install + try make install prepman dodoc Changes README MANIFEST } diff --git a/dev-perl/XML-Writer/XML-Writer-0.4.ebuild b/dev-perl/XML-Writer/XML-Writer-0.4.ebuild index 365ac2ce5824..74c2cfe4a557 100644 --- a/dev-perl/XML-Writer/XML-Writer-0.4.ebuild +++ b/dev-perl/XML-Writer/XML-Writer-0.4.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/dev-perl/XML-Writer/XML-Writer-0.4.ebuild,v 1.1 2000/09/05 18:01:11 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Writer/XML-Writer-0.4.ebuild,v 1.2 2000/09/15 20:08:51 drobbins Exp $ P=XML-Writer-0.4 A=${P}.tar.gz @@ -15,15 +15,15 @@ src_compile() { cd ${S} perl Makefile.PL $PERLINSTALL - make -# make test + try make +# try make test } src_install () { cd ${S} - make install + try make install dodoc README MANIFEST Changes } diff --git a/dev-perl/XML-XSLT/XML-XSLT-0.24.ebuild b/dev-perl/XML-XSLT/XML-XSLT-0.24.ebuild index 6962b3c5e4a2..6d68edef34ba 100644 --- a/dev-perl/XML-XSLT/XML-XSLT-0.24.ebuild +++ b/dev-perl/XML-XSLT/XML-XSLT-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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-XSLT/XML-XSLT-0.24.ebuild,v 1.1 2000/08/28 02:36:32 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-XSLT/XML-XSLT-0.24.ebuild,v 1.2 2000/09/15 20:08:51 drobbins Exp $ P=XML-XSLT-0.24 A=${P}.tar.gz @@ -16,14 +16,14 @@ src_compile() { cd ${S} perl Makefile.PL $PERLINSTALL - make - make test + try make + try make test } src_install () { cd ${S} - make install + try make install prepman dodoc MANIFEST README diff --git a/dev-perl/gtk-perl/gtk-perl-0.7000-r1.ebuild b/dev-perl/gtk-perl/gtk-perl-0.7000-r1.ebuild index 54cb5a8e8a2b..2165a1865ab0 100644 --- a/dev-perl/gtk-perl/gtk-perl-0.7000-r1.ebuild +++ b/dev-perl/gtk-perl/gtk-perl-0.7000-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/dev-perl/gtk-perl/gtk-perl-0.7000-r1.ebuild,v 1.2 2000/08/16 04:37:58 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk-perl/gtk-perl-0.7000-r1.ebuild,v 1.3 2000/09/15 20:08:51 drobbins Exp $ P=gtk-perl-0.7000 A=Gtk-Perl-0.7000.tar.gz @@ -17,12 +17,12 @@ src_unpack() { src_compile() { cd ${S} perl Makefile.PL $PERLINSTALL - make + try make } src_install() { cd ${S} - make prefix=${D}/usr install + try make prefix=${D}/usr install prepman dodoc ChangeLog MANIFEST NOTES README VERSIONS WARNING } diff --git a/dev-perl/libnet/libnet-1.0703-r1.ebuild b/dev-perl/libnet/libnet-1.0703-r1.ebuild index e23055c45060..79122b366757 100644 --- a/dev-perl/libnet/libnet-1.0703-r1.ebuild +++ b/dev-perl/libnet/libnet-1.0703-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/dev-perl/libnet/libnet-1.0703-r1.ebuild,v 1.1 2000/08/28 02:36:32 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/libnet/libnet-1.0703-r1.ebuild,v 1.2 2000/09/15 20:08:51 drobbins Exp $ P=libnet-1.0703 A=${P}.tar.gz @@ -17,14 +17,14 @@ src_compile() { cd ${S} cp ${O}/files/libnet.cfg . perl Makefile.PL $PERLINSTALL - make - make test + try make + try make test } src_install () { cd ${S} - make install + try make install prepman dodoc ChangeLog README* MANIFEST diff --git a/dev-perl/libwww-perl/libwww-perl-5.48.ebuild b/dev-perl/libwww-perl/libwww-perl-5.48.ebuild index 9aa5711fdef4..f3cca38d1f10 100644 --- a/dev-perl/libwww-perl/libwww-perl-5.48.ebuild +++ b/dev-perl/libwww-perl/libwww-perl-5.48.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/dev-perl/libwww-perl/libwww-perl-5.48.ebuild,v 1.1 2000/08/28 02:36:32 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-5.48.ebuild,v 1.2 2000/09/15 20:08:51 drobbins Exp $ P=libwww-perl-5.48 A=${P}.tar.gz @@ -16,14 +16,14 @@ src_compile() { cd ${S} perl Makefile.PL $PERLINSTALL - make - make test + try make + try make test } src_install () { cd ${S} - make install + try make install prepman dodoc ChangeLog MANIFEST README* TODO diff --git a/dev-perl/libxml-perl/libxml-perl-0.07.ebuild b/dev-perl/libxml-perl/libxml-perl-0.07.ebuild index 43dbac9bace6..e67881267c88 100644 --- a/dev-perl/libxml-perl/libxml-perl-0.07.ebuild +++ b/dev-perl/libxml-perl/libxml-perl-0.07.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/dev-perl/libxml-perl/libxml-perl-0.07.ebuild,v 1.1 2000/08/28 02:36:32 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/libxml-perl/libxml-perl-0.07.ebuild,v 1.2 2000/09/15 20:08:51 drobbins Exp $ P=libxml-perl-0.07 A=${P}.tar.gz @@ -16,15 +16,15 @@ src_compile() { cd ${S} perl Makefile.PL $PERLINSTALL - make - make test + try make + try make test } src_install () { cd ${S} - make install + try make install prepman dodoc README ChangeLog Changes } diff --git a/dev-perl/mod_perl/mod_perl-1.24.ebuild b/dev-perl/mod_perl/mod_perl-1.24.ebuild index 98c11d523ff2..76726ef7c70d 100644 --- a/dev-perl/mod_perl/mod_perl-1.24.ebuild +++ b/dev-perl/mod_perl/mod_perl-1.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/mod_perl/mod_perl-1.24.ebuild,v 1.1 2000/08/28 02:36:32 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/mod_perl/mod_perl-1.24.ebuild,v 1.2 2000/09/15 20:08:51 drobbins Exp $ P=mod_perl-1.24 A=${P}.tar.gz @@ -16,7 +16,7 @@ src_compile() { cd ${S} perl Makefile.PL NO_HTTPD=1 $PERLINSTALL - make + try make cd src/modules/perl apxs -c -I /usr/lib/perl5/5.6.0/i686-linux/CORE mod_perl.c } @@ -24,7 +24,7 @@ src_compile() { src_install () { cd ${S} - make install + try make install prepman cd src/modules/perl insinto /usr/lib/apache diff --git a/dev-perl/perl-tk/perl-tk800-022.ebuild b/dev-perl/perl-tk/perl-tk800-022.ebuild index b2dd1f4ae989..d18195c0314c 100644 --- a/dev-perl/perl-tk/perl-tk800-022.ebuild +++ b/dev-perl/perl-tk/perl-tk800-022.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/dev-perl/perl-tk/perl-tk800-022.ebuild,v 1.1 2000/08/29 19:47:24 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/perl-tk/perl-tk800-022.ebuild,v 1.2 2000/09/15 20:08:52 drobbins Exp $ P=Tk800.022 A=${P}.tar.gz @@ -15,15 +15,15 @@ src_compile() { cd ${S} perl Makefile.PL $PERLINSTALL - make -# make test + try make +# try make test } src_install () { cd ${S} - make install + try make install prepman dodoc Change.log Changes COPYING README* MANIFEST* dodoc ToDo VERSIONS diff --git a/dev-python/gnome-python/gnome-python-1.0.53-r1.ebuild b/dev-python/gnome-python/gnome-python-1.0.53-r1.ebuild index 3ef676dfa890..adebf12cf397 100644 --- a/dev-python/gnome-python/gnome-python-1.0.53-r1.ebuild +++ b/dev-python/gnome-python/gnome-python-1.0.53-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/dev-python/gnome-python/gnome-python-1.0.53-r1.ebuild,v 1.2 2000/08/16 04:37:58 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/gnome-python-1.0.53-r1.ebuild,v 1.3 2000/09/15 20:08:52 drobbins Exp $ P=gnome-python-1.0.53 A=${P}.tar.gz @@ -12,13 +12,13 @@ HOMEPAGE="http://www.gnome.org" src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr - make + try ./configure --host=${CHOST} --prefix=/usr + try make } src_install() { cd ${S} - make prefix=${D}/usr install + try make prefix=${D}/usr install dodoc AUTHORS COPYING* ChangeLog INSTALL* NEWS dodoc README* } 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 <drobbins@gentoo.org> -# $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 <achim@gentoo.org> -# $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 <achim@gentoo.org> -# $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 <achim@gentoo.org> -# $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 <achim@gentoo.org> -# $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() { diff --git a/gnome-apps/bug-buddy/bug-buddy-1.0.ebuild b/gnome-apps/bug-buddy/bug-buddy-1.0.ebuild index 6dd1f5c9d143..44b029409df1 100644 --- a/gnome-apps/bug-buddy/bug-buddy-1.0.ebuild +++ b/gnome-apps/bug-buddy/bug-buddy-1.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-apps/bug-buddy/bug-buddy-1.0.ebuild,v 1.2 2000/08/16 04:38:00 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-apps/bug-buddy/bug-buddy-1.0.ebuild,v 1.3 2000/09/15 20:08:52 drobbins Exp $ P=bug-buddy-1.0 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* NEWS dodoc README* TODO } diff --git a/gnome-apps/gconf/gconf-0.8.ebuild b/gnome-apps/gconf/gconf-0.8.ebuild index bb7c2e2a9bb8..e8df54239946 100644 --- a/gnome-apps/gconf/gconf-0.8.ebuild +++ b/gnome-apps/gconf/gconf-0.8.ebuild @@ -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/gnome-apps/gdm/gdm-2.0_beta4.ebuild b/gnome-apps/gdm/gdm-2.0_beta4.ebuild index 96b5303ab0f2..908fdad57b6a 100644 --- a/gnome-apps/gdm/gdm-2.0_beta4.ebuild +++ b/gnome-apps/gdm/gdm-2.0_beta4.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/gnome-apps/gdm/gdm-2.0_beta4.ebuild,v 1.1 2000/08/16 15:08:41 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-apps/gdm/gdm-2.0_beta4.ebuild,v 1.2 2000/09/15 20:08:53 drobbins Exp $ P=gdm-2.0beta4 A=${P}.tar.gz @@ -12,14 +12,14 @@ HOMEPAGE="http://www.gnome.org/" src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/opt/gnome \ + try ./configure --host=${CHOST} --prefix=/opt/gnome \ --with-catgets - 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* RELEASENOTES TODO } diff --git a/gnome-apps/gedit/gedit-0.9.0.ebuild b/gnome-apps/gedit/gedit-0.9.0.ebuild index 7f502e922e94..69c9ef793345 100644 --- a/gnome-apps/gedit/gedit-0.9.0.ebuild +++ b/gnome-apps/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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-apps/gedit/gedit-0.9.0.ebuild,v 1.2 2000/08/16 04:38:00 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-apps/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/gnome-apps/ggv/ggv-0.95.ebuild b/gnome-apps/ggv/ggv-0.95.ebuild index a60e162762dc..e92f85f01055 100644 --- a/gnome-apps/ggv/ggv-0.95.ebuild +++ b/gnome-apps/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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-apps/ggv/ggv-0.95.ebuild,v 1.2 2000/08/16 04:38:00 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-apps/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/gnome-apps/glade/glade-0.5.9.ebuild b/gnome-apps/glade/glade-0.5.9.ebuild index 54c626ff41bb..5aadcaff023e 100644 --- a/gnome-apps/glade/glade-0.5.9.ebuild +++ b/gnome-apps/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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-apps/glade/glade-0.5.9.ebuild,v 1.2 2000/08/16 04:38:00 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-apps/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/gnome-apps/gnofin/gnofin-0.8.0.ebuild b/gnome-apps/gnofin/gnofin-0.8.0.ebuild index 5e635026ed7d..d7b1af53c020 100644 --- a/gnome-apps/gnofin/gnofin-0.8.0.ebuild +++ b/gnome-apps/gnofin/gnofin-0.8.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-apps/gnofin/gnofin-0.8.0.ebuild,v 1.3 2000/08/25 15:10:23 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-apps/gnofin/gnofin-0.8.0.ebuild,v 1.4 2000/09/15 20:08:53 drobbins Exp $ P=gnofin-0.8.0 A=${P}.tar.gz @@ -14,14 +14,14 @@ HOMEPAGE="http://gnofin.sourceforge.net" src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/opt/gnome \ + try ./configure --host=${CHOST} --prefix=/opt/gnome \ --with-catgets - make + try make } src_install() { cd ${S} - make prefix=${D}/opt/gnome install + try make prefix=${D}/opt/gnome install prepman /opt/gnome dodoc AUTHORS COPYING* ChangeLog NEWS dodoc README* diff --git a/gnome-apps/gnome-audio/gnome-audio-1.0.0.ebuild b/gnome-apps/gnome-audio/gnome-audio-1.0.0.ebuild index 457c00784de5..1b679bcc3c17 100644 --- a/gnome-apps/gnome-audio/gnome-audio-1.0.0.ebuild +++ b/gnome-apps/gnome-audio/gnome-audio-1.0.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-apps/gnome-audio/gnome-audio-1.0.0.ebuild,v 1.3 2000/08/25 15:10:23 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-apps/gnome-audio/gnome-audio-1.0.0.ebuild,v 1.4 2000/09/15 20:08:53 drobbins Exp $ P=gnome-audio-1.0.0 A=${P}.tar.gz @@ -16,7 +16,7 @@ src_compile() { src_install() { cd ${S} - make prefix=${D}/opt/gnome install + try make prefix=${D}/opt/gnome install dodoc README } diff --git a/gnome-apps/gnome-media/gnome-media-1.2.0.ebuild b/gnome-apps/gnome-media/gnome-media-1.2.0.ebuild index 39c461d2675f..8701e7d52e3c 100644 --- a/gnome-apps/gnome-media/gnome-media-1.2.0.ebuild +++ b/gnome-apps/gnome-media/gnome-media-1.2.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-apps/gnome-media/gnome-media-1.2.0.ebuild,v 1.2 2000/08/16 04:38:00 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-apps/gnome-media/gnome-media-1.2.0.ebuild,v 1.3 2000/09/15 20:08:53 drobbins Exp $ P=gnome-media-1.2.0 A=${P}.tar.gz @@ -12,14 +12,14 @@ HOMEPAGE="http://www.gnome.org/" src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/opt/gnome \ + try ./configure --host=${CHOST} --prefix=/opt/gnome \ --with-catgets --with-ncurses - 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 dodoc README* } diff --git a/gnome-apps/gnome-utils/gnome-utils-1.2.0.ebuild b/gnome-apps/gnome-utils/gnome-utils-1.2.0.ebuild index 93bcfd24002c..89ae914940e3 100644 --- a/gnome-apps/gnome-utils/gnome-utils-1.2.0.ebuild +++ b/gnome-apps/gnome-utils/gnome-utils-1.2.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-apps/gnome-utils/gnome-utils-1.2.0.ebuild,v 1.2 2000/08/16 04:38:00 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-apps/gnome-utils/gnome-utils-1.2.0.ebuild,v 1.3 2000/09/15 20:08:53 drobbins Exp $ P=gnome-utils-1.2.0 A=${P}.tar.gz @@ -12,14 +12,14 @@ HOMEPAGE="http://www.gnome.org/" src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/opt/gnome \ + try ./configure --host=${CHOST} --prefix=/opt/gnome \ --with-catgets --with-ncurses - 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 dodoc README* } diff --git a/gnome-apps/gtop/gtop-1.0.9.ebuild b/gnome-apps/gtop/gtop-1.0.9.ebuild index e81ce1db21e4..416cf2e64f46 100644 --- a/gnome-apps/gtop/gtop-1.0.9.ebuild +++ b/gnome-apps/gtop/gtop-1.0.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-apps/gtop/gtop-1.0.9.ebuild,v 1.2 2000/08/16 04:38:01 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-apps/gtop/gtop-1.0.9.ebuild,v 1.3 2000/09/15 20:08:54 drobbins Exp $ P=gtop-1.0.9 A=${P}.tar.gz @@ -12,14 +12,14 @@ HOMEPGAE="http://www.gnome.org/" src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/opt/gnome \ + try ./configure --host=${CHOST} --prefix=/opt/gnome \ --with-catgets - 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/gnome-apps/gupsc/gupsc-0.3.0.ebuild b/gnome-apps/gupsc/gupsc-0.3.0.ebuild index 4b180b57e9e2..562d54921859 100644 --- a/gnome-apps/gupsc/gupsc-0.3.0.ebuild +++ b/gnome-apps/gupsc/gupsc-0.3.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-apps/gupsc/gupsc-0.3.0.ebuild,v 1.2 2000/08/16 04:38:01 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-apps/gupsc/gupsc-0.3.0.ebuild,v 1.3 2000/09/15 20:08:54 drobbins Exp $ P=gupsc-0.3.0 A=${P}.tar.bz2 @@ -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 DESTDIR=${D} install + try make DESTDIR=${D} install dodoc AUTHORS COPYING ChangeLog NEWS README TODO } diff --git a/gnome-apps/mc/mc-4.5.51.ebuild b/gnome-apps/mc/mc-4.5.51.ebuild index 0f974837e904..20080caf121d 100644 --- a/gnome-apps/mc/mc-4.5.51.ebuild +++ b/gnome-apps/mc/mc-4.5.51.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/gnome-apps/mc/mc-4.5.51.ebuild,v 1.2 2000/08/16 04:38:03 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-apps/mc/mc-4.5.51.ebuild,v 1.3 2000/09/15 20:08:56 drobbins Exp $ P=mc-4.5.51 A=${P}.tar.gz @@ -19,14 +19,14 @@ src_unpack() { src_compile() { cd ${S} - LDFLAGS="-lcrypt -lncurses" ./configure --host=${CHOST} --prefix=/opt/gnome \ + LDFLAGS="-lcrypt -lncurses" try ./configure --host=${CHOST} --prefix=/opt/gnome \ --with-samba --with-ldap --with-pam - make + try make } src_install() { cd ${S} - make prefix=${D}/opt/gnome install + try make prefix=${D}/opt/gnome install prepman /opt/gnome dodoc ABOUT-NLS COPYING* FAQ INSTALL* NEWS diff --git a/gnome-apps/nmap/nmap-2.53.ebuild b/gnome-apps/nmap/nmap-2.53.ebuild index 2ae83efd73cf..727a3ab43222 100644 --- a/gnome-apps/nmap/nmap-2.53.ebuild +++ b/gnome-apps/nmap/nmap-2.53.ebuild @@ -12,13 +12,13 @@ HOMEPAGE="http://www.insecure.org/nmap/" src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/opt/gnome - make + try ./configure --host=${CHOST} --prefix=/opt/gnome + try make } src_install() { cd ${S} - make prefix=${D}/opt/gnome install + try make prefix=${D}/opt/gnome install prepman /opt/gnome dodoc CHANGELOG COPYING README diff --git a/gnome-apps/powershell/powershell-0.80.ebuild b/gnome-apps/powershell/powershell-0.80.ebuild index 330e7026114a..28303e766944 100644 --- a/gnome-apps/powershell/powershell-0.80.ebuild +++ b/gnome-apps/powershell/powershell-0.80.ebuild @@ -16,13 +16,13 @@ src_unpack() { src_compile() { cd ${S} - LDFLAGS="-L/opt/gnome/lib" ./configure --host=${CHOST} --prefix=/opt/gnome - make + LDFLAGS="-L/opt/gnome/lib" try ./configure --host=${CHOST} --prefix=/opt/gnome + try make } src_install() { cd ${S} - make prefix=${D}/opt/gnome install + try make prefix=${D}/opt/gnome install } diff --git a/gnome-apps/users-guide/users-guide-1.2.ebuild b/gnome-apps/users-guide/users-guide-1.2.ebuild index 93957f3c4225..485d468ad60c 100644 --- a/gnome-apps/users-guide/users-guide-1.2.ebuild +++ b/gnome-apps/users-guide/users-guide-1.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-apps/users-guide/users-guide-1.2.ebuild,v 1.2 2000/08/16 04:38:01 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-apps/users-guide/users-guide-1.2.ebuild,v 1.3 2000/09/15 20:08:54 drobbins Exp $ P=users-guide-1.2 A=${P}.tar.gz @@ -12,13 +12,13 @@ HOMEPAGE="http://www.gnome.org/" src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/opt/gnome - make + try ./configure --host=${CHOST} --prefix=/opt/gnome + try make } src_install() { cd ${S} - make prefix=${D}/opt/gnome install + try make prefix=${D}/opt/gnome install dodoc AUTHORS COPYING* ChangeLog NEWS dodoc README* TODO } diff --git a/gnome-base/ORBit/ORBit-0.5.3.ebuild b/gnome-base/ORBit/ORBit-0.5.3.ebuild index 724f94c97799..c8ad548f07c9 100644 --- a/gnome-base/ORBit/ORBit-0.5.3.ebuild +++ b/gnome-base/ORBit/ORBit-0.5.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit/ORBit-0.5.3.ebuild,v 1.2 2000/08/16 04:38:01 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit/ORBit-0.5.3.ebuild,v 1.3 2000/09/15 20:08:54 drobbins Exp $ P=ORBit-0.5.3 A=${P}.tar.gz @@ -12,13 +12,13 @@ HOMEPAGE="http://www.labs.redhat.com/orbit/" src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/opt/gnome - make + try ./configure --host=${CHOST} --prefix=/opt/gnome + try make } src_install() { cd ${S} - make prefix=${D}/opt/gnome install + try make prefix=${D}/opt/gnome install prepinfo /opt/gnome dodoc AUTHORS COPYING* ChangeLog README NEWS TODO diff --git a/gnome-base/bonobo/bonobo-0.15.ebuild b/gnome-base/bonobo/bonobo-0.15.ebuild index e350e29c0af4..1ee353dede5e 100644 --- a/gnome-base/bonobo/bonobo-0.15.ebuild +++ b/gnome-base/bonobo/bonobo-0.15.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/gnome-base/bonobo/bonobo-0.15.ebuild,v 1.2 2000/08/16 04:38:01 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo/bonobo-0.15.ebuild,v 1.3 2000/09/15 20:08:54 drobbins Exp $ P=bonobo-0.15 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* ChangeLog README dodoc NEWS TODO } diff --git a/gnome-base/bonobo/bonobo-0.18.ebuild b/gnome-base/bonobo/bonobo-0.18.ebuild index bfd35348d5d4..983255917a0e 100644 --- a/gnome-base/bonobo/bonobo-0.18.ebuild +++ b/gnome-base/bonobo/bonobo-0.18.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/gnome-base/bonobo/bonobo-0.18.ebuild,v 1.2 2000/08/16 04:38:02 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/bonobo/bonobo-0.18.ebuild,v 1.3 2000/09/15 20:08:55 drobbins Exp $ P=bonobo-0.18 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* ChangeLog README dodoc NEWS TODO } diff --git a/gnome-base/control-center/control-center-1.2.1.ebuild b/gnome-base/control-center/control-center-1.2.1.ebuild index 2f002d120045..e87f0a81140d 100644 --- a/gnome-base/control-center/control-center-1.2.1.ebuild +++ b/gnome-base/control-center/control-center-1.2.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/control-center/control-center-1.2.1.ebuild,v 1.2 2000/08/16 04:38:02 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/control-center/control-center-1.2.1.ebuild,v 1.3 2000/09/15 20:08:55 drobbins Exp $ P=control-center-1.2.1 A=${P}.tar.gz @@ -13,13 +13,13 @@ HOMEPAGE="http://www.gnome.org/" src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/opt/gnome - make + try ./configure --host=${CHOST} --prefix=/opt/gnome + try make } src_install() { cd ${S} - make prefix=${D}/opt/gnome install + try make prefix=${D}/opt/gnome install dodoc AUTHORS COPYING* ChangeLog README NEWS } diff --git a/gnome-base/gdk-pixbuf/gdk-pixbuf-0.9.0.ebuild b/gnome-base/gdk-pixbuf/gdk-pixbuf-0.9.0.ebuild index 594d2a7777b2..4702bec281b1 100644 --- a/gnome-base/gdk-pixbuf/gdk-pixbuf-0.9.0.ebuild +++ b/gnome-base/gdk-pixbuf/gdk-pixbuf-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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdk-pixbuf/gdk-pixbuf-0.9.0.ebuild,v 1.1 2000/09/10 16:52:01 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdk-pixbuf/gdk-pixbuf-0.9.0.ebuild,v 1.2 2000/09/15 20:08:55 drobbins Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -11,13 +11,13 @@ SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/gdk-pixbuf/"${A} src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/opt/gnome - make + try ./configure --host=${CHOST} --prefix=/opt/gnome + try make } src_install() { cd ${S} - make prefix=${D}/opt/gnome install + try make prefix=${D}/opt/gnome install dodoc AUTHORS COPYING* ChangeLog INSTALL README NEWS TODO } diff --git a/gnome-base/gdm/gdm-2.0_beta4.ebuild b/gnome-base/gdm/gdm-2.0_beta4.ebuild index 8a5b40e2b232..2b28ad29b7ae 100644 --- a/gnome-base/gdm/gdm-2.0_beta4.ebuild +++ b/gnome-base/gdm/gdm-2.0_beta4.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/gnome-base/gdm/gdm-2.0_beta4.ebuild,v 1.1 2000/08/16 15:08:41 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/gdm-2.0_beta4.ebuild,v 1.2 2000/09/15 20:08:53 drobbins Exp $ P=gdm-2.0beta4 A=${P}.tar.gz @@ -12,14 +12,14 @@ HOMEPAGE="http://www.gnome.org/" src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/opt/gnome \ + try ./configure --host=${CHOST} --prefix=/opt/gnome \ --with-catgets - 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* RELEASENOTES TODO } diff --git a/gnome-base/gnome-applets/gnome-applets-1.2.1.ebuild b/gnome-base/gnome-applets/gnome-applets-1.2.1.ebuild index 51008314c902..dddcd595fb3e 100644 --- a/gnome-base/gnome-applets/gnome-applets-1.2.1.ebuild +++ b/gnome-base/gnome-applets/gnome-applets-1.2.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/gnome-applets-1.2.1.ebuild,v 1.2 2000/08/16 04:38:02 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-applets/gnome-applets-1.2.1.ebuild,v 1.3 2000/09/15 20:08:55 drobbins Exp $ P=gnome-applets-1.2.1 A=${P}.tar.gz @@ -12,13 +12,13 @@ HOMEPAGE="http://www.gnome.org/" src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/opt/gnome - make + try ./configure --host=${CHOST} --prefix=/opt/gnome + 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 } diff --git a/gnome-base/gnome-print/gnome-print-0.20.ebuild b/gnome-base/gnome-print/gnome-print-0.20.ebuild index 391635514013..0a2bf4b27271 100644 --- a/gnome-base/gnome-print/gnome-print-0.20.ebuild +++ b/gnome-base/gnome-print/gnome-print-0.20.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/gnome-base/gnome-print/gnome-print-0.20.ebuild,v 1.2 2000/08/16 04:38:02 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-print/gnome-print-0.20.ebuild,v 1.3 2000/09/15 20:08:55 drobbins Exp $ P=gnome-print-0.20 A=${P}.tar.gz @@ -12,14 +12,14 @@ HOMEPAGE="http://www.gnome.org/" src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/opt/gnome \ + try ./configure --host=${CHOST} --prefix=/opt/gnome \ --with-catgets - 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/gnome-base/libghttp/libghttp-1.0.6.ebuild b/gnome-base/libghttp/libghttp-1.0.6.ebuild index f796f420ceee..d7b2ebeaaab5 100644 --- a/gnome-base/libghttp/libghttp-1.0.6.ebuild +++ b/gnome-base/libghttp/libghttp-1.0.6.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/gnome-base/libghttp/libghttp-1.0.6.ebuild,v 1.2 2000/08/16 04:38:03 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libghttp/libghttp-1.0.6.ebuild,v 1.3 2000/09/15 20:08:55 drobbins Exp $ P=libghttp-1.0.6 A=${P}.tar.gz @@ -12,13 +12,13 @@ HOMEPAGE="http://www.gnome.org/" src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/opt/gnome - make + try ./configure --host=${CHOST} --prefix=/opt/gnome + try make } src_install() { cd ${S} - make prefix=${D}/opt/gnome install + try make prefix=${D}/opt/gnome install dodoc AUTHORS COPYING* ChangeLog README NEWS TODO docinto html dodoc doc/ghttp.html diff --git a/gnome-base/libglade/libglade-0.14.ebuild b/gnome-base/libglade/libglade-0.14.ebuild index 562fa35400fa..29a1c36ab177 100644 --- a/gnome-base/libglade/libglade-0.14.ebuild +++ b/gnome-base/libglade/libglade-0.14.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/gnome-base/libglade/libglade-0.14.ebuild,v 1.2 2000/08/16 04:38:03 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-0.14.ebuild,v 1.3 2000/09/15 20:08:56 drobbins Exp $ P=libglade-0.14 A=${P}.tar.gz @@ -20,13 +20,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 dodoc AUTHORS COPYING* ChangeLog NEWS dodoc doc/*.txt } diff --git a/gnome-base/libgtop/libgtop-1.0.9.ebuild b/gnome-base/libgtop/libgtop-1.0.9.ebuild index f886b3870b3e..12853bf0737d 100644 --- a/gnome-base/libgtop/libgtop-1.0.9.ebuild +++ b/gnome-base/libgtop/libgtop-1.0.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgtop/libgtop-1.0.9.ebuild,v 1.2 2000/08/16 04:38:03 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgtop/libgtop-1.0.9.ebuild,v 1.3 2000/09/15 20:08:56 drobbins Exp $ P=libgtop-1.0.9 A=${P}.tar.gz @@ -12,13 +12,13 @@ HOMEPAGE="http://www.gnome.org/" src_compile() { cd ${S} - LDFLAGS="-lncurses" ./configure --host=${CHOST} --prefix=/opt/gnome - make + LDFLAGS="-lncurses" try ./configure --host=${CHOST} --prefix=/opt/gnome + try make } src_install() { cd ${S} - make prefix=${D}/opt/gnome install + try make prefix=${D}/opt/gnome install dodoc ABOUT-NLS AUTHORS COPYING* ChangeLog INSTALL LIBGTOP* README NEWS dodoc RELNOTES* doinfo doc/libgtop.info diff --git a/gnome-base/libxml/libxml-1.8.9.ebuild b/gnome-base/libxml/libxml-1.8.9.ebuild index 43a365975ac7..c08473d19b2a 100644 --- a/gnome-base/libxml/libxml-1.8.9.ebuild +++ b/gnome-base/libxml/libxml-1.8.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libxml/libxml-1.8.9.ebuild,v 1.2 2000/08/16 04:38:03 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libxml/libxml-1.8.9.ebuild,v 1.3 2000/09/15 20:08:56 drobbins Exp $ P=libxml-1.8.9 A=${P}.tar.gz @@ -12,13 +12,13 @@ HOMEPAGE="http://www.gnome.org/" src_compile() { cd ${S} - LDFLAGS="-lncurses" ./configure --host=${CHOST} --prefix=/opt/gnome - make + LDFLAGS="-lncurses" try ./configure --host=${CHOST} --prefix=/opt/gnome + try make } src_install() { cd ${S} - make install prefix=${D}/opt/gnome + try make install prefix=${D}/opt/gnome dodoc AUTHORS COPYING* ChangeLog NEWS README } diff --git a/gnome-base/mc/mc-4.5.51.ebuild b/gnome-base/mc/mc-4.5.51.ebuild index 16b542f054ec..60180773f860 100644 --- a/gnome-base/mc/mc-4.5.51.ebuild +++ b/gnome-base/mc/mc-4.5.51.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/gnome-base/mc/mc-4.5.51.ebuild,v 1.2 2000/08/16 04:38:03 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/mc/mc-4.5.51.ebuild,v 1.3 2000/09/15 20:08:56 drobbins Exp $ P=mc-4.5.51 A=${P}.tar.gz @@ -19,14 +19,14 @@ src_unpack() { src_compile() { cd ${S} - LDFLAGS="-lcrypt -lncurses" ./configure --host=${CHOST} --prefix=/opt/gnome \ + LDFLAGS="-lcrypt -lncurses" try ./configure --host=${CHOST} --prefix=/opt/gnome \ --with-samba --with-ldap --with-pam - make + try make } src_install() { cd ${S} - make prefix=${D}/opt/gnome install + try make prefix=${D}/opt/gnome install prepman /opt/gnome dodoc ABOUT-NLS COPYING* FAQ INSTALL* NEWS diff --git a/gnome-base/oaf/oaf-0.3.0.ebuild b/gnome-base/oaf/oaf-0.3.0.ebuild index ab3a0ee9c7ec..fd3f2936c6dd 100644 --- a/gnome-base/oaf/oaf-0.3.0.ebuild +++ b/gnome-base/oaf/oaf-0.3.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/oaf/oaf-0.3.0.ebuild,v 1.3 2000/09/10 18:40:24 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/oaf/oaf-0.3.0.ebuild,v 1.4 2000/09/15 20:08:56 drobbins Exp $ P=oaf-0.3.0 A=${P}.tar.gz @@ -11,13 +11,13 @@ SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/oaf/"${A} src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/opt/gnome --with-orbit-prefix=/opt/gnome - make + try ./configure --host=${CHOST} --prefix=/opt/gnome --with-orbit-prefix=/opt/gnome + try make } src_install() { cd ${S} - make prefix=${D}/opt/gnome install + try make prefix=${D}/opt/gnome install dodoc AUTHORS COPYING* ChangeLog README dodoc NEWS } diff --git a/gnome-base/oaf/oaf-0.5.0.ebuild b/gnome-base/oaf/oaf-0.5.0.ebuild index 261840481096..02ad08aadd3a 100644 --- a/gnome-base/oaf/oaf-0.5.0.ebuild +++ b/gnome-base/oaf/oaf-0.5.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/oaf/oaf-0.5.0.ebuild,v 1.2 2000/08/16 04:38:03 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/oaf/oaf-0.5.0.ebuild,v 1.3 2000/09/15 20:08:56 drobbins Exp $ P=oaf-0.5.0 A=${P}.tar.gz @@ -11,13 +11,13 @@ SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/oaf/"${A} src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/opt/gnome - make + try ./configure --host=${CHOST} --prefix=/opt/gnome + try make } src_install() { cd ${S} - make prefix=${D}/opt/gnome install + try make prefix=${D}/opt/gnome install dodoc AUTHORS COPYING* ChangeLog README dodoc NEWS } diff --git a/gnome-extra/bug-buddy/bug-buddy-1.0.ebuild b/gnome-extra/bug-buddy/bug-buddy-1.0.ebuild index 9b499c688459..e3b1677ac3f9 100644 --- a/gnome-extra/bug-buddy/bug-buddy-1.0.ebuild +++ b/gnome-extra/bug-buddy/bug-buddy-1.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/bug-buddy/bug-buddy-1.0.ebuild,v 1.2 2000/08/16 04:38:00 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/bug-buddy/bug-buddy-1.0.ebuild,v 1.3 2000/09/15 20:08:52 drobbins Exp $ P=bug-buddy-1.0 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* NEWS dodoc README* TODO } diff --git a/gnome-extra/gnome-audio/gnome-audio-1.0.0.ebuild b/gnome-extra/gnome-audio/gnome-audio-1.0.0.ebuild index b8c2a0c5a2c7..9e11e2da0a55 100644 --- a/gnome-extra/gnome-audio/gnome-audio-1.0.0.ebuild +++ b/gnome-extra/gnome-audio/gnome-audio-1.0.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-audio/gnome-audio-1.0.0.ebuild,v 1.3 2000/08/25 15:10:23 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-audio/gnome-audio-1.0.0.ebuild,v 1.4 2000/09/15 20:08:53 drobbins Exp $ P=gnome-audio-1.0.0 A=${P}.tar.gz @@ -16,7 +16,7 @@ src_compile() { src_install() { cd ${S} - make prefix=${D}/opt/gnome install + try make prefix=${D}/opt/gnome install dodoc README } diff --git a/gnome-extra/gnome-db/gnome-db-0.0.95.ebuild b/gnome-extra/gnome-db/gnome-db-0.0.95.ebuild index 5295e975f6bc..7e7ba5ad4869 100644 --- a/gnome-extra/gnome-db/gnome-db-0.0.95.ebuild +++ b/gnome-extra/gnome-db/gnome-db-0.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-db/gnome-db-0.0.95.ebuild,v 1.2 2000/08/16 04:38:04 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-db/gnome-db-0.0.95.ebuild,v 1.3 2000/09/15 20:08:57 drobbins Exp $ P=gnome-db-0.0.95 A=${P}.tar.gz @@ -14,14 +14,14 @@ HOMEPAGE="http://www.gnome.org/gnome_db/" src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/opt/gnome \ + try ./configure --host=${CHOST} --prefix=/opt/gnome \ --with-mysql=/usr --with-ldap=/usr --with-catgets - make + try make } src_install() { cd ${S} - make prefix=${D}/opt/gnome install + try make prefix=${D}/opt/gnome install } diff --git a/gnome-extra/gnome-media/gnome-media-1.2.0.ebuild b/gnome-extra/gnome-media/gnome-media-1.2.0.ebuild index 2b0a6f9727f0..70fa51fd7633 100644 --- a/gnome-extra/gnome-media/gnome-media-1.2.0.ebuild +++ b/gnome-extra/gnome-media/gnome-media-1.2.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-media/gnome-media-1.2.0.ebuild,v 1.2 2000/08/16 04:38:00 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-media/gnome-media-1.2.0.ebuild,v 1.3 2000/09/15 20:08:53 drobbins Exp $ P=gnome-media-1.2.0 A=${P}.tar.gz @@ -12,14 +12,14 @@ HOMEPAGE="http://www.gnome.org/" src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/opt/gnome \ + try ./configure --host=${CHOST} --prefix=/opt/gnome \ --with-catgets --with-ncurses - 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 dodoc README* } diff --git a/gnome-extra/gnome-pim/gnome-pim-1.2.0.ebuild b/gnome-extra/gnome-pim/gnome-pim-1.2.0.ebuild index 924c7f852aae..b13b2425cd73 100644 --- a/gnome-extra/gnome-pim/gnome-pim-1.2.0.ebuild +++ b/gnome-extra/gnome-pim/gnome-pim-1.2.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-pim/gnome-pim-1.2.0.ebuild,v 1.2 2000/08/16 04:38:04 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-pim/gnome-pim-1.2.0.ebuild,v 1.3 2000/09/15 20:08:57 drobbins Exp $ P=gnome-pim-1.2.0 A=${P}.tar.gz @@ -11,14 +11,14 @@ SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/gnome-pim/"${A} HOMEPGAE="http://www.gnome.org/gnome-office/gnome-pim.shtml" src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/opt/gnome \ + try ./configure --host=${CHOST} --prefix=/opt/gnome \ --with-catgets - 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 dodoc README* } diff --git a/gnome-extra/gnome-utils/gnome-utils-1.2.0.ebuild b/gnome-extra/gnome-utils/gnome-utils-1.2.0.ebuild index 9f720f8fe86e..f6e060b3d69d 100644 --- a/gnome-extra/gnome-utils/gnome-utils-1.2.0.ebuild +++ b/gnome-extra/gnome-utils/gnome-utils-1.2.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-utils/gnome-utils-1.2.0.ebuild,v 1.2 2000/08/16 04:38:00 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-utils/gnome-utils-1.2.0.ebuild,v 1.3 2000/09/15 20:08:53 drobbins Exp $ P=gnome-utils-1.2.0 A=${P}.tar.gz @@ -12,14 +12,14 @@ HOMEPAGE="http://www.gnome.org/" src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/opt/gnome \ + try ./configure --host=${CHOST} --prefix=/opt/gnome \ --with-catgets --with-ncurses - 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 dodoc README* } diff --git a/gnome-extra/gtop/gtop-1.0.9.ebuild b/gnome-extra/gtop/gtop-1.0.9.ebuild index 32c6c43f481c..172b4f45cfcc 100644 --- a/gnome-extra/gtop/gtop-1.0.9.ebuild +++ b/gnome-extra/gtop/gtop-1.0.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtop/gtop-1.0.9.ebuild,v 1.2 2000/08/16 04:38:01 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtop/gtop-1.0.9.ebuild,v 1.3 2000/09/15 20:08:54 drobbins Exp $ P=gtop-1.0.9 A=${P}.tar.gz @@ -12,14 +12,14 @@ HOMEPGAE="http://www.gnome.org/" src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/opt/gnome \ + try ./configure --host=${CHOST} --prefix=/opt/gnome \ --with-catgets - 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/gnome-extra/mc/mc-4.5.51.ebuild b/gnome-extra/mc/mc-4.5.51.ebuild index adeb064ad607..d11ca6185df0 100644 --- a/gnome-extra/mc/mc-4.5.51.ebuild +++ b/gnome-extra/mc/mc-4.5.51.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/gnome-extra/mc/mc-4.5.51.ebuild,v 1.2 2000/08/16 04:38:03 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/mc/mc-4.5.51.ebuild,v 1.3 2000/09/15 20:08:56 drobbins Exp $ P=mc-4.5.51 A=${P}.tar.gz @@ -19,14 +19,14 @@ src_unpack() { src_compile() { cd ${S} - LDFLAGS="-lcrypt -lncurses" ./configure --host=${CHOST} --prefix=/opt/gnome \ + LDFLAGS="-lcrypt -lncurses" try ./configure --host=${CHOST} --prefix=/opt/gnome \ --with-samba --with-ldap --with-pam - make + try make } src_install() { cd ${S} - make prefix=${D}/opt/gnome install + try make prefix=${D}/opt/gnome install prepman /opt/gnome dodoc ABOUT-NLS COPYING* FAQ INSTALL* NEWS diff --git a/gnome-extra/users-guide/users-guide-1.2.ebuild b/gnome-extra/users-guide/users-guide-1.2.ebuild index 3a1c9f0cd4a9..90e3b46b6200 100644 --- a/gnome-extra/users-guide/users-guide-1.2.ebuild +++ b/gnome-extra/users-guide/users-guide-1.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/users-guide/users-guide-1.2.ebuild,v 1.2 2000/08/16 04:38:01 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/users-guide/users-guide-1.2.ebuild,v 1.3 2000/09/15 20:08:54 drobbins Exp $ P=users-guide-1.2 A=${P}.tar.gz @@ -12,13 +12,13 @@ HOMEPAGE="http://www.gnome.org/" src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/opt/gnome - make + try ./configure --host=${CHOST} --prefix=/opt/gnome + try make } src_install() { cd ${S} - make prefix=${D}/opt/gnome install + try make prefix=${D}/opt/gnome install dodoc AUTHORS COPYING* ChangeLog NEWS dodoc README* TODO } diff --git a/gnome-libs/gtkhtml/gtkhtml-0.6.1.ebuild b/gnome-libs/gtkhtml/gtkhtml-0.6.1.ebuild index a72867ffc363..6800560828a5 100644 --- a/gnome-libs/gtkhtml/gtkhtml-0.6.1.ebuild +++ b/gnome-libs/gtkhtml/gtkhtml-0.6.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-libs/gtkhtml/gtkhtml-0.6.1.ebuild,v 1.2 2000/08/16 04:38:03 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-libs/gtkhtml/gtkhtml-0.6.1.ebuild,v 1.3 2000/09/15 20:08:57 drobbins Exp $ P=gtkhtml-0.6.1 A=${P}.tar.gz @@ -12,13 +12,13 @@ HOMEPAGE="http://www.gnome.org/" src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/opt/gnome --with-bonobo - make + try ./configure --host=${CHOST} --prefix=/opt/gnome --with-bonobo + try make } src_install() { cd ${S} - make prefix=${D}/opt/gnome install + try make prefix=${D}/opt/gnome install dodoc AUTHORS COPYING* ChangeLog README dodoc NEWS TODO } diff --git a/gnome-libs/libole2/libole2-0.1.6.ebuild b/gnome-libs/libole2/libole2-0.1.6.ebuild index a8c3de08cd9c..5ad07d823298 100644 --- a/gnome-libs/libole2/libole2-0.1.6.ebuild +++ b/gnome-libs/libole2/libole2-0.1.6.ebuild @@ -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 dodoc AUTHORS COPYING ChangeLog NEWS README* TODO } diff --git a/gnome-office/abiword/abiword-0.7.10.ebuild b/gnome-office/abiword/abiword-0.7.10.ebuild index f06ba444d3a7..d1c0893c7dd3 100644 --- a/gnome-office/abiword/abiword-0.7.10.ebuild +++ b/gnome-office/abiword/abiword-0.7.10.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/gnome-office/abiword/abiword-0.7.10.ebuild,v 1.2 2000/08/16 04:38:03 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-office/abiword/abiword-0.7.10.ebuild,v 1.3 2000/09/15 20:08:57 drobbins Exp $ P=abiword-0.7.10 A="abi-0.7.10.tar.gz abidistfiles-0.7.10.tar.gz expat-0.7.10.tar.gz @@ -24,12 +24,12 @@ src_unpack() { src_compile() { cd ${S} - make prefix=/opt/gnome/ UNIX_CAN_BUILD_STATIC=0 + try make prefix=/opt/gnome/ UNIX_CAN_BUILD_STATIC=0 } src_install() { cd ${S} - make prefix=${D}/opt/gnome UNIX_CAN_BUILD_STATIC=0 install + try make prefix=${D}/opt/gnome UNIX_CAN_BUILD_STATIC=0 install } diff --git a/gnome-office/dia/dia-0.86.ebuild b/gnome-office/dia/dia-0.86.ebuild index d3d7f36029bf..47b2efd8a2b2 100644 --- a/gnome-office/dia/dia-0.86.ebuild +++ b/gnome-office/dia/dia-0.86.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/gnome-office/dia/dia-0.86.ebuild,v 1.3 2000/08/17 15:37:33 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-office/dia/dia-0.86.ebuild,v 1.4 2000/09/15 20:08:57 drobbins Exp $ P=dia-0.86 A=${P}.tar.gz @@ -14,16 +14,16 @@ HOMEPAGE="http://www.gnome.org/gnome-office/dia.shtml" src_compile() { cd ${S} -./configure --host=${CHOST} --prefix=/opt/gnome \ +try ./configure --host=${CHOST} --prefix=/opt/gnome \ --with-catgets - make + try make } src_install () { cd ${S} - make prefix=${D}/opt/gnome install + try make prefix=${D}/opt/gnome install dodoc AUTHORS COPYING ChangeLog README NEWS TODO KNOWN_BUGS prepman /opt/gnome } diff --git a/gnome-office/eog/eog-0.3.ebuild b/gnome-office/eog/eog-0.3.ebuild index f9d2240a515d..0fa0c6be0ebd 100644 --- a/gnome-office/eog/eog-0.3.ebuild +++ b/gnome-office/eog/eog-0.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-office/eog/eog-0.3.ebuild,v 1.2 2000/08/16 04:38:04 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-office/eog/eog-0.3.ebuild,v 1.3 2000/09/15 20:08:57 drobbins Exp $ P=eog-0.3 A=${P}.tar.gz @@ -12,14 +12,14 @@ HOMEPAGE="http://www.gnome.org/gnome-office/eog.shtml" src_compile() { cd ${S} - ./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 DEPENDS ChangeLog HACKING NEWS README TODO MAINTAINERS } diff --git a/gnome-office/eog/eog-0.5.ebuild b/gnome-office/eog/eog-0.5.ebuild index 1ffe3a7c6043..495bf18dadf6 100644 --- a/gnome-office/eog/eog-0.5.ebuild +++ b/gnome-office/eog/eog-0.5.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/gnome-office/eog/eog-0.5.ebuild,v 1.1 2000/09/10 16:58:45 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-office/eog/eog-0.5.ebuild,v 1.2 2000/09/15 20:08:57 drobbins Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -11,14 +11,14 @@ HOMEPAGE="http://www.gnome.org/gnome-office/eog.shtml" src_compile() { cd ${S} - ./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 DEPENDS ChangeLog HACKING NEWS README TODO MAINTAINERS } diff --git a/gnome-office/gnome-db/gnome-db-0.0.95.ebuild b/gnome-office/gnome-db/gnome-db-0.0.95.ebuild index b09fe842f574..c77fad39b86e 100644 --- a/gnome-office/gnome-db/gnome-db-0.0.95.ebuild +++ b/gnome-office/gnome-db/gnome-db-0.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-office/gnome-db/gnome-db-0.0.95.ebuild,v 1.2 2000/08/16 04:38:04 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-office/gnome-db/gnome-db-0.0.95.ebuild,v 1.3 2000/09/15 20:08:57 drobbins Exp $ P=gnome-db-0.0.95 A=${P}.tar.gz @@ -14,14 +14,14 @@ HOMEPAGE="http://www.gnome.org/gnome_db/" src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/opt/gnome \ + try ./configure --host=${CHOST} --prefix=/opt/gnome \ --with-mysql=/usr --with-ldap=/usr --with-catgets - make + try make } src_install() { cd ${S} - make prefix=${D}/opt/gnome install + try make prefix=${D}/opt/gnome install } diff --git a/gnome-office/gnome-pim/gnome-pim-1.2.0.ebuild b/gnome-office/gnome-pim/gnome-pim-1.2.0.ebuild index d0e9712af20d..11cc6464c5e7 100644 --- a/gnome-office/gnome-pim/gnome-pim-1.2.0.ebuild +++ b/gnome-office/gnome-pim/gnome-pim-1.2.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-office/gnome-pim/gnome-pim-1.2.0.ebuild,v 1.2 2000/08/16 04:38:04 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-office/gnome-pim/gnome-pim-1.2.0.ebuild,v 1.3 2000/09/15 20:08:57 drobbins Exp $ P=gnome-pim-1.2.0 A=${P}.tar.gz @@ -11,14 +11,14 @@ SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/gnome-pim/"${A} HOMEPGAE="http://www.gnome.org/gnome-office/gnome-pim.shtml" src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/opt/gnome \ + try ./configure --host=${CHOST} --prefix=/opt/gnome \ --with-catgets - 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 dodoc README* } diff --git a/gnome-office/gnumeric/gnumeric-0.56.ebuild b/gnome-office/gnumeric/gnumeric-0.56.ebuild index f337599d6b32..65828dbfe8b2 100644 --- a/gnome-office/gnumeric/gnumeric-0.56.ebuild +++ b/gnome-office/gnumeric/gnumeric-0.56.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/gnome-office/gnumeric/gnumeric-0.56.ebuild,v 1.2 2000/08/16 04:38:04 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-office/gnumeric/gnumeric-0.56.ebuild,v 1.3 2000/09/15 20:08:58 drobbins Exp $ P=gnumeric-0.56 A=${P}.tar.gz @@ -12,14 +12,14 @@ HOMEPAGE="http://www.gnome.org/gnome-office/gnumeric.shtml" src_compile() { cd ${S} - ./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 HACKING NEWS README TODO } diff --git a/kde-apps/kdeadmin/kdeadmin-1.92-r1.ebuild b/kde-apps/kdeadmin/kdeadmin-1.92-r1.ebuild index 7eacda84d569..6566fb226cbd 100644 --- a/kde-apps/kdeadmin/kdeadmin-1.92-r1.ebuild +++ b/kde-apps/kdeadmin/kdeadmin-1.92-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/kde-apps/kdeadmin/kdeadmin-1.92-r1.ebuild,v 1.2 2000/08/16 04:38:04 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-apps/kdeadmin/kdeadmin-1.92-r1.ebuild,v 1.3 2000/09/15 20:08:58 drobbins Exp $ P=kdeadmin-1.92 A=${P}.tar.bz2 @@ -11,16 +11,16 @@ SRC_URI="ftp://ftp.kde.org/pub/kde/unstable/distribution/2.0Beta3/tar/src/"${A} HOMEPAGE="http://www.kde.org/" src_compile() { - LDFLAGS="-L/usr/lib/rpm -lbz2" ./configure --prefix=/opt/kde --host=${CHOST} \ + LDFLAGS="-L/usr/lib/rpm -lbz2" try ./configure --prefix=/opt/kde --host=${CHOST} \ --with-qt-dir=/usr/lib/qt-copy-1.92 \ --with-qt-includes=/usr/lib/qt-copy-1.92/include \ --with-qt-libs=/usr/lib/qt-copy-1.92/lib \ --with-rpm --with-pam - make + try make } src_install() { - make install prefix=${D}/opt/kde + try make install prefix=${D}/opt/kde dodoc AUTHORS COPYING README } diff --git a/kde-apps/kdegraphics/kdegraphics-1.92-r1.ebuild b/kde-apps/kdegraphics/kdegraphics-1.92-r1.ebuild index 356cc0afd78f..83d84eb54b3d 100644 --- a/kde-apps/kdegraphics/kdegraphics-1.92-r1.ebuild +++ b/kde-apps/kdegraphics/kdegraphics-1.92-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/kde-apps/kdegraphics/kdegraphics-1.92-r1.ebuild,v 1.2 2000/08/16 04:38:04 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-apps/kdegraphics/kdegraphics-1.92-r1.ebuild,v 1.3 2000/09/15 20:08:58 drobbins Exp $ P=kdegraphics-1.92 A=${P}.tar.bz2 @@ -11,16 +11,16 @@ SRC_URI="ftp://ftp.kde.org/pub/kde/unstable/distribution/2.0Beta3/tar/src/"${A} HOMEPAGE="http://www.kde.org" src_compile() { - LDFLAGS="-L/usr/lib/rpm -lbz2" ./configure --prefix=/opt/kde --host=${CHOST} \ + LDFLAGS="-L/usr/lib/rpm -lbz2" try ./configure --prefix=/opt/kde --host=${CHOST} \ --with-qt-dir=/usr/lib/qt-copy-1.92 \ --with-qt-includes=/usr/lib/qt-copy-1.92/include \ --with-qt-libs=/usr/lib/qt-copy-1.92/lib \ --with-rpm --with-pam - make + try make } src_install() { - make install prefix=${D}/opt/kde + try make install prefix=${D}/opt/kde dodoc AUTHORS COPYING README ChangeLog } diff --git a/kde-apps/kdemultimedia/kdemultimedia-1.92-r1.ebuild b/kde-apps/kdemultimedia/kdemultimedia-1.92-r1.ebuild index 132ae8e3dc6c..f7aa4f568902 100644 --- a/kde-apps/kdemultimedia/kdemultimedia-1.92-r1.ebuild +++ b/kde-apps/kdemultimedia/kdemultimedia-1.92-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/kde-apps/kdemultimedia/kdemultimedia-1.92-r1.ebuild,v 1.2 2000/08/16 04:38:05 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-apps/kdemultimedia/kdemultimedia-1.92-r1.ebuild,v 1.3 2000/09/15 20:08:59 drobbins Exp $ P=kdemultimedia-1.92 A=${P}.tar.bz2 @@ -12,7 +12,7 @@ HOMEPAGE="http://www.kde.org" src_compile() { CPPFLAGS="$CPPFLAGS -I/usr/lib/glib/include/ -I/usr/X11R6/include/" \ - LDFLAGS="-L/usr/lib/rpm -lbz2" ./configure --prefix=/opt/kde --host=${CHOST} \ + LDFLAGS="-L/usr/lib/rpm -lbz2" try ./configure --prefix=/opt/kde --host=${CHOST} \ --with-qt-dir=/usr/lib/qt-copy-1.92 \ --with-qt-includes=/usr/lib/qt-copy-1.92/include \ --with-qt-libs=/usr/lib/qt-copy-1.92/lib \ @@ -20,11 +20,11 @@ src_compile() { cp Makefile Makefile.orig sed -e "s: kmidi : :" \ -e "s: mpeglib_artsplug : :" Makefile.orig > Makefile - make + try make } src_install() { - make install prefix=${D}/opt/kde + try make install prefix=${D}/opt/kde dodoc AUTHORS ChangeLog COPYING README* } diff --git a/kde-apps/kdenetwork/kdenetwork-1.92-r1.ebuild b/kde-apps/kdenetwork/kdenetwork-1.92-r1.ebuild index 781f9e4787df..c6a169b043f7 100644 --- a/kde-apps/kdenetwork/kdenetwork-1.92-r1.ebuild +++ b/kde-apps/kdenetwork/kdenetwork-1.92-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/kde-apps/kdenetwork/kdenetwork-1.92-r1.ebuild,v 1.2 2000/08/16 04:38:05 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-apps/kdenetwork/kdenetwork-1.92-r1.ebuild,v 1.3 2000/09/15 20:08:59 drobbins Exp $ P=kdenetwork-1.92 A=${P}.tar.bz2 @@ -11,14 +11,14 @@ SRC_URI="ftp://ftp.kde.org/pub/kde/unstable/distribution/2.0Beta3/tar/src/"${A} HOMEPAGE="http://www.kde.org" src_compile() { - ./configure --prefix=/opt/kde --host=${CHOST} \ + try ./configure --prefix=/opt/kde --host=${CHOST} \ --with-qt-dir=/usr/lib/qt-copy-1.92 \ --with-qt-includes=/usr/lib/qt-copy-1.92/include \ --with-qt-libs=/usr/lib/qt-copy-1.92/lib - make + try make } src_install() { - make install prefix=${D}/opt/kde + try make install prefix=${D}/opt/kde dodoc AUTHORS COPYING README } diff --git a/kde-apps/kdepim/kdepim-1.92-r1.ebuild b/kde-apps/kdepim/kdepim-1.92-r1.ebuild index 40a1947ab86a..640a27f8b7da 100644 --- a/kde-apps/kdepim/kdepim-1.92-r1.ebuild +++ b/kde-apps/kdepim/kdepim-1.92-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/kde-apps/kdepim/kdepim-1.92-r1.ebuild,v 1.1 2000/08/29 20:29:06 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-apps/kdepim/kdepim-1.92-r1.ebuild,v 1.2 2000/09/15 20:08:59 drobbins Exp $ P=kdepim-1.92 A=${P}.tar.bz2 @@ -11,15 +11,15 @@ CATEGORY=kde-apps SRC_URI="ftp://ftp.kde.org/pub/kde/unstable/distribution/2.0Beta3/tar/src/${A}" src_compile() { - ./configure --prefix=/opt/kde --host=${CHOST} \ + try ./configure --prefix=/opt/kde --host=${CHOST} \ --with-qt-dir=/usr/lib/qt-copy-1.92 \ --with-qt-includes=/usr/lib/qt-copy-1.92/include \ --with-qt-libs=/usr/lib/qt-copy-1.92/lib - make + try make } src_install() { - make install prefix=${D}/opt/kde + try make install prefix=${D}/opt/kde dodoc README docinto html dodoc *.html diff --git a/kde-apps/kdeutils/kdeutils-1.92-r1.ebuild b/kde-apps/kdeutils/kdeutils-1.92-r1.ebuild index 6ac79a1d5d45..a3923abb0fcb 100644 --- a/kde-apps/kdeutils/kdeutils-1.92-r1.ebuild +++ b/kde-apps/kdeutils/kdeutils-1.92-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/kde-apps/kdeutils/kdeutils-1.92-r1.ebuild,v 1.2 2000/08/16 04:38:05 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-apps/kdeutils/kdeutils-1.92-r1.ebuild,v 1.3 2000/09/15 20:08:59 drobbins Exp $ P=kdeutils-1.92 A=${P}.tar.bz2 @@ -11,14 +11,14 @@ SRC_URI="ftp://ftp.kde.org/pub/kde/unstable/distribution/2.0Beta3/tar/src/"${A} HOMEPAGE="http://www.kde.org/" src_compile() { - ./configure --prefix=/opt/kde --host=${CHOST} \ + try ./configure --prefix=/opt/kde --host=${CHOST} \ --with-qt-dir=/usr/lib/qt-copy-1.92 \ --with-qt-includes=/usr/lib/qt-copy-1.92/include \ --with-qt-libs=/usr/lib/qt-copy-1.92/lib - make + try make } src_install() { - make install prefix=${D}/opt/kde + try make install prefix=${D}/opt/kde dodoc AUTHORS COPYING README } diff --git a/kde-apps/kdoc/kdoc-1.92-r1.ebuild b/kde-apps/kdoc/kdoc-1.92-r1.ebuild index 1e22ca0e4357..bdb2a0a9cd2d 100644 --- a/kde-apps/kdoc/kdoc-1.92-r1.ebuild +++ b/kde-apps/kdoc/kdoc-1.92-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/kde-apps/kdoc/kdoc-1.92-r1.ebuild,v 1.3 2000/08/17 15:37:33 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-apps/kdoc/kdoc-1.92-r1.ebuild,v 1.4 2000/09/15 20:08:59 drobbins Exp $ P=kdoc-1.92 A=${P}.tar.bz2 @@ -11,16 +11,16 @@ SRC_URI="ftp://ftp.kde.org/pub/kde/unstable/distribution/2.0Beta3/tar/src/"${A} HOMEPAGE="http://www.kde.org" src_compile() { - LDFLAGS="-L/usr/lib/rpm -lbz2" ./configure --prefix=/opt/kde --host=${CHOST} \ + LDFLAGS="-L/usr/lib/rpm -lbz2" try ./configure --prefix=/opt/kde --host=${CHOST} \ --with-qt-dir=/usr/lib/qt-copy-1.92 \ --with-qt-includes=/usr/lib/qt-copy-1.92/include \ --with-qt-libs=/usr/lib/qt-copy-1.92/lib \ --with-rpm --with-pam - make + try make } src_install() { - make install prefix=${D}/opt/kde + try make install prefix=${D}/opt/kde dodoc README TODO Version prepman /opt/kde } diff --git a/kde-apps/koffice/koffice-1.92-r1.ebuild b/kde-apps/koffice/koffice-1.92-r1.ebuild index c1b64312a93a..d4bd1434cf82 100644 --- a/kde-apps/koffice/koffice-1.92-r1.ebuild +++ b/kde-apps/koffice/koffice-1.92-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/kde-apps/koffice/koffice-1.92-r1.ebuild,v 1.3 2000/08/25 15:10:23 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-apps/koffice/koffice-1.92-r1.ebuild,v 1.4 2000/09/15 20:08:59 drobbins Exp $ P=koffice-1.92 A=${P}.tar.bz2 @@ -12,15 +12,15 @@ HOMEPAGE="http://www.kde.org/" src_compile() { - ./configure --prefix=/opt/kde --host=${CHOST} \ + try ./configure --prefix=/opt/kde --host=${CHOST} \ --with-qt-dir=/usr/lib/qt-copy-1.92 \ --with-qt-includes=/usr/lib/qt-copy-1.92/include \ --with-qt-libs=/usr/lib/qt-copy-1.92/lib - make + try make } src_install() { - make install prefix=${D}/opt/kde + try make install prefix=${D}/opt/kde dodoc ChangeLog COPYING AUTHORS NEWS README } diff --git a/kde-base/kde-i18n/kde-i18n-1.92-r1.ebuild b/kde-base/kde-i18n/kde-i18n-1.92-r1.ebuild index 3dc21cc7dcc6..a410b7a2db44 100644 --- a/kde-base/kde-i18n/kde-i18n-1.92-r1.ebuild +++ b/kde-base/kde-i18n/kde-i18n-1.92-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/kde-base/kde-i18n/kde-i18n-1.92-r1.ebuild,v 1.2 2000/08/16 04:38:05 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-i18n/kde-i18n-1.92-r1.ebuild,v 1.3 2000/09/15 20:08:59 drobbins Exp $ P=kde-i18n-1.92 A=kde-i18n.tar.bz2 @@ -11,15 +11,15 @@ SRC_URI="ftp://ftp.kde.org/pub/kde/unstable/distribution/2.0Beta3/tar/src/"${A} HOMEPAGE="http://www.kde.org/" src_compile() { - ./configure --prefix=/opt/kde --host=${CHOST} --with-ssl-dir=/usr \ + try ./configure --prefix=/opt/kde --host=${CHOST} --with-ssl-dir=/usr \ --with-qt-dir=/usr/lib/qt-2.1.1 \ --with-qt-includes=/usr/lib/qt-copy-1.92/include \ --with-qt-libs=/usr/lib/qt-copy-1.92/lib - make + try make } src_install() { - make install prefix=${D}/opt/kde bindir=${D}/opt/kde/bin + try make install prefix=${D}/opt/kde bindir=${D}/opt/kde/bin dodoc COPYING highscore docinto html dodoc highscore.html diff --git a/kde-base/kde-qt-addon/kde-qt-addon-1.92-r1.ebuild b/kde-base/kde-qt-addon/kde-qt-addon-1.92-r1.ebuild index 883a5c6eb691..a9cba1670bec 100644 --- a/kde-base/kde-qt-addon/kde-qt-addon-1.92-r1.ebuild +++ b/kde-base/kde-qt-addon/kde-qt-addon-1.92-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/kde-base/kde-qt-addon/kde-qt-addon-1.92-r1.ebuild,v 1.2 2000/08/16 04:38:05 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-qt-addon/kde-qt-addon-1.92-r1.ebuild,v 1.3 2000/09/15 20:08:59 drobbins Exp $ P=kde-qt-addon-1.92 A=${P}.tar.bz2 @@ -11,15 +11,15 @@ SRC_URI="ftp://ftp.kde.org/pub/kde/unstable/distribution/2.0Beta3/tar/src/"${A} HOMEPAGE="http://www.kde.org/" src_compile() { - ./configure --prefix=/opt/kde --host=${CHOST} \ + try ./configure --prefix=/opt/kde --host=${CHOST} \ --with-qt-dir=/usr/lib/qt-copy-1.92 \ --with-qt-includes=/usr/lib/qt-copy-1.92/include \ --with-qt-libs=/usr/lib/qt-copy-1.92/lib - make + try make } src_install() { - make install prefix=${D}/opt/kde + try make install prefix=${D}/opt/kde dodoc LICENSE.QPL README } diff --git a/kde-base/kdeadmin/kdeadmin-1.92-r1.ebuild b/kde-base/kdeadmin/kdeadmin-1.92-r1.ebuild index 076d79dccad9..bd97103f0cc3 100644 --- a/kde-base/kdeadmin/kdeadmin-1.92-r1.ebuild +++ b/kde-base/kdeadmin/kdeadmin-1.92-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/kde-base/kdeadmin/kdeadmin-1.92-r1.ebuild,v 1.2 2000/08/16 04:38:04 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin/kdeadmin-1.92-r1.ebuild,v 1.3 2000/09/15 20:08:58 drobbins Exp $ P=kdeadmin-1.92 A=${P}.tar.bz2 @@ -11,16 +11,16 @@ SRC_URI="ftp://ftp.kde.org/pub/kde/unstable/distribution/2.0Beta3/tar/src/"${A} HOMEPAGE="http://www.kde.org/" src_compile() { - LDFLAGS="-L/usr/lib/rpm -lbz2" ./configure --prefix=/opt/kde --host=${CHOST} \ + LDFLAGS="-L/usr/lib/rpm -lbz2" try ./configure --prefix=/opt/kde --host=${CHOST} \ --with-qt-dir=/usr/lib/qt-copy-1.92 \ --with-qt-includes=/usr/lib/qt-copy-1.92/include \ --with-qt-libs=/usr/lib/qt-copy-1.92/lib \ --with-rpm --with-pam - make + try make } src_install() { - make install prefix=${D}/opt/kde + try make install prefix=${D}/opt/kde dodoc AUTHORS COPYING README } diff --git a/kde-base/kdebase/kdebase-1.92-r1.ebuild b/kde-base/kdebase/kdebase-1.92-r1.ebuild index 79c2137a5f65..dd7b3cb3905b 100644 --- a/kde-base/kdebase/kdebase-1.92-r1.ebuild +++ b/kde-base/kdebase/kdebase-1.92-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/kde-base/kdebase/kdebase-1.92-r1.ebuild,v 1.2 2000/08/16 04:38:06 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/kdebase-1.92-r1.ebuild,v 1.3 2000/09/15 20:09:00 drobbins Exp $ P=kdebase-1.92 A="${P}.tar.bz2" @@ -13,16 +13,16 @@ HOMEPAGE="http://www.kde.org/" src_compile() { CFLAGS="${CFLAGS} -I/usr/X11R6/include" - ./configure --prefix=/opt/kde --host=${CHOST} --with-shadow --with-x --with-pam \ + try ./configure --prefix=/opt/kde --host=${CHOST} --with-shadow --with-x --with-pam \ --with-qt-dir=/usr/lib/qt-copy-1.92 \ --with-qt-includes=/usr/lib/qt-copy-1.92/include \ --with-qt-libs=/usr/lib/qt-copy-1.92/lib - make + try make } src_install() { - make install prefix=${D}/opt/kde + try make install prefix=${D}/opt/kde dodoc AUTHORS ChangeLog README* } diff --git a/kde-base/kdegraphics/kdegraphics-1.92-r1.ebuild b/kde-base/kdegraphics/kdegraphics-1.92-r1.ebuild index b4ed487f0b36..52884f554ee3 100644 --- a/kde-base/kdegraphics/kdegraphics-1.92-r1.ebuild +++ b/kde-base/kdegraphics/kdegraphics-1.92-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/kde-base/kdegraphics/kdegraphics-1.92-r1.ebuild,v 1.2 2000/08/16 04:38:04 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics/kdegraphics-1.92-r1.ebuild,v 1.3 2000/09/15 20:08:58 drobbins Exp $ P=kdegraphics-1.92 A=${P}.tar.bz2 @@ -11,16 +11,16 @@ SRC_URI="ftp://ftp.kde.org/pub/kde/unstable/distribution/2.0Beta3/tar/src/"${A} HOMEPAGE="http://www.kde.org" src_compile() { - LDFLAGS="-L/usr/lib/rpm -lbz2" ./configure --prefix=/opt/kde --host=${CHOST} \ + LDFLAGS="-L/usr/lib/rpm -lbz2" try ./configure --prefix=/opt/kde --host=${CHOST} \ --with-qt-dir=/usr/lib/qt-copy-1.92 \ --with-qt-includes=/usr/lib/qt-copy-1.92/include \ --with-qt-libs=/usr/lib/qt-copy-1.92/lib \ --with-rpm --with-pam - make + try make } src_install() { - make install prefix=${D}/opt/kde + try make install prefix=${D}/opt/kde dodoc AUTHORS COPYING README ChangeLog } diff --git a/kde-base/kdelibs/kdelibs-1.92-r1.ebuild b/kde-base/kdelibs/kdelibs-1.92-r1.ebuild index 26107e70e7d7..0a8512a3f78b 100644 --- a/kde-base/kdelibs/kdelibs-1.92-r1.ebuild +++ b/kde-base/kdelibs/kdelibs-1.92-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/kde-base/kdelibs/kdelibs-1.92-r1.ebuild,v 1.3 2000/08/17 15:37:33 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdelibs/kdelibs-1.92-r1.ebuild,v 1.4 2000/09/15 20:09:00 drobbins Exp $ P=kdelibs-1.92 A=${P}.tar.bz2 @@ -11,15 +11,15 @@ SRC_URI="ftp://ftp.kde.org/pub/kde/unstable/distribution/2.0Beta3/tar/src/"${A} HOMEPAGE="http://www.kde.org/" src_compile() { - ./configure --prefix=/opt/kde --host=${CHOST} --with-ssl-dir=/usr \ + try ./configure --prefix=/opt/kde --host=${CHOST} --with-ssl-dir=/usr \ --with-qt-dir=/usr/lib/qt-copy-1.92 \ --with-qt-includes=/usr/lib/qt-copy-1.92/include \ --with-qt-libs=/usr/lib/qt-copy-1.92/lib - make + try make } src_install() { - make install prefix=${D}/opt/kde bindir=${D}/opt/kde/bin + try make install prefix=${D}/opt/kde bindir=${D}/opt/kde/bin dodoc AUTHORS ChangeLog COMPILING COPYING* NAMING NEWS README docinto html dodoc *.html diff --git a/kde-base/kdemultimedia/kdemultimedia-1.92-r1.ebuild b/kde-base/kdemultimedia/kdemultimedia-1.92-r1.ebuild index 92155d92a525..a34529fecacf 100644 --- a/kde-base/kdemultimedia/kdemultimedia-1.92-r1.ebuild +++ b/kde-base/kdemultimedia/kdemultimedia-1.92-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/kde-base/kdemultimedia/kdemultimedia-1.92-r1.ebuild,v 1.2 2000/08/16 04:38:05 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia/kdemultimedia-1.92-r1.ebuild,v 1.3 2000/09/15 20:08:59 drobbins Exp $ P=kdemultimedia-1.92 A=${P}.tar.bz2 @@ -12,7 +12,7 @@ HOMEPAGE="http://www.kde.org" src_compile() { CPPFLAGS="$CPPFLAGS -I/usr/lib/glib/include/ -I/usr/X11R6/include/" \ - LDFLAGS="-L/usr/lib/rpm -lbz2" ./configure --prefix=/opt/kde --host=${CHOST} \ + LDFLAGS="-L/usr/lib/rpm -lbz2" try ./configure --prefix=/opt/kde --host=${CHOST} \ --with-qt-dir=/usr/lib/qt-copy-1.92 \ --with-qt-includes=/usr/lib/qt-copy-1.92/include \ --with-qt-libs=/usr/lib/qt-copy-1.92/lib \ @@ -20,11 +20,11 @@ src_compile() { cp Makefile Makefile.orig sed -e "s: kmidi : :" \ -e "s: mpeglib_artsplug : :" Makefile.orig > Makefile - make + try make } src_install() { - make install prefix=${D}/opt/kde + try make install prefix=${D}/opt/kde dodoc AUTHORS ChangeLog COPYING README* } diff --git a/kde-base/kdenetwork/kdenetwork-1.92-r1.ebuild b/kde-base/kdenetwork/kdenetwork-1.92-r1.ebuild index 33b32422bef7..f3e26a6adb90 100644 --- a/kde-base/kdenetwork/kdenetwork-1.92-r1.ebuild +++ b/kde-base/kdenetwork/kdenetwork-1.92-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/kde-base/kdenetwork/kdenetwork-1.92-r1.ebuild,v 1.2 2000/08/16 04:38:05 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork/kdenetwork-1.92-r1.ebuild,v 1.3 2000/09/15 20:08:59 drobbins Exp $ P=kdenetwork-1.92 A=${P}.tar.bz2 @@ -11,14 +11,14 @@ SRC_URI="ftp://ftp.kde.org/pub/kde/unstable/distribution/2.0Beta3/tar/src/"${A} HOMEPAGE="http://www.kde.org" src_compile() { - ./configure --prefix=/opt/kde --host=${CHOST} \ + try ./configure --prefix=/opt/kde --host=${CHOST} \ --with-qt-dir=/usr/lib/qt-copy-1.92 \ --with-qt-includes=/usr/lib/qt-copy-1.92/include \ --with-qt-libs=/usr/lib/qt-copy-1.92/lib - make + try make } src_install() { - make install prefix=${D}/opt/kde + try make install prefix=${D}/opt/kde dodoc AUTHORS COPYING README } diff --git a/kde-base/kdepim/kdepim-1.92-r1.ebuild b/kde-base/kdepim/kdepim-1.92-r1.ebuild index e76f1f2020e0..64f2b1ade4e3 100644 --- a/kde-base/kdepim/kdepim-1.92-r1.ebuild +++ b/kde-base/kdepim/kdepim-1.92-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/kde-base/kdepim/kdepim-1.92-r1.ebuild,v 1.1 2000/08/29 20:29:06 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/kdepim-1.92-r1.ebuild,v 1.2 2000/09/15 20:08:59 drobbins Exp $ P=kdepim-1.92 A=${P}.tar.bz2 @@ -11,15 +11,15 @@ CATEGORY=kde-apps SRC_URI="ftp://ftp.kde.org/pub/kde/unstable/distribution/2.0Beta3/tar/src/${A}" src_compile() { - ./configure --prefix=/opt/kde --host=${CHOST} \ + try ./configure --prefix=/opt/kde --host=${CHOST} \ --with-qt-dir=/usr/lib/qt-copy-1.92 \ --with-qt-includes=/usr/lib/qt-copy-1.92/include \ --with-qt-libs=/usr/lib/qt-copy-1.92/lib - make + try make } src_install() { - make install prefix=${D}/opt/kde + try make install prefix=${D}/opt/kde dodoc README docinto html dodoc *.html diff --git a/kde-base/kdesupport/kdesupport-1.92-r1.ebuild b/kde-base/kdesupport/kdesupport-1.92-r1.ebuild index 580f1622f50f..d75d2a62ea40 100644 --- a/kde-base/kdesupport/kdesupport-1.92-r1.ebuild +++ b/kde-base/kdesupport/kdesupport-1.92-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/kde-base/kdesupport/kdesupport-1.92-r1.ebuild,v 1.2 2000/08/16 04:38:06 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesupport/kdesupport-1.92-r1.ebuild,v 1.3 2000/09/15 20:09:00 drobbins Exp $ P=kdesupport-1.92 A=${P}.tar.bz2 @@ -11,16 +11,16 @@ SRC_URI="ftp://ftp.kde.org/pub/kde/unstable/distribution/2.0Beta3/tar/src/"${A} HOMEPAGE="http://www.kde.org/" src_compile() { - ./configure --prefix=/opt/kde --host=${CHOST} --enable-threads \ + try ./configure --prefix=/opt/kde --host=${CHOST} --enable-threads \ --with-qt-dir=/usr/lib/qt-copy-1.92 \ --with-qt-includes=/usr/lib/qt-copy-1.92/include \ --with-qt-libs=/usr/lib/qt-copy-1.92/lib - make + try make } src_install() { - make install prefix=${D}/opt/kde + try make install prefix=${D}/opt/kde dodoc AUTHORS ChangeLog COPYING README } diff --git a/kde-base/kdeutils/kdeutils-1.92-r1.ebuild b/kde-base/kdeutils/kdeutils-1.92-r1.ebuild index 651c4cfa066f..66864ee5b80a 100644 --- a/kde-base/kdeutils/kdeutils-1.92-r1.ebuild +++ b/kde-base/kdeutils/kdeutils-1.92-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/kde-base/kdeutils/kdeutils-1.92-r1.ebuild,v 1.2 2000/08/16 04:38:05 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeutils/kdeutils-1.92-r1.ebuild,v 1.3 2000/09/15 20:08:59 drobbins Exp $ P=kdeutils-1.92 A=${P}.tar.bz2 @@ -11,14 +11,14 @@ SRC_URI="ftp://ftp.kde.org/pub/kde/unstable/distribution/2.0Beta3/tar/src/"${A} HOMEPAGE="http://www.kde.org/" src_compile() { - ./configure --prefix=/opt/kde --host=${CHOST} \ + try ./configure --prefix=/opt/kde --host=${CHOST} \ --with-qt-dir=/usr/lib/qt-copy-1.92 \ --with-qt-includes=/usr/lib/qt-copy-1.92/include \ --with-qt-libs=/usr/lib/qt-copy-1.92/lib - make + try make } src_install() { - make install prefix=${D}/opt/kde + try make install prefix=${D}/opt/kde dodoc AUTHORS COPYING README } diff --git a/kde-base/kdoc/kdoc-1.92-r1.ebuild b/kde-base/kdoc/kdoc-1.92-r1.ebuild index 7b7d0844fdea..28d4b0f5d8d1 100644 --- a/kde-base/kdoc/kdoc-1.92-r1.ebuild +++ b/kde-base/kdoc/kdoc-1.92-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/kde-base/kdoc/kdoc-1.92-r1.ebuild,v 1.3 2000/08/17 15:37:33 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdoc/kdoc-1.92-r1.ebuild,v 1.4 2000/09/15 20:08:59 drobbins Exp $ P=kdoc-1.92 A=${P}.tar.bz2 @@ -11,16 +11,16 @@ SRC_URI="ftp://ftp.kde.org/pub/kde/unstable/distribution/2.0Beta3/tar/src/"${A} HOMEPAGE="http://www.kde.org" src_compile() { - LDFLAGS="-L/usr/lib/rpm -lbz2" ./configure --prefix=/opt/kde --host=${CHOST} \ + LDFLAGS="-L/usr/lib/rpm -lbz2" try ./configure --prefix=/opt/kde --host=${CHOST} \ --with-qt-dir=/usr/lib/qt-copy-1.92 \ --with-qt-includes=/usr/lib/qt-copy-1.92/include \ --with-qt-libs=/usr/lib/qt-copy-1.92/lib \ --with-rpm --with-pam - make + try make } src_install() { - make install prefix=${D}/opt/kde + try make install prefix=${D}/opt/kde dodoc README TODO Version prepman /opt/kde } diff --git a/kde-base/qt/qt-copy-1.92-r1.ebuild b/kde-base/qt/qt-copy-1.92-r1.ebuild index b8b912109f6d..e6bb5c6a9be5 100644 --- a/kde-base/qt/qt-copy-1.92-r1.ebuild +++ b/kde-base/qt/qt-copy-1.92-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/kde-base/qt/qt-copy-1.92-r1.ebuild,v 1.2 2000/08/16 04:38:06 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/qt/qt-copy-1.92-r1.ebuild,v 1.3 2000/09/15 20:09:00 drobbins Exp $ P=qt-copy-1.92 A=${P}.tar.bz2 @@ -14,7 +14,7 @@ export QTDIR=${S} src_compile() { cd ${S} - ./configure -sm -thread -system-zlib -system-jpeg -qt-libpng -gif + try ./configure -sm -thread -system-zlib -system-jpeg -qt-libpng -gif cd ${S}/src cp Makefile Makefile.orig sed -e "s/-pipe -O2/${CFLAGS}/" Makefile.orig > Makefile @@ -22,7 +22,7 @@ src_compile() { cp Makefile Makefile.orig sed -e "s/-pipe -O2/${CFLAGS}/" Makefile.orig > Makefile cd ${S} - make moc src + try make moc src } src_install() { @@ -39,7 +39,7 @@ src_install() { cp -a include ${D}/usr/lib/${P}/ cp -a extensions ${D}/usr/lib/${P}/ cd src - make clean + try make clean cd .. cp -a src ${D}/usr/lib/${P}/ into /usr diff --git a/media-gfx/eog/eog-0.3.ebuild b/media-gfx/eog/eog-0.3.ebuild index db3d13da0db0..ca55d8fee6c0 100644 --- a/media-gfx/eog/eog-0.3.ebuild +++ b/media-gfx/eog/eog-0.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/eog-0.3.ebuild,v 1.2 2000/08/16 04:38:04 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/eog-0.3.ebuild,v 1.3 2000/09/15 20:08:57 drobbins Exp $ P=eog-0.3 A=${P}.tar.gz @@ -12,14 +12,14 @@ HOMEPAGE="http://www.gnome.org/gnome-office/eog.shtml" src_compile() { cd ${S} - ./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 DEPENDS ChangeLog HACKING NEWS README TODO MAINTAINERS } diff --git a/media-gfx/eog/eog-0.5.ebuild b/media-gfx/eog/eog-0.5.ebuild index 95535cc5689b..aa60959d06e2 100644 --- a/media-gfx/eog/eog-0.5.ebuild +++ b/media-gfx/eog/eog-0.5.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/media-gfx/eog/eog-0.5.ebuild,v 1.1 2000/09/10 16:58:45 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/eog-0.5.ebuild,v 1.2 2000/09/15 20:08:57 drobbins Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -11,14 +11,14 @@ HOMEPAGE="http://www.gnome.org/gnome-office/eog.shtml" src_compile() { cd ${S} - ./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 DEPENDS ChangeLog HACKING NEWS README TODO MAINTAINERS } diff --git a/media-gfx/gimp-print/gimp-print-4.0a-r3.ebuild b/media-gfx/gimp-print/gimp-print-4.0a-r3.ebuild index 09d7cdd0f94b..64a34020b4f1 100644 --- a/media-gfx/gimp-print/gimp-print-4.0a-r3.ebuild +++ b/media-gfx/gimp-print/gimp-print-4.0a-r3.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/media-gfx/gimp-print/gimp-print-4.0a-r3.ebuild,v 1.1 2000/09/10 16:43:58 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/gimp-print-4.0a-r3.ebuild,v 1.2 2000/09/15 20:09:00 drobbins Exp $ A=print-4.0a3.tar.gz S=${WORKDIR}/print-4.0a3 @@ -15,17 +15,17 @@ src_unpack() { src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr/X11R6 \ + try ./configure --host=${CHOST} --prefix=/usr/X11R6 \ --with-gimp-exec-prefix=/usr/X11R6 cp Makefile Makefile.orig sed -e "s:^libexecdir = :libexecdir = ${D}/: " \ Makefile.orig > Makefile - make + try make } src_install() { cd ${S} - make DESTDIR=${D} install-binPROGRAMS + try make DESTDIR=${D} install-binPROGRAMS insinto /usr/X11R6/lib/gimp/1.1/plug-ins/ insopts -m755 doins print diff --git a/media-gfx/gimp/gimp-1.1.24-r1.ebuild b/media-gfx/gimp/gimp-1.1.24-r1.ebuild index 38fb792ca2c2..9f6dafff622e 100644 --- a/media-gfx/gimp/gimp-1.1.24-r1.ebuild +++ b/media-gfx/gimp/gimp-1.1.24-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/media-gfx/gimp/gimp-1.1.24-r1.ebuild,v 1.3 2000/08/17 15:37:33 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-1.1.24-r1.ebuild,v 1.4 2000/09/15 20:09:00 drobbins Exp $ P=gimp-1.1.24 A=${P}.tar.bz2 @@ -12,13 +12,13 @@ HOMEPAGE="http://www.gimp.org" src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr/X11R6 --disable-perl - make + try ./configure --host=${CHOST} --prefix=/usr/X11R6 --disable-perl + try make } src_install() { cd ${S} - make prefix=${D}/usr/X11R6 install + try make prefix=${D}/usr/X11R6 install prepman /usr/X11R6 #cp -a /${D}/../../perl-*/build/* ${D} dodoc AUTHORS COPYING ChangeLog* MAINTAINERS README* TODO diff --git a/media-gfx/gimp/gimp-1.1.25.ebuild b/media-gfx/gimp/gimp-1.1.25.ebuild index cc6c51d0fa94..4b4cff968a66 100644 --- a/media-gfx/gimp/gimp-1.1.25.ebuild +++ b/media-gfx/gimp/gimp-1.1.25.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/media-gfx/gimp/gimp-1.1.25.ebuild,v 1.5 2000/08/28 12:04:16 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-1.1.25.ebuild,v 1.6 2000/09/15 20:09:00 drobbins Exp $ P=gimp-1.1.25 A=${P}.tar.bz2 @@ -21,13 +21,13 @@ src_unpack() { src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr/X11R6 - make + try ./configure --host=${CHOST} --prefix=/usr/X11R6 + try make } src_install() { cd ${S} - make prefix=${D}/usr/X11R6 install + try make prefix=${D}/usr/X11R6 install prepman /usr/X11R6 dodoc AUTHORS COPYING ChangeLog* *MAINTAINERS README* TODO dodoc docs/*.txt docs/*.ps docs/Wilber* docs/quick_reference.tar.gz diff --git a/media-libs/alsa-lib/alsa-lib-0.5.8-r1.ebuild b/media-libs/alsa-lib/alsa-lib-0.5.8-r1.ebuild index 341fd2c4c067..f09f90fa9ca4 100644 --- a/media-libs/alsa-lib/alsa-lib-0.5.8-r1.ebuild +++ b/media-libs/alsa-lib/alsa-lib-0.5.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-0.5.8-r1.ebuild,v 1.2 2000/08/16 04:38:06 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-0.5.8-r1.ebuild,v 1.3 2000/09/15 20:09:01 drobbins Exp $ P=alsa-lib-0.5.8 A=${P}.tar.bz2 @@ -16,13 +16,13 @@ src_unpack() { src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr - make + try ./configure --host=${CHOST} --prefix=/usr + try make } src_install() { cd ${S} - make DESTDIR=${D} install + try make DESTDIR=${D} install dodoc ChangeLog COPYING } diff --git a/media-libs/alsa-lib/alsa-lib-0.5.9.ebuild b/media-libs/alsa-lib/alsa-lib-0.5.9.ebuild index 710047b4c706..99f60d083730 100644 --- a/media-libs/alsa-lib/alsa-lib-0.5.9.ebuild +++ b/media-libs/alsa-lib/alsa-lib-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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-0.5.9.ebuild,v 1.1 2000/08/19 15:54:55 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-0.5.9.ebuild,v 1.2 2000/09/15 20:09:01 drobbins Exp $ P=alsa-lib-0.5.9 A=${P}.tar.bz2 @@ -16,13 +16,13 @@ src_unpack() { src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr - make + try ./configure --host=${CHOST} --prefix=/usr + try make } src_install() { cd ${S} - make DESTDIR=${D} install + try make DESTDIR=${D} install dodoc ChangeLog COPYING } diff --git a/media-libs/avifile/avifile-0.46.1.ebuild b/media-libs/avifile/avifile-0.46.1.ebuild index 1196360ba990..426392f10cb8 100644 --- a/media-libs/avifile/avifile-0.46.1.ebuild +++ b/media-libs/avifile/avifile-0.46.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/avifile/avifile-0.46.1.ebuild,v 1.3 2000/09/13 14:07:49 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/avifile/avifile-0.46.1.ebuild,v 1.4 2000/09/15 20:09:01 drobbins Exp $ A="${P}.tar.gz binaries.zip" S=${WORKDIR}/${P} @@ -43,9 +43,9 @@ src_unpack () { src_compile() { cd ${S} - ./configure --prefix=/usr/X11R6 --host=${CHOST} + try ./configure --prefix=/usr/X11R6 --host=${CHOST} - make + try make } @@ -53,7 +53,7 @@ src_install () { cd ${S} dodir /usr/X11R6/lib /usr/X11R6/bin - make prefix=${D}/usr/X11R6 install + try make prefix=${D}/usr/X11R6 install dodir /usr/libexec/avifile/win32 cd ${D}/usr/libexec/avifile/win32 unzip ${DISTDIR}/binaries.zip diff --git a/media-libs/fnlib/fnlib-0.5.ebuild b/media-libs/fnlib/fnlib-0.5.ebuild index 774c1bf41231..52e9824db17b 100644 --- a/media-libs/fnlib/fnlib-0.5.ebuild +++ b/media-libs/fnlib/fnlib-0.5.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/media-libs/fnlib/fnlib-0.5.ebuild,v 1.2 2000/08/16 04:38:07 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/fnlib/fnlib-0.5.ebuild,v 1.3 2000/09/15 20:09:01 drobbins Exp $ P=fnlib-0.5 A=${P}.tar.gz @@ -11,14 +11,14 @@ SRC_URI="ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/libs/"${A} src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr/X11R6 --sysconfdir=/etc/X11/fnlib - make + try ./configure --host=${CHOST} --prefix=/usr/X11R6 --sysconfdir=/etc/X11/fnlib + try make } src_install() { cd ${S} - make prefix=${D}/usr/X11R6 sysconfdir=${D}/etc/X11/fnlib install + try make prefix=${D}/usr/X11R6 sysconfdir=${D}/etc/X11/fnlib install dodoc AUTHORS ChangeLog COPYING* HACKING NEWS README dodoc doc/fontinfo.README diff --git a/media-libs/freetype/freetype-1.3.1-r1.ebuild b/media-libs/freetype/freetype-1.3.1-r1.ebuild index bacd8edb59f9..2b29c1f32b5a 100644 --- a/media-libs/freetype/freetype-1.3.1-r1.ebuild +++ b/media-libs/freetype/freetype-1.3.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/media-libs/freetype/freetype-1.3.1-r1.ebuild,v 1.2 2000/08/16 04:38:07 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-1.3.1-r1.ebuild,v 1.3 2000/09/15 20:09:01 drobbins Exp $ P=freetype-1.3.1 A=${P}.tar.gz @@ -13,13 +13,13 @@ HOMEPAGE="http://www.freetype.org/" src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr - make + try ./configure --host=${CHOST} --prefix=/usr + try make } src_install() { cd ${S} - make prefix=${D}/usr install + try make prefix=${D}/usr install dodoc announce PATENTS README readme.1st dodoc docs/*.txt docs/FAQ docs/TODO docinto html diff --git a/media-libs/gdk-pixbuf/gdk-pixbuf-0.9.0.ebuild b/media-libs/gdk-pixbuf/gdk-pixbuf-0.9.0.ebuild index e0edff8567fb..d72bde8c4760 100644 --- a/media-libs/gdk-pixbuf/gdk-pixbuf-0.9.0.ebuild +++ b/media-libs/gdk-pixbuf/gdk-pixbuf-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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/gdk-pixbuf/gdk-pixbuf-0.9.0.ebuild,v 1.1 2000/09/10 16:52:01 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gdk-pixbuf/gdk-pixbuf-0.9.0.ebuild,v 1.2 2000/09/15 20:08:55 drobbins Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -11,13 +11,13 @@ SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/gdk-pixbuf/"${A} src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/opt/gnome - make + try ./configure --host=${CHOST} --prefix=/opt/gnome + try make } src_install() { cd ${S} - make prefix=${D}/opt/gnome install + try make prefix=${D}/opt/gnome install dodoc AUTHORS COPYING* ChangeLog INSTALL README NEWS TODO } diff --git a/media-libs/giflib/giflib-4.1.0-r1.ebuild b/media-libs/giflib/giflib-4.1.0-r1.ebuild index c22108c521a9..671917dc0ddb 100644 --- a/media-libs/giflib/giflib-4.1.0-r1.ebuild +++ b/media-libs/giflib/giflib-4.1.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/media-libs/giflib/giflib-4.1.0-r1.ebuild,v 1.2 2000/08/16 04:38:07 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/giflib/giflib-4.1.0-r1.ebuild,v 1.3 2000/09/15 20:09:01 drobbins Exp $ P=giflib-4.1.0 A=${P}.tar.gz @@ -11,13 +11,13 @@ SRC_URI="ftp://prtr-13.ucsc.edu/pub/libungif/"${A} HOMEPAGE="http://prtr-13.ucsc.edu/~badger/software/libungif/index.shtml" src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr - make + try ./configure --host=${CHOST} --prefix=/usr + try make } src_install() { cd ${S} - make prefix=${D}/usr install + try make prefix=${D}/usr install dodoc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS ONEWS dodoc PATENT_PROBLEMS README TODO dodoc doc/*.txt diff --git a/media-libs/imlib/imlib-1.9.8.1.ebuild b/media-libs/imlib/imlib-1.9.8.1.ebuild index 4d23e670e227..8db0e5f740ad 100644 --- a/media-libs/imlib/imlib-1.9.8.1.ebuild +++ b/media-libs/imlib/imlib-1.9.8.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib/imlib-1.9.8.1.ebuild,v 1.2 2000/08/16 04:38:07 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib/imlib-1.9.8.1.ebuild,v 1.3 2000/09/15 20:09:01 drobbins Exp $ P=imlib-1.9.8.1 A=${P}.tar.gz @@ -12,13 +12,13 @@ HOMEPAGE="http://www.gnome.org/" src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr/X11R6 --sysconfdir=/etc/X11/imlib - make + try ./configure --host=${CHOST} --prefix=/usr/X11R6 --sysconfdir=/etc/X11/imlib + try make } src_install() { cd ${S} - make prefix=${D}/usr/X11R6 sysconfdir=${D}/etc/X11/imlib install + try make prefix=${D}/usr/X11R6 sysconfdir=${D}/etc/X11/imlib install dodoc AUTHORS COPYING* ChangeLog README dodoc NEWS docinto html diff --git a/media-libs/jpeg/jpeg-6b-r1.ebuild b/media-libs/jpeg/jpeg-6b-r1.ebuild index 3276e479d22d..5418fb18c869 100644 --- a/media-libs/jpeg/jpeg-6b-r1.ebuild +++ b/media-libs/jpeg/jpeg-6b-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/media-libs/jpeg/jpeg-6b-r1.ebuild,v 1.2 2000/08/16 04:38:07 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-6b-r1.ebuild,v 1.3 2000/09/15 20:09:02 drobbins Exp $ P=jpeg-6b A=jpegsrc.v6b.tar.gz @@ -10,8 +10,8 @@ DESCRIPTION="libjpeg" SRC_URI="ftp://ftp.uu.net/graphics/jpeg/"${A} HOMEPAGE="http://www.ijg.org/" src_compile() { - ./configure --prefix=/usr --enable-shared --enable-static - make + try ./configure --prefix=/usr --enable-shared --enable-static + try make } src_install() { @@ -22,7 +22,7 @@ src_install() { mkdir ${D}/usr/bin mkdir ${D}/usr/man mkdir ${D}/usr/man/man1 - make install prefix=${D}/usr + try make install prefix=${D}/usr prepman dodoc README change.log structure.doc } diff --git a/media-libs/libgd/libgd-1.8.3-r1.ebuild b/media-libs/libgd/libgd-1.8.3-r1.ebuild index 21f43841abf7..f4a47ab3d464 100644 --- a/media-libs/libgd/libgd-1.8.3-r1.ebuild +++ b/media-libs/libgd/libgd-1.8.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/libgd/libgd-1.8.3-r1.ebuild,v 1.2 2000/08/16 04:38:07 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libgd/libgd-1.8.3-r1.ebuild,v 1.3 2000/09/15 20:09:02 drobbins Exp $ P=libgd-1.8.3 A=gd-1.8.3.tar.gz @@ -22,7 +22,7 @@ src_unpack() { src_compile() { cd ${S} - make + try make } src_install() { @@ -30,7 +30,7 @@ src_install() { dodir /usr/bin dodir /usr/lib dodir /usr/include - make INSTALL_LIB=${D}/usr/lib INSTALL_BIN=${D}/usr/bin \ + try make INSTALL_LIB=${D}/usr/lib INSTALL_BIN=${D}/usr/bin \ INSTALL_INCLUDE=${D}/usr/include install dodoc readme.txt docinto html diff --git a/media-libs/libmikmod/libmikmod-3.1.9-r1.ebuild b/media-libs/libmikmod/libmikmod-3.1.9-r1.ebuild index 6f862615ebe6..1f81dc95cc38 100644 --- a/media-libs/libmikmod/libmikmod-3.1.9-r1.ebuild +++ b/media-libs/libmikmod/libmikmod-3.1.9-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/media-libs/libmikmod/libmikmod-3.1.9-r1.ebuild,v 1.2 2000/08/16 04:38:07 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmikmod/libmikmod-3.1.9-r1.ebuild,v 1.3 2000/09/15 20:09:02 drobbins Exp $ P=libmikmod-3.1.9 A=${P}.tar.gz @@ -15,13 +15,13 @@ src_unpack() { src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr - make + try ./configure --host=${CHOST} --prefix=/usr + try make } src_install() { cd ${S} - make DESTDIR=${D} install + try make DESTDIR=${D} install prepman prepinfo dodoc AUTHORS COPYING* NEWS PROBLEMS README TODO *.lsm diff --git a/media-libs/libpng/libpng-1.0.8-r1.ebuild b/media-libs/libpng/libpng-1.0.8-r1.ebuild index 43bca70ffce7..fc8d7c1848bc 100644 --- a/media-libs/libpng/libpng-1.0.8-r1.ebuild +++ b/media-libs/libpng/libpng-1.0.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.0.8-r1.ebuild,v 1.2 2000/08/16 04:38:08 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.0.8-r1.ebuild,v 1.3 2000/09/15 20:09:02 drobbins Exp $ P=libpng-1.0.8 A="${P}.tar.gz" @@ -22,7 +22,7 @@ src_compile() { -e "s:prefix=/usr:prefix=${D}/usr:" \ -e "s/-O3/${CFLAGS}/" \ scripts/makefile.linux > Makefile - make + try make } @@ -31,7 +31,7 @@ src_install() { mkdir ${D}/usr mkdir ${D}/usr/include mkdir ${D}/usr/lib - make install prefix=${D}/usr + try make install prefix=${D}/usr into /usr doman *.3 *.5 dodoc ANNOUNCE CHANGES KNOWNBUG LICENSE README TODO Y2KINFO diff --git a/media-libs/libsdl/libsdl-1.1.3-r1.ebuild b/media-libs/libsdl/libsdl-1.1.3-r1.ebuild index a93fd0c0a399..1177c774edb8 100644 --- a/media-libs/libsdl/libsdl-1.1.3-r1.ebuild +++ b/media-libs/libsdl/libsdl-1.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.1.3-r1.ebuild,v 1.2 2000/08/16 04:38:08 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.1.3-r1.ebuild,v 1.3 2000/09/15 20:09:03 drobbins Exp $ P=libsdl-1.1.3 A=SDL-1.1.3.tar.gz @@ -16,13 +16,13 @@ src_unpack() { src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr - make + try ./configure --host=${CHOST} --prefix=/usr + try make } src_install() { cd ${S} - make DESTDIR=${D} install + try make DESTDIR=${D} install dodoc BUGS COPYING CREDITS README* TODO WhatsNew docinto html diff --git a/media-libs/libsdl/libsdl-1.1.4.ebuild b/media-libs/libsdl/libsdl-1.1.4.ebuild index 8b860c52f4c8..b7b782854032 100644 --- a/media-libs/libsdl/libsdl-1.1.4.ebuild +++ b/media-libs/libsdl/libsdl-1.1.4.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/media-libs/libsdl/libsdl-1.1.4.ebuild,v 1.1 2000/08/25 15:10:23 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.1.4.ebuild,v 1.2 2000/09/15 20:09:03 drobbins Exp $ P=libsdl-1.1.4 A=SDL-1.1.4.tar.gz @@ -16,13 +16,13 @@ src_unpack() { src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr - make + try ./configure --host=${CHOST} --prefix=/usr + try make } src_install() { cd ${S} - make DESTDIR=${D} install + try make DESTDIR=${D} install dodoc BUGS COPYING CREDITS README* TODO WhatsNew docinto html diff --git a/media-libs/libungif/libungif-4.1.0_beta1-r1.ebuild b/media-libs/libungif/libungif-4.1.0_beta1-r1.ebuild index 90dcefa37431..8e982e02b8a4 100644 --- a/media-libs/libungif/libungif-4.1.0_beta1-r1.ebuild +++ b/media-libs/libungif/libungif-4.1.0_beta1-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/media-libs/libungif/libungif-4.1.0_beta1-r1.ebuild,v 1.1 2000/08/16 16:45:45 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libungif/libungif-4.1.0_beta1-r1.ebuild,v 1.2 2000/09/15 20:09:03 drobbins Exp $ P=libungif-4.1.0b1 A=${P}.tar.gz @@ -12,13 +12,13 @@ HOMEPAGE="http://prtr-13.ucsc.edu/~badger/software/libungif/index.shtml" src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr - make + try ./configure --host=${CHOST} --prefix=/usr + try make } src_install() { cd ${S} - make prefix=${D}/usr install + try make prefix=${D}/usr install dodoc AUTHORS BUGS COPYING ChangeLog NEWS ONEWS dodoc UNCOMPRESSED_GIF README TODO dodoc doc/*.txt diff --git a/media-libs/smjpeg/smjpeg-0.2.1-r1.ebuild b/media-libs/smjpeg/smjpeg-0.2.1-r1.ebuild index d58feadc68bb..643a08775588 100644 --- a/media-libs/smjpeg/smjpeg-0.2.1-r1.ebuild +++ b/media-libs/smjpeg/smjpeg-0.2.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/media-libs/smjpeg/smjpeg-0.2.1-r1.ebuild,v 1.2 2000/08/16 04:38:08 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/smjpeg/smjpeg-0.2.1-r1.ebuild,v 1.3 2000/09/15 20:09:03 drobbins Exp $ P=smjpeg-0.2.1 A=${P}.tar.gz @@ -14,15 +14,15 @@ HOMEPAGE="http://www.lokigames.com/development/smjpeg.php3" 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 dodoc CHANGES COPYING README TODO SMJPEG.txt } diff --git a/media-libs/smpeg/smpeg-0.4.0-r1.ebuild b/media-libs/smpeg/smpeg-0.4.0-r1.ebuild index ed2ad0bace97..8ec77b52d450 100644 --- a/media-libs/smpeg/smpeg-0.4.0-r1.ebuild +++ b/media-libs/smpeg/smpeg-0.4.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/media-libs/smpeg/smpeg-0.4.0-r1.ebuild,v 1.2 2000/08/16 04:38:08 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/smpeg-0.4.0-r1.ebuild,v 1.3 2000/09/15 20:09:03 drobbins Exp $ P=smpeg-0.4.0 A=${P}.tar.gz @@ -14,15 +14,15 @@ HOMEPAGE="http://www.lokigames.com/development/smpeg.php3" 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 CHANGES COPYING README* TODO } diff --git a/media-libs/t1lib/t1lib-1.0.1-r1.ebuild b/media-libs/t1lib/t1lib-1.0.1-r1.ebuild index 70563f94196e..5a5419deff6b 100644 --- a/media-libs/t1lib/t1lib-1.0.1-r1.ebuild +++ b/media-libs/t1lib/t1lib-1.0.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/media-libs/t1lib/t1lib-1.0.1-r1.ebuild,v 1.2 2000/08/16 04:38:08 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/t1lib/t1lib-1.0.1-r1.ebuild,v 1.3 2000/09/15 20:09:03 drobbins Exp $ P=t1lib-1.0.1 A=${P}.tar.gz @@ -16,13 +16,13 @@ src_unpack() { src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr - make without_doc + try ./configure --host=${CHOST} --prefix=/usr + try make without_doc } src_install() { cd ${S} - make prefix=${D}/usr install + try make prefix=${D}/usr install dodoc Changes LGPL LICENSE README* } diff --git a/media-libs/tiff/tiff-3.5.5-r1.ebuild b/media-libs/tiff/tiff-3.5.5-r1.ebuild index 8b5bec8a126d..f205f1147141 100644 --- a/media-libs/tiff/tiff-3.5.5-r1.ebuild +++ b/media-libs/tiff/tiff-3.5.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-3.5.5-r1.ebuild,v 1.1 2000/08/26 20:41:56 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-3.5.5-r1.ebuild,v 1.2 2000/09/15 20:09:04 drobbins Exp $ P=tiff-v3.5.5 A=${P}.tar.gz @@ -12,7 +12,7 @@ HOMEPAGE="http://www.libtiff.org/" src_compile() { cd ${S} - ./configure --noninteractive + try ./configure --noninteractive cd libtiff cp Makefile Makefile.orig sed -e "s/-O/${CFLAGS}/" Makefile.orig > Makefile @@ -20,7 +20,7 @@ src_compile() { cp Makefile Makefile.orig sed -e "s/-O/${CFLAGS}/" Makefile.orig > Makefile cd .. - make + try make } src_unpack() { @@ -43,7 +43,7 @@ src_install() { dodir /usr/doc dodoc COPYRIGHT README TODO VERSION dodir /usr/doc/${PF}/html - make install + try make install prepman gzip ${D}/usr/doc/${PF}/html/*.html gzip ${D}/usr/doc/${PF}/html/images/* diff --git a/media-sound/alsa-driver/alsa-driver-0.5.9c.ebuild b/media-sound/alsa-driver/alsa-driver-0.5.9c.ebuild index 2192e98aeec5..07891e23bcd9 100644 --- a/media-sound/alsa-driver/alsa-driver-0.5.9c.ebuild +++ b/media-sound/alsa-driver/alsa-driver-0.5.9c.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/media-sound/alsa-driver/alsa-driver-0.5.9c.ebuild,v 1.2 2000/09/10 17:55:08 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-0.5.9c.ebuild,v 1.3 2000/09/15 20:09:04 drobbins Exp $ A=${P}.tar.bz2 S=${WORKDIR}/${P} @@ -19,11 +19,11 @@ src_unpack() { src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr \ + try ./configure --host=${CHOST} --prefix=/usr \ --with-kernel=${WORKDIR}/../../${KERNEL}/work/linux \ --with-moddir=/lib/modules/${MODULES} \ --with-isapnp=yes --with-sequencer=yes --with-oss=yes - make + try make } src_install() { diff --git a/media-sound/alsa-utils/alsa-utils-0.5.8-r1.ebuild b/media-sound/alsa-utils/alsa-utils-0.5.8-r1.ebuild index 443a750465e4..b022777776af 100644 --- a/media-sound/alsa-utils/alsa-utils-0.5.8-r1.ebuild +++ b/media-sound/alsa-utils/alsa-utils-0.5.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-0.5.8-r1.ebuild,v 1.2 2000/08/16 04:38:09 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-0.5.8-r1.ebuild,v 1.3 2000/09/15 20:09:04 drobbins Exp $ P=alsa-utils-0.5.8 A=${P}.tar.bz2 @@ -16,8 +16,8 @@ src_unpack() { src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr - make + try ./configure --host=${CHOST} --prefix=/usr + try make } @@ -29,7 +29,7 @@ src_install() { sed -e "s:cd \$(mandir):cd \$(DESTDIR)\$(mandir):" \ Makefile.orig > Makefile cd ${S} - make DESTDIR=${D} install + try make DESTDIR=${D} install dodoc ChangeLog COPYING README newdoc alsamixer/README README.alsamixer dodoc seq/aconnect/README* seq/aseqnet/README* diff --git a/media-sound/alsa-utils/alsa-utils-0.5.9a.ebuild b/media-sound/alsa-utils/alsa-utils-0.5.9a.ebuild index 918ac55b2a97..31ce3c52edd3 100644 --- a/media-sound/alsa-utils/alsa-utils-0.5.9a.ebuild +++ b/media-sound/alsa-utils/alsa-utils-0.5.9a.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/media-sound/alsa-utils/alsa-utils-0.5.9a.ebuild,v 1.1 2000/08/25 04:43:33 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-0.5.9a.ebuild,v 1.2 2000/09/15 20:09:04 drobbins Exp $ P=alsa-utils-0.5.9a A=${P}.tar.bz2 @@ -16,8 +16,8 @@ src_unpack() { src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr - make + try ./configure --host=${CHOST} --prefix=/usr + try make } @@ -29,7 +29,7 @@ src_install() { sed -e "s:cd \$(mandir):cd \$(DESTDIR)\$(mandir):" \ Makefile.orig > Makefile cd ${S} - make DESTDIR=${D} install + try make DESTDIR=${D} install dodoc ChangeLog COPYING README newdoc alsamixer/README README.alsamixer dodoc seq/aconnect/README* seq/aseqnet/README* diff --git a/media-sound/esound/esound-0.2.19.ebuild b/media-sound/esound/esound-0.2.19.ebuild index 7b4409a8fe1f..b2ddcf6e2be7 100644 --- a/media-sound/esound/esound-0.2.19.ebuild +++ b/media-sound/esound/esound-0.2.19.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/media-sound/esound/esound-0.2.19.ebuild,v 1.3 2000/09/15 20:06:31 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/esound-0.2.19.ebuild,v 1.4 2000/09/15 20:09:04 drobbins Exp $ P=esound-0.2.19 A=${P}.tar.gz diff --git a/media-sound/lame/lame-3.86b.ebuild b/media-sound/lame/lame-3.86b.ebuild index ad3227c9939b..a526b031e9ed 100644 --- a/media-sound/lame/lame-3.86b.ebuild +++ b/media-sound/lame/lame-3.86b.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/media-sound/lame/lame-3.86b.ebuild,v 1.1 2000/08/26 20:41:56 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.86b.ebuild,v 1.2 2000/09/15 20:09:04 drobbins Exp $ P=lame-3.86b A=lame3.86beta.tar.gz @@ -23,7 +23,7 @@ src_unpack () { src_compile() { cd ${S} - make + try make } diff --git a/media-sound/mpg123/mpg123-0.59r.ebuild b/media-sound/mpg123/mpg123-0.59r.ebuild index 053ec4a30d26..605c10c47e68 100644 --- a/media-sound/mpg123/mpg123-0.59r.ebuild +++ b/media-sound/mpg123/mpg123-0.59r.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/media-sound/mpg123/mpg123-0.59r.ebuild,v 1.2 2000/08/16 04:38:09 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpg123/mpg123-0.59r.ebuild,v 1.3 2000/09/15 20:09:04 drobbins Exp $ P=mpg123-0.59r A=${P}.tar.gz @@ -20,7 +20,7 @@ src_unpack () { src_compile() { cd ${S} - make linux-i486 + try make linux-i486 } diff --git a/media-sound/sox/sox-12.17.ebuild b/media-sound/sox/sox-12.17.ebuild index 2312aa1a0276..6f7a4acb77bc 100644 --- a/media-sound/sox/sox-12.17.ebuild +++ b/media-sound/sox/sox-12.17.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/media-sound/sox/sox-12.17.ebuild,v 1.1 2000/09/10 15:17:29 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sox/sox-12.17.ebuild,v 1.2 2000/09/15 20:09:05 drobbins Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -13,9 +13,9 @@ HOMEPAGE="http://home.sprynet.com/~cgabwell/sox.html" src_compile() { cd ${S} - ./configure --prefix=/usr --host=${CHOST} \ + try ./configure --prefix=/usr --host=${CHOST} \ --enable-fast-ulaw --enable-fast-alaw --with-alsa-dsp - make + try make } diff --git a/media-sound/xmms/xmms-1.2.2-r1.ebuild b/media-sound/xmms/xmms-1.2.2-r1.ebuild index 44a3f0be15f9..98493699af2a 100644 --- a/media-sound/xmms/xmms-1.2.2-r1.ebuild +++ b/media-sound/xmms/xmms-1.2.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/media-sound/xmms/xmms-1.2.2-r1.ebuild,v 1.2 2000/08/16 04:38:10 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/xmms/xmms-1.2.2-r1.ebuild,v 1.3 2000/09/15 20:09:05 drobbins Exp $ P=xmms-1.2.2 A=${P}.tar.gz @@ -16,13 +16,13 @@ src_unpack() { src_compile() { cd ${S} - CFLAGS="$CFLAGS -I/opt/gnome/include" ./configure --host=${CHOST} --prefix=/usr/X11R6 --with-catgets - make + CFLAGS="$CFLAGS -I/opt/gnome/include" try ./configure --host=${CHOST} --prefix=/usr/X11R6 --with-catgets + try make } src_install() { cd ${S} - make prefix=${D}/usr/X11R6 install + try make prefix=${D}/usr/X11R6 install dodoc AUTHORS ChangeLog COPYING FAQ NEWS README TODO insinto /usr/X11R6/include/X11/pixmaps/ newins gnomexmms/gnomexmms.xpm xmms.xpm diff --git a/media-video/bcast-2000/bcast-2000a-r1.ebuild b/media-video/bcast-2000/bcast-2000a-r1.ebuild index 93b7d3c0e3d1..cf586494cfbf 100644 --- a/media-video/bcast-2000/bcast-2000a-r1.ebuild +++ b/media-video/bcast-2000/bcast-2000a-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/media-video/bcast-2000/bcast-2000a-r1.ebuild,v 1.2 2000/08/16 04:38:10 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/bcast-2000/bcast-2000a-r1.ebuild,v 1.3 2000/09/15 20:09:05 drobbins Exp $ P=bcast-2000a A=${P}-src.tar.gz @@ -22,8 +22,8 @@ src_unpack() { src_compile() { cd ${S} - ./configure - make + try ./configure + try make } diff --git a/media-video/lamp/lamp-20000903.ebuild b/media-video/lamp/lamp-20000903.ebuild index 49be59103ced..75276cef8b3b 100644 --- a/media-video/lamp/lamp-20000903.ebuild +++ b/media-video/lamp/lamp-20000903.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/media-video/lamp/lamp-20000903.ebuild,v 1.2 2000/09/13 14:07:49 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/lamp/lamp-20000903.ebuild,v 1.3 2000/09/15 20:09:05 drobbins Exp $ P=lamp-2000.09.03 A=${P}.tar.gz @@ -57,15 +57,15 @@ src_compile() { cd ${S} unset CFLAGS - make depend - make world + try make depend + try make world } src_install () { cd ${S} - make installroot=${D} install + try make installroot=${D} install rmdir ${D}/usr/libexec/lamp/avifile_codecs cp ${FILESDIR}/config ${D}/usr/libexec/lamp dodoc ANNOUNCE ChangeLog COPYING CREDITS README* TODO USAGE FAQ docs/Xv.txt diff --git a/media-video/mjpeg-tools/mjpeg-tools-1a.ebuild b/media-video/mjpeg-tools/mjpeg-tools-1a.ebuild index e1dc5ff8228d..a2789590cf7b 100644 --- a/media-video/mjpeg-tools/mjpeg-tools-1a.ebuild +++ b/media-video/mjpeg-tools/mjpeg-tools-1a.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/media-video/mjpeg-tools/mjpeg-tools-1a.ebuild,v 1.2 2000/08/16 04:38:10 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mjpeg-tools/mjpeg-tools-1a.ebuild,v 1.3 2000/09/15 20:09:05 drobbins Exp $ P=mjpeg-tools-1a A="mjpeg_beta_1a.tar.gz quicktime4linux-1.1.9.tar.gz" @@ -22,13 +22,13 @@ src_unpack() { src_compile() { cd ${S} - make + try make cd aenc - make + try make cd ../mpegjoin - make + try make cd ../mplex - make + try make } src_install () { diff --git a/media-video/mpeg-movie/mpeg-movie-1.6.0.ebuild b/media-video/mpeg-movie/mpeg-movie-1.6.0.ebuild index 5e6c37b6ddc7..652bfd4e602d 100644 --- a/media-video/mpeg-movie/mpeg-movie-1.6.0.ebuild +++ b/media-video/mpeg-movie/mpeg-movie-1.6.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-video/mpeg-movie/mpeg-movie-1.6.0.ebuild,v 1.4 2000/08/16 15:08:41 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpeg-movie/mpeg-movie-1.6.0.ebuild,v 1.5 2000/09/15 20:09:05 drobbins Exp $ P=mpeg-movie-1.6.0 A=mpeg_movie-1.6.0.tar.gz @@ -50,7 +50,7 @@ src_unpack() { src_compile() { cd ${S} - make + try make } diff --git a/media-video/mpeg-tools/mpeg-tools-1.5b.ebuild b/media-video/mpeg-tools/mpeg-tools-1.5b.ebuild index 8f5232442072..9a30e8237e59 100644 --- a/media-video/mpeg-tools/mpeg-tools-1.5b.ebuild +++ b/media-video/mpeg-tools/mpeg-tools-1.5b.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/media-video/mpeg-tools/mpeg-tools-1.5b.ebuild,v 1.2 2000/08/16 04:38:10 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpeg-tools/mpeg-tools-1.5b.ebuild,v 1.3 2000/09/15 20:09:05 drobbins Exp $ P=mpeg-tools-1.5b A=mpeg_encode-1.5b-src.tar.gz @@ -20,11 +20,11 @@ src_unpack () { src_compile() { cd ${S} - make + try make cd ../convert - make + try make cd mtv - make + try make } src_install () { diff --git a/media-video/mpeg2-movie/mpeg2-movie-1.2.1.ebuild b/media-video/mpeg2-movie/mpeg2-movie-1.2.1.ebuild index 6d31d7cf3f93..bb51073336d0 100644 --- a/media-video/mpeg2-movie/mpeg2-movie-1.2.1.ebuild +++ b/media-video/mpeg2-movie/mpeg2-movie-1.2.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-video/mpeg2-movie/mpeg2-movie-1.2.1.ebuild,v 1.3 2000/08/16 15:08:41 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpeg2-movie/mpeg2-movie-1.2.1.ebuild,v 1.4 2000/09/15 20:09:06 drobbins Exp $ P=mpeg2-movie-1.2.1 A=mpeg2_movie-1.2.1.tar.gz @@ -14,8 +14,8 @@ HOMEPAGE="http://heroine.linuxave.net/mpeg2movie.html" src_compile() { cd ${S} - ./configure - make + try ./configure + try make } diff --git a/media-video/mpeg2-movie/mpeg2-movie-1.2.2.ebuild b/media-video/mpeg2-movie/mpeg2-movie-1.2.2.ebuild index b5af1fa075fb..e0c27a83a2eb 100644 --- a/media-video/mpeg2-movie/mpeg2-movie-1.2.2.ebuild +++ b/media-video/mpeg2-movie/mpeg2-movie-1.2.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-video/mpeg2-movie/mpeg2-movie-1.2.2.ebuild,v 1.1 2000/08/30 11:08:14 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpeg2-movie/mpeg2-movie-1.2.2.ebuild,v 1.2 2000/09/15 20:09:06 drobbins Exp $ P=mpeg2-movie-1.2.2 A=mpeg2_movie-1.2.2.tar.gz @@ -14,8 +14,8 @@ HOMEPAGE="http://heroine.linuxave.net/mpeg2movie.html" src_compile() { cd ${S} - ./configure - make + try ./configure + try make } diff --git a/media-video/smpeg-xmms/smpeg-xmms-0.2.5.ebuild b/media-video/smpeg-xmms/smpeg-xmms-0.2.5.ebuild index 4fa2782bd62e..3b9f2f04e92f 100644 --- a/media-video/smpeg-xmms/smpeg-xmms-0.2.5.ebuild +++ b/media-video/smpeg-xmms/smpeg-xmms-0.2.5.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/media-video/smpeg-xmms/smpeg-xmms-0.2.5.ebuild,v 1.2 2000/08/16 04:38:11 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/smpeg-xmms/smpeg-xmms-0.2.5.ebuild,v 1.3 2000/09/15 20:09:06 drobbins Exp $ P=smpeg-xmms-0.2.5 A=${P}.tar.gz @@ -14,15 +14,15 @@ HOMEPAGE="http://www.xmms.org/plugins_input.html" src_compile() { cd ${S} - ./configure --prefix=/usr/X11R6 --host=${CHOST} - make + try ./configure --prefix=/usr/X11R6 --host=${CHOST} + try make } src_install () { cd ${S} - make DESTDIR=${D} install + try make DESTDIR=${D} install dodoc AUTHORS COPYING README TODO ChangeLog } diff --git a/media-video/smpeg-xmms/smpeg-xmms-0.3.1.ebuild b/media-video/smpeg-xmms/smpeg-xmms-0.3.1.ebuild index 2141ae56243b..a316708a6761 100644 --- a/media-video/smpeg-xmms/smpeg-xmms-0.3.1.ebuild +++ b/media-video/smpeg-xmms/smpeg-xmms-0.3.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-video/smpeg-xmms/smpeg-xmms-0.3.1.ebuild,v 1.1 2000/08/27 05:31:24 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/smpeg-xmms/smpeg-xmms-0.3.1.ebuild,v 1.2 2000/09/15 20:09:06 drobbins Exp $ P=smpeg-xmms-0.3.1 A=${P}.tar.gz @@ -14,15 +14,15 @@ HOMEPAGE="http://www.xmms.org/plugins_input.html" src_compile() { cd ${S} - ./configure --prefix=/usr/X11R6 --host=${CHOST} - make + try ./configure --prefix=/usr/X11R6 --host=${CHOST} + try make } src_install () { cd ${S} - make DESTDIR=${D} install + try make DESTDIR=${D} install dodoc AUTHORS COPYING README TODO ChangeLog } diff --git a/media-video/vlc/vlc-0.1.99h.ebuild b/media-video/vlc/vlc-0.1.99h.ebuild index 09240c99e895..4ea642d4694b 100644 --- a/media-video/vlc/vlc-0.1.99h.ebuild +++ b/media-video/vlc/vlc-0.1.99h.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/media-video/vlc/vlc-0.1.99h.ebuild,v 1.1 2000/08/26 20:41:56 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.1.99h.ebuild,v 1.2 2000/09/15 20:09:06 drobbins Exp $ P=vlc-0.1.99h A=${P}.tar.bz2 @@ -16,17 +16,17 @@ src_compile() { unset CFLAGS unset CXXFLAGS cd ${S} - ./configure --prefix=/usr --host=${CHOST} \ + try ./configure --prefix=/usr --host=${CHOST} \ --enable-mmx --enable-dsp --enable-esd \ --enable-fb --enable-sdl --enable-gnome --enable-x11 - make + try make } src_install () { cd ${S} - make prefix=${D}/usr install + try make prefix=${D}/usr install dodoc AUTHORS ChangeLog COPYING README TODO diff --git a/media-video/xanim-export/xanim-export-2.80.1.ebuild b/media-video/xanim-export/xanim-export-2.80.1.ebuild index 1ff530222db7..c06249d6b862 100644 --- a/media-video/xanim-export/xanim-export-2.80.1.ebuild +++ b/media-video/xanim-export/xanim-export-2.80.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-video/xanim-export/xanim-export-2.80.1.ebuild,v 1.2 2000/09/08 20:44:21 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/xanim-export/xanim-export-2.80.1.ebuild,v 1.3 2000/09/15 20:09:06 drobbins Exp $ A="xanim_exporting_edition.tar.gz xa1.0_cyuv_linuxELFg21.o.gz xa2.0_cvid_linuxELFg21.o.gz xa2.1_iv32_linuxELFg21.o.gz" @@ -31,9 +31,9 @@ src_unpack() { src_compile() { cd ${S}/quicktime - make + try make cd .. - make + try make } diff --git a/media-video/xanim/xanim-2.80.1.ebuild b/media-video/xanim/xanim-2.80.1.ebuild index dc5e15c2b1b0..02e08bc56dcd 100644 --- a/media-video/xanim/xanim-2.80.1.ebuild +++ b/media-video/xanim/xanim-2.80.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-video/xanim/xanim-2.80.1.ebuild,v 1.2 2000/09/08 20:33:05 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/xanim/xanim-2.80.1.ebuild,v 1.3 2000/09/15 20:09:06 drobbins Exp $ A="xanim2801.tar.gz xa1.0_cyuv_linuxELFg21.o.gz xa2.0_cvid_linuxELFg21.o.gz xa2.1_iv32_linuxELFg21.o.gz" @@ -29,7 +29,7 @@ src_unpack() { src_compile() { cd ${S} - make + try make } diff --git a/media-video/xawtv/xawtv-3.20.ebuild b/media-video/xawtv/xawtv-3.20.ebuild index 1e249e7218d7..b7f110d67443 100644 --- a/media-video/xawtv/xawtv-3.20.ebuild +++ b/media-video/xawtv/xawtv-3.20.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/media-video/xawtv/xawtv-3.20.ebuild,v 1.1 2000/09/10 17:04:53 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/xawtv/xawtv-3.20.ebuild,v 1.2 2000/09/15 20:09:06 drobbins Exp $ A=xawtv_3.20.tar.gz S=${WORKDIR}/${P} @@ -15,14 +15,14 @@ src_unpack() { src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr \ + try ./configure --host=${CHOST} --prefix=/usr \ --enable-jpeg --enable-xfree-ext --enable-xvideo --with-x - make + try make } src_install() { cd ${S} - make prefix=${D}/usr install + try make prefix=${D}/usr install prepman dodoc COPYING Changes KNOWN_PROBLEMS Miro_gpio.txt Programming-FAQ dodoc README* Sound-FAQ TODO Trouble-Shooting UPDATE_TO_v3.0 diff --git a/media-video/xmovie/xmovie-1.4.ebuild b/media-video/xmovie/xmovie-1.4.ebuild index 0e6c53265c0d..cc9637b2f33a 100644 --- a/media-video/xmovie/xmovie-1.4.ebuild +++ b/media-video/xmovie/xmovie-1.4.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/media-video/xmovie/xmovie-1.4.ebuild,v 1.2 2000/08/16 04:38:11 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/xmovie/xmovie-1.4.ebuild,v 1.3 2000/09/15 20:09:06 drobbins Exp $ P=xmovie-1.4 A=${P}.tar.gz @@ -14,8 +14,8 @@ HOMEPAGE="http://heroine.linuxave.net/xmovie.html" src_compile() { cd ${S} - ./configure - make + try ./configure + try make } diff --git a/media-video/xmovie/xmovie-1.5.1.ebuild b/media-video/xmovie/xmovie-1.5.1.ebuild index 8da192094687..1dee7d245078 100644 --- a/media-video/xmovie/xmovie-1.5.1.ebuild +++ b/media-video/xmovie/xmovie-1.5.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-video/xmovie/xmovie-1.5.1.ebuild,v 1.1 2000/08/30 10:57:43 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/xmovie/xmovie-1.5.1.ebuild,v 1.2 2000/09/15 20:09:06 drobbins Exp $ P=xmovie-1.5.1 A=${P}.tar.gz @@ -14,8 +14,8 @@ HOMEPAGE="http://heroine.linuxave.net/xmovie.html" src_compile() { cd ${S} - ./configure - make + try ./configure + try make } diff --git a/media-video/xmps/xmps-0.1.1-r1.ebuild b/media-video/xmps/xmps-0.1.1-r1.ebuild index ca7e81cec469..50f3f2121633 100644 --- a/media-video/xmps/xmps-0.1.1-r1.ebuild +++ b/media-video/xmps/xmps-0.1.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/media-video/xmps/xmps-0.1.1-r1.ebuild,v 1.2 2000/08/16 04:38:12 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/xmps/xmps-0.1.1-r1.ebuild,v 1.3 2000/09/15 20:09:06 drobbins Exp $ P=xmps-0.1.1 A=${P}.tar.gz @@ -13,16 +13,16 @@ HOMEPAGE="http://www-eleves.enst-bretagne.fr/~chavarri/xmps/" src_compile() { cd ${S} - ./configure --prefix=/usr/X11R6 --host=${CHOST} \ + try ./configure --prefix=/usr/X11R6 --host=${CHOST} \ --with-catgets - make + try make } src_install () { cd ${S} - make DESTDIR=${D} install + try make DESTDIR=${D} install dodoc AUTHORS ChangeLog COPYING NEWS README TODO } diff --git a/media-video/xmps/xmps-0.1.3-r1.ebuild b/media-video/xmps/xmps-0.1.3-r1.ebuild index 2e87f7ddfcca..3c074bf922f0 100644 --- a/media-video/xmps/xmps-0.1.3-r1.ebuild +++ b/media-video/xmps/xmps-0.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-video/xmps/xmps-0.1.3-r1.ebuild,v 1.2 2000/08/16 04:38:12 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/xmps/xmps-0.1.3-r1.ebuild,v 1.3 2000/09/15 20:09:06 drobbins Exp $ P=xmps-0.1.3 A=${P}.tar.gz @@ -13,16 +13,16 @@ HOMEPAGE="http://www-eleves.enst-bretagne.fr/~chavarri/xmps/" src_compile() { cd ${S} - ./configure --prefix=/usr/X11R6 --host=${CHOST} \ + try ./configure --prefix=/usr/X11R6 --host=${CHOST} \ --with-catgets - make + try make } src_install () { cd ${S} - make DESTDIR=${D} install + try make DESTDIR=${D} install dodoc AUTHORS ChangeLog COPYING NEWS README TODO } diff --git a/net-analyzer/ethereal/ethereal-0.8.11-r1.ebuild b/net-analyzer/ethereal/ethereal-0.8.11-r1.ebuild index 01f2a47e674d..0bf7e384f2be 100644 --- a/net-analyzer/ethereal/ethereal-0.8.11-r1.ebuild +++ b/net-analyzer/ethereal/ethereal-0.8.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ethereal-0.8.11-r1.ebuild,v 1.2 2000/08/16 04:38:12 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ethereal-0.8.11-r1.ebuild,v 1.3 2000/09/15 20:09:07 drobbins Exp $ P=ethereal-0.8.11 A=${P}.tar.gz @@ -12,13 +12,13 @@ SRC_URI="http://ethereal.zing.org/distribution/${A} HOMEPAGE="http://ethereal.zing.org/" src_compile() { cd ${S} - LDFLAGS="-L/usr/lib -lz" ./configure --host=${CHOST} --prefix=/usr/X11R6 --sysconfdir=/etc/ethereal - make + LDFLAGS="-L/usr/lib -lz" try ./configure --host=${CHOST} --prefix=/usr/X11R6 --sysconfdir=/etc/ethereal + try make } src_install() { cd ${S} - make prefix=${D}/usr/X11R6 sysconfdir=${D}/etc/ethereal install + try make prefix=${D}/usr/X11R6 sysconfdir=${D}/etc/ethereal install prepman /usr/X11R6 dodoc AUTHORS COPYING ChangeLog INSTALL.* NEWS README* TODO diff --git a/net-analyzer/nessus/nessus-1.0.4-r1.ebuild b/net-analyzer/nessus/nessus-1.0.4-r1.ebuild index a7557d0c797b..11da834878af 100644 --- a/net-analyzer/nessus/nessus-1.0.4-r1.ebuild +++ b/net-analyzer/nessus/nessus-1.0.4-r1.ebuild @@ -30,9 +30,9 @@ src_compile() { export LD_LIBRARY_PATH=${D}/usr/lib:$LD_LIBRARY_PATH echo "Compiling libraries..." cd ${S}/nessus-libraries - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/state - make - make prefix=${D}/usr sysconfdir=${D}/etc localstatedir=${D}/var/state install + try ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/state + try make + try make prefix=${D}/usr sysconfdir=${D}/etc localstatedir=${D}/var/state install cd ${D}/usr/bin cp nessus-config nessus-config.orig sed -e "s:^PREFIX=:PREFIX=${D}:" \ @@ -40,41 +40,41 @@ src_compile() { echo "Compiling libnasl..." cd ${S}/libnasl - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/state - make - make prefix=${D}/usr sysconfdir=${D}/etc localstatedir=${D}/var/state install + try ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/state + try make + try make prefix=${D}/usr sysconfdir=${D}/etc localstatedir=${D}/var/state install cd ${D}/usr/bin cp nasl-config nasl-config.orig sed -e "s:^PREFIX=:PREFIX=${D}:" nasl-config.orig > nasl-config echo "Compiling core..." cd ${S}/nessus-core - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/state - make - make prefix=${D}/usr sysconfdir=${D}/etc localstatedir=${D}/var/state install + try ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/state + try make + try make prefix=${D}/usr sysconfdir=${D}/etc localstatedir=${D}/var/state install echo "Compiling plugins..." cd ${S}/nessus-plugins - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/state - make - make prefix=${D}/usr sysconfdir=${D}/etc localstatedir=${D}/var/state install + try ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/state + try make + try make prefix=${D}/usr sysconfdir=${D}/etc localstatedir=${D}/var/state install } src_install() { cd ${S}/nessus-libraries - make prefix=${D}/usr sysconfdir=${D}/etc localstatedir=${D}/var/state install + try make prefix=${D}/usr sysconfdir=${D}/etc localstatedir=${D}/var/state install cd ${S}/libnasl - make prefix=${D}/usr sysconfdir=${D}/etc localstatedir=${D}/var/state install + try make prefix=${D}/usr sysconfdir=${D}/etc localstatedir=${D}/var/state install cd ${S}/nessus-core - make prefix=${D}/usr sysconfdir=${D}/etc localstatedir=${D}/var/state install + try make prefix=${D}/usr sysconfdir=${D}/etc localstatedir=${D}/var/state install cp ${ROOT}/config/nessusd.conf ${D}/etc/nessus/ cd ${S}/nessus-plugins - make prefix=${D}/usr sysconfdir=${D}/etc localstatedir=${D}/var/state install + try make prefix=${D}/usr sysconfdir=${D}/etc localstatedir=${D}/var/state install cd ${S}/nessus-libraries docinto nessus-libraries diff --git a/net-analyzer/ngrep/ngrep-1.38-r1.ebuild b/net-analyzer/ngrep/ngrep-1.38-r1.ebuild index 354772460b4e..3d2e7102c29e 100644 --- a/net-analyzer/ngrep/ngrep-1.38-r1.ebuild +++ b/net-analyzer/ngrep/ngrep-1.38-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/net-analyzer/ngrep/ngrep-1.38-r1.ebuild,v 1.2 2000/08/16 04:38:12 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ngrep/ngrep-1.38-r1.ebuild,v 1.3 2000/09/15 20:09:07 drobbins Exp $ P=ngrep-1.38 A=${P}.tar.gz @@ -16,8 +16,8 @@ src_unpack() { src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr - make + try ./configure --host=${CHOST} --prefix=/usr + try make } src_install() { diff --git a/net-analyzer/ntop/ntop-1.3.1-r1.ebuild b/net-analyzer/ntop/ntop-1.3.1-r1.ebuild index 4268c4346941..7926a9044ffe 100644 --- a/net-analyzer/ntop/ntop-1.3.1-r1.ebuild +++ b/net-analyzer/ntop/ntop-1.3.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/net-analyzer/ntop/ntop-1.3.1-r1.ebuild,v 1.2 2000/08/16 04:38:12 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-1.3.1-r1.ebuild,v 1.3 2000/09/15 20:09:07 drobbins Exp $ P=ntop-1.3.1 A="${P}.tar.gz" @@ -15,15 +15,15 @@ src_compile() { cd ${S} cp configure configure.orig sed -e "s:/usr/local/ssl:/usr:" configure.orig > configure - CFLAGS="$CFLAGS -I/usr/include/openssl" ./configure --prefix=/usr --sysconfdir=/usr/share --host=${CHOST} - make + CFLAGS="$CFLAGS -I/usr/include/openssl" try ./configure --prefix=/usr --sysconfdir=/usr/share --host=${CHOST} + try make } src_install () { cd ${S} - make prefix=${D}/usr sysconfdir=/${D}/usr/share install + try make prefix=${D}/usr sysconfdir=/${D}/usr/share install mv ${D}/usr/bin/plugins ${D}/usr/share/ntop prepman dodoc AUTHORS ChangeLog CONTENTS COPYING FAQ FILES HACKING diff --git a/net-analyzer/tcpdump/tcpdump-3.5-r1.ebuild b/net-analyzer/tcpdump/tcpdump-3.5-r1.ebuild index e006f7c2e41a..8d9d63101d4c 100644 --- a/net-analyzer/tcpdump/tcpdump-3.5-r1.ebuild +++ b/net-analyzer/tcpdump/tcpdump-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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-3.5-r1.ebuild,v 1.2 2000/08/16 04:38:12 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-3.5-r1.ebuild,v 1.3 2000/09/15 20:09:07 drobbins Exp $ P=tcpdump-3.5 A=${P}.tar.gz @@ -14,8 +14,8 @@ HOMEPAGE="http://www.tcpdump.org/" src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr - make + try ./configure --host=${CHOST} --prefix=/usr + try make } src_install() { diff --git a/net-analyzer/tcpdump/tcpdump-3.5.2.ebuild b/net-analyzer/tcpdump/tcpdump-3.5.2.ebuild index d0e4976409a5..cd03056b6354 100644 --- a/net-analyzer/tcpdump/tcpdump-3.5.2.ebuild +++ b/net-analyzer/tcpdump/tcpdump-3.5.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-3.5.2.ebuild,v 1.1 2000/08/26 20:41:56 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-3.5.2.ebuild,v 1.2 2000/09/15 20:09:08 drobbins Exp $ P=tcpdump-3.5.2 A=${P}.tar.gz @@ -14,8 +14,8 @@ HOMEPAGE="http://www.tcpdump.org/" src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr - make + try ./configure --host=${CHOST} --prefix=/usr + try make } src_install() { diff --git a/net-analyzer/tcpstat/tcpstat-1.3.ebuild b/net-analyzer/tcpstat/tcpstat-1.3.ebuild index 35c505478fe0..62c9abc45c11 100644 --- a/net-analyzer/tcpstat/tcpstat-1.3.ebuild +++ b/net-analyzer/tcpstat/tcpstat-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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpstat/tcpstat-1.3.ebuild,v 1.2 2000/08/16 04:38:13 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpstat/tcpstat-1.3.ebuild,v 1.3 2000/09/15 20:09:08 drobbins Exp $ P=tcpstat-1.3 A=${P}.tar.gz @@ -14,15 +14,15 @@ HOMEPAGE="http://www.frenchfries.net/paul/tcpstat/" 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 LICENSE NEWS README* diff --git a/net-dialup/isdn4k-utils/isdn4k-utils-3.1_p1-r1.ebuild b/net-dialup/isdn4k-utils/isdn4k-utils-3.1_p1-r1.ebuild index 14cc9b44ff12..3c63c477b813 100644 --- a/net-dialup/isdn4k-utils/isdn4k-utils-3.1_p1-r1.ebuild +++ b/net-dialup/isdn4k-utils/isdn4k-utils-3.1_p1-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/net-dialup/isdn4k-utils/isdn4k-utils-3.1_p1-r1.ebuild,v 1.2 2000/09/10 17:55:32 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/isdn4k-utils/isdn4k-utils-3.1_p1-r1.ebuild,v 1.3 2000/09/15 20:09:08 drobbins Exp $ P=isdn4k-utils.v3.1p1 A=isdn4k-utils.v3.1pre1.tar.gz @@ -13,8 +13,8 @@ HOMEPAGE="http://www.isdn4linux.de/" src_compile() { cd ${S} sed -e "s:CONFIG_KERNELDIR=.*:CONFIG_KERNELDIR='${WORKDIR}/../../linux-UP-2\.2\.17-r1/work/linux':" ${O}/files/${P}.config > .config - make subconfig - make + try make subconfig + try make } src_install() { @@ -22,7 +22,7 @@ src_install() { dodir /dev dodir /usr/sbin dodir /usr/bin - make install DESTDIR=${D} + try make install DESTDIR=${D} prepman dodir /usr/doc/${P} mv ${D}/usr/doc/vbox ${D}/usr/doc/${PF} diff --git a/net-dialup/ppp/ppp-2.4.0-r1.ebuild b/net-dialup/ppp/ppp-2.4.0-r1.ebuild index 9a7ee746ffcc..97260794a11f 100644 --- a/net-dialup/ppp/ppp-2.4.0-r1.ebuild +++ b/net-dialup/ppp/ppp-2.4.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/net-dialup/ppp/ppp-2.4.0-r1.ebuild,v 1.2 2000/08/16 04:38:13 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/ppp-2.4.0-r1.ebuild,v 1.3 2000/09/15 20:09:08 drobbins Exp $ P="ppp-2.4.0" A="${P}.tar.gz" @@ -17,7 +17,7 @@ src_unpack() { src_compile() { cd ${S} - ./configure --prefix=/usr + try ./configure --prefix=/usr #fix Makefiles to compile optimized cd ${S} cd pppd @@ -34,7 +34,7 @@ src_compile() { sed -e "s:CFLAGS= -O:CFLAGS= ${CFLAGS}:" Makefile.orig > Makefile cd .. export CC=gcc - make + try make } src_install() { diff --git a/net-dialup/pppoed/pppoed-0.47-r1.ebuild b/net-dialup/pppoed/pppoed-0.47-r1.ebuild index bad5d881c847..4e4b3690583e 100644 --- a/net-dialup/pppoed/pppoed-0.47-r1.ebuild +++ b/net-dialup/pppoed/pppoed-0.47-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/net-dialup/pppoed/pppoed-0.47-r1.ebuild,v 1.2 2000/08/16 04:38:13 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppoed/pppoed-0.47-r1.ebuild,v 1.3 2000/09/15 20:09:08 drobbins Exp $ P=pppoed-0.47 A=pppoed0.47.tgz @@ -16,13 +16,13 @@ src_unpack() { src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc/ppp/pppoed - make + try ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc/ppp/pppoed + try make } src_install() { cd ${S} - make DESTDIR=${D} install + try make DESTDIR=${D} install prepman dodoc AUTHORS ChangeLog COPYING NEWS README* cd .. diff --git a/net-dialup/wvdial/wvdial-1.41-r1.ebuild b/net-dialup/wvdial/wvdial-1.41-r1.ebuild index 7e67e3bbdf87..c6cbb453b012 100644 --- a/net-dialup/wvdial/wvdial-1.41-r1.ebuild +++ b/net-dialup/wvdial/wvdial-1.41-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/net-dialup/wvdial/wvdial-1.41-r1.ebuild,v 1.2 2000/08/16 04:38:13 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/wvdial/wvdial-1.41-r1.ebuild,v 1.3 2000/09/15 20:09:08 drobbins Exp $ P=wvdial-1.41 A=${P}.tar.gz @@ -11,7 +11,7 @@ SRC_URI="http://www.worldvisions.ca/wvdial/wvdial-1.41.tar.gz" HOMEPAGE="http://www.worldvisions.ca/wvdial/" src_compile() { - make + try make } src_unpack() { diff --git a/net-fs/autofs/autofs-3.1.5-r1.ebuild b/net-fs/autofs/autofs-3.1.5-r1.ebuild index 692e282c7292..e670c98cda9b 100644 --- a/net-fs/autofs/autofs-3.1.5-r1.ebuild +++ b/net-fs/autofs/autofs-3.1.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-3.1.5-r1.ebuild,v 1.2 2000/08/16 04:38:13 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-3.1.5-r1.ebuild,v 1.3 2000/09/15 20:09:08 drobbins Exp $ P=autofs-3.1.5 A=${P}.tar.bz2 @@ -13,8 +13,8 @@ SRC_URI="ftp://ftp.kernel.org/pub/linux/daemons/autofs/${A} src_compile() { cd ${S} - ./configure --host=${HOST} --prefix=/usr - make + try ./configure --host=${HOST} --prefix=/usr + try make } src_install() { diff --git a/net-fs/netatalk/netatalk-1.4_beta2-r1.ebuild b/net-fs/netatalk/netatalk-1.4_beta2-r1.ebuild index a10375393578..e6dd0f4caba2 100644 --- a/net-fs/netatalk/netatalk-1.4_beta2-r1.ebuild +++ b/net-fs/netatalk/netatalk-1.4_beta2-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/net-fs/netatalk/netatalk-1.4_beta2-r1.ebuild,v 1.1 2000/08/16 16:45:45 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/netatalk/netatalk-1.4_beta2-r1.ebuild,v 1.2 2000/09/15 20:09:08 drobbins Exp $ P=netatalk-1.4b2 A=${P}.tar.gz @@ -15,7 +15,7 @@ src_compile() { cp endian.h endian.h.orig sed -e "s/<bytesex\.h>/<asm\/ioctls\.h>/" endian.h.orig > endian.h cd ${S} - make LDFLAGS="-lcrypt" OPTOPTS="${CFLAGS} -fsigned-char" DESTDIR=/usr + try make LDFLAGS="-lcrypt" OPTOPTS="${CFLAGS} -fsigned-char" DESTDIR=/usr ETCDIR=/etc/atalk \ RESDIR=/usr/libexec/atalk SBINDIR=/usr/sbin } diff --git a/net-fs/nfs-utils/nfs-utils-0.1.9.1-r1.ebuild b/net-fs/nfs-utils/nfs-utils-0.1.9.1-r1.ebuild index 9f0b366abd6d..04f100a1cb1e 100644 --- a/net-fs/nfs-utils/nfs-utils-0.1.9.1-r1.ebuild +++ b/net-fs/nfs-utils/nfs-utils-0.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/nfs-utils-0.1.9.1-r1.ebuild,v 1.4 2000/08/28 03:01:53 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/nfs-utils-0.1.9.1-r1.ebuild,v 1.5 2000/09/15 20:09:08 drobbins Exp $ P=nfs-utils-0.1.9.1 A=${P}.tar.gz @@ -11,14 +11,14 @@ SRC_URI="ftp://ftp.linuxnfs.sourceforge.org/pub/nfs/"${A} HOMEPAGE="http://nfs.sourceforge.net" src_compile() { - ./configure --mandir=${D}/usr/man --with-statedir=/var/state/nfs \ + try ./configure --mandir=${D}/usr/man --with-statedir=/var/state/nfs \ --prefix=${D} --exec-prefix=${D} - make + try make } src_install() { cd ${S} - make install STATEDIR=${D}/var/state/nfs + try make install STATEDIR=${D}/var/state/nfs prepman dodir /etc/rc.d/init.d cp ${O}/files/nfsserver ${D}/etc/rc.d/init.d diff --git a/net-fs/samba/samba-2.0.7-r1.ebuild b/net-fs/samba/samba-2.0.7-r1.ebuild index 69cad33150f3..7a45009b6148 100644 --- a/net-fs/samba/samba-2.0.7-r1.ebuild +++ b/net-fs/samba/samba-2.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-2.0.7-r1.ebuild,v 1.3 2000/08/17 15:37:33 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-2.0.7-r1.ebuild,v 1.4 2000/09/15 20:09:09 drobbins Exp $ P=samba-2.0.7 A=${P}.tar.gz @@ -12,13 +12,13 @@ HOMEPAGE="http://www.samba.org" src_compile() { cd ${S}/source - CFLAGS="$CFLAGS -I/usr/include/openssl" ./configure --prefix=/usr \ + CFLAGS="$CFLAGS -I/usr/include/openssl" try ./configure --prefix=/usr \ --sysconfdir=/etc/smb --localstatedir=/var/log --libdir=/etc/smb --sbindir=/usr/sbin \ --with-ssl --with-sslinc=/usr/include/openssl --with-automount \ --with-utmp --without-sambabook --with-netatalk \ --with-smbmount --with-pam --with-syslog \ --with-privatedir=/etc/smb --with-lockdir=/var/lock --with-swatdir=/usr/share/swat - make + try make } src_install() { @@ -29,7 +29,7 @@ src_install() { dodir /usr/doc/${P}/html/book dodir /var/log dodir /var/lock - make install prefix=${D}/usr BASEDIR=${D}/usr LIBDIR=${D}/etc/smb VARDIR=${D}/var/log \ + try make install prefix=${D}/usr BASEDIR=${D}/usr LIBDIR=${D}/etc/smb VARDIR=${D}/var/log \ PRIVATEDIR=${D}/etc/smb SWATDIR=${D}/usr/share/swat \ LOCKDIR=${D}/var/lock SBINDIR=${D}/usr/sbin prepman diff --git a/net-ftp/ftp/ftp-0.17-r1.ebuild b/net-ftp/ftp/ftp-0.17-r1.ebuild index 17c87b7a26ed..5f1292b5877c 100644 --- a/net-ftp/ftp/ftp-0.17-r1.ebuild +++ b/net-ftp/ftp/ftp-0.17-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/net-ftp/ftp/ftp-0.17-r1.ebuild,v 1.1 2000/08/16 19:01:40 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftp/ftp-0.17-r1.ebuild,v 1.2 2000/09/15 20:09:09 drobbins Exp $ P=ftp-0.17 A=netkit-${P}.tar.gz @@ -11,10 +11,10 @@ SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${A}" src_compile() { cd ${S} - ./configure --prefix=/usr + try ./configure --prefix=/usr cp MCONFIG MCONFIG.orig sed -e "s/-pipe -O2/${CFLAGS}/" MCONFIG.orig > MCONFIG - make + try make } src_install() { diff --git a/net-ftp/lftp/lftp-2.2.6.ebuild b/net-ftp/lftp/lftp-2.2.6.ebuild index 367ece434c92..2d0d13c3ff13 100644 --- a/net-ftp/lftp/lftp-2.2.6.ebuild +++ b/net-ftp/lftp/lftp-2.2.6.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/net-ftp/lftp/lftp-2.2.6.ebuild,v 1.1 2000/09/10 14:48:08 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-2.2.6.ebuild,v 1.2 2000/09/15 20:09:09 drobbins Exp $ A=${P}.tar.bz2 S=${WORKDIR}/${P} @@ -18,13 +18,13 @@ src_unpack () { src_compile() { export CFLAGS="-fno-exceptions -fno-rtti ${CFLAGS}" export CXXFLAGS="-fno-exceptions -fno-rtti ${CXXFLAGS}" - ./configure --prefix=/usr --sysconfdir=/etc/lftp --with-catgets --with-modules - make + try ./configure --prefix=/usr --sysconfdir=/etc/lftp --with-catgets --with-modules + try make } src_install() { cd ${S} - make prefix=${D}/usr sysconfdir=${D}/etc/lftp install + try make prefix=${D}/usr sysconfdir=${D}/etc/lftp install prepman dodoc BUGS COPYING ChangeLog FAQ FEATURES MIRRORS NEWS dodoc README* THANKS TODO diff --git a/net-ftp/proftpd/proftpd-1.2.0_rc2-r1.ebuild b/net-ftp/proftpd/proftpd-1.2.0_rc2-r1.ebuild index 4f1a435ca0b1..21d79dd43bfd 100644 --- a/net-ftp/proftpd/proftpd-1.2.0_rc2-r1.ebuild +++ b/net-ftp/proftpd/proftpd-1.2.0_rc2-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/net-ftp/proftpd/proftpd-1.2.0_rc2-r1.ebuild,v 1.1 2000/08/16 16:45:45 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.0_rc2-r1.ebuild,v 1.2 2000/09/15 20:09:09 drobbins Exp $ P=proftpd-1.2.0rc2 A="${P}.tar.gz" @@ -15,17 +15,17 @@ src_unpack() { } src_compile() { - CFLAGS="$CFLAGS -I/usr/include/mysql" ./configure --host=${CHOST} --prefix=/usr --sbindir=/usr/sbin \ + CFLAGS="$CFLAGS -I/usr/include/mysql" try ./configure --host=${CHOST} --prefix=/usr --sbindir=/usr/sbin \ --sysconfdir=/etc --localstatedir=/var/run --mandir=/usr/man \ --with-modules=mod_ldap:mod_ratio:mod_readme:mod_linuxprivs:mod_mysql:mod_sqlpw:mod_pam \ --disable-sendfile --enable-shadow --enable-autoshadow - make clean - make + try make clean + try make } src_install() { - make install prefix=${D}/usr sysconfdir=${D}/etc/proftp mandir=${D}/usr/man \ + try make install prefix=${D}/usr sysconfdir=${D}/etc/proftp mandir=${D}/usr/man \ localstatedir=${D}/var/run sbindir=${D}/usr/sbin prepman diff --git a/net-irc/xchat/xchat-1.4.2.ebuild b/net-irc/xchat/xchat-1.4.2.ebuild index f6d29cffa13c..7831b824f946 100644 --- a/net-irc/xchat/xchat-1.4.2.ebuild +++ b/net-irc/xchat/xchat-1.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-1.4.2.ebuild,v 1.3 2000/08/25 02:20:16 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-1.4.2.ebuild,v 1.4 2000/09/15 20:09:09 drobbins Exp $ A=${P}.tar.bz2 S=${WORKDIR}/${P} @@ -18,17 +18,17 @@ src_compile() { else myopts="--disable-gnome --prefix=/usr/X11R6" fi - ./configure --host=${CHOST} --disable-perl --disable-python ${myopts} --with-catgets - make + try ./configure --host=${CHOST} --disable-perl --disable-python ${myopts} --with-catgets + try make } src_install() { cd ${S} if [ -n "`use gnome`" ] then - make prefix=${D}/opt/gnome install + try make prefix=${D}/opt/gnome install else - make prefix=${D}/usr/X11R6 install + try make prefix=${D}/usr/X11R6 install fi dodoc AUTHORS COPYING ChangeLog NEWS README #FOR TESTING diff --git a/net-libs/libpcap/libpcap-0.5-r1.ebuild b/net-libs/libpcap/libpcap-0.5-r1.ebuild index 31d4f014dc94..fba3e485b939 100644 --- a/net-libs/libpcap/libpcap-0.5-r1.ebuild +++ b/net-libs/libpcap/libpcap-0.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-0.5-r1.ebuild,v 1.2 2000/08/16 04:38:15 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-0.5-r1.ebuild,v 1.3 2000/09/15 20:09:10 drobbins Exp $ P=libpcap-0.5 A=${P}.tar.gz @@ -14,8 +14,8 @@ HOMEPAGE="http://www.tcpdump.org/" src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr --enable-ipv6 - make + try ./configure --host=${CHOST} --prefix=/usr --enable-ipv6 + try make } src_install() { @@ -23,9 +23,9 @@ src_install() { dodir /usr/lib dodir /usr/include/net dodir /usr/man/man3 - make prefix=${D}/usr install - make prefix=${D}/usr install-incl - make prefix=${D}/usr install-man + try make prefix=${D}/usr install + try make prefix=${D}/usr install-incl + try make prefix=${D}/usr install-man prepman dodoc CREDITS CHANGES FILES README VERSION } diff --git a/net-libs/libpcap/libpcap-0.5.2.ebuild b/net-libs/libpcap/libpcap-0.5.2.ebuild index 34f162ca0e49..9e90f4026302 100644 --- a/net-libs/libpcap/libpcap-0.5.2.ebuild +++ b/net-libs/libpcap/libpcap-0.5.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-0.5.2.ebuild,v 1.1 2000/08/25 15:10:24 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-0.5.2.ebuild,v 1.2 2000/09/15 20:09:10 drobbins Exp $ P=libpcap-0.5.2 A=${P}.tar.gz @@ -14,8 +14,8 @@ HOMEPAGE="http://www.tcpdump.org/" src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr --enable-ipv6 - make + try ./configure --host=${CHOST} --prefix=/usr --enable-ipv6 + try make } src_install() { @@ -23,9 +23,9 @@ src_install() { dodir /usr/lib dodir /usr/include/net dodir /usr/man/man3 - make prefix=${D}/usr install - make prefix=${D}/usr install-incl - make prefix=${D}/usr install-man + try make prefix=${D}/usr install + try make prefix=${D}/usr install-incl + try make prefix=${D}/usr install-man prepman dodoc CREDITS CHANGES FILES README VERSION } diff --git a/net-libs/nss_ldap/nss_ldap-110-r1.ebuild b/net-libs/nss_ldap/nss_ldap-110-r1.ebuild index 78a3c3a86031..14e5846a347f 100644 --- a/net-libs/nss_ldap/nss_ldap-110-r1.ebuild +++ b/net-libs/nss_ldap/nss_ldap-110-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/net-libs/nss_ldap/nss_ldap-110-r1.ebuild,v 1.2 2000/08/16 04:38:15 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/nss_ldap/nss_ldap-110-r1.ebuild,v 1.3 2000/09/15 20:09:10 drobbins Exp $ P=nss_ldap-110 A=nss_ldap.tgz @@ -20,7 +20,7 @@ src_unpack() { src_compile() { cd ${S} - make + try make } src_install() { diff --git a/net-libs/nss_ldap/nss_ldap-113.ebuild b/net-libs/nss_ldap/nss_ldap-113.ebuild index 064be7d79104..732c42b4c8df 100644 --- a/net-libs/nss_ldap/nss_ldap-113.ebuild +++ b/net-libs/nss_ldap/nss_ldap-113.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/net-libs/nss_ldap/nss_ldap-113.ebuild,v 1.1 2000/08/26 20:41:56 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/nss_ldap/nss_ldap-113.ebuild,v 1.2 2000/09/15 20:09:10 drobbins Exp $ P=nss_ldap-113 A=nss_ldap-113.tar.gz @@ -20,7 +20,7 @@ src_unpack() { src_compile() { cd ${S} - make + try make } src_install() { diff --git a/net-libs/pam_ldap/pam_ldap-61-r1.ebuild b/net-libs/pam_ldap/pam_ldap-61-r1.ebuild index fe41192388f9..69a8d1ec0bd8 100644 --- a/net-libs/pam_ldap/pam_ldap-61-r1.ebuild +++ b/net-libs/pam_ldap/pam_ldap-61-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/net-libs/pam_ldap/pam_ldap-61-r1.ebuild,v 1.2 2000/08/16 04:38:15 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/pam_ldap/pam_ldap-61-r1.ebuild,v 1.3 2000/09/15 20:09:10 drobbins Exp $ P=pam_ldap-61 A=pam_ldap.tgz @@ -18,8 +18,8 @@ src_compile() { cd ${S} touch NEWS touch AUTHORS - ./configure --host=${CHOST} --prefix=/usr --with-ldap-lib=openldap - make + try ./configure --host=${CHOST} --prefix=/usr --with-ldap-lib=openldap + try make } src_install() { diff --git a/net-libs/pam_ldap/pam_ldap-70.ebuild b/net-libs/pam_ldap/pam_ldap-70.ebuild index 06f58bc94003..fa119329b57c 100644 --- a/net-libs/pam_ldap/pam_ldap-70.ebuild +++ b/net-libs/pam_ldap/pam_ldap-70.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/net-libs/pam_ldap/pam_ldap-70.ebuild,v 1.1 2000/08/25 15:10:24 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/pam_ldap/pam_ldap-70.ebuild,v 1.2 2000/09/15 20:09:10 drobbins Exp $ P=pam_ldap-70 A=pam_ldap-70.tar.gz @@ -18,8 +18,8 @@ src_compile() { cd ${S} touch NEWS touch AUTHORS - ./configure --host=${CHOST} --prefix=/usr --with-ldap-lib=openldap - make + try ./configure --host=${CHOST} --prefix=/usr --with-ldap-lib=openldap + try make } src_install() { diff --git a/net-mail/amavis/amavis-0.2.1_p2.ebuild b/net-mail/amavis/amavis-0.2.1_p2.ebuild index bccb964496b4..cf9d0f0e5ca4 100644 --- a/net-mail/amavis/amavis-0.2.1_p2.ebuild +++ b/net-mail/amavis/amavis-0.2.1_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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/amavis/amavis-0.2.1_p2.ebuild,v 1.1 2000/08/16 17:16:16 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/amavis/amavis-0.2.1_p2.ebuild,v 1.2 2000/09/15 20:09:10 drobbins Exp $ P=amavis-0.2.1-p2 A=amavis-0.2.1-pre2.tar.gz @@ -12,16 +12,16 @@ HOMEPAGE="http://www.amavis.org" src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr \ + try ./configure --host=${CHOST} --prefix=/usr \ --with-logdir=/var/log/scanmail \ --with-virusdir=/var/tmp/virusmails \ --enable-qmail - make + try make } src_install() { cd ${S} - make prefix=${D}/usr install + try make prefix=${D}/usr install into /usr dodoc AUTHORS BUGS COPYING ChangeLog FAQ HINTS NEWS README* TODO dodoc doc/amavis.txt diff --git a/net-mail/fetchmail/fetchmail-5.4.4-r1.ebuild b/net-mail/fetchmail/fetchmail-5.4.4-r1.ebuild index 3bbe5fb42f7b..6cf9af8bae77 100644 --- a/net-mail/fetchmail/fetchmail-5.4.4-r1.ebuild +++ b/net-mail/fetchmail/fetchmail-5.4.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-5.4.4-r1.ebuild,v 1.2 2000/08/16 04:38:16 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-5.4.4-r1.ebuild,v 1.3 2000/09/15 20:09:11 drobbins Exp $ P=fetchmail-5.4.4 A=${P}.tar.gz @@ -14,10 +14,10 @@ src_compile() { cd ${S} export CFLAGS="$CFLAGS -I/usr/include/openssl" \ - ./configure --prefix=/usr --host=${CHOST} \ + try ./configure --prefix=/usr --host=${CHOST} \ --with-ssl --with-catgets --enable-RPM --enable-NTLN \ --enable-SDPS - make + try make } diff --git a/net-mail/fetchmail/fetchmail-5.4.5-r1.ebuild b/net-mail/fetchmail/fetchmail-5.4.5-r1.ebuild index 0bf5db3dc6ac..c2a34627963d 100644 --- a/net-mail/fetchmail/fetchmail-5.4.5-r1.ebuild +++ b/net-mail/fetchmail/fetchmail-5.4.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-5.4.5-r1.ebuild,v 1.2 2000/08/16 04:38:16 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-5.4.5-r1.ebuild,v 1.3 2000/09/15 20:09:11 drobbins Exp $ P=fetchmail-5.4.5 A=${P}.tar.gz @@ -14,10 +14,10 @@ src_compile() { cd ${S} export CFLAGS="$CFLAGS -I/usr/include/openssl" \ - ./configure --prefix=/usr --host=${CHOST} \ + try ./configure --prefix=/usr --host=${CHOST} \ --with-ssl --with-catgets --enable-RPM --enable-NTLN \ --enable-SDPS - make + try make } diff --git a/net-mail/fetchmail/fetchmail-5.5.0-r1.ebuild b/net-mail/fetchmail/fetchmail-5.5.0-r1.ebuild index ca72bf3700f0..53b289596a54 100644 --- a/net-mail/fetchmail/fetchmail-5.5.0-r1.ebuild +++ b/net-mail/fetchmail/fetchmail-5.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/net-mail/fetchmail/fetchmail-5.5.0-r1.ebuild,v 1.2 2000/08/16 04:38:16 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-5.5.0-r1.ebuild,v 1.3 2000/09/15 20:09:11 drobbins Exp $ P=fetchmail-5.5.0 A=${P}.tar.gz @@ -14,10 +14,10 @@ src_compile() { cd ${S} export CFLAGS="$CFLAGS -I/usr/include/openssl" \ - ./configure --prefix=/usr --host=${CHOST} \ + try ./configure --prefix=/usr --host=${CHOST} \ --with-ssl --with-catgets --enable-RPM --enable-NTLN \ --enable-SDPS - make + try make } diff --git a/net-mail/fetchmail/fetchmail-5.5.1.ebuild b/net-mail/fetchmail/fetchmail-5.5.1.ebuild index 4505dc3d103e..701cf3f0fcba 100644 --- a/net-mail/fetchmail/fetchmail-5.5.1.ebuild +++ b/net-mail/fetchmail/fetchmail-5.5.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-5.5.1.ebuild,v 1.1 2000/08/22 19:33:59 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-5.5.1.ebuild,v 1.2 2000/09/15 20:09:11 drobbins Exp $ P=fetchmail-5.5.1 A=${P}.tar.gz @@ -14,10 +14,10 @@ src_compile() { cd ${S} export CFLAGS="$CFLAGS -I/usr/include/openssl" \ - ./configure --prefix=/usr --host=${CHOST} \ + try ./configure --prefix=/usr --host=${CHOST} \ --with-ssl --with-catgets --enable-RPM --enable-NTLN \ --enable-SDPS - make + try make } diff --git a/net-mail/mutt/mutt-1.2.5-r1.ebuild b/net-mail/mutt/mutt-1.2.5-r1.ebuild index 8e8e246cfc0e..f393d31bb838 100644 --- a/net-mail/mutt/mutt-1.2.5-r1.ebuild +++ b/net-mail/mutt/mutt-1.2.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/mutt/mutt-1.2.5-r1.ebuild,v 1.2 2000/08/16 04:38:16 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mutt/mutt-1.2.5-r1.ebuild,v 1.3 2000/09/15 20:09:11 drobbins Exp $ P=mutt-1.2.5-1 A=mutt-1.2.5i.tar.gz @@ -14,18 +14,18 @@ HOMEPAGE="http://www.mutt.org" src_compile() { cd ${S} - ./configure --prefix=/usr --sysconfdir=/etc/mutt --host=${CHOST} \ + try ./configure --prefix=/usr --sysconfdir=/etc/mutt --host=${CHOST} \ --with-slang --with-regex --with-catgets \ --enable-pop --enable-imap --with-ssl --enable-nfs-fix \ --with-homespool=Maildir - make + try make } src_install () { cd ${S} - make DESTDIR=${D} install + try make DESTDIR=${D} install prepman dodir /usr/doc/${P} mv ${D}/usr/doc/mutt/* ${D}/usr/doc/${P} diff --git a/net-mail/pine-maildir/pine-maildir-4.21-r1.ebuild b/net-mail/pine-maildir/pine-maildir-4.21-r1.ebuild index 5980dd9fcfe3..087b40496d6b 100644 --- a/net-mail/pine-maildir/pine-maildir-4.21-r1.ebuild +++ b/net-mail/pine-maildir/pine-maildir-4.21-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/net-mail/pine-maildir/pine-maildir-4.21-r1.ebuild,v 1.2 2000/08/16 04:38:16 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/pine-maildir/pine-maildir-4.21-r1.ebuild,v 1.3 2000/09/15 20:09:11 drobbins Exp $ P=pine-maildir-4.21 A="pine4.21.tar.gz pine-4.20-maildir_3.patch" @@ -17,12 +17,12 @@ src_unpack() { cd ${S} patch -p1 < ${DISTDIR}/pine-4.20-maildir_3.patch cd ${S}/pine - cp makefile.lnx makefile.orig - sed -e "s:-g -DDEBUG:${CFLAGS}:" makefile.orig > makefile.lnx + cp try makefile.lnx try makefile.orig + sed -e "s:-g -DDEBUG:${CFLAGS}:" try makefile.orig > try makefile.lnx cd ${S}/pico - cp makefile.lnx makefile.orig - sed -e "s:-g -DDEBUG:${CFLAGS}:" makefile.orig > makefile.lnx + cp try makefile.lnx try makefile.orig + sed -e "s:-g -DDEBUG:${CFLAGS}:" try makefile.orig > try makefile.lnx } diff --git a/net-mail/qmail-ldap/qmail-ldap-1.03.20000701-r1.ebuild b/net-mail/qmail-ldap/qmail-ldap-1.03.20000701-r1.ebuild index 0d7202edca10..878a4fd5d3c6 100644 --- a/net-mail/qmail-ldap/qmail-ldap-1.03.20000701-r1.ebuild +++ b/net-mail/qmail-ldap/qmail-ldap-1.03.20000701-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/net-mail/qmail-ldap/qmail-ldap-1.03.20000701-r1.ebuild,v 1.1 2000/08/16 17:16:16 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-ldap/qmail-ldap-1.03.20000701-r1.ebuild,v 1.2 2000/09/15 20:09:11 drobbins Exp $ P=qmail-ldap-1.03-20000701 A="qmail-1.03.tar.gz qmail-ldap-1.03-20000701.patch.gz" @@ -16,7 +16,7 @@ HOMEPAGE="http://www.qmail.org http://www.nrg4u.com" src_compile() { cd ${WORKDIR}/qmail-1.03 cp ${O}/files/Makefile . - make it man + try make it man } src_unpack() { @@ -119,7 +119,7 @@ src_install() { qmail-qread qmail-qstat qmail-tcpto qmail-tcpok qmail-pop3d \ qmail-popup qmail-qmqpc qmail-qmqpd qmail-qmtpd qmail-smtpd \ sendmail tcp-env qreceipt qsmhook qbiff forward preline \ - condredirect bouncesaying except maildirmake maildir2mbox \ + condredirect bouncesaying except maildirtry make maildir2mbox \ maildirwatch qail elq pinq config-fast qmail-reply qmail-quotawarn do doins $i $i @@ -135,7 +135,7 @@ src_install() { doman $i.5 done - for i in forward condredirect bouncesaying except maildirmake \ + for i in forward condredirect bouncesaying except maildirtry make \ maildir2mbox maildirwatch mailsubj qreceipt qbiff preline tcp-env do doman $i.1 diff --git a/net-mail/qmail-mysql/qmail-mysql-1.03-r1.ebuild b/net-mail/qmail-mysql/qmail-mysql-1.03-r1.ebuild index b1b003d48d10..10cbd5a9e4b4 100644 --- a/net-mail/qmail-mysql/qmail-mysql-1.03-r1.ebuild +++ b/net-mail/qmail-mysql/qmail-mysql-1.03-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/net-mail/qmail-mysql/qmail-mysql-1.03-r1.ebuild,v 1.4 2000/08/28 03:01:53 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-mysql/qmail-mysql-1.03-r1.ebuild,v 1.5 2000/09/15 20:09:11 drobbins Exp $ P=qmail-mysql-1.03 A="qmail-1.03.tar.gz checkpassword-0.81.tar.gz" @@ -19,13 +19,13 @@ src_compile() { sed -e "s:MYSQL_LIBS=.*:MYSQL_LIBS=/usr/lib/mysql/libmysqlclient.a -lm:" \ -e "s:MYSQL_INCLUDE=.*:MYSQL_INCLUDE=-I/usr/include/mysql:" Makefile.orig > Makefile - make it man + try make it man cd checkpassword-0.81 cp Makefile Makefile.orig sed -e "s:MYSQL_LIBS=.*:MYSQL_LIBS=/usr/lib/mysql/libmysqlclient.a -lm:" \ -e "s:MYSQL_INCLUDE=.*:MYSQL_INCLUDE=-I/usr/include/mysql:" Makefile.orig > Makefile - make it man + try make it man } src_unpack() { diff --git a/net-mail/qmail/qmail-1.03-r1.ebuild b/net-mail/qmail/qmail-1.03-r1.ebuild index 0b3e7988990b..54d3110fff21 100644 --- a/net-mail/qmail/qmail-1.03-r1.ebuild +++ b/net-mail/qmail/qmail-1.03-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/net-mail/qmail/qmail-1.03-r1.ebuild,v 1.3 2000/09/05 18:01:11 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail/qmail-1.03-r1.ebuild,v 1.4 2000/09/15 20:09:11 drobbins Exp $ P=qmail-1.03 A="qmail-1.03.tar.gz checkpassword-0.81.tar.gz" @@ -13,9 +13,9 @@ HOMEPAGE="http://www.qmail.org" src_compile() { cd ${S} - make it man + try make it man cd checkpassword-0.81 - make it man + try make it man } src_unpack() { @@ -118,7 +118,7 @@ src_install() { qmail-qread qmail-qstat qmail-tcpto qmail-tcpok qmail-pop3d \ qmail-popup qmail-qmqpc qmail-qmqpd qmail-qmtpd qmail-smtpd \ sendmail tcp-env qreceipt qsmhook qbiff forward preline \ - condredirect bouncesaying except maildirmake maildir2mbox \ + condredirect bouncesaying except maildirtry make maildir2mbox \ maildirwatch qail elq pinq config-fast do doins $i $i @@ -131,7 +131,7 @@ src_install() { doman $i.5 done - for i in forward condredirect bouncesaying except maildirmake \ + for i in forward condredirect bouncesaying except maildirtry make \ maildir2mbox maildirwatch mailsubj qreceipt qbiff preline tcp-env do doman $i.1 @@ -169,7 +169,7 @@ pkg_postinst() { touch .qmail-root if [ ! -d ${ROOT}/var/qmail/alias/Maildir ] ; then - ${ROOT}/var/qmail/bin/maildirmake Maildir + ${ROOT}/var/qmail/bin/maildirtry make Maildir fi chown alias.qmail .qmail-* chown -R alias.qmail Maildir diff --git a/net-mail/tnef/tnef-0.12-r1.ebuild b/net-mail/tnef/tnef-0.12-r1.ebuild index 5eb13d061ab5..0bb26ea2ebca 100644 --- a/net-mail/tnef/tnef-0.12-r1.ebuild +++ b/net-mail/tnef/tnef-0.12-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/net-mail/tnef/tnef-0.12-r1.ebuild,v 1.2 2000/08/16 04:38:17 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/tnef/tnef-0.12-r1.ebuild,v 1.3 2000/09/15 20:09:12 drobbins Exp $ P=tnef-0.12 A=${P}.tar.gz @@ -14,15 +14,15 @@ HOMEPAGE="http://world.std.com/~damned/software.html" 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 dodoc AUTHORS BUGS ChangeLog COPYING NEWS README TODO } diff --git a/net-misc/bind/bind-8.2.2.5-r1.ebuild b/net-misc/bind/bind-8.2.2.5-r1.ebuild index 1bf45efaca16..225b92047eb4 100644 --- a/net-misc/bind/bind-8.2.2.5-r1.ebuild +++ b/net-misc/bind/bind-8.2.2.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/net-misc/bind/bind-8.2.2.5-r1.ebuild,v 1.2 2000/08/16 04:38:17 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/bind/bind-8.2.2.5-r1.ebuild,v 1.3 2000/09/15 20:09:12 drobbins Exp $ A=bind-src.tar.gz S=${WORKDIR}/src @@ -10,9 +10,9 @@ SRC_URI="ftp://ftp.isc.org/isc/bind/src/8.2.2-P5/"${A} HOMEPAGE="http://www.isc.org/products/BIND" src_compile() { - make clean - make depend - make all + try make clean + try make depend + try make all } src_unpack() { diff --git a/net-misc/dhcp/dhcp-3.0_beta0202.ebuild b/net-misc/dhcp/dhcp-3.0_beta0202.ebuild index 9abd0504dff1..13bf76dd229f 100644 --- a/net-misc/dhcp/dhcp-3.0_beta0202.ebuild +++ b/net-misc/dhcp/dhcp-3.0_beta0202.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/net-misc/dhcp/dhcp-3.0_beta0202.ebuild,v 1.1 2000/09/10 16:34:53 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/dhcp-3.0_beta0202.ebuild,v 1.2 2000/09/15 20:09:12 drobbins Exp $ P=dhcp-3.0b2pl2 A="${P}.tar.gz" @@ -16,8 +16,8 @@ src_compile() { cd ${S} echo "CC = gcc ${CFLAGS}" > site.conf echo "ETC = /etc/dhcp" >> site.conf - ./configure - make + try ./configure + try make } src_install () { diff --git a/net-misc/gupsc/gupsc-0.3.0.ebuild b/net-misc/gupsc/gupsc-0.3.0.ebuild index 7b59175035b1..6794c6253a3d 100644 --- a/net-misc/gupsc/gupsc-0.3.0.ebuild +++ b/net-misc/gupsc/gupsc-0.3.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/gupsc/gupsc-0.3.0.ebuild,v 1.2 2000/08/16 04:38:01 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/gupsc/gupsc-0.3.0.ebuild,v 1.3 2000/09/15 20:08:54 drobbins Exp $ P=gupsc-0.3.0 A=${P}.tar.bz2 @@ -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 DESTDIR=${D} install + try make DESTDIR=${D} install dodoc AUTHORS COPYING ChangeLog NEWS README TODO } diff --git a/net-misc/hylafax/hylafax-cvs-000614-r1.ebuild b/net-misc/hylafax/hylafax-cvs-000614-r1.ebuild index cfbd64182f53..28b0187ba886 100644 --- a/net-misc/hylafax/hylafax-cvs-000614-r1.ebuild +++ b/net-misc/hylafax/hylafax-cvs-000614-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/net-misc/hylafax/hylafax-cvs-000614-r1.ebuild,v 1.2 2000/08/16 04:38:17 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-cvs-000614-r1.ebuild,v 1.3 2000/09/15 20:09:12 drobbins Exp $ P=hylafax-cvs-000614 A=${P}.tar.bz2 @@ -18,7 +18,7 @@ src_unpack() { src_compile() { cd ${S} - make + try make } src_install() { @@ -30,7 +30,7 @@ src_install() { dodir /usr/man dodir /var/spool/fax dodir /etc/rc.d/init.d - make BASEDIR=${D} install + try make BASEDIR=${D} install prepman dodoc COPYRIGHT README TODO VERSION diff --git a/net-misc/netkit-bootpd/netkit-bootpd-0.17-r1.ebuild b/net-misc/netkit-bootpd/netkit-bootpd-0.17-r1.ebuild index 37ec94cfc584..3f9f04354caa 100644 --- a/net-misc/netkit-bootpd/netkit-bootpd-0.17-r1.ebuild +++ b/net-misc/netkit-bootpd/netkit-bootpd-0.17-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/net-misc/netkit-bootpd/netkit-bootpd-0.17-r1.ebuild,v 1.2 2000/08/16 04:38:17 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootpd/netkit-bootpd-0.17-r1.ebuild,v 1.3 2000/09/15 20:09:12 drobbins Exp $ P=netkit-bootpd-0.17 A=netkit-bootparamd-0.17.tar.gz @@ -10,8 +10,8 @@ DESCRIPTION="Netkit - bootp" SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${A}" src_compile() { - ./configure - make + try ./configure + try make } src_install() { diff --git a/net-misc/netkit-fingerd/netkit-fingerd-0.17-r1.ebuild b/net-misc/netkit-fingerd/netkit-fingerd-0.17-r1.ebuild index de878f950ca7..2a05bba3f35a 100644 --- a/net-misc/netkit-fingerd/netkit-fingerd-0.17-r1.ebuild +++ b/net-misc/netkit-fingerd/netkit-fingerd-0.17-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/net-misc/netkit-fingerd/netkit-fingerd-0.17-r1.ebuild,v 1.2 2000/08/16 04:38:18 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-fingerd/netkit-fingerd-0.17-r1.ebuild,v 1.3 2000/09/15 20:09:12 drobbins Exp $ P=netkit-fingerd-0.17 A=bsd-finger-0.17.tar.gz @@ -11,8 +11,8 @@ SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${A}" src_compile() { cd ${S} - ./configure - make + try ./configure + try make } src_install() { diff --git a/net-misc/netkit-routed/netkit-routed-0.17-r1.ebuild b/net-misc/netkit-routed/netkit-routed-0.17-r1.ebuild index 2f5fb6762bde..73b6d231901e 100644 --- a/net-misc/netkit-routed/netkit-routed-0.17-r1.ebuild +++ b/net-misc/netkit-routed/netkit-routed-0.17-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/net-misc/netkit-routed/netkit-routed-0.17-r1.ebuild,v 1.2 2000/08/16 04:38:18 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-routed/netkit-routed-0.17-r1.ebuild,v 1.3 2000/09/15 20:09:12 drobbins Exp $ P=netkit-routed-0.17 A=${P}.tar.gz @@ -10,8 +10,8 @@ DESCRIPTION="Netkit - routed" SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${A}" src_compile() { - ./configure - make + try ./configure + try make } src_install() { diff --git a/net-misc/netkit-rsh/netkit-rsh-0.17-r1.ebuild b/net-misc/netkit-rsh/netkit-rsh-0.17-r1.ebuild index 2cc2b3972422..f9e24fba12a9 100644 --- a/net-misc/netkit-rsh/netkit-rsh-0.17-r1.ebuild +++ b/net-misc/netkit-rsh/netkit-rsh-0.17-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/net-misc/netkit-rsh/netkit-rsh-0.17-r1.ebuild,v 1.2 2000/08/16 04:38:18 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-rsh/netkit-rsh-0.17-r1.ebuild,v 1.3 2000/09/15 20:09:12 drobbins Exp $ P=netkit-rsh-0.17 A=${P}.tar.gz @@ -10,8 +10,8 @@ DESCRIPTION="Netkit - rshd" SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${A}" src_compile() { - ./configure - make + try ./configure + try make } src_unpack () { diff --git a/net-misc/netkit-talk/netkit-talk-0.17-r1.ebuild b/net-misc/netkit-talk/netkit-talk-0.17-r1.ebuild index 1c3955cd7191..ddaa445645d3 100644 --- a/net-misc/netkit-talk/netkit-talk-0.17-r1.ebuild +++ b/net-misc/netkit-talk/netkit-talk-0.17-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/net-misc/netkit-talk/netkit-talk-0.17-r1.ebuild,v 1.2 2000/08/16 04:38:18 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-talk/netkit-talk-0.17-r1.ebuild,v 1.3 2000/09/15 20:09:12 drobbins Exp $ P=netkit-talk-0.17 A=netkit-ntalk-0.17.tar.gz @@ -10,8 +10,8 @@ DESCRIPTION="Netkit - talkd" SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${A}" src_compile() { - ./configure - make + try ./configure + try make } src_install() { diff --git a/net-misc/netkit-telnetd/netkit-telnetd-0.17-r1.ebuild b/net-misc/netkit-telnetd/netkit-telnetd-0.17-r1.ebuild index df1fe005777f..258e29c449b6 100644 --- a/net-misc/netkit-telnetd/netkit-telnetd-0.17-r1.ebuild +++ b/net-misc/netkit-telnetd/netkit-telnetd-0.17-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/net-misc/netkit-telnetd/netkit-telnetd-0.17-r1.ebuild,v 1.2 2000/08/16 04:38:18 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-telnetd/netkit-telnetd-0.17-r1.ebuild,v 1.3 2000/09/15 20:09:13 drobbins Exp $ P=netkit-telnetd-0.17 A=netkit-telnet-0.17.tar.gz @@ -10,12 +10,12 @@ DESCRIPTION="Standard Linux telnet client" SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${A}" src_compile() { - ./configure --prefix=/usr + try ./configure --prefix=/usr cp MCONFIG MCONFIG.orig sed -e "s/-pipe -O2/${CFLAGS}/" MCONFIG.orig > MCONFIG - make + try make cd telnetlogin - make + try make } src_install() { diff --git a/net-misc/netkit-timed/netkit-timed-0.17-r1.ebuild b/net-misc/netkit-timed/netkit-timed-0.17-r1.ebuild index 0a8339504d7f..a0323fc204a6 100644 --- a/net-misc/netkit-timed/netkit-timed-0.17-r1.ebuild +++ b/net-misc/netkit-timed/netkit-timed-0.17-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/net-misc/netkit-timed/netkit-timed-0.17-r1.ebuild,v 1.2 2000/08/16 04:38:18 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-timed/netkit-timed-0.17-r1.ebuild,v 1.3 2000/09/15 20:09:13 drobbins Exp $ P=netkit-timed-0.17 A=${P}.tar.gz @@ -10,8 +10,8 @@ DESCRIPTION="Netkit - timed" SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${A}" src_compile() { - ./configure - make + try ./configure + try make } src_install() { diff --git a/net-misc/nut/nut-0.44.0-r1.ebuild b/net-misc/nut/nut-0.44.0-r1.ebuild index 9dd6452123d0..985d35585d93 100644 --- a/net-misc/nut/nut-0.44.0-r1.ebuild +++ b/net-misc/nut/nut-0.44.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/net-misc/nut/nut-0.44.0-r1.ebuild,v 1.2 2000/08/16 04:38:19 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/nut/nut-0.44.0-r1.ebuild,v 1.3 2000/09/15 20:09:13 drobbins Exp $ P=nut-0.44.0 A=${P}.tar.gz @@ -17,14 +17,14 @@ src_unpack() { src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc/nut - make - make cgi + try ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc/nut + try make + try make cgi } src_install() { cd ${S} - make BASEPATH=${D}/usr CONFPATH=${D}/etc/nut STATEPATH=${D}/var/state/ups \ + try make BASEPATH=${D}/usr CONFPATH=${D}/etc/nut STATEPATH=${D}/var/state/ups \ install cd clients exeinto /usr/local/httpd/cgi-bin/nut diff --git a/net-misc/nut/nut-0.44.1.ebuild b/net-misc/nut/nut-0.44.1.ebuild index 1c0467dc3343..0acb4ceb817d 100644 --- a/net-misc/nut/nut-0.44.1.ebuild +++ b/net-misc/nut/nut-0.44.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/nut/nut-0.44.1.ebuild,v 1.1 2000/08/25 15:10:24 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/nut/nut-0.44.1.ebuild,v 1.2 2000/09/15 20:09:13 drobbins Exp $ P=nut-0.44.1 A=${P}.tar.gz @@ -17,15 +17,15 @@ src_unpack() { src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc/nut \ + try ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc/nut \ --with-user=daemon --with-group=daemon - make - make cgi + try make + try make cgi } src_install() { cd ${S} - make BASEPATH=${D}/usr CONFPATH=${D}/etc/nut STATEPATH=${D}/var/state/ups \ + try make BASEPATH=${D}/usr CONFPATH=${D}/etc/nut STATEPATH=${D}/var/state/ups \ install cd clients exeinto /usr/local/httpd/cgi-bin/nut diff --git a/net-misc/openssh/openssh-2.2.0_p1.ebuild b/net-misc/openssh/openssh-2.2.0_p1.ebuild index c66a5e7b8115..ac107faeaa67 100644 --- a/net-misc/openssh/openssh-2.2.0_p1.ebuild +++ b/net-misc/openssh/openssh-2.2.0_p1.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/net-misc/openssh/openssh-2.2.0_p1.ebuild,v 1.1 2000/09/10 17:43:11 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-2.2.0_p1.ebuild,v 1.2 2000/09/15 20:09:13 drobbins Exp $ P=openssh-2.2.0p1 A=${P}.tar.gz @@ -11,11 +11,11 @@ SRC_URI="ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/"${A} HOMEPAGE="http://www.openssh.com/" src_compile() { - ./configure --prefix=/usr --sysconfdir=/etc/ssh \ + try ./configure --prefix=/usr --sysconfdir=/etc/ssh \ --libexecdir=/usr/libexec --mandir=/usr/man \ --enable-gnome-askpass \ --with-tcp-wrappers --with-ipv4-default --host=${CHOST} - make + try make } src_unpack() { @@ -25,7 +25,7 @@ src_unpack() { } src_install() { - make manpages install-files DESTDIR=${D} + try make manpages install-files DESTDIR=${D} prepman dodoc ChangeLog COPYING.* CREDITS OVERVIEW README* TODO UPGRADING dodir /etc/rc.d/init.d/ diff --git a/net-misc/rsync/rsync-2.4.4-r1.ebuild b/net-misc/rsync/rsync-2.4.4-r1.ebuild index 8cd8bf26ab31..28b4a9adc59d 100644 --- a/net-misc/rsync/rsync-2.4.4-r1.ebuild +++ b/net-misc/rsync/rsync-2.4.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.4.4-r1.ebuild,v 1.2 2000/08/16 04:38:20 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.4.4-r1.ebuild,v 1.3 2000/09/15 20:09:13 drobbins Exp $ P=rsync-2.4.4 A=${P}.tar.gz @@ -14,15 +14,15 @@ HOMEPAGE="http://rsync.samba.org" src_compile() { cd ${S} - ./configure --prefix=/usr --sysconfdir=/etc/rsync --host=${CHOST} - make + try ./configure --prefix=/usr --sysconfdir=/etc/rsync --host=${CHOST} + try make } src_install () { cd ${S} - make prefix=${D}/usr install + try make prefix=${D}/usr install prepman dodir /etc/rsync dodoc COPYING README diff --git a/net-misc/rsync/rsync-2.4.5.ebuild b/net-misc/rsync/rsync-2.4.5.ebuild index f59c3061c98f..f0bc7a7c589e 100644 --- a/net-misc/rsync/rsync-2.4.5.ebuild +++ b/net-misc/rsync/rsync-2.4.5.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/net-misc/rsync/rsync-2.4.5.ebuild,v 1.1 2000/08/22 17:57:50 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.4.5.ebuild,v 1.2 2000/09/15 20:09:13 drobbins Exp $ P=rsync-2.4.5 A=${P}.tar.gz @@ -14,15 +14,15 @@ HOMEPAGE="http://rsync.samba.org" src_compile() { cd ${S} - ./configure --prefix=/usr --sysconfdir=/etc/rsync --host=${CHOST} - make + try ./configure --prefix=/usr --sysconfdir=/etc/rsync --host=${CHOST} + try make } src_install () { cd ${S} - make prefix=${D}/usr install + try make prefix=${D}/usr install prepman dodir /etc/rsync dodoc COPYING README diff --git a/net-misc/snarf/snarf-2.0.9-r1.ebuild b/net-misc/snarf/snarf-2.0.9-r1.ebuild index 8a0af4abca1f..6abe814286f7 100644 --- a/net-misc/snarf/snarf-2.0.9-r1.ebuild +++ b/net-misc/snarf/snarf-2.0.9-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/net-misc/snarf/snarf-2.0.9-r1.ebuild,v 1.2 2000/08/16 04:38:20 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/snarf/snarf-2.0.9-r1.ebuild,v 1.3 2000/09/15 20:09:13 drobbins Exp $ P=snarf-2.0.9 A=${P}.tar.gz @@ -12,8 +12,8 @@ HOMEPAGE="http://www.xach.com/snarf/" src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr - make + try ./configure --host=${CHOST} --prefix=/usr + try make } src_install() { diff --git a/net-misc/snarf/snarf-7.0-r1.ebuild b/net-misc/snarf/snarf-7.0-r1.ebuild index 6a4d4a5b0e8e..01ed96da8117 100644 --- a/net-misc/snarf/snarf-7.0-r1.ebuild +++ b/net-misc/snarf/snarf-7.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/net-misc/snarf/snarf-7.0-r1.ebuild,v 1.2 2000/08/16 04:38:20 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/snarf/snarf-7.0-r1.ebuild,v 1.3 2000/09/15 20:09:13 drobbins Exp $ P=snarf-7.0 A=${P}.tar.gz @@ -12,8 +12,8 @@ HOMEPAGE="http://www.xach.com/snarf/" src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr - make + try ./configure --host=${CHOST} --prefix=/usr + try make } src_install() { diff --git a/net-misc/sslwrap/sslwrap-2.0.5-r1.ebuild b/net-misc/sslwrap/sslwrap-2.0.5-r1.ebuild index f771e177ebfd..6816c31e861f 100644 --- a/net-misc/sslwrap/sslwrap-2.0.5-r1.ebuild +++ b/net-misc/sslwrap/sslwrap-2.0.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/sslwrap/sslwrap-2.0.5-r1.ebuild,v 1.2 2000/08/16 04:38:20 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/sslwrap/sslwrap-2.0.5-r1.ebuild,v 1.3 2000/09/15 20:09:13 drobbins Exp $ P=sslwrap-2.0.5 A=sslwrap.tar.gz @@ -19,7 +19,7 @@ src_unpack () { src_compile() { cd ${S} - make + try make } src_install() { diff --git a/net-misc/wget/wget-1.5.3-r1.ebuild b/net-misc/wget/wget-1.5.3-r1.ebuild index 38695dbceeea..45df92b62c6a 100644 --- a/net-misc/wget/wget-1.5.3-r1.ebuild +++ b/net-misc/wget/wget-1.5.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.5.3-r1.ebuild,v 1.2 2000/08/16 04:38:20 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.5.3-r1.ebuild,v 1.3 2000/09/15 20:09:14 drobbins Exp $ P=wget-1.5.3 A="${P}.tar.gz wget-new-percentage-3.0.tgz" @@ -18,13 +18,13 @@ src_unpack () { patch retr.c < ../../wget-new-percentage/wget-new-percentage.diff } src_compile() { - ./configure --prefix=/usr --sysconfdir=/etc/wget --disable-debug - make + try ./configure --prefix=/usr --sysconfdir=/etc/wget --disable-debug + try make } src_install() { cd ${S} - make prefix=${D}/usr sysconfdir=${D}/etc/wget install + try make prefix=${D}/usr sysconfdir=${D}/etc/wget install prepinfo dodoc AUTHORS COPYING ChangeLog MACHINES MAILING-LIST NEWS README TODO dodoc doc/sample.wgetrc diff --git a/net-misc/whois/whois-4.5.0-r1.ebuild b/net-misc/whois/whois-4.5.0-r1.ebuild index f64462d218e3..550c34738cac 100644 --- a/net-misc/whois/whois-4.5.0-r1.ebuild +++ b/net-misc/whois/whois-4.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/net-misc/whois/whois-4.5.0-r1.ebuild,v 1.2 2000/08/16 04:38:20 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-4.5.0-r1.ebuild,v 1.3 2000/09/15 20:09:14 drobbins Exp $ P=whois-4.5.0 A=whois_4.5.0.tar.gz @@ -21,8 +21,8 @@ src_unpack() { } src_compile() { cd ${S} - make - make mkpasswd + try make + try make mkpasswd } src_install() { @@ -30,7 +30,7 @@ src_install() { dodir /usr/bin dodir /usr/man/man1 dodir /usr/share/locale - make BASEDIR=${D} prefix=/usr install + try make BASEDIR=${D} prefix=/usr install prepman dobin mkpasswd doman mkpasswd.1 diff --git a/net-nds/openldap/openldap-2.0.1.ebuild b/net-nds/openldap/openldap-2.0.1.ebuild index 8f5dd3266b48..d910dace0fb9 100644 --- a/net-nds/openldap/openldap-2.0.1.ebuild +++ b/net-nds/openldap/openldap-2.0.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.0.1.ebuild,v 1.1 2000/09/10 16:16:31 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.0.1.ebuild,v 1.2 2000/09/15 20:09:15 drobbins Exp $ A=${P}.tgz S=${WORKDIR}/${P} @@ -11,18 +11,18 @@ HOMEPAGE="http://www.OpenLDAP.org/" src_compile() { cd ${S} - ./configure --host=${CHOST} --enable-wrappers --enable-passwd \ + try ./configure --host=${CHOST} --enable-wrappers --enable-passwd \ --enable-shell --enable-shared --enable-static \ --prefix=/usr --sysconfdir=/etc --localstatedir=/var/state - make depend - make + try make depend + try make cd tests - make + try make } src_install() { cd ${S} - make prefix=${D}/usr sysconfdir=${D}/etc/openldap localstatedir=${D}/var/state install + try make prefix=${D}/usr sysconfdir=${D}/etc/openldap localstatedir=${D}/var/state install prepman dodoc ANNOUNCEMENT CHANGES COPYRIGHT README LICENSE diff --git a/net-nds/portmap/portmap-5b-r1.ebuild b/net-nds/portmap/portmap-5b-r1.ebuild index 113e2e949023..cd12b5907724 100644 --- a/net-nds/portmap/portmap-5b-r1.ebuild +++ b/net-nds/portmap/portmap-5b-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/net-nds/portmap/portmap-5b-r1.ebuild,v 1.2 2000/08/16 04:38:21 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/portmap/portmap-5b-r1.ebuild,v 1.3 2000/09/15 20:09:15 drobbins Exp $ P=portmap-5b A=portmap_5beta.tar.gz @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.porcupine.org/pub/security/"${A} HOMEPAGE="ftp://ftp.porcupine.org/pub/security/index.html" src_compile() { - make + try make } src_unpack() { diff --git a/net-nds/yp-tools/yp-tools-2.4-r1.ebuild b/net-nds/yp-tools/yp-tools-2.4-r1.ebuild index b7bdbf2acefa..6a3df5b14542 100644 --- a/net-nds/yp-tools/yp-tools-2.4-r1.ebuild +++ b/net-nds/yp-tools/yp-tools-2.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-nds/yp-tools/yp-tools-2.4-r1.ebuild,v 1.2 2000/08/16 04:38:21 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/yp-tools/yp-tools-2.4-r1.ebuild,v 1.3 2000/09/15 20:09:15 drobbins Exp $ P=yp-tools-2.4 A=${P}.tar.gz @@ -18,13 +18,13 @@ src_unpack() { src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc/yp - make + try ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc/yp + try make } src_install() { cd ${S} - make DESTDIR=${D} install + try make DESTDIR=${D} install prepman dodoc AUTHORS ChangeLog COPYING NEWS README THANKS TODO insinto /etc/yp diff --git a/net-nds/ypbind/ypbind-1.6-r1.ebuild b/net-nds/ypbind/ypbind-1.6-r1.ebuild index becb886bdcfc..66c524b9b993 100644 --- a/net-nds/ypbind/ypbind-1.6-r1.ebuild +++ b/net-nds/ypbind/ypbind-1.6-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/net-nds/ypbind/ypbind-1.6-r1.ebuild,v 1.3 2000/08/17 15:37:34 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.6-r1.ebuild,v 1.4 2000/09/15 20:09:15 drobbins Exp $ P=ypbind-1.6 A=ypbind-mt-1.6.tar.gz @@ -15,13 +15,13 @@ src_unpack() { src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc/yp --with-catgets - make + try ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc/yp --with-catgets + try make } src_install() { cd ${S} - make DESTDIR=${D} install + try make DESTDIR=${D} install insinto /etc/rc.d/init.d doins ${O}/files/ypbind dodoc AUTHORS ChangeLog COPYING README THANKS TODO diff --git a/net-nds/ypserv/ypserv-1.3.9-r1.ebuild b/net-nds/ypserv/ypserv-1.3.9-r1.ebuild index 1bcf6792499f..51f7cfdb4e8c 100644 --- a/net-nds/ypserv/ypserv-1.3.9-r1.ebuild +++ b/net-nds/ypserv/ypserv-1.3.9-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/net-nds/ypserv/ypserv-1.3.9-r1.ebuild,v 1.2 2000/08/16 04:38:21 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypserv/ypserv-1.3.9-r1.ebuild,v 1.3 2000/09/15 20:09:15 drobbins Exp $ P=ypserv-1.3.9 A=${P}.tar.gz @@ -20,18 +20,18 @@ src_unpack() { src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc/yp \ + try ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc/yp \ --localstatedir=/var --enable-tcp-wrapper \ --enable-yppasswd - make + try make cd ${S}/ypmake sed -f defs.sed Makefile.in > Makefile - make + try make } src_install() { cd ${S} - make prefix=${D}/usr YPMAPDIR=${D}/var/yp CONFDIR=${D}/etc/yp \ + try make prefix=${D}/usr YPMAPDIR=${D}/var/yp CONFDIR=${D}/etc/yp \ installdirs install_progs prepman diff --git a/net-print/LPRng/LPRng-3.6.19-r1.ebuild b/net-print/LPRng/LPRng-3.6.19-r1.ebuild index 2a355e513d24..7f1c1071fdb8 100644 --- a/net-print/LPRng/LPRng-3.6.19-r1.ebuild +++ b/net-print/LPRng/LPRng-3.6.19-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/net-print/LPRng/LPRng-3.6.19-r1.ebuild,v 1.2 2000/08/16 04:38:21 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/LPRng/LPRng-3.6.19-r1.ebuild,v 1.3 2000/09/15 20:09:16 drobbins Exp $ P=LPRng-3.6.19 A=${P}.tgz @@ -20,14 +20,14 @@ src_unpack() { src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc/lprng \ + try ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc/lprng \ --enable-nls --with-catgets --with-included-gettext - make + try make } src_install() { cd ${S} - make INSTALL_PREFIX=${D} datadir=${D}/usr/share gnulocaledir=${D}/usr/share/locale install + try make INSTALL_PREFIX=${D} datadir=${D}/usr/share gnulocaledir=${D}/usr/share/locale install prepman diff --git a/net-print/LPRng/LPRng-3.6.24.ebuild b/net-print/LPRng/LPRng-3.6.24.ebuild index 8885eb05c19c..6de9b87d9399 100644 --- a/net-print/LPRng/LPRng-3.6.24.ebuild +++ b/net-print/LPRng/LPRng-3.6.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-print/LPRng/LPRng-3.6.24.ebuild,v 1.1 2000/08/25 11:01:46 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/LPRng/LPRng-3.6.24.ebuild,v 1.2 2000/09/15 20:09:16 drobbins Exp $ P=LPRng-3.6.24 A=${P}.tgz @@ -20,14 +20,14 @@ src_unpack() { src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc/lprng \ + try ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc/lprng \ --enable-nls --with-catgets --with-included-gettext - make + try make } src_install() { cd ${S} - make INSTALL_PREFIX=${D} datadir=${D}/usr/share gnulocaledir=${D}/usr/share/locale install + try make INSTALL_PREFIX=${D} datadir=${D}/usr/share gnulocaledir=${D}/usr/share/locale install prepman diff --git a/net-www/apache-ssl/apache-ssl-1.3.12.2.6.6.ebuild b/net-www/apache-ssl/apache-ssl-1.3.12.2.6.6.ebuild index 17b0dd1e6525..2bee8d9ddccd 100644 --- a/net-www/apache-ssl/apache-ssl-1.3.12.2.6.6.ebuild +++ b/net-www/apache-ssl/apache-ssl-1.3.12.2.6.6.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/net-www/apache-ssl/apache-ssl-1.3.12.2.6.6.ebuild,v 1.3 2000/08/28 03:01:54 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache-ssl/apache-ssl-1.3.12.2.6.6.ebuild,v 1.4 2000/09/15 20:09:16 drobbins Exp $ P=apache-ssl-1.3.12-2.6.6 A="apache_1.3.12.tar.gz mod_ssl-2.6.6-1.3.12.tar.gz" @@ -15,9 +15,9 @@ HOMEPAGE="http://www.apache.org http://www.modssl.org" src_compile() { export SSL_BASE=SYSTEM cd ${S}/../mod_ssl-2.6.6-1.3.12 - ./configure --with-apache=${S} --with-ssl=SYSTEM + try ./configure --with-apache=${S} --with-ssl=SYSTEM cd ${S} - ./configure --prefix=/usr/local/httpd --bindir=/usr/bin \ + try ./configure --prefix=/usr/local/httpd --bindir=/usr/bin \ --sbindir=/usr/sbin --datadir=/usr/local/httpd \ --sysconfdir=/etc/httpd --libexecdir=/usr/lib/apache \ --mandir=/usr/man --logfiledir=/var/log/apache --localstatedir=/var/lock \ @@ -26,12 +26,12 @@ src_compile() { --enable-shared=max --enable-suexec --suexec-caller=wwwrun \ --suexec-userdir=public_html --suexec-uidmin=96 \ --suexec-gidmin=96 --suexec-safepath="/bin:/usr/bin" - make + try make } src_install() { cd ${S} - make install-quiet root=${D} + try make install-quiet root=${D} prepman dodoc ABOUT_APACHE Announcement INSTALL* KEYS LICENSE* README* WARNING* diff --git a/net-www/lynx/lynx-2.8.3-r1.ebuild b/net-www/lynx/lynx-2.8.3-r1.ebuild index c5eb8b1b4d2c..bf1da8af68ea 100644 --- a/net-www/lynx/lynx-2.8.3-r1.ebuild +++ b/net-www/lynx/lynx-2.8.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/lynx/lynx-2.8.3-r1.ebuild,v 1.2 2000/08/16 04:38:21 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/lynx/lynx-2.8.3-r1.ebuild,v 1.3 2000/09/15 20:09:16 drobbins Exp $ # NOW HAS SSLeay Support (so it will use the SSLeay library if found to # do SSL connections :) @@ -18,12 +18,12 @@ DESCRIPTION="An excellent console-based web browser" src_compile() { export CFLAGS="${CFLAGS} -I/usr/include/openssl" - ./configure --prefix=/usr --enable-cgi-links \ + try ./configure --prefix=/usr --enable-cgi-links \ --enable-nsl-fork --libdir=/etc/lynx --enable-file-upload \ --enable-libjs --enable-color-style --enable-scrollbar \ --enable-nls --with-catgets --enable-included-msgs --with-zlib \ --with-x - make + try make } src_unpack() { @@ -39,7 +39,7 @@ src_install() { dodir /usr/bin dodir /usr/share dodir /etc/lynx - make prefix=${D}/usr datadir=${D}/usr/share libdir=${D}/etc/lynx install + try make prefix=${D}/usr datadir=${D}/usr/share libdir=${D}/etc/lynx install prepman dodoc CHANGES COPYHEADER COPYING INSTALLATION PROBLEMS README diff --git a/net-www/squid/squid-2.3.4s-r1.ebuild b/net-www/squid/squid-2.3.4s-r1.ebuild index 19f98319cb45..7b4317b89781 100644 --- a/net-www/squid/squid-2.3.4s-r1.ebuild +++ b/net-www/squid/squid-2.3.4s-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/net-www/squid/squid-2.3.4s-r1.ebuild,v 1.1 2000/08/16 17:16:16 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/squid/squid-2.3.4s-r1.ebuild,v 1.2 2000/09/15 20:09:16 drobbins Exp $ P=squid-2.3.STABLE4 A=${P}-src.tar.gz @@ -12,22 +12,22 @@ HOMEPAGE="http://www.squid-cache.org/" src_compile() { cd ${S} - LDFLAGS="$LDFLAGS -lresolv" ./configure --host=${CHOST} \ + LDFLAGS="$LDFLAGS -lresolv" try ./configure --host=${CHOST} \ --prefix=/usr --sysconfdir=/etc/squid \ --localstatedir=/var/squid --enable-ipf-transparent --enable-useragent-log \ --enable-async-io --enable-icmp - make + try make cd ${S}/auth_modules/LDAP - make + try make cd ../PAM - make + try make cd ../SMB - make + try make cd ../LDAP - make + try make cd ../NCSA - make + try make } @@ -38,7 +38,7 @@ src_install() { dodir /etc/squid dodir /var/squid chown squid.daemon ${D}/var/squid - make install prefix=${D}/usr sysconfdir=${D}/etc/squid \ + try make install prefix=${D}/usr sysconfdir=${D}/etc/squid \ localstatedir=${D}/var/squid into /usr cd auth_modules diff --git a/net-www/w3m/w3m-0.1.10-r1.ebuild b/net-www/w3m/w3m-0.1.10-r1.ebuild index b26e1b9a83b1..5c4fee26b2ac 100644 --- a/net-www/w3m/w3m-0.1.10-r1.ebuild +++ b/net-www/w3m/w3m-0.1.10-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/net-www/w3m/w3m-0.1.10-r1.ebuild,v 1.3 2000/08/17 15:37:34 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/w3m/w3m-0.1.10-r1.ebuild,v 1.4 2000/09/15 20:09:16 drobbins Exp $ P=w3m-0.1.10 A=${P}.tar.gz @@ -22,13 +22,13 @@ src_unpack() { src_compile() { cd ${S} - ./configure --prefix=/usr --nonstop -lang=en -model=monster -cflags="${CFLAGS}" - make + try ./configure --prefix=/usr --nonstop -lang=en -model=monster -cflags="${CFLAGS}" + try make } src_install() { cd ${S} - make DESTDIR=${D} install + try make DESTDIR=${D} install dodoc doc/README* doc/*.default doc/menu.submenu doc/HISTORY doman doc/w3m.1 } diff --git a/sys-apps/at/at-3.1.8-r1.ebuild b/sys-apps/at/at-3.1.8-r1.ebuild index fa058f01bd44..f663d8628246 100644 --- a/sys-apps/at/at-3.1.8-r1.ebuild +++ b/sys-apps/at/at-3.1.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/at/at-3.1.8-r1.ebuild,v 1.3 2000/08/23 06:16:57 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/at/at-3.1.8-r1.ebuild,v 1.4 2000/09/15 20:09:16 drobbins Exp $ A="${P}.tar.bz2 ${P}.dif" S=${WORKDIR}/${P} @@ -11,8 +11,8 @@ SRC_URI="ftp://jurix.jura.uni-sb.de/pub/jurix/source/chroot/appl/at/${P}.tar.bz2 src_compile() { - ./configure --host=${CHOST} --sysconfdir=/etc/at - make + try ./configure --host=${CHOST} --sysconfdir=/etc/at + try make } diff --git a/sys-apps/bash/bash-2.03-r1.ebuild b/sys-apps/bash/bash-2.03-r1.ebuild index ad359d8a6ca9..75ec53d472fc 100644 --- a/sys-apps/bash/bash-2.03-r1.ebuild +++ b/sys-apps/bash/bash-2.03-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-apps/bash/bash-2.03-r1.ebuild,v 1.3 2000/08/16 05:28:14 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/bash/bash-2.03-r1.ebuild,v 1.4 2000/09/15 20:09:16 drobbins Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -12,8 +12,8 @@ HOMEPAGE="http://www.gnu.org/software/bash/bash.html" src_compile() { cd ${S} - ./configure --prefix=/ --disable-profiling --with-curses --host=${CHOST} - make + try ./configure --prefix=/ --disable-profiling --with-curses --host=${CHOST} + try make } diff --git a/sys-apps/bash/bash-2.04.ebuild b/sys-apps/bash/bash-2.04.ebuild index 4f17eb859fa7..7f7fe1284648 100644 --- a/sys-apps/bash/bash-2.04.ebuild +++ b/sys-apps/bash/bash-2.04.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-apps/bash/bash-2.04.ebuild,v 1.1 2000/08/16 05:28:14 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/bash/bash-2.04.ebuild,v 1.2 2000/09/15 20:09:16 drobbins Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -12,8 +12,8 @@ HOMEPAGE="http://www.gnu.org/software/bash/bash.html" src_compile() { cd ${S} - ./configure --prefix=/ --disable-profiling --with-curses --host=${CHOST} - make + try ./configure --prefix=/ --disable-profiling --with-curses --host=${CHOST} + try make } diff --git a/sys-apps/bzip2/bzip2-1.0.1.ebuild b/sys-apps/bzip2/bzip2-1.0.1.ebuild index 28297eca436f..e4787a343860 100644 --- a/sys-apps/bzip2/bzip2-1.0.1.ebuild +++ b/sys-apps/bzip2/bzip2-1.0.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-apps/bzip2/bzip2-1.0.1.ebuild,v 1.3 2000/08/25 04:47:04 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/bzip2/bzip2-1.0.1.ebuild,v 1.4 2000/09/15 20:09:16 drobbins Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -11,7 +11,7 @@ HOMEPAGE="http://sourceware.cygnus.com/bzip2/" src_unpack() { unpack ${A} - # bzip2's makefile does not use CFLAGS so we hard-wire the compile + # bzip2's try makefile does not use CFLAGS so we hard-wire the compile # options using sed ;) cd ${S} cp Makefile Makefile.orig @@ -21,14 +21,14 @@ src_unpack() { } src_compile() { - make -f Makefile-libbz2_so $MAKEOPTS "MAKE = make $MAKEOPTS" all - make $MAKEOPTS "MAKE = make $MAKEOPTS" all + try make -f Makefile-libbz2_so $MAKEOPTS "MAKE = try make $MAKEOPTS" all + try make $MAKEOPTS "MAKE = try make $MAKEOPTS" all } src_install() { dodoc README LICENSE CHANGES manual.ps docinto html dodoc manual_*.html - make PREFIX=${D}/usr install + try make PREFIX=${D}/usr install strip ${D}/usr/bin/* into /usr dolib.so libbz2.so.1.0.1 diff --git a/sys-apps/console-data/console-data-1999.08.29-r1.ebuild b/sys-apps/console-data/console-data-1999.08.29-r1.ebuild index 895436612ce3..8d8e3f92b18c 100644 --- a/sys-apps/console-data/console-data-1999.08.29-r1.ebuild +++ b/sys-apps/console-data/console-data-1999.08.29-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-apps/console-data/console-data-1999.08.29-r1.ebuild,v 1.2 2000/08/16 04:38:23 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/console-data/console-data-1999.08.29-r1.ebuild,v 1.3 2000/09/15 20:09:16 drobbins Exp $ P=console-data-1999.08.29 A=${P}.tar.gz @@ -12,15 +12,15 @@ HOMEPAGE="http://altern.org/ydirson/en/lct/data.html" src_compile() { - ./configure --host=${CHOST} --prefix=/usr - make + try ./configure --host=${CHOST} --prefix=/usr + try make } src_install() { dodoc ChangeLog doc/README.* - make DESTDIR=${D} install + try make DESTDIR=${D} install } diff --git a/sys-apps/console-tools/console-tools-0.2.3-r1.ebuild b/sys-apps/console-tools/console-tools-0.2.3-r1.ebuild index bd9583e643e5..c1283db6f21d 100644 --- a/sys-apps/console-tools/console-tools-0.2.3-r1.ebuild +++ b/sys-apps/console-tools/console-tools-0.2.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 Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/console-tools/console-tools-0.2.3-r1.ebuild,v 1.2 2000/08/16 04:38:23 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/console-tools/console-tools-0.2.3-r1.ebuild,v 1.3 2000/09/15 20:09:17 drobbins Exp $ P=console-tools-0.2.3 A=${P}.tar.gz @@ -11,17 +11,17 @@ SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/keyboards/"${A} HOMEPAGE="http://altern.org/ydirson/en/lct/" src_compile() { - ./configure --prefix=/usr --host=${CHOST} + try ./configure --prefix=/usr --host=${CHOST} mv Makefile Makefile.orig #building without documentation for now sed -e s/doc// Makefile.orig > Makefile - make ${MAKEOPTS} "MAKE = make ${MAKEOPTS}" all + try make all } src_install() { into /usr cd ${S} - make DESTDIR=${D} install + try make DESTDIR=${D} install strip ${D}/usr/bin/* strip --strip-unneeded ${D}/usr/lib/*.so.0.0.0 dodoc BUGS COPYING* CREDITS ChangeLog NEWS README RELEASE TODO diff --git a/sys-apps/cpio/cpio-2.4.2-r1.ebuild b/sys-apps/cpio/cpio-2.4.2-r1.ebuild index ecb4f75a7314..3109b75159ff 100644 --- a/sys-apps/cpio/cpio-2.4.2-r1.ebuild +++ b/sys-apps/cpio/cpio-2.4.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-apps/cpio/cpio-2.4.2-r1.ebuild,v 1.2 2000/08/16 04:38:23 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpio/cpio-2.4.2-r1.ebuild,v 1.3 2000/09/15 20:09:17 drobbins Exp $ P="cpio-2.4.2" A="${P}.tar.gz" @@ -11,8 +11,8 @@ SRC_URI="ftp://prep.ai.mit.edu/gnu/cpio/"${A} HOMEPAGE="http://www.gnu.org/software/cpio/cpio.html" src_compile() { - ./configure --host=${CHOST} --prefix=/usr - make + try ./configure --host=${CHOST} --prefix=/usr + try make } src_unpack() { diff --git a/sys-apps/debianutils/debianutils-1.13.3-r1.ebuild b/sys-apps/debianutils/debianutils-1.13.3-r1.ebuild index 8257576114dc..0164900cb50c 100644 --- a/sys-apps/debianutils/debianutils-1.13.3-r1.ebuild +++ b/sys-apps/debianutils/debianutils-1.13.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 Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-1.13.3-r1.ebuild,v 1.2 2000/08/16 04:38:23 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/debianutils/debianutils-1.13.3-r1.ebuild,v 1.3 2000/09/15 20:09:17 drobbins Exp $ P=debianutils-1.13.3 A=debianutils_1.13.3.tar.gz @@ -10,7 +10,7 @@ DESCRIPTION="A selection of tools from Debian" SRC_URI="ftp://ftp.debian.org/debian/dists/potato/main/source/base/${A}" src_compile() { - make + try make } src_unpack() { diff --git a/sys-apps/diffutils/diffutils-2.7-r1.ebuild b/sys-apps/diffutils/diffutils-2.7-r1.ebuild index 8e09240bf39f..bbfb5fbc2a97 100644 --- a/sys-apps/diffutils/diffutils-2.7-r1.ebuild +++ b/sys-apps/diffutils/diffutils-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 Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/diffutils/diffutils-2.7-r1.ebuild,v 1.2 2000/08/16 04:38:24 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/diffutils/diffutils-2.7-r1.ebuild,v 1.3 2000/09/15 20:09:17 drobbins Exp $ P=diffutils-2.7 A=${P}.tar.gz @@ -11,8 +11,8 @@ SRC_URI="ftp://ftp.gnu.org/gnu/diffutils/diffutils-2.7.tar.gz" HOMEPAGE="http://www.gnu.org/software/diffutils/diffutils.html" src_compile() { - ./configure --host=${CHOST} --prefix=/usr - make + try ./configure --host=${CHOST} --prefix=/usr + try make } src_install() { diff --git a/sys-apps/e2fsprogs/e2fsprogs-1.18-r1.ebuild b/sys-apps/e2fsprogs/e2fsprogs-1.18-r1.ebuild index ddac7a8ebaef..b94a7881733c 100644 --- a/sys-apps/e2fsprogs/e2fsprogs-1.18-r1.ebuild +++ b/sys-apps/e2fsprogs/e2fsprogs-1.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-apps/e2fsprogs/e2fsprogs-1.18-r1.ebuild,v 1.2 2000/08/16 04:38:24 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/e2fsprogs/e2fsprogs-1.18-r1.ebuild,v 1.3 2000/09/15 20:09:17 drobbins Exp $ P=e2fsprogs-1.18 A=${P}.tar.gz S=${WORKDIR}/${P} @@ -11,14 +11,14 @@ HOMEPAGE="http://web.mit.edu/tytso/www/linux/e2fsprogs.html" src_compile() { - ./configure --host=${CHOST} --enable-elf-shlibs - make + try ./configure --host=${CHOST} --enable-elf-shlibs + try make } src_install() { into /usr - make DESTDIR=${D} install - make DESTDIR=${D} install-libs + try make DESTDIR=${D} install + try make DESTDIR=${D} install-libs gzip -9 ${D}/usr/man/man?/* if [ -z "DBUG" ] then diff --git a/sys-apps/e2fsprogs/e2fsprogs-1.19.ebuild b/sys-apps/e2fsprogs/e2fsprogs-1.19.ebuild index 4ff7acf4591a..a3dfae0ba128 100644 --- a/sys-apps/e2fsprogs/e2fsprogs-1.19.ebuild +++ b/sys-apps/e2fsprogs/e2fsprogs-1.19.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-apps/e2fsprogs/e2fsprogs-1.19.ebuild,v 1.2 2000/08/16 04:38:24 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/e2fsprogs/e2fsprogs-1.19.ebuild,v 1.3 2000/09/15 20:09:17 drobbins Exp $ P=e2fsprogs-1.19 A=${P}.tar.gz @@ -12,14 +12,14 @@ HOMEPAGE="http://e2fsprogs.sourceforge.net/" src_compile() { - ./configure --host=${CHOST} --enable-elf-shlibs - make + try ./configure --host=${CHOST} --enable-elf-shlibs + try make } src_install() { into /usr - make DESTDIR=${D} install - make DESTDIR=${D} install-libs + try make DESTDIR=${D} install + try make DESTDIR=${D} install-libs prepman if [ -z "DBUG" ] then diff --git a/sys-apps/ebuild/ebuild-1.2-r1.ebuild b/sys-apps/ebuild/ebuild-1.2-r1.ebuild index 5f611033f3ef..6ab1949f0dcd 100644 --- a/sys-apps/ebuild/ebuild-1.2-r1.ebuild +++ b/sys-apps/ebuild/ebuild-1.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-apps/ebuild/ebuild-1.2-r1.ebuild,v 1.2 2000/08/16 04:38:24 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ebuild/ebuild-1.2-r1.ebuild,v 1.3 2000/09/15 20:09:17 drobbins Exp $ P=ebuild-1.2 A="" @@ -19,7 +19,7 @@ src_compile() { src_install() { cd ${O}/files insinto /etc - doins make.conf + doins try make.conf dodir /usr/bin dodir /usr/sbin insinto /usr/bin diff --git a/sys-apps/file/file-3.32.ebuild b/sys-apps/file/file-3.32.ebuild index d27f1ffe1abe..1f37c5d3079e 100644 --- a/sys-apps/file/file-3.32.ebuild +++ b/sys-apps/file/file-3.32.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-apps/file/file-3.32.ebuild,v 1.1 2000/08/23 07:00:07 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-3.32.ebuild,v 1.2 2000/09/15 20:09:18 drobbins Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -12,8 +12,8 @@ DESCRIPTION="Program to identify a file's format by scanning binary data for pat SRC_URI="ftp://ftp.astron.com/pub/file/${A}" src_compile() { - ./configure --prefix=/usr --host=${CHOST} - make + try ./configure --prefix=/usr --host=${CHOST} + try make } src_install() { diff --git a/sys-apps/fileutils/fileutils-4.0x-r1.ebuild b/sys-apps/fileutils/fileutils-4.0x-r1.ebuild index 696e54623e12..3bf6154099b4 100644 --- a/sys-apps/fileutils/fileutils-4.0x-r1.ebuild +++ b/sys-apps/fileutils/fileutils-4.0x-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-apps/fileutils/fileutils-4.0x-r1.ebuild,v 1.2 2000/08/16 04:38:24 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fileutils/fileutils-4.0x-r1.ebuild,v 1.3 2000/09/15 20:09:18 drobbins Exp $ P=fileutils-4.0x A=${P}.tar.gz @@ -11,8 +11,8 @@ SRC_URI="ftp://alpha.gnu.org/gnu/fetish/fileutils-4.0x.tar.gz" HOMEPAGE="http://www.gnu.org/software/fileutils/fileutils.html" src_compile() { - ./configure --prefix=/usr - make + try ./configure --prefix=/usr + try make } src_install() { diff --git a/sys-apps/fileutils/fileutils-4.0y.ebuild b/sys-apps/fileutils/fileutils-4.0y.ebuild index 22814b828874..d742833fe1d8 100644 --- a/sys-apps/fileutils/fileutils-4.0y.ebuild +++ b/sys-apps/fileutils/fileutils-4.0y.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-apps/fileutils/fileutils-4.0y.ebuild,v 1.1 2000/08/25 10:39:10 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fileutils/fileutils-4.0y.ebuild,v 1.2 2000/09/15 20:09:18 drobbins Exp $ P=fileutils-4.0y A=${P}.tar.gz @@ -11,8 +11,8 @@ SRC_URI="ftp://alpha.gnu.org/gnu/fetish/${A}" HOMEPAGE="http://www.gnu.org/software/fileutils/fileutils.html" src_compile() { - ./configure --prefix=/usr - make + try ./configure --prefix=/usr + try make } src_install() { diff --git a/sys-apps/findutils/findutils-4.1-r1.ebuild b/sys-apps/findutils/findutils-4.1-r1.ebuild index 8b74d475fbf4..44f5f14180ad 100644 --- a/sys-apps/findutils/findutils-4.1-r1.ebuild +++ b/sys-apps/findutils/findutils-4.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 Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.1-r1.ebuild,v 1.2 2000/08/16 04:38:25 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.1-r1.ebuild,v 1.3 2000/09/15 20:09:18 drobbins Exp $ P=findutils-4.1 A=${P}.tar.gz @@ -11,8 +11,8 @@ SRC_URI="ftp://prep.ai.mit.edu/gnu/findutils/findutils-4.1.tar.gz" HOMEPAGE="http://www.gnu.org/software/findutils/findutils.html" src_compile() { - ./configure --prefix=/usr --host=${CHOST} - make + try ./configure --prefix=/usr --host=${CHOST} + try make } src_unpack() { diff --git a/sys-apps/gawk/gawk-3.0.4-r1.ebuild b/sys-apps/gawk/gawk-3.0.4-r1.ebuild index 8e921b74e772..5b1fba52d834 100644 --- a/sys-apps/gawk/gawk-3.0.4-r1.ebuild +++ b/sys-apps/gawk/gawk-3.0.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-apps/gawk/gawk-3.0.4-r1.ebuild,v 1.2 2000/08/16 04:38:25 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-3.0.4-r1.ebuild,v 1.3 2000/09/15 20:09:19 drobbins Exp $ P=gawk-3.0.4 A=${P}.tar.gz @@ -11,8 +11,8 @@ SRC_URI="ftp://prep.ai.mit.edu/gnu/gawk/gawk-3.0.4.tar.gz" HOMEPAGE="http://www.gnu.org/software/gawk/gawk.html" src_compile() { - ./configure --prefix=/usr --host=${CHOST} - make + try ./configure --prefix=/usr --host=${CHOST} + try make } src_install() { diff --git a/sys-apps/gawk/gawk-3.0.6.ebuild b/sys-apps/gawk/gawk-3.0.6.ebuild index 88213db8f333..fd7175522662 100644 --- a/sys-apps/gawk/gawk-3.0.6.ebuild +++ b/sys-apps/gawk/gawk-3.0.6.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-apps/gawk/gawk-3.0.6.ebuild,v 1.1 2000/08/25 15:10:24 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-3.0.6.ebuild,v 1.2 2000/09/15 20:09:19 drobbins Exp $ P=gawk-3.0.6 A=${P}.tar.gz @@ -11,8 +11,8 @@ SRC_URI="ftp://prep.ai.mit.edu/gnu/gawk/${A}" HOMEPAGE="http://www.gnu.org/software/gawk/gawk.html" src_compile() { - ./configure --prefix=/usr --host=${CHOST} - make + try ./configure --prefix=/usr --host=${CHOST} + try make } src_install() { diff --git a/sys-apps/grep/grep-2.4.2-r1.ebuild b/sys-apps/grep/grep-2.4.2-r1.ebuild index 34f9b9d403af..09802de50a1c 100644 --- a/sys-apps/grep/grep-2.4.2-r1.ebuild +++ b/sys-apps/grep/grep-2.4.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-apps/grep/grep-2.4.2-r1.ebuild,v 1.2 2000/08/16 04:38:25 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.4.2-r1.ebuild,v 1.3 2000/09/15 20:09:19 drobbins Exp $ P=grep-2.4.2 A=${P}.tar.gz @@ -11,8 +11,8 @@ SRC_URI="ftp://prep.ai.mit.edu/gnu/grep/${A}" HOMEPAGE="http://www.gnu.org/software/grep/grep.html" src_compile() { - ./configure --prefix=/usr --host=${CHOST} - make + try ./configure --prefix=/usr --host=${CHOST} + try make } src_install() { diff --git a/sys-apps/groff/groff-1.15-r1.ebuild b/sys-apps/groff/groff-1.15-r1.ebuild index 306265cf41ab..6f040e59e0c0 100644 --- a/sys-apps/groff/groff-1.15-r1.ebuild +++ b/sys-apps/groff/groff-1.15-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-apps/groff/groff-1.15-r1.ebuild,v 1.2 2000/08/16 04:38:26 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.15-r1.ebuild,v 1.3 2000/09/15 20:09:19 drobbins Exp $ P=groff-1.15 A=${P}.tar.gz @@ -11,13 +11,13 @@ SRC_URI="ftp://prep.ai.mit.edu/gnu/groff/${A}" HOMEPAGE="http://www.gnu.org/software/groff/groff.html" src_compile() { - ./configure --host=${CHOST} --prefix=/usr + try ./configure --host=${CHOST} --prefix=/usr cd ${S}/tmac mv Makefile.sub Makefile.sub.orig sed -e "s/all: stamp-strip stamp-wrap/all: stamp-strip/" Makefile.sub.orig > Makefile.sub #fixed some things with the build process using good 'ol sed cd ${S} - make + try make } src_install() { diff --git a/sys-apps/groff/groff-1.16.1.ebuild b/sys-apps/groff/groff-1.16.1.ebuild index 2d547dc6af1c..027ce593b39c 100644 --- a/sys-apps/groff/groff-1.16.1.ebuild +++ b/sys-apps/groff/groff-1.16.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-apps/groff/groff-1.16.1.ebuild,v 1.2 2000/08/28 06:05:03 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.16.1.ebuild,v 1.3 2000/09/15 20:09:19 drobbins Exp $ P=groff-1.16.1 A=${P}.tar.gz @@ -11,19 +11,19 @@ SRC_URI="ftp://prep.ai.mit.edu/gnu/groff/${A}" HOMEPAGE="http://www.gnu.org/software/groff/groff.html" src_compile() { - ./configure --host=${CHOST} --prefix=/usr + try ./configure --host=${CHOST} --prefix=/usr cd ${S}/tmac mv Makefile.sub Makefile.sub.orig sed -e "s/all: stamp-strip stamp-wrap/all: stamp-strip/" Makefile.sub.orig > Makefile.sub #fixed some things with the build process using good 'ol sed cd ${S} - make + try make } src_install() { into /usr dodoc NEWS PROBLEMS PROJECTS README TODO VERSION BUG-REPORT COPYING ChangeLog - make prefix=${D}/usr install + try make prefix=${D}/usr install prepman } diff --git a/sys-apps/gzip/gzip-1.2.4a-r1.ebuild b/sys-apps/gzip/gzip-1.2.4a-r1.ebuild index 7459a698f499..9a059703277e 100644 --- a/sys-apps/gzip/gzip-1.2.4a-r1.ebuild +++ b/sys-apps/gzip/gzip-1.2.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 Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gzip/gzip-1.2.4a-r1.ebuild,v 1.2 2000/08/16 04:38:26 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gzip/gzip-1.2.4a-r1.ebuild,v 1.3 2000/09/15 20:09:19 drobbins Exp $ P=gzip-1.2.4a A=${P}.tar.gz @@ -11,8 +11,8 @@ SRC_URI="ftp://prep.ai.mit.edu/gnu/gzip/${A}" HOMEPAGE="http://www.gnu.org/software/gzip/gzip.html" src_compile() { - ./configure --host=${CHOST} --prefix=/usr - make + try ./configure --host=${CHOST} --prefix=/usr + try make } src_install() { diff --git a/sys-apps/hdparm/hdparm-3.9-r1.ebuild b/sys-apps/hdparm/hdparm-3.9-r1.ebuild index 0b2553cf4e36..4e59b3ad116e 100644 --- a/sys-apps/hdparm/hdparm-3.9-r1.ebuild +++ b/sys-apps/hdparm/hdparm-3.9-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-apps/hdparm/hdparm-3.9-r1.ebuild,v 1.3 2000/08/21 05:39:46 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hdparm/hdparm-3.9-r1.ebuild,v 1.4 2000/09/15 20:09:19 drobbins Exp $ P=hdparm-3.9 A=${P}.tar.gz @@ -10,7 +10,7 @@ DESCRIPTION="Utility to change hard drive performance parameters" SRC_URI="http://metalab.unc.edu/pub/Linux/system/hardware/${A}" src_compile() { - make all + try make all } src_unpack() { diff --git a/sys-apps/ipchains/ipchains-1.3.9-r1.ebuild b/sys-apps/ipchains/ipchains-1.3.9-r1.ebuild index 291bc0ced656..cea72e112a77 100644 --- a/sys-apps/ipchains/ipchains-1.3.9-r1.ebuild +++ b/sys-apps/ipchains/ipchains-1.3.9-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-apps/ipchains/ipchains-1.3.9-r1.ebuild,v 1.2 2000/08/16 04:38:26 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ipchains/ipchains-1.3.9-r1.ebuild,v 1.3 2000/09/15 20:09:19 drobbins Exp $ P=ipchains-1.3.9 A=${P}.tar.bz2 @@ -12,7 +12,7 @@ HOMEPAGE="http://netfilter.filewatcher.org/ipchains/" src_compile() { - make + try make } src_unpack() { diff --git a/sys-apps/isapnptools/isapnptools-1.22-r1.ebuild b/sys-apps/isapnptools/isapnptools-1.22-r1.ebuild index 101c8c77fc62..18fb934c7622 100644 --- a/sys-apps/isapnptools/isapnptools-1.22-r1.ebuild +++ b/sys-apps/isapnptools/isapnptools-1.22-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-apps/isapnptools/isapnptools-1.22-r1.ebuild,v 1.2 2000/08/16 04:38:27 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/isapnptools/isapnptools-1.22-r1.ebuild,v 1.3 2000/09/15 20:09:19 drobbins Exp $ P=isapnptools-1.22 A=${P}.tgz @@ -11,7 +11,7 @@ SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/hardware/isapnptools-1.22.tgz" HOMEPAGE="http://www.roestock.demon.co.uk/isapnptools/" src_compile() { - make + try make } src_unpack() { @@ -29,8 +29,8 @@ src_install() { cd ${S} dodir /usr/man/man5 dodir /usr/man/man8 - make installprefix=${D}/ install - make installprefix=${D}/ install.man + try make installprefix=${D}/ install + try make installprefix=${D}/ install.man prepman dodoc CHANGES COPYING FILES README* *.txt isapnp.conf } diff --git a/sys-apps/isapnptools/isapnptools-1.23.ebuild b/sys-apps/isapnptools/isapnptools-1.23.ebuild index 6c3f864b47da..e0e24894be10 100644 --- a/sys-apps/isapnptools/isapnptools-1.23.ebuild +++ b/sys-apps/isapnptools/isapnptools-1.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/isapnptools/isapnptools-1.23.ebuild,v 1.1 2000/08/25 15:10:25 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/isapnptools/isapnptools-1.23.ebuild,v 1.2 2000/09/15 20:09:19 drobbins Exp $ P=isapnptools-1.23 A=${P}.tgz @@ -11,8 +11,8 @@ SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/hardware/${A}" HOMEPAGE="http://www.roestock.demon.co.uk/isapnptools/" src_compile() { - ./configure --prefix=/usr --host=${CHOST} - make + try ./configure --prefix=/usr --host=${CHOST} + try make } src_unpack() { @@ -31,7 +31,7 @@ src_install() { cd ${S} dodir /usr/man/man5 dodir /usr/man/man8 - make DESTDIR=${D} install + try make DESTDIR=${D} install prepman dodoc AUTHORS ChangeLog COPYING README doc/README* doc/*.txt dodoc etc/isapnp.* diff --git a/sys-apps/less/less-358-r1.ebuild b/sys-apps/less/less-358-r1.ebuild index 1bdd294569f9..f555868ceeed 100644 --- a/sys-apps/less/less-358-r1.ebuild +++ b/sys-apps/less/less-358-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-apps/less/less-358-r1.ebuild,v 1.2 2000/08/16 04:38:27 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/less/less-358-r1.ebuild,v 1.3 2000/09/15 20:09:19 drobbins Exp $ P=less-358 A=${P}.tar.gz @@ -11,8 +11,8 @@ SRC_URI="ftp://ftp.gnu.org/pub/gnu/less/"${A} HOMEPAGE="http://www.gnu.org/software/less/less.html" src_compile() { - ./configure --host=${CHOST} --prefix=/usr - make + try ./configure --host=${CHOST} --prefix=/usr + try make } src_install() { diff --git a/sys-apps/lilo/lilo-21.5-r1.ebuild b/sys-apps/lilo/lilo-21.5-r1.ebuild index fa286ee034d3..bb9647cf1830 100644 --- a/sys-apps/lilo/lilo-21.5-r1.ebuild +++ b/sys-apps/lilo/lilo-21.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/lilo/lilo-21.5-r1.ebuild,v 1.2 2000/08/16 04:38:27 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/lilo/lilo-21.5-r1.ebuild,v 1.3 2000/09/15 20:09:20 drobbins Exp $ P=lilo-21.5 A=${P}.tar.gz @@ -10,7 +10,7 @@ DESCRIPTION="Standard Linux boot loader" SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/boot/lilo/"${A} src_compile() { - make + try make } src_install() { diff --git a/sys-apps/lilo/lilo-21.5.1.ebuild b/sys-apps/lilo/lilo-21.5.1.ebuild index 42bf61df9ca0..4617d8c9def9 100644 --- a/sys-apps/lilo/lilo-21.5.1.ebuild +++ b/sys-apps/lilo/lilo-21.5.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/lilo/lilo-21.5.1.ebuild,v 1.1 2000/08/27 23:02:56 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/lilo/lilo-21.5.1.ebuild,v 1.2 2000/09/15 20:09:20 drobbins Exp $ P=lilo-21.5.1 A=${P}.tar.gz @@ -10,7 +10,7 @@ DESCRIPTION="Standard Linux boot loader" SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/boot/lilo/"${A} src_compile() { - make + try make } src_install() { diff --git a/sys-apps/logrotate/logrotate-3.3-r1.ebuild b/sys-apps/logrotate/logrotate-3.3-r1.ebuild index 7572acc8c305..8989a9c577f6 100644 --- a/sys-apps/logrotate/logrotate-3.3-r1.ebuild +++ b/sys-apps/logrotate/logrotate-3.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/logrotate/logrotate-3.3-r1.ebuild,v 1.4 2000/08/27 05:31:27 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/logrotate/logrotate-3.3-r1.ebuild,v 1.5 2000/09/15 20:09:20 drobbins Exp $ P=logrotate-3.3 A=${P}.tar.gz @@ -18,7 +18,7 @@ src_compile() { cd ${S} cp Makefile Makefile.orig sed -e "s:CFLAGS += -g:CFLAGS += -g ${CFLAGS}:" Makefile.orig > Makefile - make + try make } src_install() { diff --git a/sys-apps/man/man-1.5.1h-r1.ebuild b/sys-apps/man/man-1.5.1h-r1.ebuild index d55bc4dbd490..867bf7024698 100644 --- a/sys-apps/man/man-1.5.1h-r1.ebuild +++ b/sys-apps/man/man-1.5.1h-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-apps/man/man-1.5.1h-r1.ebuild,v 1.1 2000/08/16 17:17:57 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.5.1h-r1.ebuild,v 1.2 2000/09/15 20:09:20 drobbins Exp $ P=man-1.5h1 A=${P}.tar.gz @@ -10,16 +10,16 @@ DESCRIPTION="Standard commands to read man pages" SRC_URI="ftp://ftp.win.tue.nl/pub/linux-local/utils/man/${P}" src_compile() { - ./configure +sgid +fsstnd +lang all + try ./configure +sgid +fsstnd +lang all for FOOF in src man2html do - make ${FOOF}/Makefile + try make ${FOOF}/Makefile cd ${S}/${FOOF} cp Makefile Makefile.orig sed -e "s/gcc -O/gcc ${CFLAGS}/" Makefile.orig > Makefile cd ${S} done - make + try make } src_unpacks() { @@ -36,9 +36,9 @@ src_install() { exeopts -s -m 2555 -o root -g man exeinto /usr/bin doexe man - chmod +x apropos whatis makewhatis + chmod +x apropos whatis try makewhatis dobin apropos whatis - dosbin makewhatis + dosbin try makewhatis dodir /usr/lib insinto /usr/lib doins man.conf @@ -50,7 +50,7 @@ src_install() { cp Makefile Makefile.orig echo "BINROOTDIR=${D}" > Makefile cat Makefile.orig >> Makefile - make installsubdirs + try make installsubdirs cd ${S} dodoc COPYING LSM README* TODO for i in cs da de es fi fr hr it nl pl pt sl diff --git a/sys-apps/mkisofs/mkisofs-1.13-r1.ebuild b/sys-apps/mkisofs/mkisofs-1.13-r1.ebuild index f20b607af213..2cab73994bfd 100644 --- a/sys-apps/mkisofs/mkisofs-1.13-r1.ebuild +++ b/sys-apps/mkisofs/mkisofs-1.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-apps/mkisofs/mkisofs-1.13-r1.ebuild,v 1.2 2000/08/16 04:38:28 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mkisofs/mkisofs-1.13-r1.ebuild,v 1.3 2000/09/15 20:09:20 drobbins Exp $ P=mkisofs-1.13 A=${P}.tar.gz @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/mkisofs/$A" HOMEPAGE="http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/mkisofs.html" src_compile() { - make + try make } src_install() { diff --git a/sys-apps/modutils/modutils-2.3.12-r1.ebuild b/sys-apps/modutils/modutils-2.3.12-r1.ebuild index 3f5b2afced0f..b74443b790b0 100644 --- a/sys-apps/modutils/modutils-2.3.12-r1.ebuild +++ b/sys-apps/modutils/modutils-2.3.12-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-apps/modutils/modutils-2.3.12-r1.ebuild,v 1.2 2000/08/16 04:38:28 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.3.12-r1.ebuild,v 1.3 2000/09/15 20:09:20 drobbins Exp $ P=modutils-2.3.12 A=${P}.tar.gz @@ -10,8 +10,8 @@ DESCRIPTION="Standard kernel module utilities" SRC_URI="ftp://ftp.ocs.com.au/pub/modutils/v2.3/${A}" src_compile() { - ./configure --prefix=/ --host=${CHOST} - make $MAKEOPTS "MAKE = make $MAKEOPTS" + try ./configure --prefix=/ --host=${CHOST} + try make } src_install() { @@ -21,7 +21,7 @@ src_install() { dodir /usr/man/man8 dodir /usr/man/man5 dodir /usr/man/man2 - make prefix=${D} mandir=${D}/usr/man install + try make prefix=${D} mandir=${D}/usr/man install prepman strip ${D}/sbin/* dodoc COPYING CREDITS ChangeLog NEWS README TODO diff --git a/sys-apps/modutils/modutils-2.3.14-r1.ebuild b/sys-apps/modutils/modutils-2.3.14-r1.ebuild index 8458dce8fe90..44d02e4d7b72 100644 --- a/sys-apps/modutils/modutils-2.3.14-r1.ebuild +++ b/sys-apps/modutils/modutils-2.3.14-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-apps/modutils/modutils-2.3.14-r1.ebuild,v 1.2 2000/08/16 04:38:28 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.3.14-r1.ebuild,v 1.3 2000/09/15 20:09:20 drobbins Exp $ P=modutils-2.3.14 A=${P}.tar.gz @@ -10,8 +10,8 @@ DESCRIPTION="Standard kernel module utilities" SRC_URI="ftp://ftp.ocs.com.au/pub/modutils/v2.3/${A}" src_compile() { - ./configure --prefix=/ --host=${CHOST} - make $MAKEOPTS "MAKE = make $MAKEOPTS" + try ./configure --prefix=/ --host=${CHOST} + try make } src_install() { @@ -21,7 +21,7 @@ src_install() { dodir /usr/man/man8 dodir /usr/man/man5 dodir /usr/man/man2 - make prefix=${D} mandir=${D}/usr/man install + try make prefix=${D} mandir=${D}/usr/man install prepman strip ${D}/sbin/* dodoc COPYING CREDITS ChangeLog NEWS README TODO diff --git a/sys-apps/modutils/modutils-2.3.15.ebuild b/sys-apps/modutils/modutils-2.3.15.ebuild index 9b38c2d5db29..fca027714a57 100644 --- a/sys-apps/modutils/modutils-2.3.15.ebuild +++ b/sys-apps/modutils/modutils-2.3.15.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-apps/modutils/modutils-2.3.15.ebuild,v 1.1 2000/08/22 17:43:40 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.3.15.ebuild,v 1.2 2000/09/15 20:09:20 drobbins Exp $ P=modutils-2.3.15 A=${P}.tar.gz @@ -10,8 +10,8 @@ DESCRIPTION="Standard kernel module utilities" SRC_URI="ftp://ftp.ocs.com.au/pub/modutils/v2.3/${A}" src_compile() { - ./configure --prefix=/ --host=${CHOST} - make $MAKEOPTS "MAKE = make $MAKEOPTS" + try ./configure --prefix=/ --host=${CHOST} + try make } src_install() { @@ -21,7 +21,7 @@ src_install() { dodir /usr/man/man8 dodir /usr/man/man5 dodir /usr/man/man2 - make prefix=${D} mandir=${D}/usr/man install + try make prefix=${D} mandir=${D}/usr/man install prepman strip ${D}/sbin/* dodoc COPYING CREDITS ChangeLog NEWS README TODO diff --git a/sys-apps/most/most-4.9.0-r1.ebuild b/sys-apps/most/most-4.9.0-r1.ebuild index d282ec2f3e57..66ba5551837a 100644 --- a/sys-apps/most/most-4.9.0-r1.ebuild +++ b/sys-apps/most/most-4.9.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-apps/most/most-4.9.0-r1.ebuild,v 1.2 2000/08/16 04:38:28 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/most/most-4.9.0-r1.ebuild,v 1.3 2000/09/15 20:09:20 drobbins Exp $ P=most-4.9.0 A=${P}.tar.gz @@ -10,8 +10,8 @@ DESCRIPTION="An extremely excellent text file reader" SRC_URI="ftp://space.mit.edu/pub/davis/most/${A}" src_compile() { - ./configure --host=${CHOST} --prefix=/usr - make -j ${PM} + try ./configure --host=${CHOST} --prefix=/usr + try make -j ${PM} } src_install() { diff --git a/sys-apps/net-tools/net-tools-1.57-r1.ebuild b/sys-apps/net-tools/net-tools-1.57-r1.ebuild index 1307cbcb4386..8550c66f55b9 100644 --- a/sys-apps/net-tools/net-tools-1.57-r1.ebuild +++ b/sys-apps/net-tools/net-tools-1.57-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-apps/net-tools/net-tools-1.57-r1.ebuild,v 1.2 2000/08/16 04:38:28 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/net-tools/net-tools-1.57-r1.ebuild,v 1.3 2000/09/15 20:09:21 drobbins Exp $ P=net-tools-1.57 A=${P}.tar.bz2 @@ -10,9 +10,9 @@ DESCRIPTION="standard Linux network tools" SRC_URI="http://www.tazenda.demon.co.uk/phil/net-tools/${A}" src_compile() { - make + try make cd po - make + try make } @@ -20,7 +20,7 @@ src_unpack() { unpack ${A} cd ${S} cp ${O}/files/config.h . - cp ${O}/files/config.make . + cp ${O}/files/config.try make . mv Makefile Makefile.orig sed -e "s/-O2 -Wall -g/${CFLAGS}/" Makefile.orig > Makefile } @@ -30,7 +30,7 @@ src_install() { dosbin arp hostname ifconfig netstat plipconfig rarp route dosbin slattach iptunnel ipmaddr cd po - make BASEDIR=${D} install + try make BASEDIR=${D} install cd .. doman man/en_US/*.[18] dodoc COPYING README README.ipv6 TODO diff --git a/sys-apps/netkit-base/netkit-base-0.16-r1.ebuild b/sys-apps/netkit-base/netkit-base-0.16-r1.ebuild index d3ba41ba33a6..1dcae2d6544c 100644 --- a/sys-apps/netkit-base/netkit-base-0.16-r1.ebuild +++ b/sys-apps/netkit-base/netkit-base-0.16-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-apps/netkit-base/netkit-base-0.16-r1.ebuild,v 1.2 2000/08/16 04:38:28 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/netkit-base/netkit-base-0.16-r1.ebuild,v 1.3 2000/09/15 20:09:21 drobbins Exp $ P=netkit-base-0.16 A=${P}.tar.gz @@ -10,13 +10,13 @@ DESCRIPTION="Standard linux net thingees -- inetd, ping" SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${A}" src_compile() { - make + try make } src_unpack() { unpack ${A} cd ${S} - ./configure + try ./configure mv MCONFIG MCONFIG.orig sed -e "s/-pipe -O2/${CFLAGS}/" MCONFIG.orig > MCONFIG } diff --git a/sys-apps/netkit-base/netkit-base-0.17-r1.ebuild b/sys-apps/netkit-base/netkit-base-0.17-r1.ebuild index bde6db3b8cb4..7b383dcaa61e 100644 --- a/sys-apps/netkit-base/netkit-base-0.17-r1.ebuild +++ b/sys-apps/netkit-base/netkit-base-0.17-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-apps/netkit-base/netkit-base-0.17-r1.ebuild,v 1.2 2000/08/16 04:38:28 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/netkit-base/netkit-base-0.17-r1.ebuild,v 1.3 2000/09/15 20:09:21 drobbins Exp $ P=netkit-base-0.17 A=${P}.tar.gz @@ -10,13 +10,13 @@ DESCRIPTION="Standard linux net thingees -- inetd, ping" SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${A}" src_compile() { - make + try make } src_unpack() { unpack ${A} cd ${S} - ./configure + try ./configure mv MCONFIG MCONFIG.orig sed -e "s/-pipe -O2/${CFLAGS}/" MCONFIG.orig > MCONFIG } diff --git a/sys-apps/procps/procps-2.0.7-r1.ebuild b/sys-apps/procps/procps-2.0.7-r1.ebuild index 05657cf0bbd6..e5eee1c45012 100644 --- a/sys-apps/procps/procps-2.0.7-r1.ebuild +++ b/sys-apps/procps/procps-2.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/procps/procps-2.0.7-r1.ebuild,v 1.2 2000/08/16 04:38:29 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/procps/procps-2.0.7-r1.ebuild,v 1.3 2000/09/15 20:09:21 drobbins Exp $ P=procps-2.0.7 A=${P}.tar.gz @@ -10,9 +10,9 @@ DESCRIPTION="Standard informational utilities and process-handling tools" SRC_URI="ftp://people.redhat.com/johnsonm/procps/${A}" src_compile() { - make + try make cd ps - make + try make } src_unpack() { @@ -40,7 +40,7 @@ src_install() { dodir /usr/man/man5 dodir /lib dodir /bin - make DESTDIR=${D} install + try make DESTDIR=${D} install prepman cd ${S} dodoc BUGS COPYING COPYING.LIB NEWS TODO diff --git a/sys-apps/psmisc/psmisc-19-r1.ebuild b/sys-apps/psmisc/psmisc-19-r1.ebuild index 16c905aecb29..e16b0ada6a44 100644 --- a/sys-apps/psmisc/psmisc-19-r1.ebuild +++ b/sys-apps/psmisc/psmisc-19-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-apps/psmisc/psmisc-19-r1.ebuild,v 1.2 2000/08/16 04:38:29 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/psmisc/psmisc-19-r1.ebuild,v 1.3 2000/09/15 20:09:21 drobbins Exp $ #from Debian ;) @@ -12,7 +12,7 @@ DESCRIPTION="Handy process-related utilities from Debian" SRC_URI="ftp://lrcftp.epfl.ch/pub/linux/local/psmisc/"${A} src_compile() { - make + try make } src_unpack() { diff --git a/sys-apps/raidtools/raidtools-0.90-r1.ebuild b/sys-apps/raidtools/raidtools-0.90-r1.ebuild index d13b2d950e90..9b34c353557f 100644 --- a/sys-apps/raidtools/raidtools-0.90-r1.ebuild +++ b/sys-apps/raidtools/raidtools-0.90-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-apps/raidtools/raidtools-0.90-r1.ebuild,v 1.2 2000/08/16 04:38:29 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/raidtools/raidtools-0.90-r1.ebuild,v 1.3 2000/09/15 20:09:21 drobbins Exp $ P=raidtools-0.90-1 A=raidtools-dangerous-0.90-20000116.tar.gz @@ -10,10 +10,10 @@ DESCRIPTION="Linux RAID 0/1/4/5 utilities" SRC_URI="http://people.redhat.com/mingo/raid-patches/"${A} src_compile() { - ./configure + try ./configure cp Makefile Makefile.orig sed -e "s/-O2//" -e "s/-g//" Makefile.orig > Makefile - make + try make } src_install() { diff --git a/sys-apps/sed/sed-3.02.80.ebuild b/sys-apps/sed/sed-3.02.80.ebuild index 8ca7c08364d7..33c428cb4773 100644 --- a/sys-apps/sed/sed-3.02.80.ebuild +++ b/sys-apps/sed/sed-3.02.80.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-apps/sed/sed-3.02.80.ebuild,v 1.2 2000/08/16 04:38:29 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-3.02.80.ebuild,v 1.3 2000/09/15 20:09:22 drobbins Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,8 +9,8 @@ DESCRIPTION="Super-useful stream editor" SRC_URI="ftp://alpha.gnu.org/pub/gnu/sed/${A}" src_compile() { - ./configure --prefix=/usr --host=${CHOST} - make + try ./configure --prefix=/usr --host=${CHOST} + try make } src_install() { diff --git a/sys-apps/setserial/setserial-2.17-r1.ebuild b/sys-apps/setserial/setserial-2.17-r1.ebuild index ff9928dc7e10..0d6a35b2344c 100644 --- a/sys-apps/setserial/setserial-2.17-r1.ebuild +++ b/sys-apps/setserial/setserial-2.17-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-apps/setserial/setserial-2.17-r1.ebuild,v 1.3 2000/08/25 15:10:25 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/setserial/setserial-2.17-r1.ebuild,v 1.4 2000/09/15 20:09:22 drobbins Exp $ P=setserial-2.17 A=${P}.tar.gz @@ -11,8 +11,8 @@ SRC_URI="ftp://tsx-11.mit.edu/pub/linux/sources/sbin/${A} ftp://ftp.sunsite.org.uk/Mirrors/tsx-11.mit.edu/pub/linux/sources/sbin/${A}" src_compile() { - ./configure - make + try ./configure + try make } src_install() { diff --git a/sys-apps/sh-utils/sh-utils-2.0j-r1.ebuild b/sys-apps/sh-utils/sh-utils-2.0j-r1.ebuild index 09c1b82187e4..5ad33010ba03 100644 --- a/sys-apps/sh-utils/sh-utils-2.0j-r1.ebuild +++ b/sys-apps/sh-utils/sh-utils-2.0j-r1.ebuild @@ -2,7 +2,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-apps/sh-utils/sh-utils-2.0j-r1.ebuild,v 1.3 2000/08/21 05:39:46 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sh-utils/sh-utils-2.0j-r1.ebuild,v 1.4 2000/09/15 20:09:22 drobbins Exp $ P=sh-utils-2.0j A=${P}.tar.gz @@ -18,9 +18,9 @@ src_unpack() { } src_compile() { - ./configure --host=${CHOST} --prefix=/usr \ + try ./configure --host=${CHOST} --prefix=/usr \ --with-catgets --without-included-regex - make + try make } src_install() { diff --git a/sys-apps/shadow/shadow-19990827-r1.ebuild b/sys-apps/shadow/shadow-19990827-r1.ebuild index 24a0078c33d2..d496b47c3fb4 100644 --- a/sys-apps/shadow/shadow-19990827-r1.ebuild +++ b/sys-apps/shadow/shadow-19990827-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-apps/shadow/shadow-19990827-r1.ebuild,v 1.2 2000/08/16 04:38:30 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-19990827-r1.ebuild,v 1.3 2000/09/15 20:09:22 drobbins Exp $ P="shadow-19990827" A=${P}.tar.gz @@ -11,10 +11,10 @@ DESCRIPTION="Utilities to deal with user accounts" SRC_URI="ftp://piast.t19.ds.pwr.wroc.pl/pub/linux/shadow/shadow-19990827.tar.gz" src_compile() { - ./configure --disable-desrpc --with-libcrypt --with-catgets \ + try ./configure --disable-desrpc --with-libcrypt --with-catgets \ --with-libcrack \ --with-libpam --disable-shared --host=${CHOST} - make + try make } src_unpack() { @@ -25,7 +25,7 @@ src_unpack() { src_install() { cd ${S} - make install prefix=${D}/usr exec_prefix=${D} + try make install prefix=${D}/usr exec_prefix=${D} cd ${D}/usr/sbin ln -s useradd ${D}/usr/sbin/adduser gzip -9 ${D}/usr/man/man?/*.[1-9] diff --git a/sys-apps/sharutils/sharutils-4.2.1-r1.ebuild b/sys-apps/sharutils/sharutils-4.2.1-r1.ebuild index 395859c4a0b5..03e1504d66d9 100644 --- a/sys-apps/sharutils/sharutils-4.2.1-r1.ebuild +++ b/sys-apps/sharutils/sharutils-4.2.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 Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sharutils/sharutils-4.2.1-r1.ebuild,v 1.2 2000/08/16 04:38:30 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sharutils/sharutils-4.2.1-r1.ebuild,v 1.3 2000/09/15 20:09:22 drobbins Exp $ P=sharutils-4.2.1 A=${P}.tar.gz @@ -10,8 +10,8 @@ DESCRIPTION="Tools to deal with shar archives" SRC_URI="ftp://prep.ai.mit.edu/gnu/sharutils/${A}" src_compile() { - ./configure --host=${CHOST} --prefix=/usr - make + try ./configure --host=${CHOST} --prefix=/usr + try make } src_unpack() { @@ -25,7 +25,7 @@ src_unpack() { src_install() { cd ${S} - make prefix=${D}/usr install + try make prefix=${D}/usr install doman doc/*.[15] prepinfo rm -r ${D}/usr/share/locale diff --git a/sys-apps/shtool/shtool-1.5.1-r1.ebuild b/sys-apps/shtool/shtool-1.5.1-r1.ebuild index 3307f8acb13a..b0e6dd3c1bb5 100644 --- a/sys-apps/shtool/shtool-1.5.1-r1.ebuild +++ b/sys-apps/shtool/shtool-1.5.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-apps/shtool/shtool-1.5.1-r1.ebuild,v 1.2 2000/08/16 04:38:30 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/shtool/shtool-1.5.1-r1.ebuild,v 1.3 2000/09/15 20:09:22 drobbins Exp $ A=shtool-1.5.1.tar.gz S=${WORKDIR}/shtool-1.5.1 @@ -13,15 +13,15 @@ HOMEPAGE="http://www.gnu.org/software/shtool/shtool.html" src_compile() { cd ${S} - ./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 prepman } diff --git a/sys-apps/sysklogd/sysklogd-1.3.31-r1.ebuild b/sys-apps/sysklogd/sysklogd-1.3.31-r1.ebuild index ecd2ad24ce34..e4eca352e636 100644 --- a/sys-apps/sysklogd/sysklogd-1.3.31-r1.ebuild +++ b/sys-apps/sysklogd/sysklogd-1.3.31-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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sysklogd/sysklogd-1.3.31-r1.ebuild,v 1.2 2000/08/16 04:38:30 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sysklogd/sysklogd-1.3.31-r1.ebuild,v 1.3 2000/09/15 20:09:22 drobbins Exp $ P=sysklogd-1.3.31 A=sysklogd-1.3-31.tar.gz @@ -10,7 +10,7 @@ DESCRIPTION="standard log daemons" SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/daemons/${A}" src_compile() { - make + try make } src_unpack() { diff --git a/sys-apps/sysklogd/sysklogd-1.3.31-r2.ebuild b/sys-apps/sysklogd/sysklogd-1.3.31-r2.ebuild index 10ea6e1213f6..31c33dc52c88 100644 --- a/sys-apps/sysklogd/sysklogd-1.3.31-r2.ebuild +++ b/sys-apps/sysklogd/sysklogd-1.3.31-r2.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sysklogd/sysklogd-1.3.31-r2.ebuild,v 1.1 2000/08/28 15:06:20 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sysklogd/sysklogd-1.3.31-r2.ebuild,v 1.2 2000/09/15 20:09:23 drobbins Exp $ P=sysklogd-1.3.31 A=sysklogd-1.3-31.tar.gz @@ -10,7 +10,7 @@ DESCRIPTION="standard log daemons" SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/daemons/${A}" src_compile() { - make + try make } src_unpack() { diff --git a/sys-apps/sysvinit/sysvinit-2.78-r1.ebuild b/sys-apps/sysvinit/sysvinit-2.78-r1.ebuild index 31de78791898..af81be9a0979 100644 --- a/sys-apps/sysvinit/sysvinit-2.78-r1.ebuild +++ b/sys-apps/sysvinit/sysvinit-2.78-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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sysvinit/sysvinit-2.78-r1.ebuild,v 1.2 2000/08/16 04:38:31 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sysvinit/sysvinit-2.78-r1.ebuild,v 1.3 2000/09/15 20:09:23 drobbins Exp $ P="sysvinit-2.78" A=${P}.tar.gz @@ -11,7 +11,7 @@ SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/daemons/init/${A}" src_compile() { cd ${S}/src - make + try make cd ${S}/contrib gcc start-stop-daemon.c -o start-stop-daemon } diff --git a/sys-apps/tar/tar-1.13.17-r1.ebuild b/sys-apps/tar/tar-1.13.17-r1.ebuild index e1797047ab92..22ce4b1ab791 100644 --- a/sys-apps/tar/tar-1.13.17-r1.ebuild +++ b/sys-apps/tar/tar-1.13.17-r1.ebuild @@ -1,25 +1,25 @@ # 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-apps/tar/tar-1.13.17-r1.ebuild,v 1.2 2000/08/16 04:38:31 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/tar/tar-1.13.17-r1.ebuild,v 1.3 2000/09/15 20:09:23 drobbins Exp $ P=tar-1.13.17 A=${P}.tar.gz S=${WORKDIR}/${P} -DESCRIPTION="Use this to make tarballs :)" +DESCRIPTION="Use this to try make tarballs :)" SRC_URI="ftp://alpha.gnu.org/gnu/tar/"${A} src_compile() { - ./configure --prefix=/usr --with-catgets --host=${CHOST} + try ./configure --prefix=/usr --with-catgets --host=${CHOST} cp lib/fnmatch.hin lib/fnmatch.h - make + try make cd ${S} } src_install() { cd ${S} - make prefix=${D}/usr install + try make prefix=${D}/usr install prepinfo dodoc COPYING NEWS README THANKS AUTHORS } diff --git a/sys-apps/tcp-wrappers/tcp-wrappers-7.6-r1.ebuild b/sys-apps/tcp-wrappers/tcp-wrappers-7.6-r1.ebuild index 781f1ae308d3..5af9a2d5a119 100644 --- a/sys-apps/tcp-wrappers/tcp-wrappers-7.6-r1.ebuild +++ b/sys-apps/tcp-wrappers/tcp-wrappers-7.6-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-apps/tcp-wrappers/tcp-wrappers-7.6-r1.ebuild,v 1.2 2000/08/16 04:38:31 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/tcp-wrappers/tcp-wrappers-7.6-r1.ebuild,v 1.3 2000/09/15 20:09:23 drobbins Exp $ P=tcp-wrappers-7.6 A=tcp_wrappers_7.6.tar.gz @@ -21,7 +21,7 @@ src_unpack() { } src_compile() { - make REAL_DAEMON_DIR=/usr/sbin linux + try make REAL_DAEMON_DIR=/usr/sbin linux } src_install() { diff --git a/sys-apps/texinfo/texinfo-4.0-r1.ebuild b/sys-apps/texinfo/texinfo-4.0-r1.ebuild index abeb4c4d7320..c816ad25926b 100644 --- a/sys-apps/texinfo/texinfo-4.0-r1.ebuild +++ b/sys-apps/texinfo/texinfo-4.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-apps/texinfo/texinfo-4.0-r1.ebuild,v 1.2 2000/08/16 04:38:31 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.0-r1.ebuild,v 1.3 2000/09/15 20:09:23 drobbins Exp $ P=texinfo-4.0 A=${P}.tar.gz @@ -10,13 +10,13 @@ DESCRIPTION="The GNU info program and utilities" SRC_URI="ftp://ftp.gnu.org/pub/gnu/texinfo/${A}" src_compile() { - ./configure --host=${CHOST} --prefix=/usr --with-catgets - make + try ./configure --host=${CHOST} --prefix=/usr --with-catgets + try make } src_install() { cd ${S} - make prefix=${D}/usr install + try make prefix=${D}/usr install prepman prepinfo cp ${O}/files/mkinfodir ${D}/usr/bin diff --git a/sys-apps/textutils/textutils-2.0f-r1.ebuild b/sys-apps/textutils/textutils-2.0f-r1.ebuild index ab67c10ead1a..3ee9f21bc0c8 100644 --- a/sys-apps/textutils/textutils-2.0f-r1.ebuild +++ b/sys-apps/textutils/textutils-2.0f-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-apps/textutils/textutils-2.0f-r1.ebuild,v 1.3 2000/08/21 05:39:46 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/textutils/textutils-2.0f-r1.ebuild,v 1.4 2000/09/15 20:09:23 drobbins Exp $ P=textutils-2.0f A=${P}.tar.gz @@ -11,9 +11,9 @@ DESCRIPTION="Standard GNU text utilities" SRC_URI="ftp://alpha.gnu.org/gnu/fetish/textutils-2.0f.tar.gz" src_compile() { - ./configure --prefix=/usr --host=${CHOST} \ + try ./configure --prefix=/usr --host=${CHOST} \ --with-catgets --without-included-regex - make + try make } src_unpack() { @@ -27,7 +27,7 @@ src_unpack() { src_install() { cd ${S} - make prefix=${D}/usr install + try make prefix=${D}/usr install prepman prepinfo dodoc AUTHORS COPYING ChangeLog NEWS README* THANKS TODO diff --git a/sys-apps/textutils/textutils-2.0g.ebuild b/sys-apps/textutils/textutils-2.0g.ebuild index 40de2ffcbc92..457e8545cacd 100644 --- a/sys-apps/textutils/textutils-2.0g.ebuild +++ b/sys-apps/textutils/textutils-2.0g.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-apps/textutils/textutils-2.0g.ebuild,v 1.1 2000/08/25 10:55:44 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/textutils/textutils-2.0g.ebuild,v 1.2 2000/09/15 20:09:23 drobbins Exp $ P=textutils-2.0g A=${P}.tar.gz @@ -11,9 +11,9 @@ DESCRIPTION="Standard GNU text utilities" SRC_URI="ftp://alpha.gnu.org/gnu/fetish/${A}" src_compile() { - ./configure --prefix=/usr --host=${CHOST} \ + try ./configure --prefix=/usr --host=${CHOST} \ --with-catgets --without-included-regex - make + try make } src_unpack() { @@ -27,7 +27,7 @@ src_unpack() { src_install() { cd ${S} - make prefix=${D}/usr install + try make prefix=${D}/usr install prepman prepinfo dodoc AUTHORS COPYING ChangeLog NEWS README* THANKS TODO diff --git a/sys-apps/updated/updated-2.11-r1.ebuild b/sys-apps/updated/updated-2.11-r1.ebuild index b7f51681b69b..7506c494211d 100644 --- a/sys-apps/updated/updated-2.11-r1.ebuild +++ b/sys-apps/updated/updated-2.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 Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/updated/updated-2.11-r1.ebuild,v 1.2 2000/08/16 04:38:31 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/updated/updated-2.11-r1.ebuild,v 1.3 2000/09/15 20:09:23 drobbins Exp $ P=updated-2.11 A=${P}.tar.gz @@ -10,7 +10,7 @@ DESCRIPTION="Update flushes filesystem buffers at regular intervals" SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/daemons/${P}" src_compile() { - make + try make } src_unpack() { diff --git a/sys-apps/util-linux/util-linux-2.10m-r1.ebuild b/sys-apps/util-linux/util-linux-2.10m-r1.ebuild index 25f9954efc2d..0d11a4ff7f0e 100644 --- a/sys-apps/util-linux/util-linux-2.10m-r1.ebuild +++ b/sys-apps/util-linux/util-linux-2.10m-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-apps/util-linux/util-linux-2.10m-r1.ebuild,v 1.2 2000/08/16 04:38:32 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.10m-r1.ebuild,v 1.3 2000/09/15 20:09:24 drobbins Exp $ P="util-linux-2.10m" A="${P}.tar.bz2 @@ -17,8 +17,8 @@ SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/util-linux/${P}.tar.bz2 ftp://ftp.linuxnfs.sourceforge.org/pub/nfs/${P}-mount-rpc.patch" src_compile() { - ./configure - make + try ./configure + try make } src_unpack() { @@ -39,7 +39,7 @@ src_unpack() { src_install() { cd ${S} - make DESTDIR=${D} install + try make DESTDIR=${D} install cd ${S} dodoc licenses/* HISTORY prepman diff --git a/sys-apps/util-linux/util-linux-2.10o.ebuild b/sys-apps/util-linux/util-linux-2.10o.ebuild index 2dc359117371..7f70b8d0bdff 100644 --- a/sys-apps/util-linux/util-linux-2.10o.ebuild +++ b/sys-apps/util-linux/util-linux-2.10o.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-apps/util-linux/util-linux-2.10o.ebuild,v 1.1 2000/08/25 15:10:25 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.10o.ebuild,v 1.2 2000/09/15 20:09:24 drobbins Exp $ P="util-linux-2.10o" A="${P}.tar.bz2" @@ -11,8 +11,8 @@ DESCRIPTION="Various useful Linux utilities" SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/util-linux/${P}.tar.bz2" src_compile() { - ./configure - make + try ./configure + try make } src_unpack() { @@ -30,7 +30,7 @@ src_unpack() { src_install() { cd ${S} - make DESTDIR=${D} install + try make DESTDIR=${D} install cd ${S} dodoc licenses/* HISTORY prepman diff --git a/sys-apps/vcron/vcron-3.0_p1-r1.ebuild b/sys-apps/vcron/vcron-3.0_p1-r1.ebuild index 7ec3b573f438..4fab3618b3eb 100644 --- a/sys-apps/vcron/vcron-3.0_p1-r1.ebuild +++ b/sys-apps/vcron/vcron-3.0_p1-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-apps/vcron/vcron-3.0_p1-r1.ebuild,v 1.1 2000/08/16 17:17:57 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/vcron/vcron-3.0_p1-r1.ebuild,v 1.2 2000/09/15 20:09:24 drobbins Exp $ P=vcron-3.0p1 A=cron3.0pl1.tar.gz @@ -18,7 +18,7 @@ src_unpack() { src_compile() { cd ${S} - make + try make } src_install() { diff --git a/sys-apps/vim-nogui/vim-nogui-5.7-r1.ebuild b/sys-apps/vim-nogui/vim-nogui-5.7-r1.ebuild index de00c7a73a3a..680dd65091c3 100644 --- a/sys-apps/vim-nogui/vim-nogui-5.7-r1.ebuild +++ b/sys-apps/vim-nogui/vim-nogui-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 <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/vim-nogui/vim-nogui-5.7-r1.ebuild,v 1.3 2000/08/16 04:38:32 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/vim-nogui/vim-nogui-5.7-r1.ebuild,v 1.4 2000/09/15 20:09:24 drobbins Exp $ P=vim-nogui-5.7 A="vim-5.7-src.tar.gz vim-5.7-rt.tar.gz" @@ -12,13 +12,13 @@ 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=no --without-x - make + try make } src_install() { - make prefix=${D}/usr install + try make prefix=${D}/usr install prepman dodoc README* diff --git a/sys-apps/which/which-2.11-r1.ebuild b/sys-apps/which/which-2.11-r1.ebuild index ab2467b2af58..582bb9d8e15b 100644 --- a/sys-apps/which/which-2.11-r1.ebuild +++ b/sys-apps/which/which-2.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 Daniel robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.11-r1.ebuild,v 1.2 2000/08/16 04:38:32 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/which/which-2.11-r1.ebuild,v 1.3 2000/09/15 20:09:24 drobbins Exp $ P=which-2.11 A=${P}.tar.gz @@ -10,8 +10,8 @@ DESCRIPTION="Prints out location of specified executables that are in your path" SRC_URI="ftp://prep.ai.mit.edu/gnu/which/${P}" src_compile() { - ./configure --prefix=/usr - make + try ./configure --prefix=/usr + try make } src_unpack() { diff --git a/sys-apps/xinetd/xinetd-2.1.8.8_p3-r1.ebuild b/sys-apps/xinetd/xinetd-2.1.8.8_p3-r1.ebuild index c53aa94693ae..ad596133bd1f 100644 --- a/sys-apps/xinetd/xinetd-2.1.8.8_p3-r1.ebuild +++ b/sys-apps/xinetd/xinetd-2.1.8.8_p3-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-apps/xinetd/xinetd-2.1.8.8_p3-r1.ebuild,v 1.1 2000/08/16 17:17:57 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.1.8.8_p3-r1.ebuild,v 1.2 2000/09/15 20:09:24 drobbins Exp $ P=xinetd-2.1.8.8p3 A=${P}.tar.gz @@ -10,14 +10,14 @@ DESCRIPTION="Replacement for inetd." SRC_URI="http://www.xinetd.org/${A}" src_compile() { - ./configure --with-loadavg --with-libwrap --prefix=/usr --host=${CHOST} - make + try ./configure --with-loadavg --with-libwrap --prefix=/usr --host=${CHOST} + try make } src_install() { cd ${S} - make prefix=${D}/usr install + try make prefix=${D}/usr install prepman dodoc CHANGELOG README COPYRIGHT dodir /etc/rc.d/init.d 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 diff --git a/sys-kernel/linux-UP-2.2.17/linux-UP-2.2.17-r1.ebuild b/sys-kernel/linux-UP-2.2.17/linux-UP-2.2.17-r1.ebuild index ce5981a22752..8827ff565a51 100644 --- a/sys-kernel/linux-UP-2.2.17/linux-UP-2.2.17-r1.ebuild +++ b/sys-kernel/linux-UP-2.2.17/linux-UP-2.2.17-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-kernel/linux-UP-2.2.17/linux-UP-2.2.17-r1.ebuild,v 1.1 2000/09/10 17:57:36 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-UP-2.2.17/linux-UP-2.2.17-r1.ebuild,v 1.2 2000/09/15 20:09:26 drobbins Exp $ P=linux-UP-2.2.17 A="linux-2.2.17.tar.bz2 i2c-2.5.2.tar.gz lm_sensors-2.5.2.tar.gz @@ -32,13 +32,13 @@ src_compile() { cd ${S} unset CFLAGS unset CXXFLAGS - make dep - make bzImage - make modules + try make dep + try make bzImage + try make modules cd ${S}/fs/reiserfs/utils - make + try make cd ${S}/lm_sensors-2.5.2 - make + try make } src_unpack() { @@ -89,8 +89,8 @@ src_unpack() { cd ${S} # cp Makefile Makefile.orig ## sed -e 's:-O2:${CFLAGS}:g' Makefile.orig > Makefile - make include/linux/version.h - make symlinks + try make include/linux/version.h + try make symlinks cp ${O}/files/${P}-r1.config .config cp ${O}/files/${P}-r1.autoconf include/linux/autoconf.h cp ${O}/files/gentoolinux_logo.h include/linux/linux_logo.h @@ -124,7 +124,7 @@ src_install() { insinto / cd ${S} doins arch/i386/boot/bzImage - make INSTALL_MOD_PATH=${D} modules_install + try make INSTALL_MOD_PATH=${D} modules_install dosym /lib/modules/2.2.17pre13-RAID ${D}/lib/modules/current into / cd ${S}/fs/reiserfs/utils/bin @@ -137,7 +137,7 @@ src_install() { cp README README.reiserfs dodoc README.reiserfs README.dumpreiserfs cd ${S}/lm_sensors-2.5.2 - make install + try make install prepman } diff --git a/sys-kernel/linux-UP-2.2.17/linux-UP-2.2.17_pre13-r5.ebuild b/sys-kernel/linux-UP-2.2.17/linux-UP-2.2.17_pre13-r5.ebuild index fb20ac59d88d..8b6f2bd4ffb5 100644 --- a/sys-kernel/linux-UP-2.2.17/linux-UP-2.2.17_pre13-r5.ebuild +++ b/sys-kernel/linux-UP-2.2.17/linux-UP-2.2.17_pre13-r5.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-kernel/linux-UP-2.2.17/linux-UP-2.2.17_pre13-r5.ebuild,v 1.1 2000/08/23 06:16:58 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-UP-2.2.17/linux-UP-2.2.17_pre13-r5.ebuild,v 1.2 2000/09/15 20:09:27 drobbins Exp $ P=linux-UP-2.2.17p13 A="linux-2.2.16.tar.bz2 i2c-2.5.2.tar.gz lm_sensors-2.5.2.tar.gz @@ -33,13 +33,13 @@ src_compile() { cd ${S} unset CFLAGS unset CXXFLAGS - make dep - make bzImage - make modules + try make dep + try make bzImage + try make modules cd ${S}/fs/reiserfs/utils - make + try make cd ${S}/lm_sensors-2.5.2 - make + try make } src_unpack() { @@ -96,8 +96,8 @@ src_unpack() { cd ${S} # cp Makefile Makefile.orig ## sed -e 's:-O2:${CFLAGS}:g' Makefile.orig > Makefile - make include/linux/version.h - make symlinks + try make include/linux/version.h + try make symlinks cp ${O}/files/${P}.config .config cp ${O}/files/${P}.autoconf include/linux/autoconf.h cp ${O}/files/gentoolinux_logo.h include/linux/linux_logo.h @@ -131,7 +131,7 @@ src_install() { insinto / cd ${S} doins arch/i386/boot/bzImage - make INSTALL_MOD_PATH=${D} modules_install + try make INSTALL_MOD_PATH=${D} modules_install into / cd ${S}/fs/reiserfs/utils/bin dosbin mkreiserfs resize_reiserfs reiserfsck dumpreiserfs @@ -143,7 +143,7 @@ src_install() { cp README README.reiserfs dodoc README.reiserfs README.dumpreiserfs cd ${S}/lm_sensors-2.5.2 - make install + try make install prepman } diff --git a/sys-kernel/linux-UP-2.2.17/linux-UP-2.2.17_pre13-r6.ebuild b/sys-kernel/linux-UP-2.2.17/linux-UP-2.2.17_pre13-r6.ebuild index 941623873150..61b0e38a3e6b 100644 --- a/sys-kernel/linux-UP-2.2.17/linux-UP-2.2.17_pre13-r6.ebuild +++ b/sys-kernel/linux-UP-2.2.17/linux-UP-2.2.17_pre13-r6.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-kernel/linux-UP-2.2.17/linux-UP-2.2.17_pre13-r6.ebuild,v 1.2 2000/08/16 04:38:34 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-UP-2.2.17/linux-UP-2.2.17_pre13-r6.ebuild,v 1.3 2000/09/15 20:09:27 drobbins Exp $ P=linux-UP-2.2.17p13 A="linux-2.2.16.tar.bz2 i2c-2.5.2.tar.gz lm_sensors-2.5.2.tar.gz @@ -36,13 +36,13 @@ src_compile() { cd ${S} unset CFLAGS unset CXXFLAGS - make dep - make bzImage - make modules + try make dep + try make bzImage + try make modules cd ${S}/fs/reiserfs/utils - make + try make cd ${S}/lm_sensors-2.5.2 - make + try make } src_unpack() { @@ -103,8 +103,8 @@ src_unpack() { cd ${S} # cp Makefile Makefile.orig ## sed -e 's:-O2:${CFLAGS}:g' Makefile.orig > Makefile - make include/linux/version.h - make symlinks + try make include/linux/version.h + try make symlinks cp ${O}/files/${P}-r6.config .config cp ${O}/files/${P}-r6.autoconf include/linux/autoconf.h cp ${O}/files/gentoolinux_logo.h include/linux/linux_logo.h @@ -138,7 +138,7 @@ src_install() { insinto / cd ${S} doins arch/i386/boot/bzImage - make INSTALL_MOD_PATH=${D} modules_install + try make INSTALL_MOD_PATH=${D} modules_install dosym /lib/modules/2.2.17pre13-RAID current into / cd ${S}/fs/reiserfs/utils/bin @@ -151,7 +151,7 @@ src_install() { cp README README.reiserfs dodoc README.reiserfs README.dumpreiserfs cd ${S}/lm_sensors-2.5.2 - make install + try make install prepman } diff --git a/sys-kernel/linux-UP-2.2.17/linux-UP-nfs3-2.2.17-r1.ebuild b/sys-kernel/linux-UP-2.2.17/linux-UP-nfs3-2.2.17-r1.ebuild index 339a7d5c86a4..d00796ada011 100644 --- a/sys-kernel/linux-UP-2.2.17/linux-UP-nfs3-2.2.17-r1.ebuild +++ b/sys-kernel/linux-UP-2.2.17/linux-UP-nfs3-2.2.17-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-kernel/linux-UP-2.2.17/linux-UP-nfs3-2.2.17-r1.ebuild,v 1.1 2000/09/10 17:57:36 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-UP-2.2.17/linux-UP-nfs3-2.2.17-r1.ebuild,v 1.2 2000/09/15 20:09:27 drobbins Exp $ P=linux-UP-nfs3-2.2.17 A="linux-2.2.17.tar.bz2 i2c-2.5.2.tar.gz lm_sensors-2.5.2.tar.gz @@ -35,13 +35,13 @@ src_compile() { cd ${S} unset CFLAGS unset CXXFLAGS - make dep - make bzImage - make modules + try make dep + try make bzImage + try make modules cd ${S}/fs/reiserfs/utils - make + try make cd ${S}/lm_sensors-2.5.2 - make + try make } src_unpack() { @@ -99,8 +99,8 @@ src_unpack() { cd ${S} # cp Makefile Makefile.orig ## sed -e 's:-O2:${CFLAGS}:g' Makefile.orig > Makefile - make include/linux/version.h - make symlinks + try make include/linux/version.h + try make symlinks cp ${O}/files/${P}-r1.config .config cp ${O}/files/${P}-r1.autoconf include/linux/autoconf.h cp ${O}/files/gentoolinux_logo.h include/linux/linux_logo.h @@ -134,7 +134,7 @@ src_install() { insinto / cd ${S} doins arch/i386/boot/bzImage - make INSTALL_MOD_PATH=${D} modules_install + try make INSTALL_MOD_PATH=${D} modules_install dosym /lib/modules/2.2.17pre13-RAID ${D}/lib/modules/current into / cd ${S}/fs/reiserfs/utils/bin @@ -147,7 +147,7 @@ src_install() { cp README README.reiserfs dodoc README.reiserfs README.dumpreiserfs cd ${S}/lm_sensors-2.5.2 - make install + try make install prepman } diff --git a/sys-kernel/linux-UP-2.4.0/linux-UP-2.4.0_pre6.ebuild b/sys-kernel/linux-UP-2.4.0/linux-UP-2.4.0_pre6.ebuild index 67303a98ab64..889cdd393237 100644 --- a/sys-kernel/linux-UP-2.4.0/linux-UP-2.4.0_pre6.ebuild +++ b/sys-kernel/linux-UP-2.4.0/linux-UP-2.4.0_pre6.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-kernel/linux-UP-2.4.0/linux-UP-2.4.0_pre6.ebuild,v 1.1 2000/08/19 15:54:56 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-UP-2.4.0/linux-UP-2.4.0_pre6.ebuild,v 1.2 2000/09/15 20:09:27 drobbins Exp $ P=linux-UP-2.4.0_pre6 A="linux-2.4.0-test6.tar.bz2 linux-2.4.0-test6-reiserfs-3.6.12-patch.gz @@ -29,13 +29,13 @@ src_compile() { cd ${S} unset CFLAGS unset CXXFLAGS - make dep - make bzImage - make modules + try make dep + try make bzImage + try make modules cd ${S}/fs/reiserfs/utils - make + try make cd ${S}/lm_sensors-2.5.2 - make + try make } src_unpack() { @@ -77,8 +77,8 @@ src_unpack() { cd ${S} # cp Makefile Makefile.orig ## sed -e 's:-O2:${CFLAGS}:g' Makefile.orig > Makefile - make include/linux/version.h - make symlinks + try make include/linux/version.h + try make symlinks cp ${O}/files/${P}.config .config cp ${O}/files/${P}.autoconf include/linux/autoconf.h cp ${O}/files/gentoolinux_logo.h include/linux/linux_logo.h @@ -112,7 +112,7 @@ src_install() { insinto / cd ${S} doins arch/i386/boot/bzImage - make INSTALL_MOD_PATH=${D} modules_install + try make INSTALL_MOD_PATH=${D} modules_install #dosym /lib/modules/2.2.17pre13-RAID current into / cd ${S}/fs/reiserfs/utils/bin @@ -126,7 +126,7 @@ src_install() { dodoc README.reiserfs README.dumpreiserfs # cd ${S}/lm_sensors-2.5.2 -# make install +# try make install # prepman } diff --git a/sys-kernel/linux-UP-2.4.0/linux-UP-2.4.0_rc7-r5.ebuild b/sys-kernel/linux-UP-2.4.0/linux-UP-2.4.0_rc7-r5.ebuild index 73840aedcef2..dd87ec5fa629 100644 --- a/sys-kernel/linux-UP-2.4.0/linux-UP-2.4.0_rc7-r5.ebuild +++ b/sys-kernel/linux-UP-2.4.0/linux-UP-2.4.0_rc7-r5.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-kernel/linux-UP-2.4.0/linux-UP-2.4.0_rc7-r5.ebuild,v 1.1 2000/08/26 20:41:56 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-UP-2.4.0/linux-UP-2.4.0_rc7-r5.ebuild,v 1.2 2000/09/15 20:09:27 drobbins Exp $ P=linux-UP-2.4.0_rc7-r5 A="linux-2.4.0-test6.tar.bz2 linux-2.4.0-test6-reiserfs-3.6.13-patch.gz @@ -30,13 +30,13 @@ src_compile() { cd ${S} unset CFLAGS unset CXXFLAGS - make dep - make bzImage - make modules + try make dep + try make bzImage + try make modules cd ${S}/fs/reiserfs/utils - make + try make cd ${S}/lm_sensors-2.5.2 - make + try make } src_unpack() { @@ -81,8 +81,8 @@ src_unpack() { cd ${S} # cp Makefile Makefile.orig ## sed -e 's:-O2:${CFLAGS}:g' Makefile.orig > Makefile - make include/linux/version.h - make symlinks + try make include/linux/version.h + try make symlinks cp ${O}/files/${P}.config .config cp ${O}/files/${P}.autoconf include/linux/autoconf.h cp ${O}/files/gentoolinux_logo.h include/linux/linux_logo.h @@ -116,7 +116,7 @@ src_install() { insinto / cd ${S} doins arch/i386/boot/bzImage - make INSTALL_MOD_PATH=${D} modules_install + try make INSTALL_MOD_PATH=${D} modules_install #dosym /lib/modules/2.2.17pre13-RAID current into / cd ${S}/fs/reiserfs/utils/bin @@ -130,7 +130,7 @@ src_install() { dodoc README.reiserfs README.dumpreiserfs cd ${S}/lm_sensors-2.5.2 - make install + try make install prepman } diff --git a/sys-libs/cracklib/cracklib-2.7-r1.ebuild b/sys-libs/cracklib/cracklib-2.7-r1.ebuild index 40554dfe9293..26494e86151d 100644 --- a/sys-libs/cracklib/cracklib-2.7-r1.ebuild +++ b/sys-libs/cracklib/cracklib-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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/cracklib-2.7-r1.ebuild,v 1.3 2000/08/23 05:54:43 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/cracklib-2.7-r1.ebuild,v 1.4 2000/09/15 20:09:27 drobbins Exp $ A=cracklib2_2.7.orig.tar.gz A0=${P}-redhat.patch @@ -19,7 +19,7 @@ src_unpack() { src_compile() { cd ${S} - make all + try make all } src_install() { @@ -28,7 +28,7 @@ src_install() { dodir /usr/lib dodir /usr/sbin dodir /usr/include - ROOT=${D} make install + ROOT=${D} try make install dodoc HISTORY LICENCE MANIFEST POSTER README } diff --git a/sys-libs/gdbm/gdbm-1.8.0-r1.ebuild b/sys-libs/gdbm/gdbm-1.8.0-r1.ebuild index 8cb8ba945c90..e6240e837ed6 100644 --- a/sys-libs/gdbm/gdbm-1.8.0-r1.ebuild +++ b/sys-libs/gdbm/gdbm-1.8.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-libs/gdbm/gdbm-1.8.0-r1.ebuild,v 1.2 2000/08/16 04:38:35 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gdbm/gdbm-1.8.0-r1.ebuild,v 1.3 2000/09/15 20:09:27 drobbins Exp $ # FOR SOME REASON, THE CONFIGURE SCRIPT DOES NOT USE THE EXPORTED CFLAGS, SO # THIS LIBRARY ONLY HAS -O OPTS, WE WON'T WORRY ABOUT THIS FOR SUCH AN @@ -15,8 +15,8 @@ SRC_URI="ftp://prep.ai.mit.edu/gnu/gdbm/gdbm-1.8.0.tar.gz" HOMEPAGE="http://www.gnu.org/software/gdbm/gdbm.html" src_compile() { - ./configure --host=${CHOST} --prefix=/usr - make + try ./configure --host=${CHOST} --prefix=/usr + try make } src_install() { diff --git a/sys-libs/gettext/gettext-0.10.35-r1.ebuild b/sys-libs/gettext/gettext-0.10.35-r1.ebuild index 528d0202e7c5..0bccf05b7639 100644 --- a/sys-libs/gettext/gettext-0.10.35-r1.ebuild +++ b/sys-libs/gettext/gettext-0.10.35-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-libs/gettext/gettext-0.10.35-r1.ebuild,v 1.3 2000/08/27 23:55:15 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gettext/gettext-0.10.35-r1.ebuild,v 1.4 2000/09/15 20:09:27 drobbins Exp $ P=gettext-0.10.35 A=${P}.tar.gz @@ -11,13 +11,13 @@ SRC_URI="ftp://prep.ai.mit.edu/gnu/gettext/${A}" HOMEPAGE="http://www.gnu.org/software/gettext/gettext.html" src_compile() { - ./configure --prefix=/usr --with-included-gettext --host=${CHOST} - make + try ./configure --prefix=/usr --with-included-gettext --host=${CHOST} + try make } src_install() { cd ${S} - make prefix=${D}/usr lispdir=${D}/usr/share/emacs/site-lisp install + try make prefix=${D}/usr lispdir=${D}/usr/share/emacs/site-lisp install prepinfo dodoc AUTHORS BUGS COPYING ChangeLog DISCLAIM NEWS README README-alpha THANKS TODO exeopts -m0755 diff --git a/sys-libs/glibc/glibc-2.1.3-r1.ebuild b/sys-libs/glibc/glibc-2.1.3-r1.ebuild index f21aca9ac0b9..39cce8b251d8 100644 --- a/sys-libs/glibc/glibc-2.1.3-r1.ebuild +++ b/sys-libs/glibc/glibc-2.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.1.3-r1.ebuild,v 1.3 2000/08/17 15:37:34 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.1.3-r1.ebuild,v 1.4 2000/09/15 20:09:27 drobbins Exp $ P=glibc-2.1.3 A="glibc-2.1.3.tar.gz glibc-crypt-2.1.tar.gz @@ -22,11 +22,11 @@ src_compile() { rm -rf buildhere mkdir buildhere cd buildhere - ../configure --host=${CHOST} --without-cvs \ + try ../configure --host=${CHOST} --without-cvs \ --enable-add-ons=linuxthreads,glibc-compat,crypt \ --disable-profile --prefix=/usr - make - make check + try make + try make check } src_unpack() { @@ -46,8 +46,8 @@ src_install() { rm -rf ${D} mkdir ${D} dodir /etc/rc.d/init.d - make install_root=${D} install -C buildhere - make -C linuxthreads/man + try make install_root=${D} install -C buildhere + try make -C linuxthreads/man mkdir -p ${D}/usr/man/man3 install -m 0644 linuxthreads/man/*.3thr ${D}/usr/man/man3 chmod 755 ${D}/usr/libexec/pt_chown diff --git a/sys-libs/glibc/glibc-2.1.92.ebuild b/sys-libs/glibc/glibc-2.1.92.ebuild index 375645dc0779..0a91536eddf4 100644 --- a/sys-libs/glibc/glibc-2.1.92.ebuild +++ b/sys-libs/glibc/glibc-2.1.92.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-libs/glibc/glibc-2.1.92.ebuild,v 1.1 2000/08/19 15:54:56 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.1.92.ebuild,v 1.2 2000/09/15 20:09:27 drobbins Exp $ P=glibc-2.1.92 A="glibc-2.1.92.tar.bz2 glibc-linuxthreads-2.1.92.tar.gz" @@ -19,11 +19,11 @@ src_compile() { rm -rf buildhere mkdir buildhere cd buildhere - ../configure --host=${CHOST} --without-cvs \ + try ../configure --host=${CHOST} --without-cvs \ --enable-add-ons=linuxthreads,crypt \ --disable-profile --prefix=/usr - make - make check + try make + try make check } src_unpack() { @@ -41,8 +41,8 @@ src_install() { rm -rf ${D} mkdir ${D} dodir /etc/rc.d/init.d - make install_root=${D} install -C buildhere - make -C linuxthreads/man + try make install_root=${D} install -C buildhere + try make -C linuxthreads/man mkdir -p ${D}/usr/man/man3 install -m 0644 linuxthreads/man/*.3thr ${D}/usr/man/man3 chmod 755 ${D}/usr/libexec/pt_chown diff --git a/sys-libs/gpm/gpm-1.19.2-r1.ebuild b/sys-libs/gpm/gpm-1.19.2-r1.ebuild index c64aa679cfb5..fe444d4d2432 100644 --- a/sys-libs/gpm/gpm-1.19.2-r1.ebuild +++ b/sys-libs/gpm/gpm-1.19.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-libs/gpm/gpm-1.19.2-r1.ebuild,v 1.2 2000/08/16 04:38:35 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.19.2-r1.ebuild,v 1.3 2000/09/15 20:09:27 drobbins Exp $ P=gpm-1.19.2 A=${P}.tar.gz @@ -11,10 +11,10 @@ SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/mouse/${A}" src_compile() { cd ${S} - ./configure --prefix=/usr + try ./configure --prefix=/usr cp Makefile Makefile.orig sed -e "s/doc//" Makefile.orig > Makefile - make + try make } src_install() { diff --git a/sys-libs/gpm/gpm-1.19.3.ebuild b/sys-libs/gpm/gpm-1.19.3.ebuild index ca967f9d7bfc..60c7de82633f 100644 --- a/sys-libs/gpm/gpm-1.19.3.ebuild +++ b/sys-libs/gpm/gpm-1.19.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 Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.19.3.ebuild,v 1.1 2000/08/25 15:10:25 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.19.3.ebuild,v 1.2 2000/09/15 20:09:27 drobbins Exp $ P=gpm-1.19.3 A=${P}.tar.gz @@ -11,10 +11,10 @@ SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/mouse/${A}" src_compile() { cd ${S} - ./configure --prefix=/usr + try ./configure --prefix=/usr cp Makefile Makefile.orig sed -e "s/doc//" Makefile.orig > Makefile - make + try make } src_install() { diff --git a/sys-libs/ncurses/ncurses-5.1-r1.ebuild b/sys-libs/ncurses/ncurses-5.1-r1.ebuild index 0f8153007aa9..beed57943103 100644 --- a/sys-libs/ncurses/ncurses-5.1-r1.ebuild +++ b/sys-libs/ncurses/ncurses-5.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 Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.1-r1.ebuild,v 1.2 2000/08/16 04:38:36 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.1-r1.ebuild,v 1.3 2000/09/15 20:09:28 drobbins Exp $ P=ncurses-5.1 A=${P}.tar.gz @@ -11,13 +11,13 @@ SRC_URI="ftp://ftp.gnu.org/pub/gnu/ncurses/${A}" HOMEPAGE="http://www.gnu.org/software/ncurses/ncurses.html" src_compile() { - ./configure --prefix=/usr --enable-symlinks --disable-termcap \ + try ./configure --prefix=/usr --enable-symlinks --disable-termcap \ --with-gpm --with-shared --without-debug --with-rcs-ids --host=${CHOST} - make + try make } src_install() { - make prefix=${D}/usr install + try make prefix=${D}/usr install if [ -z "$DBUG" ] then diff --git a/sys-libs/pam/pam-0.72-r1.ebuild b/sys-libs/pam/pam-0.72-r1.ebuild index 7f3252dcf545..d3033ed3f2e8 100644 --- a/sys-libs/pam/pam-0.72-r1.ebuild +++ b/sys-libs/pam/pam-0.72-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-libs/pam/pam-0.72-r1.ebuild,v 1.3 2000/08/25 06:08:19 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.72-r1.ebuild,v 1.4 2000/09/15 20:09:28 drobbins Exp $ P=pam-0.72 A=Linux-PAM-0.72.tar.gz @@ -26,14 +26,14 @@ src_unpack() { } src_compile() { - make - make + try make + try make } src_install() { cd ${S} touch conf/.ignore_age - make install + try make install dosbin bin/pam_conv1 dodoc CHANGELOG Copyright README dodoc diff --git a/sys-libs/pwdb/pwdb-0.61-r1.ebuild b/sys-libs/pwdb/pwdb-0.61-r1.ebuild index 2f40a64c0d3f..50102ad7ec7b 100644 --- a/sys-libs/pwdb/pwdb-0.61-r1.ebuild +++ b/sys-libs/pwdb/pwdb-0.61-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-libs/pwdb/pwdb-0.61-r1.ebuild,v 1.2 2000/08/16 04:38:36 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pwdb/pwdb-0.61-r1.ebuild,v 1.3 2000/09/15 20:09:28 drobbins Exp $ P=pwdb-0.61 A=${P}.tar.gz @@ -18,7 +18,7 @@ src_compile() { cd ${S} cp Makefile Makefile.orig sed -e "s/^DIRS = .*/DIRS = libpwdb/" Makefile.orig > Makefile - make + try make } src_install() { @@ -31,7 +31,7 @@ src_install() { dodoc doc/html/* insinto /etc doins conf/pwdb.conf - make INCLUDED=${D}/usr/include/pwdb LIBDIR=${D}/usr/lib install + try make INCLUDED=${D}/usr/include/pwdb LIBDIR=${D}/usr/lib install } diff --git a/sys-libs/readline/readline-4.1-r1.ebuild b/sys-libs/readline/readline-4.1-r1.ebuild index 91467db009c9..6bbf8e55c4a3 100644 --- a/sys-libs/readline/readline-4.1-r1.ebuild +++ b/sys-libs/readline/readline-4.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 Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-4.1-r1.ebuild,v 1.2 2000/08/16 04:38:36 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-4.1-r1.ebuild,v 1.3 2000/09/15 20:09:29 drobbins Exp $ P=readline-4.1 A=${P}.tar.gz @@ -10,19 +10,19 @@ DESCRIPTION="Another cute console display library" SRC_URI="ftp://ftp.gnu.org/gnu/readline/${A}" src_compile() { - ./configure --host=${CHOST} --with-curses --prefix=/usr - make + try ./configure --host=${CHOST} --with-curses --prefix=/usr + try make cd shlib - make + try make cd .. } src_install() { cd ${S} - make prefix=${D}/usr install + try make prefix=${D}/usr install cd shlib - make prefix=${D}/usr install + try make prefix=${D}/usr install cd .. prepman prepinfo diff --git a/sys-libs/slang/slang-1.4.1-r1.ebuild b/sys-libs/slang/slang-1.4.1-r1.ebuild index 4cad95d4a061..7564d13f64b9 100644 --- a/sys-libs/slang/slang-1.4.1-r1.ebuild +++ b/sys-libs/slang/slang-1.4.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 Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-libs/slang/slang-1.4.1-r1.ebuild,v 1.2 2000/08/16 04:38:36 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/slang/slang-1.4.1-r1.ebuild,v 1.3 2000/09/15 20:09:29 drobbins Exp $ P=slang-1.4.1 A=${P}.tar.gz @@ -10,8 +10,8 @@ DESCRIPTION="Console display library used by most text viewer" SRC_URI="ftp://space.mit.edu/pub/davis/slang/v1.4/${A}" src_compile() { - ./configure --host=${CHOST} --prefix=/usr - make elf + try ./configure --host=${CHOST} --prefix=/usr + try make elf } src_unpack() { diff --git a/sys-libs/slang/slang-1.4.2.ebuild b/sys-libs/slang/slang-1.4.2.ebuild index 8eb8891a93f5..c0929a747d03 100644 --- a/sys-libs/slang/slang-1.4.2.ebuild +++ b/sys-libs/slang/slang-1.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 Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-libs/slang/slang-1.4.2.ebuild,v 1.1 2000/08/25 15:10:26 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/slang/slang-1.4.2.ebuild,v 1.2 2000/09/15 20:09:29 drobbins Exp $ P=slang-1.4.2 A=${P}.tar.gz @@ -10,8 +10,8 @@ DESCRIPTION="Console display library used by most text viewer" SRC_URI="ftp://space.mit.edu/pub/davis/slang/v1.4/${A}" src_compile() { - ./configure --host=${CHOST} --prefix=/usr - make elf + try ./configure --host=${CHOST} --prefix=/usr + try make elf } src_unpack() { diff --git a/sys-libs/zlib/zlib-1.1.3-r1.ebuild b/sys-libs/zlib/zlib-1.1.3-r1.ebuild index d8d69db29181..669ba71fab0d 100644 --- a/sys-libs/zlib/zlib-1.1.3-r1.ebuild +++ b/sys-libs/zlib/zlib-1.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 Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/zlib-1.1.3-r1.ebuild,v 1.2 2000/08/16 04:38:36 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/zlib-1.1.3-r1.ebuild,v 1.3 2000/09/15 20:09:29 drobbins Exp $ P=zlib-1.1.3 A=${P}.tar.gz @@ -11,11 +11,11 @@ SRC_URI="ftp://ftp.freesoftware.com/pub/infozip/zlib/${A}" src_compile() { cd ${S} - ./configure --shared --prefix=/usr - make - make test - ./configure --prefix=/usr - make + try ./configure --shared --prefix=/usr + try make + try make test + try ./configure --prefix=/usr + try make } src_install() { diff --git a/x11-base/nvidia/nvidia-0.9.5.ebuild b/x11-base/nvidia/nvidia-0.9.5.ebuild index 5205bc8a5168..da7ecb11b833 100644 --- a/x11-base/nvidia/nvidia-0.9.5.ebuild +++ b/x11-base/nvidia/nvidia-0.9.5.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/x11-base/nvidia/nvidia-0.9.5.ebuild,v 1.1 2000/09/10 15:54:39 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/nvidia/nvidia-0.9.5.ebuild,v 1.2 2000/09/15 20:09:29 drobbins Exp $ A="NVIDIA_GLX-0.9-5.tar.gz NVIDIA_kernel-0.9-5.tar.gz" S=${WORKDIR} @@ -15,7 +15,7 @@ src_unpack() { src_compile() { cd ${S}/NVIDIA_kernel-0.9-5 - make NVdriver + try make NVdriver } src_install() { @@ -26,7 +26,7 @@ src_install() { dodir /usr/X11R6/lib/modules/drivers dodir /usr/X11R6/lib/modules/extensions cd ${S}/NVIDIA_GLX-0.9-5 - make ROOT=${D} install + try make ROOT=${D} install dodir /dev for i in 0 1 2 3 4; do mknod ${D}/dev/nvidia$i c 195 $i diff --git a/x11-base/xfree/xfree-4.0.1-r1.ebuild b/x11-base/xfree/xfree-4.0.1-r1.ebuild index 9b361cd53f4d..94035a4eb38e 100644 --- a/x11-base/xfree/xfree-4.0.1-r1.ebuild +++ b/x11-base/xfree/xfree-4.0.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/x11-base/xfree/xfree-4.0.1-r1.ebuild,v 1.2 2000/08/16 04:38:36 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xfree/xfree-4.0.1-r1.ebuild,v 1.3 2000/09/15 20:09:29 drobbins Exp $ P=xfree-4.0.1 A="X401src-1.tgz X401src-2.tgz X401src-3.tgz" @@ -17,12 +17,12 @@ src_unpack () { src_compile() { cd ${S} - make World + try make World } src_install() { - make install DESTDIR=${D} - make install.man DESTDIR=${D} + try make install DESTDIR=${D} + try make install.man DESTDIR=${D} prepman /usr/X11R6 } diff --git a/x11-libs/gtk+/gtk+-1.2.8-r1.ebuild b/x11-libs/gtk+/gtk+-1.2.8-r1.ebuild index 0a1e00ff16c5..a40e312b5fbf 100644 --- a/x11-libs/gtk+/gtk+-1.2.8-r1.ebuild +++ b/x11-libs/gtk+/gtk+-1.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 <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-1.2.8-r1.ebuild,v 1.3 2000/08/16 04:38:36 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-1.2.8-r1.ebuild,v 1.4 2000/09/15 20:09:29 drobbins Exp $ P=gtk+-1.2.8 A=${P}.tar.gz @@ -12,14 +12,14 @@ HOMEPAGE="http://www.gtk.org" src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr/X11R6 --sysconfdir=/etx/X11 \ + try ./configure --host=${CHOST} --prefix=/usr/X11R6 --sysconfdir=/etx/X11 \ --with-xinput=xfree --with-catgets --with-x - make + try make } src_install() { cd ${S} - make install prefix=${D}/usr/X11R6 sysconfdir=${D}/etc/X11 + try make install prefix=${D}/usr/X11R6 sysconfdir=${D}/etc/X11 prepman /usr/X11R6 prepinfo /usr/X11R6 into /usr diff --git a/x11-libs/gtk-engines/gtk-engines-0.10.ebuild b/x11-libs/gtk-engines/gtk-engines-0.10.ebuild index 3e7f676e4fc3..1ef8ce14f09d 100644 --- a/x11-libs/gtk-engines/gtk-engines-0.10.ebuild +++ b/x11-libs/gtk-engines/gtk-engines-0.10.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/x11-libs/gtk-engines/gtk-engines-0.10.ebuild,v 1.2 2000/08/16 04:38:37 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk-engines/gtk-engines-0.10.ebuild,v 1.3 2000/09/15 20:09:29 drobbins Exp $ P=gtk-engines-0.10 A=${P}.tar.gz @@ -12,13 +12,13 @@ HOMEPAGE="http://www.gnome.org/" src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr/X11R6 - make + try ./configure --host=${CHOST} --prefix=/usr/X11R6 + try make } src_install() { cd ${S} - make prefix=${D}/usr/X11R6 install + try make prefix=${D}/usr/X11R6 install dodoc AUTHORS COPYING* ChangeLog README NEWS } diff --git a/x11-libs/libPropList/libPropList-0.10.1-r1.ebuild b/x11-libs/libPropList/libPropList-0.10.1-r1.ebuild index ae49bb284248..4ce32198e40e 100644 --- a/x11-libs/libPropList/libPropList-0.10.1-r1.ebuild +++ b/x11-libs/libPropList/libPropList-0.10.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/x11-libs/libPropList/libPropList-0.10.1-r1.ebuild,v 1.2 2000/08/16 04:38:37 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libPropList/libPropList-0.10.1-r1.ebuild,v 1.3 2000/09/15 20:09:30 drobbins Exp $ P=libPropList-0.10.1 A=${P}.tar.gz @@ -12,13 +12,13 @@ HOMEPAGE="http://www.windowmaker.org/" src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr/X11R6 - make + try ./configure --host=${CHOST} --prefix=/usr/X11R6 + try make } src_install() { cd ${S} - make prefix=${D}/usr/X11R6 install + try make prefix=${D}/usr/X11R6 install dodoc AUTHORS COPYING* ChangeLog README TODO } diff --git a/x11-terms/powershell/powershell-0.80.ebuild b/x11-terms/powershell/powershell-0.80.ebuild index 330e7026114a..28303e766944 100644 --- a/x11-terms/powershell/powershell-0.80.ebuild +++ b/x11-terms/powershell/powershell-0.80.ebuild @@ -16,13 +16,13 @@ src_unpack() { src_compile() { cd ${S} - LDFLAGS="-L/opt/gnome/lib" ./configure --host=${CHOST} --prefix=/opt/gnome - make + LDFLAGS="-L/opt/gnome/lib" try ./configure --host=${CHOST} --prefix=/opt/gnome + try make } src_install() { cd ${S} - make prefix=${D}/opt/gnome install + try make prefix=${D}/opt/gnome install } diff --git a/x11-wm/WindowMaker/WindowMaker-0.62.1-r1.ebuild b/x11-wm/WindowMaker/WindowMaker-0.62.1-r1.ebuild index 8a4509617c10..be1a1dcb15c4 100644 --- a/x11-wm/WindowMaker/WindowMaker-0.62.1-r1.ebuild +++ b/x11-wm/WindowMaker/WindowMaker-0.62.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 Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-wm/WindowMaker/WindowMaker-0.62.1-r1.ebuild,v 1.2 2000/08/16 04:38:37 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/WindowMaker/WindowMaker-0.62.1-r1.ebuild,v 1.3 2000/09/15 20:09:30 drobbins Exp $ P=WindowMaker-0.62.1 A="${P}.tar.gz WindowMaker-extra-0.1.tar.bz2" @@ -13,24 +13,24 @@ HOMEPAGE="http://www.windowmaker.org/" src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr/X11R6 --sysconfdir=/etc/X11 \ + try ./configure --host=${CHOST} --prefix=/usr/X11R6 --sysconfdir=/etc/X11 \ --enable-gnome --enable-kde --with-x --enable-newstyle --enable-superfluous - make + try make cd ../WindowMaker-extra-0.1 - ./configure --host=${CHOST} --prefix=/usr/X11R6 - make + try ./configure --host=${CHOST} --prefix=/usr/X11R6 + try make } src_install() { cd ${S} - make prefix=${D}/usr/X11R6 sysconfdir=${D}/etc/X11 install + try make prefix=${D}/usr/X11R6 sysconfdir=${D}/etc/X11 install cp -f WindowMaker/plmenu ${D}/etc/X11/WindowMaker/WMRootMenu strip ${D}/usr/X11R6/bin/* strip ${D}/usr/X11R6/GNUstep/Apps/WPrefs.app/WPrefs dodoc AUTHORS BUGFORUM BUGS ChangeLog COPYING* FAQ* README* NEWS TODO cd ../WindowMaker-extra-0.1 - make prefix=${D}/usr/X11R6 install + try make prefix=${D}/usr/X11R6 install newdoc README README.extra prepman /usr/X11R6 diff --git a/x11-wm/enlightenment/enlightenment-0.16.4-r1.ebuild b/x11-wm/enlightenment/enlightenment-0.16.4-r1.ebuild index 2f392a73af9c..ea436ae84389 100644 --- a/x11-wm/enlightenment/enlightenment-0.16.4-r1.ebuild +++ b/x11-wm/enlightenment/enlightenment-0.16.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/x11-wm/enlightenment/enlightenment-0.16.4-r1.ebuild,v 1.2 2000/08/16 04:38:37 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/enlightenment-0.16.4-r1.ebuild,v 1.3 2000/09/15 20:09:30 drobbins Exp $ P=enlightenment-0.16.4 A=${P}.tar.gz @@ -16,13 +16,13 @@ src_unpack() { src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr/X11R6 --with-catgets - make + try ./configure --host=${CHOST} --prefix=/usr/X11R6 --with-catgets + try make } src_install() { cd ${S} - make prefix=${D}/usr/X11R6 localedir=${D}/usr/X11R6/enlightenment/locale \ + try make prefix=${D}/usr/X11R6 localedir=${D}/usr/X11R6/enlightenment/locale \ gnulocaledir=${D}/usr/X11R6/enlightenment/locale install prepman /usr/X11R6 dodoc AUTHORS ChangeLog COPYING NEWS README diff --git a/x11-wm/openmotif/openmotif-2.1.30-r1.ebuild b/x11-wm/openmotif/openmotif-2.1.30-r1.ebuild index 143c2afed59b..333294b06d16 100644 --- a/x11-wm/openmotif/openmotif-2.1.30-r1.ebuild +++ b/x11-wm/openmotif/openmotif-2.1.30-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/x11-wm/openmotif/openmotif-2.1.30-r1.ebuild,v 1.1 2000/08/23 05:31:48 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/openmotif/openmotif-2.1.30-r1.ebuild,v 1.2 2000/09/15 20:09:30 drobbins Exp $ P=openmotif2.1.30 A=${P}.tar.gz @@ -24,7 +24,7 @@ src_compile() { ln -s /usr/X11R6/include include ln -s /usr/X11R6/lib lib cd ${S} - make World + try make World } src_install() { @@ -32,7 +32,7 @@ src_install() { cp Makefile Makefile.orig sed -e "s:sun_mit:sun_at:" -e "s:sun_news:sun:" Makefile.orig > Makefile cd ${S} - make DESTDIR=${D} VARDIR=${D}/var/X11/ install + try make DESTDIR=${D} VARDIR=${D}/var/X11/ install } diff --git a/x11-wm/sawfish/sawfish-0.30.3-r1.ebuild b/x11-wm/sawfish/sawfish-0.30.3-r1.ebuild index 32a905d412dd..d6e9b449c74c 100644 --- a/x11-wm/sawfish/sawfish-0.30.3-r1.ebuild +++ b/x11-wm/sawfish/sawfish-0.30.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 Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-0.30.3-r1.ebuild,v 1.2 2000/08/16 04:38:37 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-0.30.3-r1.ebuild,v 1.3 2000/09/15 20:09:30 drobbins Exp $ P=sawfish-0.30.3 A=${P}.tar.gz @@ -16,14 +16,14 @@ src_unpack() { src_compile() { cd ${S} - ./configure --host=${CHOST} --prefix=/usr/X11R6 --with-audiofile --with-esd \ + try ./configure --host=${CHOST} --prefix=/usr/X11R6 --with-audiofile --with-esd \ --with-gnome-prefix=/opt/gnome - make + try make } src_install() { cd ${S} - make DESTDIR=${D} install + try make DESTDIR=${D} install prepinfo /usr/X11R6 dodoc AUTHORS BUGS COPYING ChangeLog DOC FAQ NEWS README THANKS TODO } |