public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/notmuch/files/
Date: Fri, 20 Jan 2017 20:20:54 +0000 (UTC)	[thread overview]
Message-ID: <1484943640.8b6596f187991bfe593096f79706cf00558586ba.soap@gentoo> (raw)

commit:     8b6596f187991bfe593096f79706cf00558586ba
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Jan 20 06:38:17 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 20:20:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b6596f1

net-mail/notmuch: remove unused patch/file

Closes: https://github.com/gentoo/gentoo/pull/3558

 ...01-test-exit-with-nonzero-value-when-not-.patch | 56 ----------------------
 net-mail/notmuch/files/60notmuch-pick-gentoo.el    |  1 -
 2 files changed, 57 deletions(-)

diff --git a/net-mail/notmuch/files/0.16-0001-test-exit-with-nonzero-value-when-not-.patch b/net-mail/notmuch/files/0.16-0001-test-exit-with-nonzero-value-when-not-.patch
deleted file mode 100644
index f66a124..00000000
--- a/net-mail/notmuch/files/0.16-0001-test-exit-with-nonzero-value-when-not-.patch
+++ /dev/null
@@ -1,56 +0,0 @@
-From c1f05bfb791e82776f5759e38c758cedd7e6190f Mon Sep 17 00:00:00 2001
-From: Tomi Ollila <tomi.ollila@iki.fi>
-Date: Sun, 8 Sep 2013 18:53:30 +0300
-Subject: [PATCH] test: exit with nonzero value when not all tests completed
- successfully
-
-If any of the tests in our test system is not passing the execution
-of the test suite completes with nonzero exit value.
-
-It is better to rely on the exit value of the test system instead
-of some arbitrary strings in test output (or use both).
----
- test/aggregate-results.sh | 9 +++++++++
- test/notmuch-test         | 3 +++
- 2 files changed, 12 insertions(+)
-
-diff --git a/test/aggregate-results.sh b/test/aggregate-results.sh
-index 732d6ca..b016edb 100755
---- a/test/aggregate-results.sh
-+++ b/test/aggregate-results.sh
-@@ -1,5 +1,7 @@
- #!/usr/bin/env bash
- 
-+set -eu
-+
- fixed=0
- success=0
- failed=0
-@@ -79,3 +81,10 @@ if [ "$skipped" != "0" ]; then
-     tests=$(pluralize "test" $skipped)
-     echo "$skipped $tests skipped."
- fi
-+
-+if [ $success -gt 0 -a $fixed -eq 0 -a $failed -eq 0 -a $skipped -eq 0 ]
-+then
-+    exit 0
-+else
-+    exit 1
-+fi
-diff --git a/test/notmuch-test b/test/notmuch-test
-index 6db7979..aa28bb0 100755
---- a/test/notmuch-test
-+++ b/test/notmuch-test
-@@ -97,6 +97,9 @@ trap - HUP INT TERM
- 
- # Report results
- ./aggregate-results.sh test-results/*
-+ev=$?
- 
- # Clean up
- rm -rf test-results corpus.mail
-+
-+exit $ev
--- 
-1.8.3.2
-

diff --git a/net-mail/notmuch/files/60notmuch-pick-gentoo.el b/net-mail/notmuch/files/60notmuch-pick-gentoo.el
deleted file mode 100644
index 84ef4b4..00000000
--- a/net-mail/notmuch/files/60notmuch-pick-gentoo.el
+++ /dev/null
@@ -1 +0,0 @@
-(autoload 'notmuch-pick "notmuch-pick" "Run notmuch pick with the given `query' and display the results" t)


             reply	other threads:[~2017-01-20 20:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-20 20:20 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-10-28 22:04 [gentoo-commits] repo/gentoo:master commit in: net-mail/notmuch/files/ Amadeusz Piotr Żołnowski
2023-05-22 21:27 Conrad Kostecki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1484943640.8b6596f187991bfe593096f79706cf00558586ba.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox