diff options
author | Tom Martin <slarti@gentoo.org> | 2005-02-05 12:50:47 +0000 |
---|---|---|
committer | Tom Martin <slarti@gentoo.org> | 2005-02-05 12:50:47 +0000 |
commit | e90722430257d7c8ed8550452360d5b195343862 (patch) | |
tree | 31c20fac9e942365d5ac7888843a3b1990cf62fe /mail-mta | |
parent | added a dummy src_test to remove excessive testing. see #59482 (diff) | |
download | gentoo-2-e90722430257d7c8ed8550452360d5b195343862.tar.gz gentoo-2-e90722430257d7c8ed8550452360d5b195343862.tar.bz2 gentoo-2-e90722430257d7c8ed8550452360d5b195343862.zip |
Bump to 1.3.5.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/msmtp/ChangeLog | 5 | ||||
-rw-r--r-- | mail-mta/msmtp/Manifest | 13 | ||||
-rw-r--r-- | mail-mta/msmtp/files/digest-msmtp-1.3.5 | 1 | ||||
-rw-r--r-- | mail-mta/msmtp/msmtp-1.3.5.ebuild | 58 |
4 files changed, 65 insertions, 12 deletions
diff --git a/mail-mta/msmtp/ChangeLog b/mail-mta/msmtp/ChangeLog index 195bdbb97669..76f32f244987 100644 --- a/mail-mta/msmtp/ChangeLog +++ b/mail-mta/msmtp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-mta/msmtp # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/msmtp/ChangeLog,v 1.30 2005/01/22 22:52:18 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/msmtp/ChangeLog,v 1.31 2005/02/05 12:50:47 slarti Exp $ + + 05 Feb 2005; Tom Martin <slarti@gentoo.org> : + Bump to 1.3.5. *msmtp-1.3.4 (22 Jan 2005) diff --git a/mail-mta/msmtp/Manifest b/mail-mta/msmtp/Manifest index 3cf05cbbb926..8f595cc6edb0 100644 --- a/mail-mta/msmtp/Manifest +++ b/mail-mta/msmtp/Manifest @@ -1,23 +1,14 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 9799c73ae8cd0868e21dce131b1066f5 ChangeLog 4199 +MD5 9ab5e715dff170b84417d6200a03a084 msmtp-1.3.5.ebuild 1566 MD5 776754f08dea1b275f28ce3af9355a4a msmtp-1.3.1.ebuild 1168 MD5 95ea6a4f095ea0872487cb0551f07a75 msmtp-1.3.2.ebuild 1168 MD5 f5adb075f7f55c76e983256bbd203767 msmtp-1.3.2-r1.ebuild 1568 -MD5 9ab5e715dff170b84417d6200a03a084 msmtp-1.3.4.ebuild 1566 MD5 570c3b91cefa46a71ea570343906ccc3 metadata.xml 247 MD5 25120ef4d3a708b4c30f53477a2645cb msmtp-1.2.4.ebuild 1157 +MD5 7794cb5bda2bdb48124f1eee5fd892d6 files/digest-msmtp-1.3.5 64 MD5 f97e45be1f1dce532bdfb4e3cfb8d1b5 files/digest-msmtp-1.3.2 64 MD5 384776a579fdf8b01782499a61d77285 files/digest-msmtp-1.3.1 64 MD5 0553a19313bf7527b1bbb9e1539f2021 files/digest-msmtp-1.2.4 63 MD5 2aac2039b42e533f8f4986d8aa457fcc files/mailer.conf 1478 MD5 f97e45be1f1dce532bdfb4e3cfb8d1b5 files/digest-msmtp-1.3.2-r1 64 MD5 c129ac863cc45ec6da5aa7c5a8cc16bc files/digest-msmtp-1.3.4 64 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFB8tnACHk4+ZoBpvsRAuExAKC2URtxKJhCYvBJuKkbn26Su61v8QCgwFkJ -NPWDLPHSLJ5tp98M7BPp1nI= -=JsbB ------END PGP SIGNATURE----- diff --git a/mail-mta/msmtp/files/digest-msmtp-1.3.5 b/mail-mta/msmtp/files/digest-msmtp-1.3.5 new file mode 100644 index 000000000000..f33e1da6a798 --- /dev/null +++ b/mail-mta/msmtp/files/digest-msmtp-1.3.5 @@ -0,0 +1 @@ +MD5 0294f299ac5b9ffa909bb898df5fb4f5 msmtp-1.3.5.tar.bz2 173478 diff --git a/mail-mta/msmtp/msmtp-1.3.5.ebuild b/mail-mta/msmtp/msmtp-1.3.5.ebuild new file mode 100644 index 000000000000..3a759b30688b --- /dev/null +++ b/mail-mta/msmtp/msmtp-1.3.5.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/msmtp/msmtp-1.3.5.ebuild,v 1.1 2005/02/05 12:50:47 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.bz2" +IUSE="ssl gnutls sasl mailwrapper" +DEPEND="virtual/libc + dev-util/pkgconfig + ssl? ( + gnutls? ( >=net-libs/gnutls-1.1.23 ) + !gnutls? ( >=dev-libs/openssl-0.9.6 ) + ) + sasl? ( >=virtual/gsasl-0.2.4 ) + mailwrapper? ( >=net-mail/mailwrapper-0.2 ) + !mailwrapper? ( !virtual/mta )" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~amd64" +PROVIDE="virtual/mta" + +src_compile () { + local myconf + + 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 \ + $(use_enable sasl) \ + ${myconf} \ + || die "configure failed" + + emake || die "make failed" +} + +src_install () { + make DESTDIR=${D} install || die "install failed" + + if use mailwrapper; then + insinto /etc/mail + doins ${FILESDIR}/mailer.conf + else + dodir /usr/sbin /usr/lib + dosym /usr/bin/msmtp /usr/sbin/sendmail || die "dosym failed" + dosym /usr/sbin/sendmail /usr/lib/sendmail || die "dosym failed" + fi + + dodoc AUTHORS ChangeLog NEWS README THANKS \ + doc/msmtprc.example doc/Mutt+msmtp.txt \ + doc/msmtprc.example README.gsasl \ + || die "dodoc failed" +} |