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 2BE1D138350 for ; Thu, 16 Jan 2020 07:03:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 151BEE08F9; Thu, 16 Jan 2020 07:03:09 +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 F32BDE08F9 for ; Thu, 16 Jan 2020 07:03:08 +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 E92BB34E111 for ; Thu, 16 Jan 2020 07:03:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B5B8C0 for ; Thu, 16 Jan 2020 07:03:03 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1579158177.35fbb469eeb84c740d4d40efa2789b0d7b2f40de.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/scikits_learn/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/scikits_learn/scikits_learn-0.20.2.ebuild sci-libs/scikits_learn/scikits_learn-0.20.4.ebuild X-VCS-Directories: sci-libs/scikits_learn/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 35fbb469eeb84c740d4d40efa2789b0d7b2f40de X-VCS-Branch: master Date: Thu, 16 Jan 2020 07:03:03 +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: cbc84878-09ab-4919-af6d-e21a55f03433 X-Archives-Hash: 46ae37fd2098c60f4fe44cf355d8ae87 commit: 35fbb469eeb84c740d4d40efa2789b0d7b2f40de Author: Michał Górny gentoo org> AuthorDate: Thu Jan 16 07:00:35 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jan 16 07:02:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35fbb469 sci-libs/scikits_learn: Use HTTPS Signed-off-by: Michał Górny gentoo.org> sci-libs/scikits_learn/scikits_learn-0.20.2.ebuild | 2 +- sci-libs/scikits_learn/scikits_learn-0.20.4.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/scikits_learn/scikits_learn-0.20.2.ebuild b/sci-libs/scikits_learn/scikits_learn-0.20.2.ebuild index 2f8f116d33b..901e9afe5ff 100644 --- a/sci-libs/scikits_learn/scikits_learn-0.20.2.ebuild +++ b/sci-libs/scikits_learn/scikits_learn-0.20.2.ebuild @@ -11,7 +11,7 @@ MYPN="${PN/scikits_/scikit-}" MYP="${MYPN}-${PV}" DESCRIPTION="Python modules for machine learning and data mining" -HOMEPAGE="http://scikit-learn.org" +HOMEPAGE="https://scikit-learn.org" SRC_URI="mirror://pypi/${MYPN:0:1}/${MYPN}/${MYP}.tar.gz" LICENSE="BSD" diff --git a/sci-libs/scikits_learn/scikits_learn-0.20.4.ebuild b/sci-libs/scikits_learn/scikits_learn-0.20.4.ebuild index 2f8f116d33b..901e9afe5ff 100644 --- a/sci-libs/scikits_learn/scikits_learn-0.20.4.ebuild +++ b/sci-libs/scikits_learn/scikits_learn-0.20.4.ebuild @@ -11,7 +11,7 @@ MYPN="${PN/scikits_/scikit-}" MYP="${MYPN}-${PV}" DESCRIPTION="Python modules for machine learning and data mining" -HOMEPAGE="http://scikit-learn.org" +HOMEPAGE="https://scikit-learn.org" SRC_URI="mirror://pypi/${MYPN:0:1}/${MYPN}/${MYP}.tar.gz" LICENSE="BSD"