Gentoo Archives: gentoo-commits

From: Nicolas Bock <nicolasbock@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/neomutt/
Date: Mon, 29 Jun 2020 13:16:13
Message-Id: 1593436554.549b7eabbb596a00fdad0ea9d4f08836afc9a5fd.nicolasbock@gentoo
1 commit: 549b7eabbb596a00fdad0ea9d4f08836afc9a5fd
2 Author: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 28 15:39:11 2020 +0000
4 Commit: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 29 13:15:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=549b7eab
7
8 mail-client/neomutt: Version bump to 2020-05-26
9
10 Signed-off-by: Nicolas Bock <nicolasbock <AT> gentoo.org>
11
12 mail-client/neomutt/Manifest | 1 +
13 mail-client/neomutt/neomutt-20200626.ebuild | 128 ++++++++++++++++++++++++++++
14 2 files changed, 129 insertions(+)
15
16 diff --git a/mail-client/neomutt/Manifest b/mail-client/neomutt/Manifest
17 index d9b05ed7aee..5cec41c3de3 100644
18 --- a/mail-client/neomutt/Manifest
19 +++ b/mail-client/neomutt/Manifest
20 @@ -5,3 +5,4 @@ DIST neomutt-20200417.tar.gz 3322435 BLAKE2B c0f4dc53d1f6c922c9d0bd77d5caf94d9b6
21 DIST neomutt-20200424.tar.gz 3323821 BLAKE2B a062e1fbf14890824b2545d10c9ca9725e0c170f8e2614fe2742a4d1c2a46c1d36495d34a8cd502520fd5e7f5f6f7c39dfea812784768a934cb4e718659a9142 SHA512 83569b304faf851a2efff332d237b0a35dc11b204740dbf828bfa662e157850b975536f25fd2a25057f16c128e9c9f0ca883df9c1d26e45c0608b424ec8d2ef9
22 DIST neomutt-20200501.tar.gz 3324180 BLAKE2B 119e033082d76d942c7ce906df7f3ebd651ed586a25ce6bd1a57ba651b6a100188e9776c7565c6f7b5e3ab55198aaec5a7801622990840f22ab6e015bc107ef0 SHA512 795dd36920edc9e23c1b8f485f3e8c1cbf6128142887d81d7a991b9ce2dd052b3ac6b57e668f06236521a5d9c3acb6c26ab18fa27e32220f45f3eff4ca908670
23 DIST neomutt-20200619.tar.gz 3347610 BLAKE2B bf8559b8847306c602759c857db3372aba714bf6762144d32af2c1e73703dab3a74c023d10f9389802c554ea7a7ca0591cbcfdff1d8ff685a791867e1125e275 SHA512 75d8f878776c57551f7b5fbbaaeb6bb671afe79f7f02a2e44deae40d4bb8a2db4520ae1b18f8e137ad574f401b591fdee5a1e8b2d78cfb71fa428c49418360f4
24 +DIST neomutt-20200626.tar.gz 3349377 BLAKE2B 4fd75c2e8e8b3d55a63f954cb261c3930f871141c73d3fb8d2f42422735f3f862bae6966249187632aa2d55acb0372cd150381e11ce936cfef9976c71e43eb67 SHA512 f4ffc958bdd02107b2dd11bf321483a6e1e73a67e0540d034ab26f9eb13930ad80299b11f79acaedb4262f8f8643f9ce4baa388bc7f901b9ae35e9650acdcc9e
25
26 diff --git a/mail-client/neomutt/neomutt-20200626.ebuild b/mail-client/neomutt/neomutt-20200626.ebuild
27 new file mode 100644
28 index 00000000000..169bb2a3aa6
29 --- /dev/null
30 +++ b/mail-client/neomutt/neomutt-20200626.ebuild
31 @@ -0,0 +1,128 @@
32 +# Copyright 1999-2020 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +
37 +inherit eutils flag-o-matic
38 +
39 +if [[ ${PV} =~ 99999999$ ]]; then
40 + inherit git-r3
41 + EGIT_REPO_URI="https://github.com/neomutt/neomutt.git"
42 + EGIT_CHECKOUT_DIR="${WORKDIR}/neomutt-${P}"
43 +else
44 + SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
45 + KEYWORDS="~amd64 ~x86"
46 +fi
47 +
48 +DESCRIPTION="A small but very powerful text-based mail client"
49 +HOMEPAGE="https://neomutt.org/"
50 +
51 +LICENSE="GPL-2"
52 +SLOT="0"
53 +IUSE="berkdb doc gdbm gnutls gpgme idn kerberos kyotocabinet libressl
54 + lmdb nls notmuch pgp-classic qdbm sasl selinux slang smime-classic
55 + ssl tokyocabinet"
56 +
57 +CDEPEND="
58 + app-misc/mime-types
59 + berkdb? (
60 + || (
61 + sys-libs/db:6.2
62 + sys-libs/db:5.3
63 + sys-libs/db:4.8
64 + )
65 + <sys-libs/db-6.3:=
66 + )
67 + gdbm? ( sys-libs/gdbm )
68 + kyotocabinet? ( dev-db/kyotocabinet )
69 + lmdb? ( dev-db/lmdb )
70 + nls? ( virtual/libintl )
71 + qdbm? ( dev-db/qdbm )
72 + tokyocabinet? ( dev-db/tokyocabinet )
73 + gnutls? ( >=net-libs/gnutls-1.0.17 )
74 + gpgme? ( >=app-crypt/gpgme-0.9.0 )
75 + idn? ( net-dns/libidn:= )
76 + kerberos? ( virtual/krb5 )
77 + notmuch? ( net-mail/notmuch )
78 + sasl? ( >=dev-libs/cyrus-sasl-2 )
79 + !slang? ( sys-libs/ncurses:0 )
80 + slang? ( sys-libs/slang )
81 + ssl? (
82 + !libressl? ( >=dev-libs/openssl-0.9.6:0 )
83 + libressl? ( dev-libs/libressl )
84 + )
85 +"
86 +DEPEND="${CDEPEND}
87 + dev-lang/tcl
88 + net-mail/mailbase
89 + doc? (
90 + dev-libs/libxml2
91 + dev-libs/libxslt
92 + app-text/docbook-xsl-stylesheets
93 + || ( www-client/lynx www-client/w3m www-client/elinks )
94 + )"
95 +RDEPEND="${CDEPEND}
96 + selinux? ( sec-policy/selinux-mutt )
97 +"
98 +
99 +src_configure() {
100 + local myconf=(
101 + "$(usex doc --full-doc --disable-doc)"
102 + "$(use_enable nls)"
103 + "$(use_enable notmuch)"
104 +
105 + "$(use_enable gpgme)"
106 + "$(use_enable pgp-classic pgp)"
107 + "$(use_enable smime-classic smime)"
108 +
109 + # Database backends.
110 + "$(use_enable berkdb bdb)"
111 + "$(use_enable gdbm)"
112 + "$(use_enable kyotocabinet)"
113 + "$(use_enable qdbm)"
114 + "$(use_enable tokyocabinet)"
115 +
116 + "$(use_enable idn)"
117 + "$(use_enable kerberos gss)"
118 + "$(use_enable lmdb)"
119 + "$(use_enable sasl)"
120 + "--with-ui=$(usex slang slang ncurses)"
121 + "--sysconfdir=${EPREFIX}/etc/${PN}"
122 + "$(use_enable ssl)"
123 + "$(use_enable gnutls)"
124 + )
125 +
126 + econf CCACHE=none "${myconf[@]}"
127 +}
128 +
129 +src_install() {
130 + emake DESTDIR="${D}" install
131 +
132 + # A man-page is always handy, so fake one – here neomuttrc.5
133 + # (neomutt.1 already exists)
134 + if use !doc; then
135 + sed -n \
136 + -e '/^\(CC_FOR_BUILD\|CFLAGS_FOR_BUILD\)\s*=/p' \
137 + -e '/^\(EXTRA_CFLAGS_FOR_BUILD\|LDFLAGS_FOR_BUILD\)\s*=/p' \
138 + -e '/^\(EXEEXT\|SRCDIR\)\s*=/p' \
139 + Makefile > docs/Makefile.fakedoc || die
140 + sed -n \
141 + -e '/^MAKEDOC_CPP\s*=/,/^\s*$/p' \
142 + -e '/^docs\/\(makedoc$(EXEEXT)\|neomutt\.1\|neomuttrc\.5\)\s*:/,/^\s*$/p' \
143 + docs/Makefile.autosetup >> docs/Makefile.fakedoc || die
144 + emake -f docs/Makefile.fakedoc docs/neomutt.1
145 + emake -f docs/Makefile.fakedoc docs/neomuttrc.5
146 + doman docs/neomutt.1 docs/neomuttrc.5
147 + fi
148 +
149 + dodoc LICENSE* ChangeLog* README*
150 +}
151 +
152 +pkg_postinst() {
153 + if use gpgme && ( use pgp-classic || use smime-classic ); then
154 + ewarn " Note that gpgme (old gpg) includes both pgp and smime"
155 + ewarn " support. You can probably remove pgp-classic (old crypt)"
156 + ewarn " and smime-classic (old smime) from your USE-flags and"
157 + ewarn " only enable gpgme."
158 + fi
159 +}