summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-07 20:54:05 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-07 20:54:05 +0000
commitee6a2e9657858c37e768cc37b5c5d67387df3e9a (patch)
treed006ab91ff566f3feaf5db1e6ddec448e3d55f4f /mail-mta/ssmtp
parent~amd64 (diff)
downloadhistorical-ee6a2e9657858c37e768cc37b5c5d67387df3e9a.tar.gz
historical-ee6a2e9657858c37e768cc37b5c5d67387df3e9a.tar.bz2
historical-ee6a2e9657858c37e768cc37b5c5d67387df3e9a.zip
Fix use invocation
Diffstat (limited to 'mail-mta/ssmtp')
-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
6 files changed, 23 insertions, 16 deletions
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}