diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 21:23:52 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 21:23:52 +0000 |
commit | ff33563c0beae9d6985d408229b5ea37a58d0fb2 (patch) | |
tree | ed63a85733b53b509a075d7558541055570ac5a2 /mail-mta/sendmail | |
parent | removing nomirror (Manifest recommit) (diff) | |
download | gentoo-2-ff33563c0beae9d6985d408229b5ea37a58d0fb2.tar.gz gentoo-2-ff33563c0beae9d6985d408229b5ea37a58d0fb2.tar.bz2 gentoo-2-ff33563c0beae9d6985d408229b5ea37a58d0fb2.zip |
fix use invocation
Diffstat (limited to 'mail-mta/sendmail')
-rw-r--r-- | mail-mta/sendmail/ChangeLog | 7 | ||||
-rw-r--r-- | mail-mta/sendmail/sendmail-8.12.10.ebuild | 4 | ||||
-rw-r--r-- | mail-mta/sendmail/sendmail-8.12.11-r1.ebuild | 4 | ||||
-rw-r--r-- | mail-mta/sendmail/sendmail-8.12.11-r2.ebuild | 10 | ||||
-rw-r--r-- | mail-mta/sendmail/sendmail-8.12.11.ebuild | 4 |
5 files changed, 17 insertions, 12 deletions
diff --git a/mail-mta/sendmail/ChangeLog b/mail-mta/sendmail/ChangeLog index 967aa509b744..614b71011c1d 100644 --- a/mail-mta/sendmail/ChangeLog +++ b/mail-mta/sendmail/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/sendmail # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/ChangeLog,v 1.9 2004/06/24 22:25:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/ChangeLog,v 1.10 2004/06/28 21:23:52 agriffis Exp $ + + 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> sendmail-8.12.10.ebuild, + sendmail-8.12.11-r1.ebuild, sendmail-8.12.11-r2.ebuild, + sendmail-8.12.11.ebuild: + fix use invocation 24 Jun 2004; Aron Griffis <agriffis@gentoo.org> sendmail-8.12.11-r3.ebuild: stable on ia64 diff --git a/mail-mta/sendmail/sendmail-8.12.10.ebuild b/mail-mta/sendmail/sendmail-8.12.10.ebuild index fb591400e991..19f23cd042df 100644 --- a/mail-mta/sendmail/sendmail-8.12.10.ebuild +++ b/mail-mta/sendmail/sendmail-8.12.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.12.10.ebuild,v 1.3 2004/06/24 22:25:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.12.10.ebuild,v 1.4 2004/06/28 21:23:52 agriffis Exp $ DESCRIPTION="Widely-used Mail Transport Agent (MTA)" HOMEPAGE="http://www.sendmail.org/" @@ -116,7 +116,7 @@ src_install () { newdoc cf/cf/README README.install-cf cp -a cf/* ${D}/usr/share/sendmail-cf insinto /etc/mail - if [ -n "` use mbox `" ] + if use mbox then doins ${FILESDIR}/{sendmail.cf,sendmail.mc} else diff --git a/mail-mta/sendmail/sendmail-8.12.11-r1.ebuild b/mail-mta/sendmail/sendmail-8.12.11-r1.ebuild index 9271ea2ae88b..63e2c03cf8ce 100644 --- a/mail-mta/sendmail/sendmail-8.12.11-r1.ebuild +++ b/mail-mta/sendmail/sendmail-8.12.11-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.12.11-r1.ebuild,v 1.4 2004/06/24 22:25:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.12.11-r1.ebuild,v 1.5 2004/06/28 21:23:52 agriffis Exp $ DESCRIPTION="Widely-used Mail Transport Agent (MTA)" HOMEPAGE="http://www.sendmail.org/" @@ -120,7 +120,7 @@ src_install () { insinto /etc doins ${FILESDIR}/mailer.conf insinto /etc/mail - if [ -n "` use mbox `" ] + if use mbox then doins ${FILESDIR}/{sendmail.cf,sendmail.mc} else diff --git a/mail-mta/sendmail/sendmail-8.12.11-r2.ebuild b/mail-mta/sendmail/sendmail-8.12.11-r2.ebuild index 535215fe68c9..acc79a731518 100644 --- a/mail-mta/sendmail/sendmail-8.12.11-r2.ebuild +++ b/mail-mta/sendmail/sendmail-8.12.11-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.12.11-r2.ebuild,v 1.4 2004/06/24 22:25:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.12.11-r2.ebuild,v 1.5 2004/06/28 21:23:52 agriffis Exp $ DESCRIPTION="Widely-used Mail Transport Agent (MTA)" HOMEPAGE="http://www.sendmail.org/" @@ -58,7 +58,7 @@ src_unpack() { src_compile() { sh Build - if [ -n "` use milter `" ] + if use milter then pushd libmilter sh Build @@ -93,7 +93,7 @@ src_install () { || die "install failed" done - if [ -n "` use milter `" ] + if use milter then dodir /usr/include/libmilter make DESTDIR=${D} MANROOT=/usr/share/man/man \ @@ -119,7 +119,7 @@ src_install () { newdoc sendmail/TUNING TUNING newdoc smrsh/README README.smrsh - if [ -n "` use milter `" ] + if use milter then newdoc libmilter/README README.libmilter fi @@ -130,7 +130,7 @@ src_install () { insinto /etc doins ${FILESDIR}/mailer.conf insinto /etc/mail - if [ -n "` use mbox `" ] + if use mbox then doins ${FILESDIR}/{sendmail.cf,sendmail.mc} else diff --git a/mail-mta/sendmail/sendmail-8.12.11.ebuild b/mail-mta/sendmail/sendmail-8.12.11.ebuild index 9e33aebf1a53..97de36908f2e 100644 --- a/mail-mta/sendmail/sendmail-8.12.11.ebuild +++ b/mail-mta/sendmail/sendmail-8.12.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.12.11.ebuild,v 1.3 2004/06/24 22:25:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/sendmail/sendmail-8.12.11.ebuild,v 1.4 2004/06/28 21:23:52 agriffis Exp $ DESCRIPTION="Widely-used Mail Transport Agent (MTA)" HOMEPAGE="http://www.sendmail.org/" @@ -116,7 +116,7 @@ src_install () { newdoc cf/cf/README README.install-cf cp -a cf/* ${D}/usr/share/sendmail-cf insinto /etc/mail - if [ -n "` use mbox `" ] + if use mbox then doins ${FILESDIR}/{sendmail.cf,sendmail.mc} else |