diff options
author | Andrew Savchenko <bircoph@gentoo.org> | 2016-04-15 10:44:28 +0300 |
---|---|---|
committer | Andrew Savchenko <bircoph@gentoo.org> | 2016-04-15 11:01:47 +0300 |
commit | 4f27c7d98592a43445463be3695ff4c569273113 (patch) | |
tree | 19e593d6d82215eb0f89c09ddfc3077ea3d4266d /sci-physics | |
parent | app-doc/root-docs: http -> https (diff) | |
download | gentoo-4f27c7d98592a43445463be3695ff4c569273113.tar.gz gentoo-4f27c7d98592a43445463be3695ff4c569273113.tar.bz2 gentoo-4f27c7d98592a43445463be3695ff4c569273113.zip |
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@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/root/root-5.34.26.ebuild | 2 | ||||
-rw-r--r-- | sci-physics/root/root-5.34.32.ebuild | 2 | ||||
-rw-r--r-- | sci-physics/root/root-6.02.05-r2.ebuild | 4 | ||||
-rw-r--r-- | 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 80feeaef14f5..1d065a13b65d 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 2fb31dcb9382..4a526da40e9b 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 a410d12296b9..b5b197403439 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 c3ef6fb100cd..1301a196b781 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" |