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 455901382C5 for ; Mon, 21 May 2018 17:05:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54402E0ADC; Mon, 21 May 2018 17:05:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 252AEE0ADC for ; Mon, 21 May 2018 17:05:19 +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 D98E7335C73 for ; Mon, 21 May 2018 17:05:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 342D0297 for ; Mon, 21 May 2018 17:05:15 +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: <1526922151.1eb2ddf01f1ad34b00265cf46e5a4e6b3d82b1e7.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/mothur/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/mothur/mothur-1.27.0-r1.ebuild X-VCS-Directories: sci-biology/mothur/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 1eb2ddf01f1ad34b00265cf46e5a4e6b3d82b1e7 X-VCS-Branch: master Date: Mon, 21 May 2018 17:05:15 +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: fc73ccb4-b990-428e-bb3c-836c0470351b X-Archives-Hash: 7fa08a4a5530904e0db0fb3f484d4b8e commit: 1eb2ddf01f1ad34b00265cf46e5a4e6b3d82b1e7 Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon May 21 10:13:08 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon May 21 17:02:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eb2ddf0 sci-biology/mothur: use HTTPs sci-biology/mothur/mothur-1.27.0-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-biology/mothur/mothur-1.27.0-r1.ebuild b/sci-biology/mothur/mothur-1.27.0-r1.ebuild index d12d3c9b439..9e9bf216031 100644 --- a/sci-biology/mothur/mothur-1.27.0-r1.ebuild +++ b/sci-biology/mothur/mothur-1.27.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,8 +6,8 @@ EAPI=5 inherit eutils flag-o-matic fortran-2 toolchain-funcs DESCRIPTION="A suite of algorithms for ecological bioinformatics" -HOMEPAGE="http://www.mothur.org/" -SRC_URI="http://www.mothur.org/w/images/c/cb/Mothur.${PV}.zip -> ${P}.zip" +HOMEPAGE="https://www.mothur.org/" +SRC_URI="https://www.mothur.org/w/images/c/cb/Mothur.${PV}.zip -> ${P}.zip" LICENSE="GPL-3" SLOT="0"