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 8EBB11382C5 for ; Mon, 21 May 2018 17:05:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64FFEE0AE7; 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 3A890E0AE3 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 D9D83335C79 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 204182B0 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.480a08a4588d46e46e77d3d75a0e2f1ba3f58d94.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/prosite/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/prosite/prosite-2017.02.ebuild X-VCS-Directories: sci-biology/prosite/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 480a08a4588d46e46e77d3d75a0e2f1ba3f58d94 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: 3c34988d-cfd1-484c-a8d6-3df1fd319153 X-Archives-Hash: e3c59683008321c8b80427b51cab6da9 commit: 480a08a4588d46e46e77d3d75a0e2f1ba3f58d94 Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon May 21 10:12:00 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=480a08a4 sci-biology/prosite: use HTTPs sci-biology/prosite/prosite-2017.02.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-biology/prosite/prosite-2017.02.ebuild b/sci-biology/prosite/prosite-2017.02.ebuild index b3d9ef2335f..6003b17cff8 100644 --- a/sci-biology/prosite/prosite-2017.02.ebuild +++ b/sci-biology/prosite/prosite-2017.02.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="A protein families and domains database" -HOMEPAGE="http://prosite.expasy.org/" +HOMEPAGE="https://prosite.expasy.org/" SRC_URI="ftp://ftp.expasy.org/databases/prosite/old_releases/prosite${PV//./_}.tar.bz2" LICENSE="swiss-prot"