commit: d9c0078418780d57dc3e0f7caa14ed69f91939af Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org> AuthorDate: Fri Apr 15 03:45:29 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=d9c00784
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 <AT> gentoo.org> app-doc/root-docs/root-docs-5.34.26.ebuild | 4 ++-- app-doc/root-docs/root-docs-5.34.32.ebuild | 4 ++-- app-doc/root-docs/root-docs-6.02.05.ebuild | 4 ++-- 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 00d7860..d1c50cf 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 6047298..55e5f5d 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 cf871ee..e5c31b1 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 6346952..cb7c22f 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
