diff options
author | 2004-11-24 16:38:06 +0000 | |
---|---|---|
committer | 2004-11-24 16:38:06 +0000 | |
commit | 63eb5b6b8cf9153da2bc9230dc87df5392f977b7 (patch) | |
tree | d49db023a15570ec566fe46667389c43e5e0a98d /mail-mta/msmtp | |
parent | Updating kernel-2 to properly honour strict patch levels with *.diff , adding... (diff) | |
download | gentoo-2-63eb5b6b8cf9153da2bc9230dc87df5392f977b7.tar.gz gentoo-2-63eb5b6b8cf9153da2bc9230dc87df5392f977b7.tar.bz2 gentoo-2-63eb5b6b8cf9153da2bc9230dc87df5392f977b7.zip |
Marked 1.2.3 stable on amd64, purged old versions.
Diffstat (limited to 'mail-mta/msmtp')
-rw-r--r-- | mail-mta/msmtp/ChangeLog | 6 | ||||
-rw-r--r-- | mail-mta/msmtp/files/digest-msmtp-1.2.1 | 1 | ||||
-rw-r--r-- | mail-mta/msmtp/files/digest-msmtp-1.2.2 | 1 | ||||
-rw-r--r-- | mail-mta/msmtp/msmtp-1.2.1.ebuild | 43 | ||||
-rw-r--r-- | mail-mta/msmtp/msmtp-1.2.2.ebuild | 43 | ||||
-rw-r--r-- | mail-mta/msmtp/msmtp-1.2.3.ebuild | 4 |
6 files changed, 7 insertions, 91 deletions
diff --git a/mail-mta/msmtp/ChangeLog b/mail-mta/msmtp/ChangeLog index f1686b05f3ba..50ca7d38c777 100644 --- a/mail-mta/msmtp/ChangeLog +++ b/mail-mta/msmtp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-mta/msmtp # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/msmtp/ChangeLog,v 1.17 2004/10/11 16:46:21 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/msmtp/ChangeLog,v 1.18 2004/11/24 16:38:06 slarti Exp $ + + 24 Nov 2004; Tom Martin <slarti@gentoo.org> -msmtp-1.2.1.ebuild, + -msmtp-1.2.2.ebuild, msmtp-1.2.3.ebuild: + Marked 1.2.3 stable on amd64, purged old versions. *msmtp-1.2.4 (11 Oct 2004) diff --git a/mail-mta/msmtp/files/digest-msmtp-1.2.1 b/mail-mta/msmtp/files/digest-msmtp-1.2.1 deleted file mode 100644 index 8ff763d56c6b..000000000000 --- a/mail-mta/msmtp/files/digest-msmtp-1.2.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 7fadde165224f24afef328c0e216c88b msmtp-1.2.1.tar.gz 154506 diff --git a/mail-mta/msmtp/files/digest-msmtp-1.2.2 b/mail-mta/msmtp/files/digest-msmtp-1.2.2 deleted file mode 100644 index 4da96d24b27e..000000000000 --- a/mail-mta/msmtp/files/digest-msmtp-1.2.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 8a12880351c950722aed2d07538c88e9 msmtp-1.2.2.tar.gz 155930 diff --git a/mail-mta/msmtp/msmtp-1.2.1.ebuild b/mail-mta/msmtp/msmtp-1.2.1.ebuild deleted file mode 100644 index 207b288ab92b..000000000000 --- a/mail-mta/msmtp/msmtp-1.2.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/msmtp/msmtp-1.2.1.ebuild,v 1.7 2004/10/11 16:46:21 slarti Exp $ - -DESCRIPTION="An SMTP client and SMTP plugin for mail user agents such as Mutt" -HOMEPAGE="http://msmtp.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -IUSE="ssl gnutls sasl" -DEPEND="virtual/libc - ssl? ( - gnutls? ( >=net-libs/gnutls-1.0.0 ) - !gnutls? ( >=dev-libs/openssl-0.9.6 ) - ) - sasl? ( virtual/gsasl )" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="amd64 ~x86 ~ppc" - -src_compile () { - local myconf - - use sasl \ - && myconf="${myconf} --enable-gsasl" \ - || myconf="${myconf} --disable-gsasl" - - if use ssl && use gnutls ; then - myconf="${myconf} --enable-ssl --with-ssl=gnutls" - elif use ssl && ! use gnutls ; then - myconf="${myconf} --enable-ssl --with-ssl=openssl" - else - myconf="${myconf} --disable-ssl" - fi - - econf ${myconf} || die "configure failed" - emake || die "make failed" -} - -src_install () { - einstall || die "install failed" - - dodoc AUTHORS ChangeLog NEWS README THANKS \ - doc/msmtprc.example doc/Mutt+msmtp.txt || die "dodoc failed" -} diff --git a/mail-mta/msmtp/msmtp-1.2.2.ebuild b/mail-mta/msmtp/msmtp-1.2.2.ebuild deleted file mode 100644 index b9d83817da8d..000000000000 --- a/mail-mta/msmtp/msmtp-1.2.2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/msmtp/msmtp-1.2.2.ebuild,v 1.1 2004/09/01 11:44:53 ticho Exp $ - -DESCRIPTION="An SMTP client and SMTP plugin for mail user agents such as Mutt" -HOMEPAGE="http://msmtp.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -IUSE="ssl gnutls sasl" -DEPEND="virtual/libc - ssl? ( - gnutls? ( >=net-libs/gnutls-1.0.0 ) - !gnutls? ( >=dev-libs/openssl-0.9.6 ) - ) - sasl? ( virtual/gsasl )" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~amd64" - -src_compile () { - local myconf - - use sasl \ - && myconf="${myconf} --enable-gsasl" \ - || myconf="${myconf} --disable-gsasl" - - if use ssl && use gnutls ; then - myconf="${myconf} --enable-ssl --with-ssl=gnutls" - elif use ssl && ! use gnutls ; then - myconf="${myconf} --enable-ssl --with-ssl=openssl" - else - myconf="${myconf} --disable-ssl" - fi - - econf ${myconf} || die "configure failed" - emake || die "make failed" -} - -src_install () { - einstall || die "install failed" - - dodoc AUTHORS ChangeLog NEWS README THANKS \ - doc/msmtprc.example doc/Mutt+msmtp.txt || die "dodoc failed" -} diff --git a/mail-mta/msmtp/msmtp-1.2.3.ebuild b/mail-mta/msmtp/msmtp-1.2.3.ebuild index 95959f71ae58..f878744ab692 100644 --- a/mail-mta/msmtp/msmtp-1.2.3.ebuild +++ b/mail-mta/msmtp/msmtp-1.2.3.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/msmtp/msmtp-1.2.3.ebuild,v 1.1 2004/09/07 08:27:54 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/msmtp/msmtp-1.2.3.ebuild,v 1.2 2004/11/24 16:38:06 slarti Exp $ DESCRIPTION="An SMTP client and SMTP plugin for mail user agents such as Mutt" HOMEPAGE="http://msmtp.sourceforge.net/" @@ -16,7 +16,7 @@ DEPEND="virtual/libc SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="~x86 ~ppc amd64" src_compile () { local myconf |