| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
Package-Manager: Portage-2.3.40, Repoman-2.3.9
|
|
|
|
| |
Package-Manager: Portage-2.3.40, Repoman-2.3.9
|
|
|
|
| |
Package-Manager: Portage-2.3.40, Repoman-2.3.9
|
|
|
|
|
|
| |
Closes-Bug: https://bugs.gentoo.org/657282
Closes-Bug: https://bugs.gentoo.org/657384
Package-Manager: Portage-2.3.40, Repoman-2.3.9
|
|
|
|
| |
Package-Manager: Portage-2.3.40, Repoman-2.3.9
|
|
|
|
| |
Package-Manager: Portage-2.3.40, Repoman-2.3.9
|
|
|
|
| |
Package-Manager: Portage-2.3.40, Repoman-2.3.9
|
|
|
|
| |
Package-Manager: Portage-2.3.40, Repoman-2.3.9
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/651656
Package-Manager: Portage-2.3.24, Repoman-2.3.6
|
|
|
|
| |
Closes: https://github.com/gentoo/gentoo/pull/7287
|
|
|
|
| |
Package-Manager: Portage-2.3.19, Repoman-2.3.6
|
|
|
|
| |
Package-Manager: Portage-2.3.19, Repoman-2.3.6
|
|
|
|
|
|
|
|
|
|
|
|
| |
The generic DEPEND on berkdb can lead to build failures for
`berkdb:6.0`. Upstream specifies specific versions [1] and this change
translates these versions into a more specific DEPEND.
[1] https://github.com/neomutt/neomutt/blob/ae61285/auto.def#L630
Co-Authored-By: Floyd Anderson <bts+gentoo@31c0.net>
Closes: https://bugs.gentoo.org/642692
Package-Manager: Portage-2.3.19, Repoman-2.3.6
|
|
|
|
|
|
|
|
|
| |
This change restores and updates the old 'fake manpage' code when
neomutt is built without the `doc` USE flag.
Co-Authored-By: Floyd Anderson <bts+gentoo@31c0.net>
Closes: https://bugs.gentoo.org/645520
Package-Manager: Portage-2.3.19, Repoman-2.3.6
|
|
|
|
| |
Closes: https://github.com/gentoo/gentoo/pull/6761
|
|
|
|
| |
Closes: https://github.com/gentoo/gentoo/pull/6640
|
|
|
|
| |
Package-Manager: Portage-2.3.13, Repoman-2.3.3
|
|
|
|
|
|
|
| |
Man pages are built without additional dependencies.
Closes: https://bugs.gentoo.org/641132
Package-Manager: Portage-2.3.13, Repoman-2.3.3
|
|
|
|
|
|
|
|
|
| |
Starting with this release, upstream deprecated the `autotools` build
system and replaced it with one based on `autosetup`. This change
introduces a build dependency (dev-lang/tcl) and changes a few arguments
from `--with` to `--enable`.
Package-Manager: Portage-2.3.13, Repoman-2.3.3
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
During the transition period between the old and the new crypto related
flags, the neomutt package needs to support both sets. Currently the
ebuild emits crypto '--enable' flags twice, with the second flag
overriding the first. This can lead to unwanted settings. This change
adds some logic around those flags to emit the configure option only
once.
Related: https://bugs.gentoo.org/640824
Package-Manager: Portage-2.3.13, Repoman-2.3.3
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream changed the build system from autotools to autosetup [1]. The
new build system requires Tcl at configure time and this change adds
this dependency. The configuration option syntax for `--with` flags
without arguments has changed to `--enable` flags. This change updates
the relevant flags.
[1] https://msteveb.github.io/autosetup/
Package-Manager: Portage-2.3.13, Repoman-2.3.3
|
|
|
|
| |
Package-Manager: Portage-2.3.13, Repoman-2.3.3
|
|
|
|
| |
Package-Manager: Portage-2.3.13, Repoman-2.3.3
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently a conditional in the ebuild such as
if [[ ${PV} =~ 9999$ ]]
is not recognized by `ekeyword` [1]. A workaround is to omit the
`KEYWORDS` assignment in the live ebuild branch.
[1] https://bugs.gentoo.org/614746
Package-Manager: Portage-2.3.13, Repoman-2.3.3
|
|
|
|
|
|
|
|
|
| |
As part of https://bugs.gentoo.org/637176 the crypto related USE flags
were renamed. This change adds a warning to the user that this has
happened. The old flags are still usable, but their use is deprecated
and will be removed at some point.
Package-Manager: Portage-2.3.13, Repoman-2.3.3
|
|
|
|
|
|
|
| |
This change introduces a check on the package version so that the same
ebuild can be used for live and versioned ebuilds.
Package-Manager: Portage-2.3.13, Repoman-2.3.3
|
|
|
|
|
|
|
|
|
| |
Rename the crypto USE flags to make their naming more consistent and
clearer to the user.
Co-Authored-By: brunoboclair@fake-box.com
Closes: https://bugs.gentoo.org/637176
Package-Manager: Portage-2.3.13, Repoman-2.3.3
|
|
|
|
|
|
|
|
| |
The database backend use flags have inconsistent descriptions. They are
all used for header caches and the descriptions should say so.
Closes: https://bugs.gentoo.org/637264
Package-Manager: Portage-2.3.13, Repoman-2.3.3
|
|
|
|
|
|
|
|
| |
The USE flag 'symlink' is not used by the ebuild. Remove it.
Closes: https://bugs.gentoo.org/637174
Package-Manager: Portage-2.3.13, Repoman-2.3.3
|
|
|
|
| |
Package-Manager: Portage-2.3.8, Repoman-2.3.3
|
|
|
|
| |
Package-Manager: Portage-2.3.8, Repoman-2.3.3
|
|
|
|
|
|
| |
The patch for the live ebuild is not needed and can be removed.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
|
|
|
|
| |
Package-Manager: Portage-2.3.8, Repoman-2.3.3
|
|
|
|
| |
Package-Manager: Portage-2.3.8, Repoman-2.3.3
|
|
|
|
| |
Package-Manager: Portage-2.3.8, Repoman-2.3.3
|
|
|
|
| |
Package-Manager: Portage-2.3.8, Repoman-2.3.3
|
|
|
|
|
|
|
|
| |
In order to avoid a file collision with the mutt package, rename the
smime_keys helper script to neomutt_smime_keys.
Fixes: #633454
Package-Manager: Portage-2.3.8, Repoman-2.3.3
|
|
|
|
| |
Package-Manager: Portage-2.3.8, Repoman-2.3.3
|
| |
|
|
The neomutt package provides an alternative to the mutt package. It can be
installed at the same time as mutt.
Package-Manager: Portage-2.3.8, Repoman-2.3.1
|