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