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 EF7431396DA for ; Mon, 6 Nov 2017 01:58:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 830E6E0F68; Mon, 6 Nov 2017 01:58:12 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 666E4E0F68 for ; Mon, 6 Nov 2017 01:58:12 +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 736B13416F8 for ; Mon, 6 Nov 2017 01:58:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D9AD9670 for ; Mon, 6 Nov 2017 01:58:08 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1509933437.0e0aa278fcc593b5168ce201e4c75ae19d350078.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/vtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/vtk/vtk-6.1.0-r4.ebuild sci-libs/vtk/vtk-7.1.0.ebuild X-VCS-Directories: sci-libs/vtk/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0e0aa278fcc593b5168ce201e4c75ae19d350078 X-VCS-Branch: master Date: Mon, 6 Nov 2017 01:58:08 +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: 9c04c957-5983-4bbb-b727-5e0ea07dfbf1 X-Archives-Hash: 3b3afb709159a7d3add58ad35cb35c61 commit: 0e0aa278fcc593b5168ce201e4c75ae19d350078 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 5 20:10:29 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Nov 6 01:57:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e0aa278 sci-libs/vtk: Switch to https Package-Manager: Portage-2.3.13, Repoman-2.3.4 sci-libs/vtk/vtk-6.1.0-r4.ebuild | 10 +++++----- sci-libs/vtk/vtk-7.1.0.ebuild | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/sci-libs/vtk/vtk-6.1.0-r4.ebuild b/sci-libs/vtk/vtk-6.1.0-r4.ebuild index 409b62823c8..d93b08dc870 100644 --- a/sci-libs/vtk/vtk-6.1.0-r4.ebuild +++ b/sci-libs/vtk/vtk-6.1.0-r4.ebuild @@ -14,13 +14,13 @@ inherit eutils flag-o-matic java-pkg-opt-2 python-single-r1 qmake-utils versiona SPV="$(get_version_component_range 1-2)" DESCRIPTION="The Visualization Toolkit" -HOMEPAGE="http://www.vtk.org/" +HOMEPAGE="https://www.vtk.org/" SRC_URI=" - http://www.${PN}.org/files/release/${SPV}/VTK-${PV}.tar.gz - doc? ( http://www.${PN}.org/files/release/${SPV}/${PN}DocHtml-${PV}.tar.gz ) + https://www.${PN}.org/files/release/${SPV}/VTK-${PV}.tar.gz + doc? ( https://www.${PN}.org/files/release/${SPV}/${PN}DocHtml-${PV}.tar.gz ) test? ( - http://www.${PN}.org/files/release/${SPV}/VTKData-${PV}.tar.gz - http://www.${PN}.org/files/release/${SPV}/VTKLargeData-${PV}.tar.gz + https://www.${PN}.org/files/release/${SPV}/VTKData-${PV}.tar.gz + https://www.${PN}.org/files/release/${SPV}/VTKLargeData-${PV}.tar.gz ) " diff --git a/sci-libs/vtk/vtk-7.1.0.ebuild b/sci-libs/vtk/vtk-7.1.0.ebuild index b3324b6d7d7..0ed71fe076f 100644 --- a/sci-libs/vtk/vtk-7.1.0.ebuild +++ b/sci-libs/vtk/vtk-7.1.0.ebuild @@ -13,13 +13,13 @@ inherit flag-o-matic java-pkg-opt-2 python-single-r1 qmake-utils versionator too SPV="$(get_version_component_range 1-2)" DESCRIPTION="The Visualization Toolkit" -HOMEPAGE="http://www.vtk.org/" +HOMEPAGE="https://www.vtk.org/" SRC_URI=" - http://www.vtk.org/files/release/${SPV}/VTK-${PV}.tar.gz - doc? ( http://www.vtk.org/files/release/${SPV}/vtkDocHtml-${PV}.tar.gz ) + https://www.vtk.org/files/release/${SPV}/VTK-${PV}.tar.gz + doc? ( https://www.vtk.org/files/release/${SPV}/vtkDocHtml-${PV}.tar.gz ) test? ( - http://www.vtk.org/files/release/${SPV}/VTKData-${PV}.tar.gz - http://www.vtk.org/files/release/${SPV}/VTKLargeData-${PV}.tar.gz + https://www.vtk.org/files/release/${SPV}/VTKData-${PV}.tar.gz + https://www.vtk.org/files/release/${SPV}/VTKLargeData-${PV}.tar.gz ) "