Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/s-nail/
Date: Fri, 30 Apr 2021 20:38:58
Message-Id: 1619815111.d90fd41ced5346d89bae642e48596a6bc2e75a34.grknight@gentoo
1 commit: d90fd41ced5346d89bae642e48596a6bc2e75a34
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 30 20:38:31 2021 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 30 20:38:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d90fd41c
7
8 mail-client/s-nail: Drop old
9
10 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
11
12 mail-client/s-nail/Manifest | 1 -
13 mail-client/s-nail/s-nail-14.9.19.ebuild | 92 --------------------------------
14 2 files changed, 93 deletions(-)
15
16 diff --git a/mail-client/s-nail/Manifest b/mail-client/s-nail/Manifest
17 index 6892d022885..15d4934233e 100644
18 --- a/mail-client/s-nail/Manifest
19 +++ b/mail-client/s-nail/Manifest
20 @@ -1,2 +1 @@
21 -DIST s-nail-14.9.19.tar.xz 792952 BLAKE2B 6d21f48862edaee2f0c6c37e61378551365d3e5169ee4cb6c64e05e35c977b6b14b7ae2a24201df305c723ab0bbd2b6873b04126014840ad50128c45a1375161 SHA512 53c8cf7449afc3e99029ad54ed9c63edefce8ca00cd32dab138c34a7ced7d16852e45e5ad3949b2b8d7baa17421ce38079405781517cdbd3cb67d773bad561f8
22 DIST s-nail-14.9.22.tar.xz 799296 BLAKE2B 4db1b74be9de38d8879b00852545840aa50022f44efc42bc338575111e391db527ba850033a9f25e6d0269f68673a13bbdcd2609c0e74fb88c409040be2d165b SHA512 016e3403fbb3d9954c160690184545fdb4fc384ffb13b146ac8b60b40e43ad1b1a8967f4660904d40a99071eb1addf2b1dd98b06c6033a1a886379c05fc0c9be
23
24 diff --git a/mail-client/s-nail/s-nail-14.9.19.ebuild b/mail-client/s-nail/s-nail-14.9.19.ebuild
25 deleted file mode 100644
26 index 6b9ee67fadc..00000000000
27 --- a/mail-client/s-nail/s-nail-14.9.19.ebuild
28 +++ /dev/null
29 @@ -1,92 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -inherit toolchain-funcs
36 -
37 -HOMEPAGE="https://www.sdaoden.eu/code.html"
38 -DESCRIPTION="Enhanced mailx-compatible mail client based on Heirloom mailx (nail)"
39 -LICENSE="BSD BSD-4 ISC RSA"
40 -
41 -SRC_URI="https://ftp.sdaoden.eu/${P}.tar.xz"
42 -SLOT="0"
43 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
44 -IUSE="idn kerberos libressl net ssl"
45 -
46 -RDEPEND="
47 - sys-libs/ncurses:0=
48 - virtual/libiconv
49 - idn? ( net-dns/libidn2 )
50 - net? (
51 - ssl? (
52 - !libressl? ( dev-libs/openssl:0= )
53 - libressl? ( dev-libs/libressl:0= )
54 - )
55 - kerberos? ( virtual/krb5 )
56 - )
57 - !mail-client/mailx
58 - !net-mail/mailutils
59 - !mail-client/nail
60 -"
61 -DEPEND="${RDEPEND}"
62 -BDEPEND="virtual/awk"
63 -
64 -src_configure() {
65 - local confopts=(
66 - CC=$(tc-getCC)
67 - EXTRA_CFLAGS=-std=c99
68 - strip=/bin/true
69 - OPT_AUTOCC=no
70 - VAL_PREFIX="${EPREFIX}"/usr
71 - VAL_SYSCONFDIR="${EPREFIX}"/etc
72 - VAL_MTA="${EPREFIX}/usr/sbin/sendmail"
73 - VAL_MAIL='/var/spool/mail'
74 - VAL_PAGER=less
75 - $(usex idn VAL_IDNA=idn2 OPT_IDNA=no)
76 - VERBOSE=1
77 - )
78 -
79 - if use net; then
80 - confopts+=( OPT_TLS=$(usex ssl require no)
81 - OPT_GSSAPI=$(usex kerberos require no)
82 - )
83 - else
84 - confopts+=( OPT_NET=no )
85 - fi
86 -
87 - tc-is-cross-compiler && confopts+=( OPT_CROSS_BUILD=yes )
88 -
89 - emake "${confopts[@]}" config
90 -}
91 -
92 -src_compile() {
93 - emake build
94 -}
95 -
96 -src_install() {
97 - # Use /usr/sbin/sendmail by default and provide an example
98 - cat <<- EOSMTP >> nail.rc
99 -
100 - # Use the local sendmail (/usr/sbin/sendmail) binary by default.
101 - # (Uncomment the following line to use a SMTP server)
102 - #set smtp=localhost
103 -
104 - # Ask for CC: list too.
105 - set askcc
106 - EOSMTP
107 -
108 - emake DESTDIR="${D}" install
109 -
110 - dodoc INSTALL NEWS README THANKS
111 -
112 - dodir /bin
113 - dosym ../usr/bin/mailx /bin/mail
114 - dosym s-nail /usr/bin/mailx
115 - dosym mailx /usr/bin/mail
116 - dosym mailx /usr/bin/Mail
117 -
118 - dosym s-nail.1 /usr/share/man/man1/mailx.1
119 - dosym mailx.1 /usr/share/man/man1/mail.1
120 - dosym mailx.1 /usr/share/man/man1/Mail.1
121 -}