summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* mail-client/neomutt: fix doc buildMarty E. Plummer2019-11-061-3/+2
| | | | | | | | | | Also sync live ebuild with latest release. Bug: https://bugs.gentoo.org/699158 Bug: https://bugs.gentoo.org/699166 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Marty E. Plummer <hanetzer@startmail.com> Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
* mail-client/neomutt: Fix doc buildNicolas Bock2019-10-251-0/+1
| | | | | | | | Upstream suggests to add `--full-doc` in addition to `--enable-doc`. Otherwise the build will produce several warnings. Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
* mail-client/neomutt: Remove reserved underscoreNicolas Bock2019-10-251-6/+6
| | | | | | | Replace it with `-` in the USE flags. Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
* mail-client/neomutt: fix configure with ccacheMarty E. Plummer2019-10-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | If you have dev-util/ccache installed but not FEATURES="ccache", neomutt's configure process will detect and try to use it. You can override this by setting an env var, CCACHE, to 'none' (and only that, see line 1132 or so of neomutt's source file auto.def). Without this change, you will get the following sort of error: >>> Configuring source in /tmp/portage/mail-client/neomutt-20180716/work/neomutt-neomutt-20180716 ... ./configure --prefix=/usr --build=x86_64-pc-linux-gnu .... Host System...x86_64-pc-linux-gnu Note: defaultprefix is deprecated. Use options-defaults to set default options Build System...x86_64-pc-linux-gnu C compiler...ccache x86_64-pc-linux-gnu-gcc -O2 -pipe -march=znver1 C++ compiler...ccache x86_64-pc-linux-gnu-c++ -O2 -pipe -march=znver1 Build C compiler...cc * ACCESS DENIED: utimes: /var/cache/ccache Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Marty E. Plummer <hanetzer@startmail.com> Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
* mail-client/neomutt: Version bump to neomutt-20180716Nicolas Bock2018-07-241-1/+1
| | | | | | Also fix slot warning for libidn Package-Manager: Portage-2.3.40, Repoman-2.3.9
* mail-client/neomutt: Deprecate old crypt USE flagsNicolas Bock2018-06-061-26/+11
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* mail-client/neomutt: Fix build with '-doc'Nicolas Bock2018-06-061-4/+9
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* mail-client/neomutt: Fix live ebuild versionNicolas Bock2018-06-061-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* mail-client/neomutt: Fix webpageNicolas Bock2018-06-041-2/+2
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* mail-client/neomutt: Bump live ebuild versionNicolas Bock2018-04-041-0/+140
On unstable systems (or once a regular version of neomutt is made stable) the live ebuild version of '9999' will not be the latest version and a user will not be able to easily install the live ebuild. This change renames it to `99999999`. Thanks to contact@ryper.org for pointing this out! Closes: https://bugs.gentoo.org/650434 Package-Manager: Portage-2.3.24, Repoman-2.3.6