mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
mail-client/neomutt: Version bump to neomutt-20180716
Also fix slot warning for libidn Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
@@ -2,3 +2,4 @@ DIST neomutt-20180223.tar.gz 2695087 BLAKE2B ebe19022dd23914dd3c529b49fac1b58cb9
|
||||
DIST neomutt-20180323.tar.gz 2650465 BLAKE2B 59f11208320e514119e60f6c85a876fed2693b9eae3127fc3fa5a35722a80dfd99b0c6b5a5074711d42b35d459e70f4dda3d29e7358e1d95d5d0d350438290d5 SHA512 997c697300768809823b8d8588c93003c6cd7fcc6cbe7ce524096033e91c618119f78c697ccd15b4c93751b3156d50e611974e8f8b332efb467c031385e9f819
|
||||
DIST neomutt-20180512.tar.gz 2758674 BLAKE2B 47a8d1fe5d5e2725a6ee868b937eea3807ab35dc8eefe47f0d9b1db3aeaa97e69c36e3b8544fc43f1ce0a9980017d654bace8d342094fd7d26ecdb13cdf54253 SHA512 033faa27b01998895d2452d541ed5942cf7dede7a935fc807e6a7f88f3a8c182ea0ab5b4ed7db852ff2afb4d3b990db05477d9ff0dcf7dee186c393244d1db66
|
||||
DIST neomutt-20180622.tar.gz 2769280 BLAKE2B 57e708a0502d8de795a08150dd92c4b2a8ba9d0594102f4d4d4b183f29caad147e233586882ca68aa23df6e69b0c55345120ca40ddc9db80e76c734409ff5a3b SHA512 8085bf2bcf25ee4a4531cc5f950f862f58e3bf6ebfb96450479132ed60b4d87e35bc54f9b5e110d93dbd8e9684c1eceb36012753fc7bf5d3fb5046d9d42b69e0
|
||||
DIST neomutt-20180716.tar.gz 2778105 BLAKE2B b367407baf2187347971a0327a0c037861f648ebef12ce7b006b756bf60e696ff7a2c986848a9f15815aa95638dd5a3a90f47e97a9c0573950be8cdcc93b13ad SHA512 ee4093217cc1409262b96ab33ed78a38f5c6a72f62fcd7b25027f9373687ce67af8a4e1793b1d7d843bee5b4a7e0c69b30b3badf88a4e1a8fadd8b21441faaae
|
||||
|
||||
@@ -42,7 +42,7 @@ CDEPEND="
|
||||
gnutls? ( >=net-libs/gnutls-1.0.17 )
|
||||
gpg? ( >=app-crypt/gpgme-0.9.0 )
|
||||
gpgme? ( >=app-crypt/gpgme-0.9.0 )
|
||||
idn? ( net-dns/libidn )
|
||||
idn? ( net-dns/libidn:= )
|
||||
kerberos? ( virtual/krb5 )
|
||||
notmuch? ( net-mail/notmuch )
|
||||
sasl? ( >=dev-libs/cyrus-sasl-2 )
|
||||
|
||||
@@ -41,7 +41,7 @@ CDEPEND="
|
||||
tokyocabinet? ( dev-db/tokyocabinet )
|
||||
gnutls? ( >=net-libs/gnutls-1.0.17 )
|
||||
gpgme? ( >=app-crypt/gpgme-0.9.0 )
|
||||
idn? ( net-dns/libidn )
|
||||
idn? ( net-dns/libidn:= )
|
||||
kerberos? ( virtual/krb5 )
|
||||
notmuch? ( net-mail/notmuch )
|
||||
sasl? ( >=dev-libs/cyrus-sasl-2 )
|
||||
|
||||
130
mail-client/neomutt/neomutt-20180716.ebuild
Normal file
130
mail-client/neomutt/neomutt-20180716.ebuild
Normal file
@@ -0,0 +1,130 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit eutils flag-o-matic
|
||||
|
||||
if [[ ${PV} =~ 99999999$ ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/neomutt/neomutt.git"
|
||||
EGIT_CHECKOUT_DIR="${WORKDIR}/neomutt-${P}"
|
||||
else
|
||||
SRC_URI="https://github.com/${PN}/${PN}/archive/${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
|
||||
DESCRIPTION="A small but very powerful text-based mail client"
|
||||
HOMEPAGE="https://neomutt.org/"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="berkdb doc gdbm gnutls gpgme idn kerberos kyotocabinet libressl
|
||||
lmdb nls notmuch pgp_classic qdbm sasl selinux slang smime_classic
|
||||
ssl tokyocabinet"
|
||||
|
||||
CDEPEND="
|
||||
app-misc/mime-types
|
||||
berkdb? (
|
||||
|| (
|
||||
sys-libs/db:6.2
|
||||
sys-libs/db:5.3
|
||||
sys-libs/db:4.8
|
||||
)
|
||||
<sys-libs/db-6.3:=
|
||||
)
|
||||
gdbm? ( sys-libs/gdbm )
|
||||
kyotocabinet? ( dev-db/kyotocabinet )
|
||||
lmdb? ( dev-db/lmdb )
|
||||
nls? ( virtual/libintl )
|
||||
qdbm? ( dev-db/qdbm )
|
||||
tokyocabinet? ( dev-db/tokyocabinet )
|
||||
gnutls? ( >=net-libs/gnutls-1.0.17 )
|
||||
gpgme? ( >=app-crypt/gpgme-0.9.0 )
|
||||
idn? ( net-dns/libidn:= )
|
||||
kerberos? ( virtual/krb5 )
|
||||
notmuch? ( net-mail/notmuch )
|
||||
sasl? ( >=dev-libs/cyrus-sasl-2 )
|
||||
!slang? ( sys-libs/ncurses:0 )
|
||||
slang? ( sys-libs/slang )
|
||||
ssl? (
|
||||
!libressl? ( >=dev-libs/openssl-0.9.6:0 )
|
||||
libressl? ( dev-libs/libressl )
|
||||
)
|
||||
"
|
||||
DEPEND="${CDEPEND}
|
||||
dev-lang/tcl
|
||||
net-mail/mailbase
|
||||
doc? (
|
||||
dev-libs/libxml2
|
||||
dev-libs/libxslt
|
||||
app-text/docbook-xsl-stylesheets
|
||||
|| ( www-client/lynx www-client/w3m www-client/elinks )
|
||||
)"
|
||||
RDEPEND="${CDEPEND}
|
||||
selinux? ( sec-policy/selinux-mutt )
|
||||
"
|
||||
|
||||
S="${WORKDIR}/${PN}-${P}"
|
||||
|
||||
src_configure() {
|
||||
local myconf=(
|
||||
"$(use_enable doc)"
|
||||
"$(use_enable nls)"
|
||||
"$(use_enable notmuch)"
|
||||
|
||||
"$(use_enable gpgme)"
|
||||
"$(use_enable pgp_classic pgp)"
|
||||
"$(use_enable smime_classic smime)"
|
||||
|
||||
# Database backends.
|
||||
"$(use_enable berkdb bdb)"
|
||||
"$(use_enable gdbm)"
|
||||
"$(use_enable kyotocabinet)"
|
||||
"$(use_enable qdbm)"
|
||||
"$(use_enable tokyocabinet)"
|
||||
|
||||
"$(use_enable idn)"
|
||||
"$(use_enable kerberos gss)"
|
||||
"$(use_enable lmdb)"
|
||||
"$(use_enable sasl)"
|
||||
"--with-ui=$(usex slang slang ncurses)"
|
||||
"--sysconfdir=${EPREFIX}/etc/${PN}"
|
||||
"$(use_enable ssl)"
|
||||
"$(use_enable gnutls)"
|
||||
)
|
||||
|
||||
econf "${myconf[@]}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install
|
||||
|
||||
# A man-page is always handy, so fake one – here neomuttrc.5
|
||||
# (neomutt.1 already exists)
|
||||
if use !doc; then
|
||||
sed -n \
|
||||
-e '/^\(CC_FOR_BUILD\|CFLAGS_FOR_BUILD\)\s*=/p' \
|
||||
-e '/^\(EXTRA_CFLAGS_FOR_BUILD\|LDFLAGS_FOR_BUILD\)\s*=/p' \
|
||||
-e '/^\(EXEEXT\|SRCDIR\)\s*=/p' \
|
||||
Makefile > doc/Makefile.fakedoc || die
|
||||
sed -n \
|
||||
-e '/^MAKEDOC_CPP\s*=/,/^\s*$/p' \
|
||||
-e '/^doc\/\(makedoc$(EXEEXT)\|neomutt\.1\|neomuttrc\.5\)\s*:/,/^\s*$/p' \
|
||||
doc/Makefile.autosetup >> doc/Makefile.fakedoc || die
|
||||
emake -f doc/Makefile.fakedoc doc/neomutt.1
|
||||
emake -f doc/Makefile.fakedoc doc/neomuttrc.5
|
||||
doman doc/neomutt.1 doc/neomuttrc.5
|
||||
fi
|
||||
|
||||
dodoc LICENSE* ChangeLog* README*
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if use gpgme && ( use pgp_classic || use smime_classic ); then
|
||||
ewarn " Note that gpgme (old gpg) includes both pgp and smime"
|
||||
ewarn " support. You can probably remove pgp_classic (old crypt)"
|
||||
ewarn " and smime_classic (old smime) from your USE-flags and"
|
||||
ewarn " only enable gpgme."
|
||||
fi
|
||||
}
|
||||
@@ -41,7 +41,7 @@ CDEPEND="
|
||||
tokyocabinet? ( dev-db/tokyocabinet )
|
||||
gnutls? ( >=net-libs/gnutls-1.0.17 )
|
||||
gpgme? ( >=app-crypt/gpgme-0.9.0 )
|
||||
idn? ( net-dns/libidn )
|
||||
idn? ( net-dns/libidn:= )
|
||||
kerberos? ( virtual/krb5 )
|
||||
notmuch? ( net-mail/notmuch )
|
||||
sasl? ( >=dev-libs/cyrus-sasl-2 )
|
||||
|
||||
Reference in New Issue
Block a user