summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmadeusz Żołnowski <aidecoe@gentoo.org>2014-11-30 11:36:55 +0000
committerAmadeusz Żołnowski <aidecoe@gentoo.org>2014-11-30 11:36:55 +0000
commita8b259c1c1b0dd9a66da76b479849863a6f3a633 (patch)
tree1675e73f07eeff9c1afab3d154ea318cb190bd4a /net-mail
parentAdd missing blocker on emul-linux-x86-baselibs, bug #527138. (diff)
downloadhistorical-a8b259c1c1b0dd9a66da76b479849863a6f3a633.tar.gz
historical-a8b259c1c1b0dd9a66da76b479849863a6f3a633.tar.bz2
historical-a8b259c1c1b0dd9a66da76b479849863a6f3a633.zip
Version bump.
NEWS ~~~~ Command-Line Interface ---------------------- - Stopped `notmuch dump` failing if someone writes to the database - `notmuch insert` requires succesful message indexing for success status - `notmuch insert` has gained support for `post-insert` hook - `notmuch deliver` is deprecated - `notmuch search` now supports `--duplicate=N` option with `--output=messages` - Added `notmuch address` subcommand Emacs Interface --------------- - Use the `j` key to access saved searches from anywhere in notmuch - Improved handling of the unread tag - Expanded default saved search settings - Improved `q` binding in notmuch buffers - `notmuch-show-stash-mlarchive-link-alist` now supports functions Library changes --------------- - Introduced database version 3 with support for "database features." - Library users are no longer required to call `notmuch_database_upgrade` - Library users can now abort an atomic section by closing the database - Add return status to notmuch_database_close and notmuch_database_destroy - Bug fixes and performance improvements for thread linking nmbug ----- `nmbug help` is not `nmbug --help`, and the following nmbug commands have slightly different interfaces: `archive`, `commit`, `fetch`, `log`, `pull`, `push`, and `status`. For details on the new interface for a given command, run `nmbug COMMAND --help`. nmbug-status ------------ `nmbug-status` can now optionally load header and footer templates from the config file. Use something like: Python Bindings --------------- Add support for `notmuch_query_add_tag_exclude` Package-Manager: portage-2.2.14/cvs/Linux x86_64 Manifest-Sign-Key: 0xF0134531E1DBFAB5
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/notmuch/ChangeLog57
-rw-r--r--net-mail/notmuch/Manifest14
-rw-r--r--net-mail/notmuch/notmuch-0.19.ebuild188
3 files changed, 254 insertions, 5 deletions
diff --git a/net-mail/notmuch/ChangeLog b/net-mail/notmuch/ChangeLog
index f8b1d375d47a..5fa7d7465375 100644
--- a/net-mail/notmuch/ChangeLog
+++ b/net-mail/notmuch/ChangeLog
@@ -1,6 +1,61 @@
# ChangeLog for net-mail/notmuch
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.108 2014/11/28 13:56:06 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.109 2014/11/30 11:36:51 aidecoe Exp $
+
+*notmuch-0.19 (30 Nov 2014)
+
+ 30 Nov 2014; Amadeusz Żołnowski <aidecoe@gentoo.org> +notmuch-0.19.ebuild:
+ Version bump.
+
+ NEWS
+ ~~~~
+ Command-Line Interface
+ ----------------------
+
+ - Stopped `notmuch dump` failing if someone writes to the database
+ - `notmuch insert` requires succesful message indexing for success status
+ - `notmuch insert` has gained support for `post-insert` hook
+ - `notmuch deliver` is deprecated
+ - `notmuch search` now supports `--duplicate=N` option with
+ `--output=messages`
+ - Added `notmuch address` subcommand
+
+ Emacs Interface
+ ---------------
+
+ - Use the `j` key to access saved searches from anywhere in notmuch
+ - Improved handling of the unread tag
+ - Expanded default saved search settings
+ - Improved `q` binding in notmuch buffers
+ - `notmuch-show-stash-mlarchive-link-alist` now supports functions
+
+ Library changes
+ ---------------
+
+ - Introduced database version 3 with support for "database features."
+ - Library users are no longer required to call `notmuch_database_upgrade`
+ - Library users can now abort an atomic section by closing the database
+ - Add return status to notmuch_database_close and notmuch_database_destroy
+ - Bug fixes and performance improvements for thread linking
+
+ nmbug
+ -----
+
+ `nmbug help` is not `nmbug --help`, and the following nmbug commands have
+ slightly different interfaces: `archive`, `commit`, `fetch`, `log`, `pull`,
+ `push`, and `status`. For details on the new interface for a given command,
+ run `nmbug COMMAND --help`.
+
+ nmbug-status
+ ------------
+
+ `nmbug-status` can now optionally load header and footer templates
+ from the config file. Use something like:
+
+ Python Bindings
+ ---------------
+
+ Add support for `notmuch_query_add_tag_exclude`
28 Nov 2014; Pacho Ramos <pacho@gentoo.org> notmuch-0.18.2.ebuild:
Support python 3.4
diff --git a/net-mail/notmuch/Manifest b/net-mail/notmuch/Manifest
index f721511ab82c..35e3bf43bbed 100644
--- a/net-mail/notmuch/Manifest
+++ b/net-mail/notmuch/Manifest
@@ -7,15 +7,21 @@ AUX 60notmuch-pick-gentoo.el 108 SHA256 5dea2e2113cc3ab74c351f0396ac0a98df9d3eeb
DIST notmuch-0.16.tar.gz 588739 SHA256 e7792dec15be845c55ad265d06339325f03b9c886ab3836b7e80a6eb6841f344 SHA512 0b00abb32a340d25a6566b453ae086e13bd4f7f3c64a9dd827f0665733a1dc343c7df562282c4d9feb9ce7dff59f9c379daf599d6641156ace33c37f73974143 WHIRLPOOL 065452ead0bdc1f63b46419d7045fd798734e9d34a12e5673362f8302ae8b2d3eada3ca157eb55bcf9c0ec5f5fb3cf37b2ecdf5c9ab15e3a4590808fa0866213
DIST notmuch-0.17.tar.gz 606710 SHA256 d215e0e7e536c50bc0d8a455a58bb4ddabe0678cc637c4dcebdb57d5c4bcbe95 SHA512 cb649aceba1a3e25d4cff51f212aa85d0efe9907af4bcb9390cd1cf5e29c48d4145d9ecd1b040eaef588c63bfb5296bdfef683c22872841b5631481f5d832c03 WHIRLPOOL 98d4a5c5b72ac6d237b2c77d80481dcaa43be87c4bcd0a53aa55e4d008c70a88738706b92a169fa8b12681cb6e169162d0bfc01a5fbce95d73dccf5c12b267c4
DIST notmuch-0.18.2.tar.gz 635438 SHA256 e99f7bfee1250aa9f23e05d926ec278316fb8dd135262b0e24f4ba1a78febc9c SHA512 f6c7c9f17b1a7560bae8d3c7023be2fa6661a1dee5d69a6449a7b7c4468730b6917a857f015b67f09e18801e084a4c65a24a01603683e0ed12fc24b9feb9250e WHIRLPOOL 40191e7078088b45deda2ab2d61a3e2448c61e63b69dd725a88ff68cfaedf68a6270f2d9171ef6a8cb475c4faefd9d84b899f7239953b53aebceede79a76199c
+DIST notmuch-0.19.tar.gz 659038 SHA256 396fc6548423785ebbbe9a6cce321d957d3b2e856edb8225bb0988470833eeeb SHA512 41eba85d2e6f89693f53d607abdef837973204e709f2c7385e64507a19b316913851f17b3b6dc93d8a622c72756b3e696aad8189570a563df38994cf346791a5 WHIRLPOOL 380d2508f106fc08b31f7928d63587cfc7ed63835a0cde287d7ba09d3f6814070c789aad1d0bf6a3bab387273b2d37a8c783d939c2f4afa475b9785f2618a25a
EBUILD notmuch-0.16-r1.ebuild 4052 SHA256 a8c36b4ef4bb165f4d878439b0cd3e11d676b8a3a7a8232c16604efcb0cfc206 SHA512 a19d9d9d23d00af2c45eb1939508a2748022fe02fe52513c8bb384fb5cfa11b8b4a123af4a7b163fee9896f1a963cd92cf07531ff4fe08313c719e048d1ae660 WHIRLPOOL 856583e3a51457549c96925cc6980aa4e180a07b20333d6b2239ecea9142f848f68afff3760ba2e8adc82205185c2e29f2d1924d24b61470735e4c079b682522
EBUILD notmuch-0.17.ebuild 3685 SHA256 25ac83e2fc0145393b79a58197b37e2610d6b2b30ea67bdc84fd20964f5bb59b SHA512 5095742bbc1f4dbd758eb84bd0de515d65eff67c80613d7c16eb5f9a8419c3f24a948020987204b355d869d787fec8291cdaa6226e401b8fa010d55196fa9a57 WHIRLPOOL 91d14a975408e53e180c008410ad58d3ebd28cf577838a576d6617ce90a789126652f62dacf19b12b4de029856f02a86c3aeb9428b1f7c1fa30399093e383802
EBUILD notmuch-0.18.2.ebuild 4044 SHA256 71be486350e17bb560696d56e3236bf8e0aa729ca0e7993ebd40822b26ac3c38 SHA512 6ff4448c93b3d2bbc65a8c9f95973ef21966cfe15f37b8231b7bb21fe8713a0d4ab9e86173e5f671d9bbedba11bb6d2df06bb7e4cd4c483c75f7379812f54325 WHIRLPOOL f84aa79543ec304b275185569a977bcaf441b289ea27014e3897850daa0feb4488fb138df890be1ab0096f74b6f1a37131535c2f8f3eab61e242fe54fb72268b
-MISC ChangeLog 31027 SHA256 3c40ec4c103f63143f6618a8cfdb2763cdda50217f68690ffacbfdc51bb7b8b8 SHA512 596d15956a4a24782a3e211deb628a71df4c51b210471fe876efec1dbc6184db300839515468dace7cfa02daffe3ac691bea12725aec72c9bf80fc1f1cea534d WHIRLPOOL f11a4aaa049bdc38bf3a2958d9c6c3a7f1b04f1bab1f3a81912eeedfb6e1d7ba476d5dc39f79563769442e1970a0edf6b4881ed9f5fdea2361bbd07b16e7b65b
+EBUILD notmuch-0.19.ebuild 4248 SHA256 b19636a96dda147d9a9e69be3bb8cad4cec6eb661737be42b15cad2734d62b49 SHA512 5601eb33f42bad75be7dbe7b48a3bf2c039266eb659dd4f7b72d7b603172e2dbd19c909fd426a1834df324b0bf12693bd63579bd42b2131f8f9359772f671012 WHIRLPOOL fa246d31f4ecd2440c7dcc10a7ccca498b95e64c49fa6347f667c2c682ad2c127362ca581ac98e5129ee4010ad1bb50079f7f08a910fb2ecde04328143a6c655
+MISC ChangeLog 32805 SHA256 08650b94119ec40865c8e6bf45796a53fb605f29baf5fee8ecf2d4d5a2b25f57 SHA512 e6e6156c131220e62ec666e156af4bb4715886434eb8f1204dc826d0e792997a252ab9b071206e1641d49058a07957a3e0bad11a47a65449e6c8742264c09219 WHIRLPOOL fb4f4ac4c9a5ee3545581be2e67e6478c28f2cb350aa968e0f8197b4e52da12834b05f0cb7bd41cc0fca3e2353f3378fb53451e1813838e8902134243b9f5aa7
MISC metadata.xml 1074 SHA256 d47c3e91da2cbe2009bb0458e3858949883949b0aed2bf03b2dbd7ca7d4c1d14 SHA512 702cd1ad104daddbd22120ec417f2e7459e133d8a1fd2ff26f1485c6663949c63d00335c086fd298f8c251c3633e03d24575a1eb06ec29344577dd9dfea11792 WHIRLPOOL aa65462ae71e101d88b9d4b7eb1c1947c6bf794ea32c215916c41d592166c43334386e4e9196c98daa74b82049d73571b1533089e7319f9c2ca3e75b9ad0b63f
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
-iEYEAREIAAYFAlR4fvgACgkQCaWpQKGI+9S5wQCdHAUNYTbB8dZjq4pnHhMdLg8I
-kVUAnRLbZljMUlbD4RaJYhFs0XLh0+7p
-=N1CM
+iQEcBAEBCAAGBQJUewFUAAoJEPATRTHh2/q1h2AH/2OigtWub1kofhmks2+H0HnM
+63PIA6Qwy+vpJVD6tZtGLcpWee7q1u1FhniN83d00JJa+SRbwiO1QuuksX78lacB
+yN88pBIe9xFD+NUqJ9f/vOYdt77t8zDdqMYUv3bPZrd1DkVNAIt7BjghNt8Gi+Z7
+6OLlYG7UtxjYrDgpKVb6eCiOkXXpEeNgk4KQpzXI2NQklRj8wcPyEoEsekNfCJdY
+4PV093HsJQSwoMKAO0tk+94W09xcpSoVtlDXoNEGJG9j7T5EpXljqABQP01RHdvC
+Tc4hH1EWAWCsiiDS++RAfqBpRksB3j85i4J4j2GdclsaBU5VRwXNsCvErEd4b+8=
+=nRtU
-----END PGP SIGNATURE-----
diff --git a/net-mail/notmuch/notmuch-0.19.ebuild b/net-mail/notmuch/notmuch-0.19.ebuild
new file mode 100644
index 000000000000..8b15a9328a01
--- /dev/null
+++ b/net-mail/notmuch/notmuch-0.19.ebuild
@@ -0,0 +1,188 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.19.ebuild,v 1.1 2014/11/30 11:36:51 aidecoe Exp $
+
+EAPI=5
+
+DISTUTILS_OPTIONAL=1
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
+
+inherit elisp-common eutils flag-o-matic pax-utils distutils-r1 toolchain-funcs
+
+DESCRIPTION="Thread-based e-mail indexer, supporting quick search and tagging"
+HOMEPAGE="http://notmuchmail.org/"
+SRC_URI="${HOMEPAGE%/}/releases/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+REQUIRED_USE="
+ nmbug? ( python )
+ python? ( ${PYTHON_REQUIRED_USE} )
+ test? ( crypt debug emacs python )
+ "
+IUSE="crypt debug doc emacs mutt nmbug python test"
+
+CDEPEND="
+ >=app-shells/bash-completion-1.9
+ >=dev-libs/glib-2.22
+ >=dev-libs/gmime-2.6.7
+ !=dev-libs/gmime-2.6.19
+ <dev-libs/xapian-1.3
+ >=sys-libs/zlib-1.2.5.2
+ sys-libs/talloc
+ debug? ( dev-util/valgrind )
+ emacs? ( >=virtual/emacs-23 )
+ python? ( ${PYTHON_DEPS} )
+ x86? ( >=dev-libs/xapian-1.2.7-r2 )
+ "
+DEPEND="${CDEPEND}
+ virtual/pkgconfig
+ doc? ( app-doc/doxygen
+ python? ( dev-python/sphinx[${PYTHON_USEDEP}] ) )
+ test? ( app-misc/dtach || ( >=app-editors/emacs-23[libxml2]
+ >=app-editors/emacs-vcs-23[libxml2] ) sys-devel/gdb )
+ "
+RDEPEND="${CDEPEND}
+ crypt? ( app-crypt/gnupg )
+ nmbug? ( dev-vcs/git )
+ mutt? ( dev-perl/File-Which dev-perl/Mail-Box dev-perl/MailTools
+ dev-perl/String-ShellQuote dev-perl/Term-ReadLine-Gnu
+ virtual/perl-Digest-SHA virtual/perl-File-Path virtual/perl-Getopt-Long
+ virtual/perl-Pod-Parser
+ )
+ "
+
+DOCS=( AUTHORS NEWS README )
+SITEFILE="50${PN}-gentoo.el"
+MY_LD_LIBRARY_PATH="${WORKDIR}/${P}/lib"
+MY_PATCHES=( )
+
+bindings() {
+ local ret=0
+
+ if use $1; then
+ pushd bindings/$1 || die
+ shift
+ "$@"
+ ret=$?
+ popd || die
+ fi
+
+ return $ret
+}
+
+pkg_pretend() {
+ if has_version '<net-mail/notmuch-0.18'; then
+ ewarn
+ ewarn "There are few not backward compatible changes between"
+ ewarn "<notmuch-0.18 and >=notmuch-0.18. See NEWS file"
+ ewarn "(0.18 section) for details before first use!"
+ ewarn
+ fi
+}
+
+pkg_setup() {
+ if use emacs; then
+ elisp-need-emacs 23 || die "Emacs version too low"
+ fi
+}
+
+src_prepare() {
+ [[ "${MY_PATCHES[@]}" ]] && epatch "${MY_PATCHES[@]}"
+
+ bindings python distutils-r1_src_prepare
+ bindings python mv README README-python || die
+ mv contrib/notmuch-mutt/README contrib/notmuch-mutt/README-mutt || die
+
+ rm -f Makefile.config # assure that new Makefile.config will be generated
+
+ if use debug; then
+ append-cflags -g
+ append-cxxflags -g
+ fi
+}
+
+src_configure() {
+ local myeconfargs=(
+ --bashcompletiondir="${EPREFIX}/usr/share/bash-completion"
+ --emacslispdir="${EPREFIX}/${SITELISP}/${PN}"
+ --emacsetcdir="${EPREFIX}/${SITEETC}/${PN}"
+ --with-gmime-version=2.6
+ --zshcompletiondir="${EPREFIX}/usr/share/zsh/site-functions"
+ $(use_with emacs)
+ )
+ tc-export CC CXX
+ econf "${myeconfargs[@]}"
+}
+
+src_compile() {
+ V=1 default
+ bindings python distutils-r1_src_compile
+
+ if use mutt; then
+ pushd contrib/notmuch-mutt || die
+ emake notmuch-mutt.1
+ popd || die
+ fi
+
+ if use doc; then
+ pydocs() {
+ pushd docs || die
+ emake html
+ mv html ../python || die
+ popd || die
+ }
+ LD_LIBRARY_PATH="${MY_LD_LIBRARY_PATH}" bindings python pydocs
+ fi
+}
+
+src_test() {
+ pax-mark -m notmuch
+ emake download-test-databases
+ LD_LIBRARY_PATH="${MY_LD_LIBRARY_PATH}" default
+ pax-mark -ze notmuch
+}
+
+src_install() {
+ default
+
+ if use emacs; then
+ elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
+ fi
+
+ if use nmbug; then
+ dobin devel/nmbug/nmbug
+ dobin devel/nmbug/nmbug-status
+ fi
+
+ if use mutt; then
+ pushd contrib/notmuch-mutt || die
+ dobin notmuch-mutt
+ doman notmuch-mutt.1
+ insinto /etc/mutt
+ doins notmuch-mutt.rc
+ dodoc README-mutt
+ popd || die
+ fi
+
+ DOCS="" bindings python distutils-r1_src_install
+ use doc && bindings python dohtml -r python
+}
+
+pkg_preinst() {
+ if use mutt && ! [[ -e ${ROOT}/etc/mutt/notmuch-mutt.rc ]]; then
+ elog "To enable notmuch support in mutt, add the following line into"
+ elog "your mutt config file, please:"
+ elog ""
+ elog " source /etc/mutt/notmuch-mutt.rc"
+ fi
+}
+
+pkg_postinst() {
+ use emacs && elisp-site-regen
+}
+
+pkg_postrm() {
+ use emacs && elisp-site-regen
+}