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 B765A1382C5 for ; Mon, 26 Mar 2018 18:40:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 858CEE08E5; Mon, 26 Mar 2018 18:40:50 +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 4030AE08E5 for ; Mon, 26 Mar 2018 18:40:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A6F37335C2F for ; Mon, 26 Mar 2018 18:40:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E8A926A for ; Mon, 26 Mar 2018 18:40:46 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1522089640.beb37ceafc9812a6a0ce54b9c0db5eae429bf4b3.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/notmuch/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/notmuch/notmuch-0.23.7.ebuild net-mail/notmuch/notmuch-0.24.2.ebuild net-mail/notmuch/notmuch-0.25.1.ebuild net-mail/notmuch/notmuch-0.25.2.ebuild net-mail/notmuch/notmuch-0.25.3.ebuild net-mail/notmuch/notmuch-0.25.ebuild X-VCS-Directories: net-mail/notmuch/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: beb37ceafc9812a6a0ce54b9c0db5eae429bf4b3 X-VCS-Branch: master Date: Mon, 26 Mar 2018 18:40:46 +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-Archives-Salt: e0055fb1-58bc-4801-b317-c171aece3e97 X-Archives-Hash: 4755bdd669d45fae026d00e5df717077 commit: beb37ceafc9812a6a0ce54b9c0db5eae429bf4b3 Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon Mar 26 18:14:12 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Mar 26 18:40:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beb37cea net-mail/notmuch: use HTTPS net-mail/notmuch/notmuch-0.23.7.ebuild | 4 ++-- net-mail/notmuch/notmuch-0.24.2.ebuild | 4 ++-- net-mail/notmuch/notmuch-0.25.1.ebuild | 4 ++-- net-mail/notmuch/notmuch-0.25.2.ebuild | 4 ++-- net-mail/notmuch/notmuch-0.25.3.ebuild | 4 ++-- net-mail/notmuch/notmuch-0.25.ebuild | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/net-mail/notmuch/notmuch-0.23.7.ebuild b/net-mail/notmuch/notmuch-0.23.7.ebuild index 4f46e03f46a..3e83fd65e55 100644 --- a/net-mail/notmuch/notmuch-0.23.7.ebuild +++ b/net-mail/notmuch/notmuch-0.23.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit bash-completion-r1 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/" +HOMEPAGE="https://notmuchmail.org/" SRC_URI="${HOMEPAGE%/}/releases/${P}.tar.gz test? ( ${HOMEPAGE%/}/releases/test-databases/database-v1.tar.xz )" diff --git a/net-mail/notmuch/notmuch-0.24.2.ebuild b/net-mail/notmuch/notmuch-0.24.2.ebuild index a16042a37e0..170d21be5c9 100644 --- a/net-mail/notmuch/notmuch-0.24.2.ebuild +++ b/net-mail/notmuch/notmuch-0.24.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit bash-completion-r1 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/" +HOMEPAGE="https://notmuchmail.org/" SRC_URI="${HOMEPAGE%/}/releases/${P}.tar.gz test? ( ${HOMEPAGE%/}/releases/test-databases/database-v1.tar.xz )" diff --git a/net-mail/notmuch/notmuch-0.25.1.ebuild b/net-mail/notmuch/notmuch-0.25.1.ebuild index a40a43dd00f..9561513c251 100644 --- a/net-mail/notmuch/notmuch-0.25.1.ebuild +++ b/net-mail/notmuch/notmuch-0.25.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit bash-completion-r1 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/" +HOMEPAGE="https://notmuchmail.org/" SRC_URI="${HOMEPAGE%/}/releases/${P}.tar.gz test? ( ${HOMEPAGE%/}/releases/test-databases/database-v1.tar.xz )" diff --git a/net-mail/notmuch/notmuch-0.25.2.ebuild b/net-mail/notmuch/notmuch-0.25.2.ebuild index 5c7f9d0860e..13c9eda4da8 100644 --- a/net-mail/notmuch/notmuch-0.25.2.ebuild +++ b/net-mail/notmuch/notmuch-0.25.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit bash-completion-r1 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/" +HOMEPAGE="https://notmuchmail.org/" SRC_URI="${HOMEPAGE%/}/releases/${P}.tar.gz test? ( ${HOMEPAGE%/}/releases/test-databases/database-v1.tar.xz )" diff --git a/net-mail/notmuch/notmuch-0.25.3.ebuild b/net-mail/notmuch/notmuch-0.25.3.ebuild index 5c7f9d0860e..13c9eda4da8 100644 --- a/net-mail/notmuch/notmuch-0.25.3.ebuild +++ b/net-mail/notmuch/notmuch-0.25.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit bash-completion-r1 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/" +HOMEPAGE="https://notmuchmail.org/" SRC_URI="${HOMEPAGE%/}/releases/${P}.tar.gz test? ( ${HOMEPAGE%/}/releases/test-databases/database-v1.tar.xz )" diff --git a/net-mail/notmuch/notmuch-0.25.ebuild b/net-mail/notmuch/notmuch-0.25.ebuild index 5c7f9d0860e..13c9eda4da8 100644 --- a/net-mail/notmuch/notmuch-0.25.ebuild +++ b/net-mail/notmuch/notmuch-0.25.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit bash-completion-r1 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/" +HOMEPAGE="https://notmuchmail.org/" SRC_URI="${HOMEPAGE%/}/releases/${P}.tar.gz test? ( ${HOMEPAGE%/}/releases/test-databases/database-v1.tar.xz )"