From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BE61359CB2 for ; Fri, 15 Apr 2016 08:02:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BC84E088C; Fri, 15 Apr 2016 08:02:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E23EAE088C for ; Fri, 15 Apr 2016 08:02:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 60A6B340DEF for ; Fri, 15 Apr 2016 08:02:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8267313FE for ; Fri, 15 Apr 2016 08:02:12 +0000 (UTC) From: "Andrew Savchenko" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Savchenko" Message-ID: <1460707307.4f27c7d98592a43445463be3695ff4c569273113.bircoph@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/root/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/root/root-5.34.26.ebuild sci-physics/root/root-5.34.32.ebuild sci-physics/root/root-6.02.05-r2.ebuild sci-physics/root/root-6.04.06.ebuild X-VCS-Directories: sci-physics/root/ X-VCS-Committer: bircoph X-VCS-Committer-Name: Andrew Savchenko X-VCS-Revision: 4f27c7d98592a43445463be3695ff4c569273113 X-VCS-Branch: master Date: Fri, 15 Apr 2016 08:02:12 +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: 4a7b3c9c-8988-4ff5-b396-e93e662f131c X-Archives-Hash: 760cc44610b841015c0a0f0d257b6cd9 commit: 4f27c7d98592a43445463be3695ff4c569273113 Author: Andrew Savchenko gentoo org> AuthorDate: Fri Apr 15 07:44:28 2016 +0000 Commit: Andrew Savchenko gentoo org> CommitDate: Fri Apr 15 08:01:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f27c7d9 sci-physics/root: ftp -> https SRC_URI move Upstream disabled ftp service, so https should be used now. https://sft.its.cern.ch/jira/browse/ROOT-8114 Package-Manager: portage-2.2.28 Signed-off-by: Andrew Savchenko gentoo.org> sci-physics/root/root-5.34.26.ebuild | 2 +- sci-physics/root/root-5.34.32.ebuild | 2 +- sci-physics/root/root-6.02.05-r2.ebuild | 4 ++-- sci-physics/root/root-6.04.06.ebuild | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sci-physics/root/root-5.34.26.ebuild b/sci-physics/root/root-5.34.26.ebuild index 80feeae..1d065a1 100644 --- a/sci-physics/root/root-5.34.26.ebuild +++ b/sci-physics/root/root-5.34.26.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 EGIT_REPO_URI="http://root.cern.ch/git/root.git" else - SRC_URI="ftp://root.cern.ch/${PN}/${PN}_v${PV}.source.tar.gz" + SRC_URI="https://root.cern.ch/download/${PN}_v${PV}.source.tar.gz" KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" fi diff --git a/sci-physics/root/root-5.34.32.ebuild b/sci-physics/root/root-5.34.32.ebuild index 2fb31dc..4a526da 100644 --- a/sci-physics/root/root-5.34.32.ebuild +++ b/sci-physics/root/root-5.34.32.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 EGIT_REPO_URI="http://root.cern.ch/git/root.git" else - SRC_URI="ftp://root.cern.ch/${PN}/${PN}_v${PV}.source.tar.gz" + SRC_URI="https://root.cern.ch/download/${PN}_v${PV}.source.tar.gz" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" fi diff --git a/sci-physics/root/root-6.02.05-r2.ebuild b/sci-physics/root/root-6.02.05-r2.ebuild index a410d12..b5b1974 100644 --- a/sci-physics/root/root-6.02.05-r2.ebuild +++ b/sci-physics/root/root-6.02.05-r2.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 EGIT_REPO_URI="http://root.cern.ch/git/root.git" else - SRC_URI="ftp://root.cern.ch/${PN}/${PN}_v${PV}.source.tar.gz" + SRC_URI="https://root.cern.ch/download/${PN}_v${PV}.source.tar.gz" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" fi @@ -19,7 +19,7 @@ inherit elisp-common eutils fdo-mime fortran-2 multilib python-single-r1 \ DESCRIPTION="C++ data analysis framework and interpreter from CERN" HOMEPAGE="http://root.cern.ch/" -DOC_URI="ftp://root.cern.ch/${PN}/doc" +DOC_URI="https://root.cern.ch/download/doc" SLOT="0/$(get_version_component_range 1-3 ${PV})" LICENSE="LGPL-2.1 freedist MSttfEULA LGPL-3 libpng UoI-NCSA" diff --git a/sci-physics/root/root-6.04.06.ebuild b/sci-physics/root/root-6.04.06.ebuild index c3ef6fb..1301a19 100644 --- a/sci-physics/root/root-6.04.06.ebuild +++ b/sci-physics/root/root-6.04.06.ebuild @@ -11,8 +11,8 @@ inherit elisp-common eutils fdo-mime fortran-2 multilib python-single-r1 \ DESCRIPTION="C++ data analysis framework and interpreter from CERN" HOMEPAGE="http://root.cern.ch/" -SRC_URI="ftp://root.cern.ch/${PN}/${PN}_v${PV}.source.tar.gz" -DOC_URI="ftp://root.cern.ch/${PN}/doc" +SRC_URI="https://root.cern.ch/download/${PN}_v${PV}.source.tar.gz" +DOC_URI="https://root.cern.ch/download/doc" SLOT="0/$(get_version_component_range 1-3 ${PV})" LICENSE="LGPL-2.1 freedist MSttfEULA LGPL-3 libpng UoI-NCSA"