From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ACB411382C5 for ; Fri, 30 Apr 2021 20:38:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E59D7E083B; Fri, 30 Apr 2021 20:38:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C70BBE083B for ; Fri, 30 Apr 2021 20:38:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5C9B9340DD4 for ; Fri, 30 Apr 2021 20:38:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76ECB4C3 for ; Fri, 30 Apr 2021 20:38:54 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1619815111.d90fd41ced5346d89bae642e48596a6bc2e75a34.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/s-nail/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/s-nail/Manifest mail-client/s-nail/s-nail-14.9.19.ebuild X-VCS-Directories: mail-client/s-nail/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: d90fd41ced5346d89bae642e48596a6bc2e75a34 X-VCS-Branch: master Date: Fri, 30 Apr 2021 20:38:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: de9a966a-6a2c-49e0-84d8-2708e9e9480e X-Archives-Hash: 0ceaa14a29c0d29af1c78cd6f96bd810 commit: d90fd41ced5346d89bae642e48596a6bc2e75a34 Author: Brian Evans gentoo org> AuthorDate: Fri Apr 30 20:38:31 2021 +0000 Commit: Brian Evans gentoo org> CommitDate: Fri Apr 30 20:38:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d90fd41c mail-client/s-nail: Drop old Signed-off-by: Brian Evans gentoo.org> mail-client/s-nail/Manifest | 1 - mail-client/s-nail/s-nail-14.9.19.ebuild | 92 -------------------------------- 2 files changed, 93 deletions(-) diff --git a/mail-client/s-nail/Manifest b/mail-client/s-nail/Manifest index 6892d022885..15d4934233e 100644 --- a/mail-client/s-nail/Manifest +++ b/mail-client/s-nail/Manifest @@ -1,2 +1 @@ -DIST s-nail-14.9.19.tar.xz 792952 BLAKE2B 6d21f48862edaee2f0c6c37e61378551365d3e5169ee4cb6c64e05e35c977b6b14b7ae2a24201df305c723ab0bbd2b6873b04126014840ad50128c45a1375161 SHA512 53c8cf7449afc3e99029ad54ed9c63edefce8ca00cd32dab138c34a7ced7d16852e45e5ad3949b2b8d7baa17421ce38079405781517cdbd3cb67d773bad561f8 DIST s-nail-14.9.22.tar.xz 799296 BLAKE2B 4db1b74be9de38d8879b00852545840aa50022f44efc42bc338575111e391db527ba850033a9f25e6d0269f68673a13bbdcd2609c0e74fb88c409040be2d165b SHA512 016e3403fbb3d9954c160690184545fdb4fc384ffb13b146ac8b60b40e43ad1b1a8967f4660904d40a99071eb1addf2b1dd98b06c6033a1a886379c05fc0c9be diff --git a/mail-client/s-nail/s-nail-14.9.19.ebuild b/mail-client/s-nail/s-nail-14.9.19.ebuild deleted file mode 100644 index 6b9ee67fadc..00000000000 --- a/mail-client/s-nail/s-nail-14.9.19.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -HOMEPAGE="https://www.sdaoden.eu/code.html" -DESCRIPTION="Enhanced mailx-compatible mail client based on Heirloom mailx (nail)" -LICENSE="BSD BSD-4 ISC RSA" - -SRC_URI="https://ftp.sdaoden.eu/${P}.tar.xz" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="idn kerberos libressl net ssl" - -RDEPEND=" - sys-libs/ncurses:0= - virtual/libiconv - idn? ( net-dns/libidn2 ) - net? ( - ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) - ) - kerberos? ( virtual/krb5 ) - ) - !mail-client/mailx - !net-mail/mailutils - !mail-client/nail -" -DEPEND="${RDEPEND}" -BDEPEND="virtual/awk" - -src_configure() { - local confopts=( - CC=$(tc-getCC) - EXTRA_CFLAGS=-std=c99 - strip=/bin/true - OPT_AUTOCC=no - VAL_PREFIX="${EPREFIX}"/usr - VAL_SYSCONFDIR="${EPREFIX}"/etc - VAL_MTA="${EPREFIX}/usr/sbin/sendmail" - VAL_MAIL='/var/spool/mail' - VAL_PAGER=less - $(usex idn VAL_IDNA=idn2 OPT_IDNA=no) - VERBOSE=1 - ) - - if use net; then - confopts+=( OPT_TLS=$(usex ssl require no) - OPT_GSSAPI=$(usex kerberos require no) - ) - else - confopts+=( OPT_NET=no ) - fi - - tc-is-cross-compiler && confopts+=( OPT_CROSS_BUILD=yes ) - - emake "${confopts[@]}" config -} - -src_compile() { - emake build -} - -src_install() { - # Use /usr/sbin/sendmail by default and provide an example - cat <<- EOSMTP >> nail.rc - - # Use the local sendmail (/usr/sbin/sendmail) binary by default. - # (Uncomment the following line to use a SMTP server) - #set smtp=localhost - - # Ask for CC: list too. - set askcc - EOSMTP - - emake DESTDIR="${D}" install - - dodoc INSTALL NEWS README THANKS - - dodir /bin - dosym ../usr/bin/mailx /bin/mail - dosym s-nail /usr/bin/mailx - dosym mailx /usr/bin/mail - dosym mailx /usr/bin/Mail - - dosym s-nail.1 /usr/share/man/man1/mailx.1 - dosym mailx.1 /usr/share/man/man1/mail.1 - dosym mailx.1 /usr/share/man/man1/Mail.1 -}