diff options
author | Eray Aslan <eras@gentoo.org> | 2013-01-15 14:18:59 +0000 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2013-01-15 14:18:59 +0000 |
commit | 8512be3f30b9ae2c7482158fe71752c948f8957f (patch) | |
tree | 77bbff23bc61b83cef6910314c2df23bdc4d7e0d /mail-mta/msmtp | |
parent | Fix double user eclass inherit. Add die to a few places. Thanks to Chema Al... (diff) | |
download | gentoo-2-8512be3f30b9ae2c7482158fe71752c948f8957f.tar.gz gentoo-2-8512be3f30b9ae2c7482158fe71752c948f8957f.tar.bz2 gentoo-2-8512be3f30b9ae2c7482158fe71752c948f8957f.zip |
Remove old
(Portage version: 2.2.0_alpha152/cvs/Linux x86_64, signed Manifest commit with key 0x77F1F175586A3B1F)
Diffstat (limited to 'mail-mta/msmtp')
-rw-r--r-- | mail-mta/msmtp/ChangeLog | 5 | ||||
-rw-r--r-- | mail-mta/msmtp/msmtp-1.4.28.ebuild | 119 |
2 files changed, 4 insertions, 120 deletions
diff --git a/mail-mta/msmtp/ChangeLog b/mail-mta/msmtp/ChangeLog index c5290d7251ee..d3bf2548ed67 100644 --- a/mail-mta/msmtp/ChangeLog +++ b/mail-mta/msmtp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-mta/msmtp # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/msmtp/ChangeLog,v 1.148 2013/01/13 11:35:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/msmtp/ChangeLog,v 1.149 2013/01/15 14:18:59 eras Exp $ + + 15 Jan 2013; Eray Aslan <eras@gentoo.org> -msmtp-1.4.28.ebuild: + Remove old 13 Jan 2013; Agostino Sarubbo <ago@gentoo.org> msmtp-1.4.30.ebuild: Stable for x86, wrt bug #448088 diff --git a/mail-mta/msmtp/msmtp-1.4.28.ebuild b/mail-mta/msmtp/msmtp-1.4.28.ebuild deleted file mode 100644 index c4ad69adc169..000000000000 --- a/mail-mta/msmtp/msmtp-1.4.28.ebuild +++ /dev/null @@ -1,119 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/msmtp/msmtp-1.4.28.ebuild,v 1.9 2012/11/06 11:16:40 eras Exp $ - -EAPI=4 -inherit multilib python - -DESCRIPTION="An SMTP client and SMTP plugin for mail user agents such as Mutt" -HOMEPAGE="http://msmtp.sourceforge.net/" -SRC_URI="mirror://sourceforge/msmtp/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="doc gnome-keyring gnutls idn +mta nls sasl ssl vim-syntax" - -CDEPEND=" - gnome-keyring? ( - dev-python/gnome-keyring-python - gnome-base/libgnome-keyring - ) - idn? ( net-dns/libidn ) - nls? ( virtual/libintl ) - sasl? ( virtual/gsasl ) - ssl? ( - gnutls? ( net-libs/gnutls ) - !gnutls? ( dev-libs/openssl ) - )" - -RDEPEND="${CDEPEND} - net-mail/mailbase - mta? ( !mail-mta/courier - !mail-mta/esmtp - !mail-mta/exim - !mail-mta/mini-qmail - !mail-mta/netqmail - !mail-mta/nullmailer - !mail-mta/postfix - !mail-mta/qmail-ldap - !mail-mta/sendmail - !<mail-mta/ssmtp-2.64-r2 - !>=mail-mta/ssmtp-2.64-r2[mta] )" - -DEPEND="${CDEPEND} - doc? ( virtual/texi2dvi ) - nls? ( sys-devel/gettext ) - virtual/pkgconfig" - -REQUIRED_USE="gnutls? ( ssl )" - -src_prepare() { - # Use default Gentoo location for mail aliases - sed -i -e 's:/etc/aliases:/etc/mail/aliases:' scripts/find_alias/find_alias_for_msmtp.sh || die - - python_convert_shebangs 2 scripts/msmtp-gnome-tool/msmtp-gnome-tool.py -} - -src_configure() { - econf \ - $(use_with gnome-keyring ) \ - $(use_with idn libidn) \ - $(use_enable nls) \ - $(use_with sasl libgsasl) \ - $(use_with ssl ssl $(use gnutls && echo "gnutls" || echo "openssl")) -} - -src_compile() { - default - - if use doc ; then - cd doc || die - emake html pdf - fi -} - -src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS ChangeLog NEWS README THANKS doc/{Mutt+msmtp.txt,msmtprc*} - - if use doc ; then - dohtml doc/msmtp.html - dodoc doc/msmtp.pdf - fi - - if use gnome-keyring ; then - src_install_contrib msmtp-gnome-tool msmtp-gnome-tool.py README - fi - - if use mta ; then - dodir /usr/sbin - dosym /usr/bin/msmtp /usr/sbin/sendmail - dosym /usr/bin/msmtp /usr/$(get_libdir)/sendmail - fi - - if use vim-syntax ; then - insinto /usr/share/vim/vimfiles/syntax - doins scripts/vim/msmtp.vim - fi - - src_install_contrib find_alias find_alias_for_msmtp.sh - src_install_contrib msmtpqueue "*.sh" "README ChangeLog" - src_install_contrib msmtpq "msmtpq msmtp-queue" README.msmtpq - src_install_contrib set_sendmail set_sendmail.sh set_sendmail.conf -} - -src_install_contrib() { - subdir="$1" - bins="$2" - docs="$3" - local dir=/usr/share/${PN}/$subdir - insinto ${dir} - exeinto ${dir} - for i in $bins ; do - doexe scripts/$subdir/$i - done - for i in $docs ; do - newdoc scripts/$subdir/$i $subdir.$i - done -} |