Summary
Notmuch is a system for indexing, searching, reading, and tagging large collections of email messages in maildir or mh format. It uses the Xapian library to provide fast, full-text search with a convenient search syntax.
Versions
v0.38.3 :: 0/5 :: gentoo
- Modified
- License
- GPL-3
- Keywords
- ~alpha ~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x64-macos ~x86
- USE flags
- apidoc crypt debug doc emacs mutt nmbug python test
v0.37-r2 :: 0/5 :: gentoo
- Modified
- License
- GPL-3
- Keywords
- amd64 arm arm64 x86 ~alpha ~ppc64 ~riscv ~x64-macos
- USE flags
- apidoc crypt debug doc emacs mutt nmbug python test
v0.37-r1 :: 0/5 :: gentoo
- Modified
- License
- GPL-3
- Keywords
- amd64 arm arm64 x86 ~alpha ~ppc64 ~riscv ~x64-macos
- USE flags
- apidoc crypt doc emacs mutt nmbug python test
USE flags
General
- apidoc
- Provide doxygen generated API docs
- crypt
- Support decryption and verification of PGP/MIME messages and in Emacs UI - encryption; support also S/MIME signature verification since version 0.22
- debug
- Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces
- doc
- Install API documentation
- emacs
- Install Emacs UI (the main one)
- mutt
- Install helper script for Mutt
- nmbug
- Install experimental tag sharing / pseudo-bug-tracking script for Notmuch (see http://notmuchmail.org/nmbug/)
- python
- Add optional support/bindings for the Python language
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
python_targets
- pypy3
- Build with PyPy3
- python3_10
- Build with Python 3.10
- python3_11
- Build with Python 3.11
- python3_12
- Build with Python 3.12
Dependencies
app-crypt / gnupg : The GNU Privacy Guard, a GPL OpenPGP implementation
app-editors / emacs : The extensible, customizable, self-documenting real-time display editor
app-misc / dtach : Emulates the detach feature of screen
dev-debug / gdb : GNU debugger
dev-lang / python : Freethreading (no-GIL) version of Python programming language
dev-libs / glib : The GLib library of C routines
dev-libs / gmime : Library for creating and parsing MIME messages
dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)
dev-libs / xapian : Xapian Probabilistic Information Retrieval library
dev-python / cffi : Foreign Function Interface for Python calling C code
dev-python / pypy3 : A backwards compatibility package for dev-lang/pypy:3.10
Runtime Dependencies
app-crypt / gnupg : The GNU Privacy Guard, a GPL OpenPGP implementation
app-editors / emacs : The extensible, customizable, self-documenting real-time display editor
dev-lang / python : Freethreading (no-GIL) version of Python programming language
dev-libs / glib : The GLib library of C routines
dev-libs / gmime : Library for creating and parsing MIME messages
dev-libs / xapian : Xapian Probabilistic Information Retrieval library
dev-perl / File-Which : Perl implementation of the which utility as an API
dev-perl / Mail-Box : Mail folder manager and MUA backend
dev-perl / MailTools : Manipulation of electronic mail addresses
dev-perl / Pod-Parser : POD filters and translators
dev-perl / String-ShellQuote : Quote strings for passing through the shell
dev-perl / Term-ReadLine-Gnu : Perl extension for the GNU Readline/History Library
dev-python / cffi : Foreign Function Interface for Python calling C code
dev-python / pypy3 : A backwards compatibility package for dev-lang/pypy:3.10
dev-vcs / git : Stupid content tracker: distributed VCS designed for speed and efficiency
sys-libs / talloc : Samba talloc library
sys-libs / zlib : Standard (de)compression library
virtual / perl-Digest-SHA : Virtual for Digest-SHA
virtual / perl-File-Path : Virtual for File-Path
virtual / perl-Getopt-Long : Virtual for Getopt-Long
Depending packages
mail-client / aerc : Email client for your terminal
mail-client / alot : Experimental terminal UI for net-mail/notmuch written in Python
mail-client / bower : Curses terminal client for the Notmuch email system
mail-client / neomutt : A small but very powerful text-based mail client
mail-filter / afew : Initial tagging script for Notmuch
net-mail / muchsync : Synchronizes mail messages and notmuch tags across machines
Bugs
- 475624
- dev-ruby/notmuch-ruby - ruby bindings for net-mail/notmuch
- 751517
- net-mail/notmuch-0.31-r1: the package seems to have used distutils and setuptools simultaneously
- 801142
- net-mail/notmuch-0.32.2: Add Ruby bindings support
- 821328
- net-mail/notmuch: sandbox ACCESS VIOLATION with smart card reader keyboard plugged in
- 910004
- net-mail/notmuch-0.38.3: needs to use PEP517 build (DistutilsNonPEP517Build)
- 940469
- net-mail/notmuch-0.38.3 fails to build with USE=doc
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Mike Gilbert · gentoo
net-mail/notmuch: fix xz-utils dep
Signed-off-by: Mike Gilbert <floppym@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-mail/notmuch: add 0.38.3
Closes: https://bugs.gentoo.org/885031 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-mail/notmuch: stabilize 0.37-r2 for amd64, arm, arm64, x86
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
net-mail/notmuch: add py3.12, set DISTUTILS_EXT=1
Closes: https://bugs.gentoo.org/929716 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
Move {sys-devel → dev-debug}/gdb
Closes: https://bugs.gentoo.org/920438 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
Move {app-doc → app-text}/doxygen
Per the category metadata, app-doc/ is reserved for documentation *files* and not software. Move it to app-text/ where it seems a better fit. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
net-mail/notmuch: Replace virtual/python-cffi dep
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-mail/notmuch: drop invalid USE=valgrind flag (for test suite)
We don't, in general, run Valgrind for test suites in Gentoo because it's not portable enough and gives inconsistent results, especially under sandbox. Plus it's confusing given USE=valgrind is effectively a global USE flag (even if it isn't in use.desc yet) for meaning "enable annotations to enable better debugging under Valgrind", rather than "run tests under it". Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
net-mail/notmuch: drop 0.32.2-r1, 0.37
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
net-mail/notmuch: Require Python unconditionally
python_setup is called unconditionally (in both src_configure and src_compile...?) for sphinx, so we must have a Python target set. Signed-off-by: Matt Turner <mattst88@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/30775 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ulrich Müller · gentoo
net-mail/notmuch: Drop redundant NEED_EMACS
The default in elisp-common.eclass is 25.3 now. Signed-off-by: Ulrich Müller <ulm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
net-mail/notmuch: Stabilize 0.37-r1 x86, #896150
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
net-mail/notmuch: Stabilize 0.37-r1 amd64, #896150
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
net-mail/notmuch: Stabilize 0.37-r1 arm, #896150
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
net-mail/notmuch: Stabilize 0.37-r1 arm64, #896150
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
*/*: remove py3.8 from PYTHON_COMPAT
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-mail/notmuch: fix configure w/ clang 16
Closes: https://bugs.gentoo.org/879739 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-mail/notmuch: drop 0.34.2, 0.34.2-r1
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
net-mail/notmuch: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-mail/notmuch: don't install removed nmbug
Closes: https://bugs.gentoo.org/873421 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-mail/notmuch: fix USE=doc
Closes: https://bugs.gentoo.org/869926 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-mail/notmuch: add 0.37, drop 0.36
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-mail/notmuch: fix Sphinx dep
python_check_deps doesn't do anything w/ distutils-r1, so we settle for the slight over-dep (note that the configure script imports, so we need the [${PYTHON_USEDEP}]) Bug: https://bugs.gentoo.org/856628 Closes: https://bugs.gentoo.org/866117 Fixes: 8e4a0100e36949f4c4887f00f7dd438dd5a1be75 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-mail/notmuch: use python_check_deps for Sphinx
The configure script tries to import Sphinx so we need Sphinx to be installed for the same Python. Either we need python_setup in the ebuild because it actually tries to import sphinx or something (then we need check_deps), or we don't need it at all and we can simply BDEPEND on it. And it does try to actually import Sphinx, at least for a configure test: https://github.com/notmuch/notmuch/blob/master/configure#L935. Closes: https://bugs.gentoo.org/856628 Signed-off-by: Sam James <sam@gentoo.org> - Austin Ray · gentoo
net-mail/notmuch: add 0.36
Closes: https://bugs.gentoo.org/841215 Signed-off-by: Austin Ray <austin@austinray.io> Closes: https://github.com/gentoo/gentoo/pull/26659 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Yixun Lan · gentoo
net-mail/notmuch: keyword ~riscv
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Yixun Lan <dlan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
net-mail/notmuch: Remove DISTUTILS_USE_SETUPTOOLS
DISTUTILS_USE_SETUPTOOLS is not used with DISTUTILS_OPTIONAL, and now it triggers a QA warning. Remove it. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Georgy Yakovlev · gentoo
net-mail/notmuch: drop 0.34.1
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> - Georgy Yakovlev · gentoo
net-mail/notmuch: enable py3.10
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> - Georgy Yakovlev · gentoo
net-mail/notmuch: add 0.34.2
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Georgy Yakovlev · gentoo
net-mail/notmuch: add 0.34.1, drop 0.34
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Georgy Yakovlev · gentoo
net-mail/notmuch: drop 0.33.2
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> - Georgy Yakovlev · gentoo
net-mail/notmuch: add 0.34, enable py3.10
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> - Georgy Yakovlev · gentoo
net-mail/notmuch: add GMime sandbox violation workaround
Checking for GMime session key extraction support... * ACCESS DENIED: open_wr: /dev/bus/usb/001/011 notmuch configure compiles a program _check_session_keys.c, inline in ./configure script gmime/gpg/scdaemon tries to open usb devices in GMime test we pretend to allow it, without actually allowing it to read or write. Bug: https://bugs.gentoo.org/821328 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Georgy Yakovlev · gentoo
net-mail/notmuch: drop 0.31.3-r1, 0.32.1-r1
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> - Georgy Yakovlev · gentoo
net-mail/notmuch: add 0.33.2
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-mail/notmuch: Stabilize 0.32.2-r1 arm, #803104
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-mail/notmuch: Stabilize 0.32.2-r1 arm64, #803104
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas K. Hüttel · gentoo
net-mail/notmuch: virtual/perl-Pod-Parser -> dev-perl/Pod-Parser
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Georgy Yakovlev · gentoo
net-mail/notmuch: add 0.32.2
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Georgy Yakovlev · gentoo
net-mail/notmuch: bdepend on app-arch/xz-utils[extra-filters(-)]
Closes: https://bugs.gentoo.org/798465 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Georgy Yakovlev · gentoo
net-mail/notmuch: add 0.32.1
Closes: https://bugs.gentoo.org/791079 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Georgy Yakovlev · gentoo
net-mail/notmuch: QA fix DISTUTILS_USE_SETUPTOOLS warning
Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Georgy Yakovlev · gentoo
net-mail/notmuch: unlock sphinx dep
Closes: https://bugs.gentoo.org/789492 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Georgy Yakovlev · gentoo
net-mail/notmuch: drop old
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-mail/notmuch: Stabilize 0.31.3 x86, #787695
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-mail/notmuch: Stabilize 0.31.3 amd64, #787695
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Georgy Yakovlev · gentoo
net-mail/notmuch: require older sphinx
Bug: https://bugs.gentoo.org/789492 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-mail/notmuch: eutils--
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-mail/notmuch: add upstream glib 2.68 patch
Closes: https://bugs.gentoo.org/777663 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-mail/notmuch: add Python 3.9 to stable
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Remove obsolete values from PYTHON_COMPAT
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-mail/notmuch: ROOT -> EROOT
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
net-mail/notmuch: restore dropped ~x64-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org> - Ralph Seichter · gentoo
net-mail/notmuch: Bump to version 0.31.3
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Ralph Seichter <gentoo@seichter.de> Closes: https://github.com/gentoo/gentoo/pull/18846 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-mail/notmuch: ~x64-macos keyworded
Package-Manager: Portage-3.0.10.2-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
net-mail/notmuch: x86 stable (bug #747643)
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Georgy Yakovlev · gentoo
net-mail/notmuch: bump to 0.31.2
crypt tests fixed Bug: https://bugs.gentoo.org/749969 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Georgy Yakovlev · gentoo
net-mail/notmuch: fix doc installation with USE=mutt
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Georgy Yakovlev · gentoo
net-mail/notmuch: fix whitespace
Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> - Georgy Yakovlev · gentoo
net-mail/notmuch: QA revbump: fix multiple issues
add apidoc flag, which depends on doxygen split doxygen dep under apidoc flag apidoc depends on doc, add required_use add py3.9 and pypy3 support (all tests pass) switch to cffi virtual add missing PYTHON_USEDEP to cffi add desktop file installation for emacs regen desktop database if required add python tests and pytest dep remove mock dep, works fine with stdlib one add perl dep where appropriate for some scripts add missing subslot on zlib use standard python subphase functions instead of bindings() fix makefile target sed use more standard funtion calls instead of hard to read hacks work around a Makefile race emacs doc generation, it needs -j1 add python documentation installation add basic docs, switch to einstalldocs prevent automagic dependency on gnu parallel in tests make tests more verbose prevent automagic dependency on sphinx (bug #751535) fix manpage installation fix manpage compression fix texinfo file installation fix missing manpage symlink fix overly generic manpage name fix nmbug & friends shebangs silence pushd/popd calls move around some deps misc style changes TODO: more cleanup needed. nmbug need python dependencies. TODO: remove old bindings to fix setuptools warning. TODO: crypto tests fail ( probably #749969 ) Bug: https://bugs.gentoo.org/751535 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-mail/notmuch: Keyword 0.31-r1 arm, #751022
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-mail/notmuch: tighten xapian dep in 0.31
I can't reproduce this *but* upstream state [0][1] we need >=dev-libs/xapian-1.4.0, so let's require it, although most people should be fine in ~. [0] https://git.notmuchmail.org/git?p=notmuch;a=commit;h=00cdfe10717020423870fdaf56e973db9aba9f5a [1] https://git.notmuchmail.org/git?p=notmuch;a=commit;h=2c7b3d3a80d40c25e2991e2659c6a6006b50fb08 Closes: https://bugs.gentoo.org/744136 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-mail/notmuch: Stabilize 0.30-r1 amd64, #737522
Signed-off-by: Sam James <sam@gentoo.org> - Ralph Seichter · gentoo
net-mail/notmuch: Unconditionally install man-pages
Installation of man-pages no longer depends on the "doc" use flag. Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Ralph Seichter <gentoo@seichter.de> Closes: https://github.com/gentoo/gentoo/pull/17533 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-mail/notmuch: subscribe to xapian subslot again
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org> - Ralph Seichter · gentoo
net-mail/notmuch: Bump to version 0.31
Technical changes in release 0.31 include support for Emacs 27.1 and Xapian 1.5 (the current development version) Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Ralph Seichter <gentoo@seichter.de> Closes: https://github.com/gentoo/gentoo/pull/17441 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
net-mail/notmuch: x86 stable (bug #737522)
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-mail/notmuch: arm64 keyworded (bug #734840)
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
net-mail/notmuch: install deprecated python bindings on 0.30
- There are still some packages in ::gentoo repo that depend on the deprecated 'notmuch' python modules. As other major distributions still provide these bindings, we should enable them too and give some extra time for other upstreams to update into using 'notmuch2'. Closes: https://bugs.gentoo.org/736204 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Kent Fredric · gentoo
net-mail/notmuch: Drop x64-solaris re bug #690140
Depends: - dev-perl/String-ShellQuote Bug: https://bugs.gentoo.org/690140 Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ralph Seichter · gentoo
net-mail/notmuch: Post-stabilisation cleanup
Remove obsolete ebuilds. Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Ralph Seichter <gentoo@seichter.de> Closes: https://github.com/gentoo/gentoo/pull/16754 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-mail/notmuch: x86 stable (bug #732238)
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
net-mail/notmuch: amd64 stable (bug #732238)
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ralph Seichter · gentoo
net-mail/notmuch: Bump to version 0.30
Feature release 0.30, see https://notmuchmail.org/news/ . This ebuild adds support for Python 3.8 and for the new Python CFFI bindings (package name "notmuch2"). Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Ralph Seichter <gentoo@seichter.de> Closes: https://github.com/gentoo/gentoo/pull/16668 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ralph Seichter · gentoo
net-mail/notmuch: Fix runtime dependencies
* Updated ebuild for EAPI 7. * Fix: Earlier ebuild versions had unconditional dependencies on Sphinx and Texinfo even at runtime. Moved dependencies to BDEPEND and tied them to USE=doc. * Fix: Install Texinfo documentation only when USE=doc is specified. Closes: https://bugs.gentoo.org/711052 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Ralph Seichter <gentoo@seichter.de> Closes: https://github.com/gentoo/gentoo/pull/15918 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Georgy Yakovlev · gentoo
net-mail/notmuch: add ~ppc64 keyword
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
net-mail/notmuch: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Amadeusz Piotr Żołnowski · gentoo
net-mail/notmuch: Fix error on configure with 'crypt' flag disabled
Bug: https://bugs.gentoo.org/707656 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
net-mail/notmuch: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Amadeusz Piotr Żołnowski · gentoo
net-mail/notmuch: Remove vulnerable versions
Bug: https://bugs.gentoo.org/701350 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
net-mail/notmuch: x86 stable wrt bug #701350
Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
net-mail/notmuch: amd64 stable wrt bug #701350
Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
net-mail/notmuch: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Clean PYTHON_COMPAT of obsolete impls
Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ulrich Müller · gentoo
net-mail/notmuch: Update for elisp-common.eclass changes.
Function elisp-need-emacs is deprecated, replace it by assigning NEED_EMACS and calling elisp-check-emacs-version in pkg_setup. Require emacs-24.1 as minimum version, because it is the first version with libxml2 support. Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Ulrich Müller <ulm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ulrich Müller · gentoo
net-mail/notmuch: Update virtual/emacs dependency.
The virtual is deprecated, depend on app-editors/emacs instead. Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Ulrich Müller <ulm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Amadeusz Piotr Żołnowski · gentoo
net-mail/notmuch: Bump to 0.29.3
Remove 0.29.2-r1 as 0.29.3 has the backported patch and one more additional fix. Bug: https://bugs.gentoo.org/701350 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
net-mail/notmuch: RESTRICT="!test? ( test )" force
Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Amadeusz Piotr Żołnowski · gentoo
net-mail/notmuch: Remove older micro version
Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> - Amadeusz Piotr Żołnowski · gentoo
net-mail/notmuch: Fix notmuch-dump sigabrt
Thanks to Ralph Seichter for providing the patch. Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Amadeusz Piotr Żołnowski · gentoo
net-mail/notmuch: Bump version
Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
net-mail/notmuch: drop gpgme hack, it's a dep problem
Bug: https://bugs.gentoo.org/692098 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Amadeusz Piotr Żołnowski · gentoo
net-mail/notmuch: Don't require sphinx to have specific python target
Sphinx is used as a tool, not a library. We do not care about its PYTHON_TARGETS. Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
net-mail/notmuch: correct gpgme detection on Solaris
Bug: https://bugs.gentoo.org/692098 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Amadeusz Piotr Żołnowski · gentoo
net-mail/notmuch: Remove older stable versions
Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
net-mail/notmuch: x86 stable wrt bug #689520
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="x86" - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
net-mail/notmuch: amd64 stable wrt bug #689520
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64" - Repository mirror & CI · gentoo
Merge updates from master - Amadeusz Piotr Żołnowski · gentoo
net-mail/notmuch: Remove old testing versions
Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> Gentoo-Bug: https://bugs.gentoo.org/670854 - Repository mirror & CI · gentoo
Merge updates from master - Amadeusz Piotr Żołnowski · gentoo
net-mail/notmuch: Bump version
Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Amadeusz Piotr Żołnowski · gentoo
net-mail/notmuch: Bump version
Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Remove python3_4 PYTHON_COMPAT correctly
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Amadeusz Piotr Żołnowski · gentoo
net-mail/notmuch: Setup python for Sphinx (to build docs)
Signed-off-by: Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Robin H. Johnson · gentoo
net-mail/notmuch: manpages need USE=doc & mock
Manpages are not built without USE=doc, which needs unittest.mock. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Amadeusz Piotr Żołnowski · gentoo
net-mail/notmuch: Fix QA warnings
Fix compressed man pages warning and "jobserver unavailable" warning. Bug: https://bugs.gentoo.org/670854 Signed-off-by: Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Amadeusz Piotr Żołnowski · gentoo
net-mail/notmuch: Bump version
Drop GMime 2.6 support as upstream already marked 2.6 support as deprecated. Require GMime 3. Require at least Xapian 1.4.9, as 1.4.7 and 1.4.8 are broken. Signed-off-by: Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Paweł Tomak · gentoo
net-mail/notmuch: add Python 3.7 to supported versions.
Signed-off-by: Paweł Tomak <pawel@tomak.eu> Closes: https://github.com/gentoo/gentoo/pull/10881 Signed-off-by: Patrice Clement <monsieurp@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Remove older version of 0.25 branch - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Bump version - Repository mirror & CI · gentoo
Merge updates from master - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Bump version - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Bump version
Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Michael Mair-Keimberger · gentoo
net-mail/notmuch: use HTTPS - Guillaume Seren · gentoo
net-mail/notmuch: Add version bump 0.25.3
Package-Manager: Portage-2.3.16, Repoman-2.3.6 Closes: https://bugs.gentoo.org/640850 - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Bump version
Package-Manager: Portage-2.3.11, Repoman-2.3.3 - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Bump version
Package-Manager: Portage-2.3.8, Repoman-2.3.3 - Fabian Groffen · gentoo
net-mail/notmuch: marked ~x64-solaris
Package-Manager: Portage-2.3.8-prefix, Repoman-2.3.3 - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Remove older minor version
Package-Manager: Portage-2.3.7, Repoman-2.3.3 - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Bump version
Package-Manager: Portage-2.3.7, Repoman-2.3.3 - Pacho Ramos · gentoo
net-mail/notmuch: amd64/x86 stable, bug #618876
Package-Manager: Portage-2.3.6, Repoman-2.3.2 - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Bump version
Package-Manager: Portage-2.3.6, Repoman-2.3.2 - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Some features require Xapian 1.4+
Inform user that "Regular expression searches supported for from: and subject:" require at >=dev-libs/xapian-1.4. Gentoo-Bug: 613818 Package-Manager: Portage-2.3.5, Repoman-2.3.2 - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Remove older testing version
Package-Manager: Portage-2.3.5, Repoman-2.3.2 - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Remove version affected by bug 587676
Gentoo-Bug: 587676 Package-Manager: Portage-2.3.5, Repoman-2.3.2 - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Bump version to 0.24.1
Package-Manager: Portage-2.3.5, Repoman-2.3.2 - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Remove older minor version
0.23.7 has just been stabilized. This can be removed now. Package-Manager: Portage-2.3.5, Repoman-2.3.2 - Agostino Sarubbo · gentoo
net-mail/notmuch: x86 stable wrt bug #612952
Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
net-mail/notmuch: amd64 stable wrt bug #612952
Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Follow guidlines for completion files
Gentoo-Bug: 613828 Package-Manager: Portage-2.3.5, Repoman-2.3.2 - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Don't overwrite system mimeinfo.cache
Package-Manager: Portage-2.3.5, Repoman-2.3.2 - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Remove older testing version
Package-Manager: Portage-2.3.4, Repoman-2.3.2 - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Try with newer version of Python
Package-Manager: Portage-2.3.4, Repoman-2.3.2 - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Remove older minor version
Package-Manager: Portage-2.3.4, Repoman-2.3.2 - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Bump version to 0.24
Package-Manager: Portage-2.3.4, Repoman-2.3.2 - Ulrich Müller · gentoo
[QA] Drop $Id$ lines that were added back.
Bug: 611234 - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Bump version to 0.23.7
It includes the fix for gpg-agent configuration, so the patch fix-gpg-tests.patch introduced in 0.23.5 can be dropped. Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Remove older patch version
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Fix tests to work with >=app-crypt/gnupg-2.1.16
Tests have been failing because path for Unix socket was too long. Socket had been created in temporary directory within workdir. Create temporary directory in /tmp instead. Package-Manager: Portage-2.3.3, Repoman-2.3.1 - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Remove oldest versions
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Amadeusz Żołnowski · gentoo
Merge remote-tracking branch 'github/pr/3411' - Amadeusz Żołnowski · gentoo
net-mail/notmuch: die if Makefile.config could not be removed
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Guillaume Seren · gentoo
net-mail/notmuch: Add version bump 0.23.5
Add version bump 0.23.5 - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Bump version
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Agostino Sarubbo · gentoo
net-mail/notmuch: x86 stable wrt bug #603384
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Keep only latest patch versions
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Tobias Klausmann · gentoo
net-mail/notmuch-0.23.3-r0: stable on amd64
Gentoo-Bug: 599544 - Tobias Klausmann · gentoo
net-mail/notmuch-0.23.1-r0: stable on amd64
Gentoo-Bug: 599544 - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Bump version to 0.23.3
Package-Manager: portage-2.3.2 - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Bump version
Package-Manager: portage-2.3.2 - Michał Górny · gentoo
global: Drop dead implementations from PYTHON_COMPAT - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Remove 0.23* ebuilds superseded by 0.23.1
Package-Manager: portage-2.3.2 - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Bump version to 0.23.1
Package-Manager: portage-2.3.2 - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Backport fixes to 0.23
Fix Emacs 25.1 compatibility issue. Restore colours for unread and flagged tags accidentally swapped in 0.23. Package-Manager: portage-2.3.2 - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Bump version to 0.23
Package-Manager: portage-2.3.1 - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Remove older versions
0.22.2 contains bugfixes and supersedes 0.22 and 0.22.1. Package-Manager: portage-2.3.1 - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Bump EAPI to 6 in latest version
Support user patches. Install HTML docs with dodoc. It needed extra steps to reproduce behaviour of dohtml. Package-Manager: portage-2.3.0 - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Bump version to 0.22.2
Package-Manager: portage-2.3.0 - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Don't die on unpack
Copy test database only for test. Package-Manager: portage-2.3.0 - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Bump version to 0.22.1
Package-Manager: portage-2.3.0 - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Put database to correct directory
Package-Manager: portage-2.3.0 - Tobias Klausmann · gentoo
net-mail/notmuch-0.22-r2: add ~alpha keyword
Gentoo-Bug: 587560 - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Make tests verbose in stable ebuilds as well
Package-Manager: portage-2.3.0 - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Let package manager download test database
Put test notmuch database into SRC_URI and copy it to test directory rather than downloading it in src_test phase. Package-Manager: portage-2.3.0 - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Make tests verbose - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Rename debug flag to valgrind (in testing ebuild only)
Require valgrind only for build. 'debug' flag was actually misused. Gentoo-Bug: 587560 Package-Manager: portage-2.3.0 - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Bump revision
Bump revision for commit "Don't block app-crypt/gnupg and dev-libs/gmime[smime]". Package-Manager: portage-2.3.0_rc1 - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Don't block app-crypt/gnupg and dev-libs/gmime[smime]
Test fails if GnuPG is installed and GMime is compiled without S/MIME. This could occur when 'crypt' flag is disabled but GnuPG is installed anyway. Although test requires 'crypt', therefore this doesn't occur and blocking anything when particular feature is disabled is not needed. Package-Manager: portage-2.3.0_rc1 - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Apply changes in dependencies only in new rev
Revert changes in notmuch-0.22.ebuild in commit 9cdfbeb940dabdd1d2088752b761e12c605e6efa and reapply changes to newly bumped notmuch-0.22-r1.ebuild only. Changes in dependencies are not so trivial, so better have a backup option for users. Package-Manager: portage-2.3.0_rc1 - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Correct dependencies related to S/MIME support
gnupg must be installed only if crypt flag is enabled, because crypt related tests are run when this gnupg commands can be found. The same applies to smime flag of gmime which pulls gnupg. Package-Manager: portage-2.3.0_rc1 - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Install notmuch-report instead of nmbug-status
nmbug-status has been renamed to notmuch-report. Package-Manager: portage-2.2.28 - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Bump version
Simplify deps. Use slots and subslots. Package-Manager: portage-2.2.28 - Agostino Sarubbo · gentoo
net-mail/notmuch: x86 stable wrt bug #572014
Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Patrice Clement · gentoo
Merge remote-tracking branch 'github/pr/711'. - Agostino Sarubbo · gentoo
net-mail/notmuch: amd64 stable wrt bug #572014
Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Bump version to 0.21
Gentoo-Bug: 565522 Package-Manager: portage-2.2.23 - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Depend on dev-python/sphinx unconditionally
dev-python/sphinx used to be used only to generate docs for Python bindings, but now it is also used instead of rst2man to generate man pages. - Agostino Sarubbo · gentoo
net-mail/notmuch: x86 stable wrt bug #557918
Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86" - Agostino Sarubbo · gentoo
net-mail/notmuch: amd64 stable wrt bug #557918
Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64" - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Add sub-slots "3" and "4" to stable versions
Nothing depends directly on libnotmuch.so therefore I skip revision bump. Package-Manager: portage-2.2.20.1 - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Add sub-slot "4"
Sub-slot corresponds to major wersion of libnotmuch.so.X.Y. Bump of Y is meant to be binary backward compatible. Nothing depends directly on libnotmuch.so therefore I skip revision bump. Package-Manager: portage-2.2.20.1 - Amadeusz Żołnowski · gentoo
net-mail/notmuch: Remove oldest versions
Package-Manager: portage-2.2.20.1 - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed