summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-07 20:52:11 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-07 20:52:11 +0000
commit46cdc3c200b1edbe42c7d0a3fcdb6e6fb30c5539 (patch)
treea55d90b9eee9bb160f36dcf00a57276cf91bbc15 /mail-mta
parent~amd64 (Manifest recommit) (diff)
downloadgentoo-2-46cdc3c200b1edbe42c7d0a3fcdb6e6fb30c5539.tar.gz
gentoo-2-46cdc3c200b1edbe42c7d0a3fcdb6e6fb30c5539.tar.bz2
gentoo-2-46cdc3c200b1edbe42c7d0a3fcdb6e6fb30c5539.zip
Fix use invocation
Diffstat (limited to 'mail-mta')
-rw-r--r--mail-mta/qmail-ldap/ChangeLog6
-rw-r--r--mail-mta/qmail-ldap/qmail-ldap-1.03-r1.ebuild6
-rw-r--r--mail-mta/qmail-ldap/qmail-ldap-1.03-r2.ebuild6
-rw-r--r--mail-mta/qmail/ChangeLog6
-rw-r--r--mail-mta/qmail/qmail-1.03-r10.ebuild6
-rw-r--r--mail-mta/qmail/qmail-1.03-r11.ebuild6
-rw-r--r--mail-mta/qmail/qmail-1.03-r9.ebuild6
-rw-r--r--mail-mta/ssmtp/ChangeLog9
-rw-r--r--mail-mta/ssmtp/ssmtp-2.60.4-r2.ebuild4
-rw-r--r--mail-mta/ssmtp/ssmtp-2.60.4.ebuild4
-rw-r--r--mail-mta/ssmtp/ssmtp-2.60.7-r1.ebuild6
-rw-r--r--mail-mta/ssmtp/ssmtp-2.60.7.ebuild4
-rw-r--r--mail-mta/ssmtp/ssmtp-2.60.9.ebuild12
13 files changed, 48 insertions, 33 deletions
diff --git a/mail-mta/qmail-ldap/ChangeLog b/mail-mta/qmail-ldap/ChangeLog
index 856955ead635..5f3a21f47e64 100644
--- a/mail-mta/qmail-ldap/ChangeLog
+++ b/mail-mta/qmail-ldap/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/qmail-ldap
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail-ldap/ChangeLog,v 1.1 2004/05/30 10:52:45 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail-ldap/ChangeLog,v 1.2 2004/06/07 20:52:11 agriffis Exp $
+
+ 07 Jun 2004; Aron Griffis <agriffis@gentoo.org> qmail-ldap-1.03-r1.ebuild,
+ qmail-ldap-1.03-r2.ebuild:
+ Fix use invocation
*qmail-ldap-1.03-r4 (06 Apr 2004)
diff --git a/mail-mta/qmail-ldap/qmail-ldap-1.03-r1.ebuild b/mail-mta/qmail-ldap/qmail-ldap-1.03-r1.ebuild
index 9357e83d9e17..b7a79c6ca53e 100644
--- a/mail-mta/qmail-ldap/qmail-ldap-1.03-r1.ebuild
+++ b/mail-mta/qmail-ldap/qmail-ldap-1.03-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail-ldap/qmail-ldap-1.03-r1.ebuild,v 1.1 2004/05/30 10:52:45 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail-ldap/qmail-ldap-1.03-r1.ebuild,v 1.2 2004/06/07 20:52:11 agriffis Exp $
IUSE="ssl"
@@ -77,7 +77,7 @@ src_unpack() {
#SMTP_AUTH PATCH
epatch ${DISTDIR}/smtp-auth-20030301.patch || die "SMTP_AUTH patch did not apply"
- if [ `use ssl` ]; then
+ if use ssl; then
use ssl && { epatch ${FILESDIR}/tls.patch.bz2 || die "tls+auth patch failed"; }
fi
@@ -310,7 +310,7 @@ pkg_postinst() {
echo -e "\e[32;01m ldap settings and add the qmail.schema to your slapd.conf. For sample ldifs,\033[0m"
echo -e "\e[32;01m please check /usr/share/doc/${PN}-${PV}-${PR}/samples.ldif.gz \033[0m"
- if [ `use ssl` ]; then
+ if use ssl; then
echo "Creating a self-signed ssl-cert:"
/usr/bin/openssl req -new -x509 -nodes -out /var/qmail/control/servercert.pem -days 366 -keyout /var/qmail/control/servercert.pem
chmod 640 /var/qmail/control/servercert.pem
diff --git a/mail-mta/qmail-ldap/qmail-ldap-1.03-r2.ebuild b/mail-mta/qmail-ldap/qmail-ldap-1.03-r2.ebuild
index 842187a98ae9..f89b9b4e9ed1 100644
--- a/mail-mta/qmail-ldap/qmail-ldap-1.03-r2.ebuild
+++ b/mail-mta/qmail-ldap/qmail-ldap-1.03-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail-ldap/qmail-ldap-1.03-r2.ebuild,v 1.1 2004/05/30 10:52:45 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail-ldap/qmail-ldap-1.03-r2.ebuild,v 1.2 2004/06/07 20:52:11 agriffis Exp $
IUSE="ssl"
@@ -73,7 +73,7 @@ src_unpack() {
# If you really want, uncomment it yourself, as mail really should be in GMT
#epatch ${DISTDIR}/qmail-date-localtime.patch.txt
- if [ `use ssl` ]; then
+ if use ssl; then
epatch ${DISTDIR}/${P}-r2-tls.patch.bz2 || die "tls+auth patch failed"
fi
@@ -315,7 +315,7 @@ pkg_postinst() {
echo -e "\e[32;01m slapd.conf. For sample ldifs, please check \033[0m"
echo -e "\e[32;01m /usr/share/doc/${PN}-${PV}-${PR}/samples.ldif.gz \033[0m"
- if [ `use ssl` ]; then
+ if use ssl; then
echo "Creating a self-signed ssl-cert:"
/usr/bin/openssl req -new -x509 -nodes -out /var/qmail/control/servercert.pem -days 366 -keyout /var/qmail/control/servercert.pem
chmod 640 /var/qmail/control/servercert.pem
diff --git a/mail-mta/qmail/ChangeLog b/mail-mta/qmail/ChangeLog
index 7f0f337465f8..d3df6b177b81 100644
--- a/mail-mta/qmail/ChangeLog
+++ b/mail-mta/qmail/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/qmail
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/ChangeLog,v 1.2 2004/06/05 09:34:28 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/ChangeLog,v 1.3 2004/06/07 20:47:53 agriffis Exp $
+
+ 07 Jun 2004; Aron Griffis <agriffis@gentoo.org> qmail-1.03-r10.ebuild,
+ qmail-1.03-r11.ebuild, qmail-1.03-r9.ebuild:
+ Fix use invocation
05 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> qmail-1.03-r15.ebuild:
Stable on alpha.
diff --git a/mail-mta/qmail/qmail-1.03-r10.ebuild b/mail-mta/qmail/qmail-1.03-r10.ebuild
index e8cacd753c6f..bcc6e6b8c727 100644
--- a/mail-mta/qmail/qmail-1.03-r10.ebuild
+++ b/mail-mta/qmail/qmail-1.03-r10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/qmail-1.03-r10.ebuild,v 1.1 2004/05/30 10:50:13 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/qmail-1.03-r10.ebuild,v 1.2 2004/06/07 20:47:53 agriffis Exp $
inherit gcc eutils
@@ -79,7 +79,7 @@ src_unpack() {
# Let the system decide how to define errno
epatch ${FILESDIR}/${PV}-${PR}/errno.patch
- if [ `use ssl` ]; then
+ if use ssl; then
echo "gcc ${CFLAGS} -DTLS" > conf-cc
else
echo "gcc ${CFLAGS}" > conf-cc
@@ -321,7 +321,7 @@ export qhost=`hostname --fqdn`
tcprules /etc/tcp.smtp.cdb /etc/tcp.smtp.tmp < /etc/tcp.smtp
- if [ `use ssl` ]; then
+ if use ssl; then
if [ ! -f /var/qmail/control/servercert.pem ]; then
echo "Creating a self-signed ssl-cert:"
/usr/bin/openssl req -new -x509 -nodes -out /var/qmail/control/servercert.pem -days 366 -keyout /var/qmail/control/servercert.pem
diff --git a/mail-mta/qmail/qmail-1.03-r11.ebuild b/mail-mta/qmail/qmail-1.03-r11.ebuild
index 0d93a2c41f15..6f9c13406b61 100644
--- a/mail-mta/qmail/qmail-1.03-r11.ebuild
+++ b/mail-mta/qmail/qmail-1.03-r11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/qmail-1.03-r11.ebuild,v 1.1 2004/05/30 10:50:13 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/qmail-1.03-r11.ebuild,v 1.2 2004/06/07 20:47:53 agriffis Exp $
inherit gcc eutils
@@ -107,7 +107,7 @@ src_unpack() {
cd ${S}
- if [ `use ssl` ]; then
+ if use ssl; then
echo "$(gcc-getCC) ${CFLAGS} -DTLS" > conf-cc
else
echo "$(gcc-getCC) ${CFLAGS}" > conf-cc
@@ -338,7 +338,7 @@ pkg_config() {
tcprules /etc/tcp.${i}.cdb /etc/tcp.${i}.tmp < /etc/tcp.${i}
done
- if [ `use ssl` ]; then
+ if use ssl; then
if [ ! -f /var/qmail/control/servercert.pem ]; then
echo "Creating a self-signed ssl-cert:"
/usr/bin/openssl req -new -x509 -nodes -out /var/qmail/control/servercert.pem -days 366 -keyout /var/qmail/control/servercert.pem
diff --git a/mail-mta/qmail/qmail-1.03-r9.ebuild b/mail-mta/qmail/qmail-1.03-r9.ebuild
index b1f2bbd03619..5e4b8b53b02d 100644
--- a/mail-mta/qmail/qmail-1.03-r9.ebuild
+++ b/mail-mta/qmail/qmail-1.03-r9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/qmail-1.03-r9.ebuild,v 1.1 2004/05/30 10:50:13 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/qmail-1.03-r9.ebuild,v 1.2 2004/06/07 20:47:53 agriffis Exp $
IUSE="ssl ldap"
@@ -56,7 +56,7 @@ src_unpack() {
echo "Applying QMAILQUEUE patch..."
patch < ${FILESDIR}/${PV}-${PR}/qmail-queue.patch || die "qmail queue patch failed"
- if [ `use ldap` ]; then
+ if use ldap; then
echo "Applying ldap patches..."
patch -p1 < ${WORKDIR}/qmail-ldap-1.03-20020901.patch || die "ldap patch failed"
#patch -p1 < ${FILESDIR}/${PV}-${PR}/ldap-config.diff || die "ldap config patch failed"
@@ -70,7 +70,7 @@ src_unpack() {
use ssl && patch < ${FILESDIR}/${PV}-${PR}/qmail-1.03-starttls-smtp-auth.patch || die "tls+auth patch failed"
fi
- if [ `use ssl` ]; then
+ if use ssl; then
echo "gcc ${CFLAGS} -DTLS" > conf-cc
else
echo "gcc ${CFLAGS}" > conf-cc
diff --git a/mail-mta/ssmtp/ChangeLog b/mail-mta/ssmtp/ChangeLog
index 6009694cedf7..f8e31bcd5b20 100644
--- a/mail-mta/ssmtp/ChangeLog
+++ b/mail-mta/ssmtp/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-mail/ssmtp
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/ssmtp/ChangeLog,v 1.3 2004/06/06 23:09:56 g2boojum Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/ssmtp/ChangeLog,v 1.4 2004/06/07 20:52:05 agriffis Exp $
+
+*ssmtp-2.60.9 (07 Jun 2004)
+
+ 07 Jun 2004; Aron Griffis <agriffis@gentoo.org> ssmtp-2.60.4-r2.ebuild,
+ ssmtp-2.60.4.ebuild, ssmtp-2.60.7-r1.ebuild, ssmtp-2.60.7.ebuild,
+ ssmtp-2.60.9.ebuild:
+ Fix use invocation
06 Jun 2004; Grant Goodyear <g2boojum@gentoo.org> :
Version bump. Patches no longer required. Fixes STARTTLS before ehlo bug.
diff --git a/mail-mta/ssmtp/ssmtp-2.60.4-r2.ebuild b/mail-mta/ssmtp/ssmtp-2.60.4-r2.ebuild
index 515afb96899d..5bbd0461e13a 100644
--- a/mail-mta/ssmtp/ssmtp-2.60.4-r2.ebuild
+++ b/mail-mta/ssmtp/ssmtp-2.60.4-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/ssmtp/ssmtp-2.60.4-r2.ebuild,v 1.2 2004/05/30 22:15:10 g2boojum Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/ssmtp/ssmtp-2.60.4-r2.ebuild,v 1.3 2004/06/07 20:52:05 agriffis Exp $
inherit eutils
@@ -76,7 +76,7 @@ src_install() {
# -e "s:_HOSTNAME_:${hostname}:" \
# -e "s:^mailhub=mail:mailhub=mail.${domainname}:g" \
# ${conffile}.orig > ${conffile}.pre
- #if [ `use ssl` ];
+ #if use ssl;
#then
# sed -e "s:^#UseTLS=YES:UseTLS=YES:g" \
# ${conffile}.pre > ${conffile}
diff --git a/mail-mta/ssmtp/ssmtp-2.60.4.ebuild b/mail-mta/ssmtp/ssmtp-2.60.4.ebuild
index 144c300df229..a68f47d7cb84 100644
--- a/mail-mta/ssmtp/ssmtp-2.60.4.ebuild
+++ b/mail-mta/ssmtp/ssmtp-2.60.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/ssmtp/ssmtp-2.60.4.ebuild,v 1.1 2004/05/30 09:56:46 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/ssmtp/ssmtp-2.60.4.ebuild,v 1.2 2004/06/07 20:52:05 agriffis Exp $
inherit eutils
@@ -72,7 +72,7 @@ src_install() {
# -e "s:_HOSTNAME_:${hostname}:" \
# -e "s:^mailhub=mail:mailhub=mail.${domainname}:g" \
# ${conffile}.orig > ${conffile}.pre
- #if [ `use ssl` ];
+ #if use ssl;
#then
# sed -e "s:^#UseTLS=YES:UseTLS=YES:g" \
# ${conffile}.pre > ${conffile}
diff --git a/mail-mta/ssmtp/ssmtp-2.60.7-r1.ebuild b/mail-mta/ssmtp/ssmtp-2.60.7-r1.ebuild
index 23309afd3c95..1ce55e181f13 100644
--- a/mail-mta/ssmtp/ssmtp-2.60.7-r1.ebuild
+++ b/mail-mta/ssmtp/ssmtp-2.60.7-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/ssmtp/ssmtp-2.60.7-r1.ebuild,v 1.4 2004/05/30 23:12:09 g2boojum Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/ssmtp/ssmtp-2.60.7-r1.ebuild,v 1.5 2004/06/07 20:52:05 agriffis Exp $
inherit eutils
@@ -52,7 +52,7 @@ src_install() {
# See bug #7448
#dosym /usr/sbin/ssmtp /usr/bin/mail
#The sendmail symlink is now handled by mailwrapper if used
- ! use mailwrapper && \
+ use mailwrapper || \
dosym /usr/sbin/ssmtp /usr/sbin/sendmail
dosym /usr/sbin/sendmail /usr/lib/sendmail
doman ssmtp.8
@@ -79,7 +79,7 @@ src_install() {
# -e "s:_HOSTNAME_:${hostname}:" \
# -e "s:^mailhub=mail:mailhub=mail.${domainname}:g" \
# ${conffile}.orig > ${conffile}.pre
- #if [ `use ssl` ];
+ #if use ssl;
#then
# sed -e "s:^#UseTLS=YES:UseTLS=YES:g" \
# ${conffile}.pre > ${conffile}
diff --git a/mail-mta/ssmtp/ssmtp-2.60.7.ebuild b/mail-mta/ssmtp/ssmtp-2.60.7.ebuild
index 98d7ed52ec66..8c88e6ff9213 100644
--- a/mail-mta/ssmtp/ssmtp-2.60.7.ebuild
+++ b/mail-mta/ssmtp/ssmtp-2.60.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/ssmtp/ssmtp-2.60.7.ebuild,v 1.2 2004/05/30 22:15:10 g2boojum Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/ssmtp/ssmtp-2.60.7.ebuild,v 1.3 2004/06/07 20:52:05 agriffis Exp $
inherit eutils
@@ -73,7 +73,7 @@ src_install() {
# -e "s:_HOSTNAME_:${hostname}:" \
# -e "s:^mailhub=mail:mailhub=mail.${domainname}:g" \
# ${conffile}.orig > ${conffile}.pre
- #if [ `use ssl` ];
+ #if use ssl;
#then
# sed -e "s:^#UseTLS=YES:UseTLS=YES:g" \
# ${conffile}.pre > ${conffile}
diff --git a/mail-mta/ssmtp/ssmtp-2.60.9.ebuild b/mail-mta/ssmtp/ssmtp-2.60.9.ebuild
index ec2da2c57f95..30f87daf8902 100644
--- a/mail-mta/ssmtp/ssmtp-2.60.9.ebuild
+++ b/mail-mta/ssmtp/ssmtp-2.60.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/ssmtp/ssmtp-2.60.9.ebuild,v 1.1 2004/06/06 23:09:56 g2boojum Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/ssmtp/ssmtp-2.60.9.ebuild,v 1.2 2004/06/07 20:52:05 agriffis Exp $
inherit eutils
@@ -26,9 +26,9 @@ S=${WORKDIR}/ssmtp-2.60
src_compile() {
econf \
--sysconfdir=/etc/ssmtp \
- `use_enable ssl` \
- `use_enable ipv6 inet6` \
- `use_enable md5sum md5suth` \
+ $(use_enable ssl) \
+ $(use_enable ipv6 inet6) \
+ $(use_enable md5sum md5suth) \
|| die
make clean || die
make etcdir=/etc || die
@@ -44,7 +44,7 @@ src_install() {
# See bug #7448
#dosym /usr/sbin/ssmtp /usr/bin/mail
#The sendmail symlink is now handled by mailwrapper if used
- ! use mailwrapper && \
+ use mailwrapper || \
dosym /usr/sbin/ssmtp /usr/sbin/sendmail
dosym /usr/sbin/sendmail /usr/lib/sendmail
doman ssmtp.8
@@ -71,7 +71,7 @@ src_install() {
# -e "s:_HOSTNAME_:${hostname}:" \
# -e "s:^mailhub=mail:mailhub=mail.${domainname}:g" \
# ${conffile}.orig > ${conffile}.pre
- #if [ `use ssl` ];
+ #if use ssl;
#then
# sed -e "s:^#UseTLS=YES:UseTLS=YES:g" \
# ${conffile}.pre > ${conffile}