From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 52690138334 for ; Sat, 9 Mar 2019 22:54:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FE89E0975; Sat, 9 Mar 2019 22:54:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 37B70E0975 for ; Sat, 9 Mar 2019 22:54:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ECA07335C60 for ; Sat, 9 Mar 2019 22:54:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BEFA54B for ; Sat, 9 Mar 2019 22:54:09 +0000 (UTC) From: "Amadeusz Piotr Żołnowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amadeusz Piotr Żołnowski" Message-ID: <1552172038.af03e8338745901f4c302cdbefd666a0c2b54c2f.aidecoe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/notmuch/, net-mail/notmuch/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/notmuch/files/0002-Fix-jobserver-unavailable-warning.patch net-mail/notmuch/notmuch-0.28.3.ebuild X-VCS-Directories: net-mail/notmuch/ net-mail/notmuch/files/ X-VCS-Committer: aidecoe X-VCS-Committer-Name: Amadeusz Piotr Żołnowski X-VCS-Revision: af03e8338745901f4c302cdbefd666a0c2b54c2f X-VCS-Branch: master Date: Sat, 9 Mar 2019 22:54:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6a77c153-0c9e-4f9c-9809-b31137b84733 X-Archives-Hash: 4b21ae1412383c73dfa59e97411578b8 commit: af03e8338745901f4c302cdbefd666a0c2b54c2f Author: Amadeusz Piotr Żołnowski gentoo org> AuthorDate: Sat Mar 9 22:50:50 2019 +0000 Commit: Amadeusz Piotr Żołnowski gentoo org> CommitDate: Sat Mar 9 22:53:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af03e833 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 gentoo.org> .../0002-Fix-jobserver-unavailable-warning.patch | 26 ++++++++++++++++++++++ net-mail/notmuch/notmuch-0.28.3.ebuild | 16 +++++++------ 2 files changed, 35 insertions(+), 7 deletions(-) diff --git a/net-mail/notmuch/files/0002-Fix-jobserver-unavailable-warning.patch b/net-mail/notmuch/files/0002-Fix-jobserver-unavailable-warning.patch new file mode 100644 index 00000000000..85ca4b6d4a5 --- /dev/null +++ b/net-mail/notmuch/files/0002-Fix-jobserver-unavailable-warning.patch @@ -0,0 +1,26 @@ +From b5e15feee139096720272d2b435ce7c4114fda15 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Amadeusz=20Piotr=20=C5=BBo=C5=82nowski?= + +Date: Sat, 9 Mar 2019 22:42:21 +0000 +Subject: [PATCH 2/2] Fix "jobserver unavailable" warning + +--- + doc/Makefile.local | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/doc/Makefile.local b/doc/Makefile.local +index bab3d0d2..dfe62295 100644 +--- a/doc/Makefile.local ++++ b/doc/Makefile.local +@@ -56,7 +56,7 @@ sphinx-texinfo: + $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(DOCBUILDDIR)/texinfo + + sphinx-info: sphinx-texinfo +- make -C $(DOCBUILDDIR)/texinfo info ++ $(MAKE) -C $(DOCBUILDDIR)/texinfo info + + # Use the man page converter that is available. We should never depend + # on MAN_ROFF_FILES if a converter is not available. +-- +2.19.2 + diff --git a/net-mail/notmuch/notmuch-0.28.3.ebuild b/net-mail/notmuch/notmuch-0.28.3.ebuild index cfb18c05180..445fa176ab4 100644 --- a/net-mail/notmuch/notmuch-0.28.3.ebuild +++ b/net-mail/notmuch/notmuch-0.28.3.ebuild @@ -30,7 +30,7 @@ CDEPEND=" !!=dev-libs/glib-2.22:2 >=dev-libs/gmime-3.0.3:3.0 - >=dev-libs/xapian-1.4.9:= + >=dev-libs/xapian-1.4.8:= dev-python/sphinx[${PYTHON_USEDEP}] sys-apps/texinfo >=sys-libs/zlib-1.2.5.2 @@ -59,7 +59,10 @@ RDEPEND="${CDEPEND} DOCS=( AUTHORS NEWS README ) SITEFILE="50${PN}-gentoo.el" MY_LD_LIBRARY_PATH="${WORKDIR}/${P}/lib" -PATCHES=( "${FILESDIR}"/0001-Use-loopback-IP-address-rather-than-name.patch ) +PATCHES=( + "${FILESDIR}"/0001-Use-loopback-IP-address-rather-than-name.patch + "${FILESDIR}"/0002-Fix-jobserver-unavailable-warning.patch +) bindings() { local ret=0 @@ -109,6 +112,8 @@ src_prepare() { # assure that new Makefile.config will be generated rm -f Makefile.config || die + sed -e 's@^install: all install-man install-info$@install: all install-info@' -i Makefile.local + if use test; then append-cflags -g append-cxxflags -g @@ -164,6 +169,8 @@ src_test() { src_install() { default + doman doc/_build/man/man?/*.? + if use emacs; then elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die fi @@ -198,11 +205,6 @@ pkg_preinst() { pkg_postinst() { use emacs && elisp-site-regen - - if has_version '=dev-libs/xapian-1.4." - fi } pkg_postrm() {