commit: 96eea76a0de5ed1238506c217ff002dc3ac1f674 Author: Yixun Lan <dlan <AT> gentoo <DOT> org> AuthorDate: Sun Sep 7 08:05:27 2025 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Sun Sep 7 08:06:10 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96eea76a
mail-mta/msmtp: drop 1.8.28 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> mail-mta/msmtp/Manifest | 1 - mail-mta/msmtp/msmtp-1.8.28.ebuild | 146 ------------------------------------- 2 files changed, 147 deletions(-) diff --git a/mail-mta/msmtp/Manifest b/mail-mta/msmtp/Manifest index 708bb48732c6..fde9a88724bd 100644 --- a/mail-mta/msmtp/Manifest +++ b/mail-mta/msmtp/Manifest @@ -1,3 +1,2 @@ -DIST msmtp-1.8.28.tar.xz 442768 BLAKE2B ffa9358de02c13ae666c28e5a31e8d03966980ff7946fd8177ecc3fdaec5501b42a679ec2a4b29d1de11a41dd7edb62e7425508ed33ac502f7dab6761d4e11af SHA512 4e02e984bed897d950b4ff66b5b759f05471a19f0074c604a68a8227cd6736ecce2c22ff5e00b12acf1cbd138920c7f032c5456edac9e013a432a8e293a0ae0d DIST msmtp-1.8.30.tar.xz 453036 BLAKE2B 49a40133362fb58412dd1eec3d22e3b5ed747f9857d99dd598331f813db4071730b56663ec75dcde692cb347720d8344ac6c816d110844ca41d34386cc679ed9 SHA512 c1bc456851e058a3d7dee2a948a0aeb2de675969ca8cc35111aacabc7aab8784419804b648d2ec1bc4293dcd7971476583f347e436679ab5ad4ab1b9320e40c7 DIST msmtp-1.8.31.tar.xz 455820 BLAKE2B 9712cd521812e6ac28dd5a066bc69a34ef747703a6a3063cd0e2fb836b339a2c00d768b97624da5d5e62d84adc0e298a82eb133386a2720651c9cc56ca23af89 SHA512 a180039391da1f8c801a3694ef3db5a3e7d650340f234a956400fb5d88fc799bd9e4603c9cc643b0ec5b39e4287152b02191ceb2603cb3bb52a9897fd5e4f112 diff --git a/mail-mta/msmtp/msmtp-1.8.28.ebuild b/mail-mta/msmtp/msmtp-1.8.28.ebuild deleted file mode 100644 index 6d7dbf7aa1b0..000000000000 --- a/mail-mta/msmtp/msmtp-1.8.28.ebuild +++ /dev/null @@ -1,146 +0,0 @@ -# Copyright 2004-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit fcaps - -DESCRIPTION="An SMTP client and SMTP plugin for mail user agents such as Mutt" -HOMEPAGE="https://marlam.de/msmtp/" -SRC_URI="https://marlam.de/msmtp/releases/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="daemon doc keyring +gnutls idn +mta nls sasl ssl" - -# fcaps.eclass unconditionally defines "filecaps" USE flag which we need for -# USE="daemon" in order to set the caps we need. -REQUIRED_USE="daemon? ( filecaps )" - -# Upstream discourages usage of openssl. See also -# https://marlam.de/msmtp/news/openssl-discouraged/ -DEPEND=" - idn? ( net-dns/libidn2:= ) - nls? ( virtual/libintl ) - keyring? ( app-crypt/libsecret ) - sasl? ( >=net-misc/gsasl-2.1[client] ) - ssl? ( - gnutls? ( net-libs/gnutls[idn?] ) - !gnutls? ( dev-libs/libretls:= ) - ) -" - -RDEPEND="${DEPEND} - net-mail/mailbase - daemon? ( - acct-group/msmtpd - acct-user/msmtpd - ) - mta? ( - !mail-mta/courier - !mail-mta/esmtp - !mail-mta/exim - !mail-mta/netqmail - !mail-mta/nullmailer - !mail-mta/postfix - !mail-mta/sendmail - !mail-mta/opensmtpd - !>=mail-mta/ssmtp-2.64-r2[mta] - ) -" - -BDEPEND=" - doc? ( virtual/texi2dvi ) - nls? ( sys-devel/gettext ) - virtual/pkgconfig -" - -DOCS="AUTHORS ChangeLog NEWS README THANKS doc/msmtprc*" - -PATCHES=( "${FILESDIR}/${PN}-fix-tests-without-msmtpd.patch" ) - -src_prepare() { - # Use default Gentoo location for mail aliases - sed 's:/etc/aliases:/etc/mail/aliases:' \ - -i scripts/find_alias/find_alias_for_msmtp.sh || die - - default -} - -src_configure() { - local myeconfargs=( - --disable-gai-idn - $(use_enable nls) - $(use_with daemon msmtpd) - $(use_with keyring libsecret) - $(use_with idn libidn) - $(use_with sasl libgsasl) - $(use_with ssl tls $(usex gnutls gnutls libtls)) - ) - econf "${myeconfargs[@]}" -} - -src_compile() { - default - - if use doc; then - emake -C doc html pdf - fi -} - -src_install() { - default - - if use daemon ; then - fcaps CAP_NET_BIND_SERVICE usr/bin/msmtpd - newinitd "${FILESDIR}"/msmtpd.init msmtpd - newconfd "${FILESDIR}"/msmtpd.confd msmtpd - fi - - if use doc ; then - dodoc doc/msmtp.{html,pdf} - fi - - if use mta ; then - dosym ../bin/msmtp /usr/sbin/sendmail - dosym ../bin/msmtp /usr/$(get_libdir)/sendmail - fi - - for i in syntax ftdetect ftplugin; do - insinto /usr/share/vim/vimfiles/$i - doins scripts/vim/$i/msmtp.vim - done - - insinto /etc - newins doc/msmtprc-system.example msmtprc - - 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 -} - -pkg_postinst() { - if [[ -z ${REPLACING_VERSIONS} ]]; then - einfo "Please edit ${EROOT}/etc/msmtprc before first use." - einfo "In addition, per user configuration files can be placed" - einfo "as '~/.msmtprc'. See the msmtprc-user.example file under" - einfo "/usr/share/doc/${PF}/ for an example." - fi -} - -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 -}
