commit:     4f27c7d98592a43445463be3695ff4c569273113
Author:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 15 07:44:28 2016 +0000
Commit:     Andrew Savchenko <bircoph <AT> gentoo <DOT> 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 <bircoph <AT> 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"

Reply via email to