diff options
author | Andrew Savchenko <bircoph@gentoo.org> | 2016-04-15 06:45:29 +0300 |
---|---|---|
committer | Andrew Savchenko <bircoph@gentoo.org> | 2016-04-15 11:01:47 +0300 |
commit | d9c0078418780d57dc3e0f7caa14ed69f91939af (patch) | |
tree | 531daa272390a4d198e51ae64b96d675b3ed512e /app-doc | |
parent | dev-java/shared-objects: Clean up old. (diff) | |
download | gentoo-d9c0078418780d57dc3e0f7caa14ed69f91939af.tar.gz gentoo-d9c0078418780d57dc3e0f7caa14ed69f91939af.tar.bz2 gentoo-d9c0078418780d57dc3e0f7caa14ed69f91939af.zip |
app-doc/root-docs: 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 'app-doc')
-rw-r--r-- | app-doc/root-docs/root-docs-5.34.26.ebuild | 4 | ||||
-rw-r--r-- | app-doc/root-docs/root-docs-5.34.32.ebuild | 4 | ||||
-rw-r--r-- | app-doc/root-docs/root-docs-6.02.05.ebuild | 4 | ||||
-rw-r--r-- | app-doc/root-docs/root-docs-6.04.06.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/app-doc/root-docs/root-docs-5.34.26.ebuild b/app-doc/root-docs/root-docs-5.34.26.ebuild index 00d7860fb443..d1c50cf07229 100644 --- a/app-doc/root-docs/root-docs-5.34.26.ebuild +++ b/app-doc/root-docs/root-docs-5.34.26.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="http://root.cern.ch/git/root.git" KEYWORDS="" else - SRC_URI="ftp://root.cern.ch/${ROOT_PN}/${ROOT_PN}_v${PV}.source.tar.gz" + SRC_URI="https://root.cern.ch/download/${ROOT_PN}_v${PV}.source.tar.gz" KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" S="${WORKDIR}/${ROOT_PN}" fi diff --git a/app-doc/root-docs/root-docs-5.34.32.ebuild b/app-doc/root-docs/root-docs-5.34.32.ebuild index 6047298d801b..55e5f5d96906 100644 --- a/app-doc/root-docs/root-docs-5.34.32.ebuild +++ b/app-doc/root-docs/root-docs-5.34.32.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="http://root.cern.ch/git/root.git" KEYWORDS="" else - SRC_URI="ftp://root.cern.ch/${ROOT_PN}/${ROOT_PN}_v${PV}.source.tar.gz" + SRC_URI="https://root.cern.ch/download/${ROOT_PN}_v${PV}.source.tar.gz" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" S="${WORKDIR}/${ROOT_PN}" fi diff --git a/app-doc/root-docs/root-docs-6.02.05.ebuild b/app-doc/root-docs/root-docs-6.02.05.ebuild index cf871ee9625a..e5c31b1ccca8 100644 --- a/app-doc/root-docs/root-docs-6.02.05.ebuild +++ b/app-doc/root-docs/root-docs-6.02.05.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then EVCS_OFFLINE=yes # we need exactly the same checkout as root itself EGIT_REPO_URI="http://root.cern.ch/git/root.git" else - SRC_URI="ftp://root.cern.ch/${ROOT_PN}/${ROOT_PN}_v${PV}.source.tar.gz" + SRC_URI="https://root.cern.ch/download/${ROOT_PN}_v${PV}.source.tar.gz" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" S="${WORKDIR}/${ROOT_PN}-${PV}" fi diff --git a/app-doc/root-docs/root-docs-6.04.06.ebuild b/app-doc/root-docs/root-docs-6.04.06.ebuild index 634695228441..cb7c22f14a23 100644 --- a/app-doc/root-docs/root-docs-6.04.06.ebuild +++ b/app-doc/root-docs/root-docs-6.04.06.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ inherit eutils multilib virtualx python-any-r1 DESCRIPTION="Documentation for ROOT Data Analysis Framework" HOMEPAGE="http://root.cern.ch/drupal" -SRC_URI="ftp://root.cern.ch/${ROOT_PN}/${ROOT_PN}_v${PV}.source.tar.gz +SRC_URI="https://root.cern.ch/download/${ROOT_PN}_v${PV}.source.tar.gz math? ( http://tmva.sourceforge.net/docu/TMVAUsersGuide.pdf -> TMVAUsersGuide-v${TMVA_DOC_PV}.pdf http://root.cern.ch/download/doc/RooFit_Users_Manual_${ROOFIT_DOC_PV}.pdf |