sci-physics/root: ftp -> https SRC_URI move
authorAndrew Savchenko <bircoph@gentoo.org>
Fri, 15 Apr 2016 07:44:28 +0000 (10:44 +0300)
committerAndrew Savchenko <bircoph@gentoo.org>
Fri, 15 Apr 2016 08:01:47 +0000 (11:01 +0300)
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@gentoo.org>
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

index 80feeaef14f567ed11f65670bf8d2f060382ee55..1d065a13b65d370808e7459140a4080d9913c1e4 100644 (file)
@@ -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
 
index 2fb31dcb9382e219527b2cc07709f3d0c88899d3..4a526da40e9b61f9b7539f18d796ea7cfe6bf566 100644 (file)
@@ -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
 
index a410d12296b9bf326ea516b065a9cd115e22e8b5..b5b197403439423ad8f0afbf82202ee42657738d 100644 (file)
@@ -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"
index c3ef6fb100cd127e89e400011626f3e37b6e4608..1301a196b78193ffd218382fdfedbf233212ceb8 100644 (file)
@@ -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"