summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* mail-client/neomutt: Add autocrypt use flagStefan Huber2021-03-105-5/+42
| | | | | | | | | | | | | | | NeoMutt supports autocrypt since version 2019-10-25. It requires gpgme of version 1.8.0 or higher and sqlite. It is recommended that idn or idn2 is enabled according to the manual. The minimum requirement of gpgme of neomutt-20201127.ebuild is increased from 0.9.0 to 1.8.0. This change has no consquence as the minimum available version in portage is 1.14.0. Closes: https://bugs.gentoo.org/769698 Closes: https://github.com/gentoo/gentoo/pull/19392 Signed-off-by: Stefan Huber <shuber@sthu.org> Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
* mail-client/neomutt: Version bump to 2021-02-05Nicolas Bock2021-02-053-2/+151
| | | | Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
* mail-client/neomutt: add github remote-idSam James2021-01-251-0/+3
| | | | | Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* mail-client/neomutt: Keyword 20201127-r1 s390, #750950Sam James2020-12-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* mail-client/neomutt: Clean up of older ebuildsNicolas Bock2020-12-036-728/+0
| | | | | Bug: https://bugs.gentoo.org/755833 Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
* mail-client/neomutt: x86 stable (bug #755833)Thomas Deutschmann2020-12-021-1/+1
| | | | | Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* mail-client/neomutt: Bump gpgme requirementNicolas Bock2020-12-012-1/+149
| | | | | | | | | | | This change bumps the minimum version requirement for `app-crypt/gpgme` to 1.13.1 as reported in https://bugs.gentoo.org/727026. Note that this version of gpgme is currently not stable on s390 (see https://bugs.gentoo.org/750950). Closes: https://bugs.gentoo.org/727026 Bug: https://bugs.gentoo.org/750950 Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
* mail-client/neomutt: Stabilize 20201127 amd64, #755833Sam James2020-12-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* Fix spelling in metadataNicolas Bock2020-11-301-2/+2
| | | | Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
* mail-client/neomutt: Version bump to 2020-11-27Nicolas Bock2020-11-273-1/+150
| | | | Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
* mail-client/neomutt: fix live ebuild src dirAustin Ray2020-11-231-1/+0
| | | | | | | | | | | | | | | | Commit e4ef3e09eaf dropped the assignment of "S", changing its value from "${WORKDIR}/${PN}-${P}" to the default value of "${WORKDIR}/${P}". However, the live ebuild still checkouts out source code to previous location so portage says the source directory doesn't exist. This commit drops the custom checkout directory and uses the default value provided, which corresponds to the default value of "S". Closes: https://bugs.gentoo.org/756166 Signed-off-by: Austin Ray <austin@austinray.io> Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
* mail-client/neomutt: Version bump to 20201120Nicolas Bock2020-11-222-0/+150
| | | | Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
* mail-client/neomutt: sync live ebuild keywordsGeorgy Yakovlev2020-11-011-1/+1
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* mail-client/neomutt: add ~ppc64 keywordGeorgy Yakovlev2020-11-011-1/+1
| | | | | | SUCCESS: All unit tests have passed Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* mail-client/neomutt: Updated live ebuildNicolas Bock2020-09-251-23/+42
| | | | | | | This change syncronizes the live ebuild with the latest release version of neomutt. This includes the new tests. Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
* mail-client/neomutt: version bump to 2020-09-25Nicolas Bock2020-09-252-0/+150
| | | | Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
* mail-client/neomutt: Version bumpNicolas Bock2020-08-262-0/+150
| | | | Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
* mail-client/neomutt: Add unit testsNicolas Bock2020-08-262-17/+35
| | | | | | | | | This change addds unit tests to neomutt. Those tests come from a separate repository. Closes: https://bugs.gentoo.org/734122 Closes: https://bugs.gentoo.org/728886 Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
* mail-client/neomutt: security cleanupSam James2020-07-295-393/+0
| | | | | | Bug: https://bugs.gentoo.org/728302 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* mail-client/neomutt: x86 stable (bug #728302)Sam James2020-07-271-1/+1
| | | | | Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* mail-client/neomutt: amd64 stable (bug #728302)Sam James2020-07-271-1/+1
| | | | | Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* mail-client/neomutt: Disable testsNicolas Bock2020-07-271-0/+132
| | | | | | | | | | Upstream split the unit tests out into a separate repository. Until this neomutt-test-files repository is packaged, the unit tests in this package will fail. This change disables the tests. Bug: https://bugs.gentoo.org/734122 Bug: https://bugs.gentoo.org/734122 Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
* mail-client/neomutt: Upgrade to EAPI 7Nicolas Bock2020-07-271-1/+1
| | | | Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
* mail-client/neomutt: fix ManifestThomas Deutschmann2020-06-291-4/+0
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* mail-client/neomutt: Remove old versionsNicolas Bock2020-06-294-512/+0
| | | | Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
* mail-client/neomutt: Version bump to 2020-05-26Nicolas Bock2020-06-292-0/+129
| | | | Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
* mail-client/neomutt: Version bump to 2020-06-19Nicolas Bock2020-06-192-0/+129
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
* mail-client/neomutt: Delete old versionsNicolas Bock2020-05-115-516/+0
| | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
* mail-client/neomutt: Version bump to 2020-05-01Nicolas Bock2020-05-012-0/+129
| | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
* mail-client/neomutt: Version bump to 2020-04-24Nicolas Bock2020-04-262-0/+129
| | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
* mail-client/neomutt: Fix documentation directory nameChristian Hagau2020-04-251-6/+6
| | | | | | | | | | | | NeoMutt has changed the name of the documentary directory from `doc` to `docs`, see release notes: https://github.com/neomutt/neomutt/releases/tag/20200417 Bug: https://bugs.gentoo.org/718650 Signed-off-by: Christian Hagau <ach@hagau.se> Package-Manager: Portage-2.3.99-r2 Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
* mail-client/neomutt: Version bump to 2020-04-17Nicolas Bock2020-04-202-0/+129
| | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
* mail-client/neomutt: Version bump to 2020-03-20Nicolas Bock2020-03-202-0/+129
| | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
* mail-client/neomutt: Clean up of old versionsNicolas Bock2020-03-135-409/+0
| | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
* Revert "mail-client/neomutt: Clean up old versions"Nicolas Bock2020-03-136-0/+544
| | | | | | This reverts commit b2f2cb86a721ea6d3c8b525b0ebede7cafa4d204. Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
* mail-client/neomutt: Clean up old versionsNicolas Bock2020-03-136-544/+0
| | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
* mail-client/neomutt: Version bump to 20200313Nicolas Bock2020-03-132-0/+129
| | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
* mail-client/neomutt: Version bump to 20191207Nicolas Bock2019-12-092-0/+129
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
* mail-client/neomutt: Version bump to 20191129Nicolas Bock2019-11-292-0/+129
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
* mail-client/neomutt: Version bump to 20191111Nicolas Bock2019-11-112-0/+129
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
* mail-client/neomutt: Fix USE='doc'Nicolas Bock2019-11-061-1/+1
| | | | | | Bug: 699166 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
* mail-client/neomutt: fix doc buildMarty E. Plummer2019-11-062-5/+3
| | | | | | | | | | 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 bad filenameThomas Deutschmann2019-11-022-2/+2
| | | | | Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* mail-client/neomutt: Version bump to 20191102Nicolas Bock2019-11-022-0/+130
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 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-253-6/+140
| | | | | | | 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: Dropping old versionsNicolas Bock2019-10-113-282/+0
| | | | | 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-112-4/+4
| | | | | | | | | | | | | | | | | | | | | | | 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: Remove duplicated global flag descMichał Górny2019-08-111-2/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* mail-client/neomutt: amd64 stable wrt bug #661436Mikle Kolyada2018-10-071-1/+1
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11