diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2000-09-15 20:09:30 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2000-09-15 20:09:30 +0000 |
commit | 1ee722fd191fd39a3e13c5231281041f1b4e9f2a (patch) | |
tree | be23a54b8f07b0186bac806e4aa577c1393451e2 /net-mail | |
parent | oops :) (diff) | |
download | gentoo-2-1ee722fd191fd39a3e13c5231281041f1b4e9f2a.tar.gz gentoo-2-1ee722fd191fd39a3e13c5231281041f1b4e9f2a.tar.bz2 gentoo-2-1ee722fd191fd39a3e13c5231281041f1b4e9f2a.zip |
added try syntax
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/amavis/amavis-0.2.1_p2.ebuild | 8 | ||||
-rw-r--r-- | net-mail/fetchmail/fetchmail-5.4.4-r1.ebuild | 6 | ||||
-rw-r--r-- | net-mail/fetchmail/fetchmail-5.4.5-r1.ebuild | 6 | ||||
-rw-r--r-- | net-mail/fetchmail/fetchmail-5.5.0-r1.ebuild | 6 | ||||
-rw-r--r-- | net-mail/fetchmail/fetchmail-5.5.1.ebuild | 6 | ||||
-rw-r--r-- | net-mail/mutt/mutt-1.2.5-r1.ebuild | 8 | ||||
-rw-r--r-- | net-mail/pine-maildir/pine-maildir-4.21-r1.ebuild | 10 | ||||
-rw-r--r-- | net-mail/qmail-ldap/qmail-ldap-1.03.20000701-r1.ebuild | 8 | ||||
-rw-r--r-- | net-mail/qmail-mysql/qmail-mysql-1.03-r1.ebuild | 6 | ||||
-rw-r--r-- | net-mail/qmail/qmail-1.03-r1.ebuild | 12 | ||||
-rw-r--r-- | net-mail/tnef/tnef-0.12-r1.ebuild | 8 |
11 files changed, 42 insertions, 42 deletions
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 } |