commit: 840f6eadc9dd864c60479feae48910bee4a908db Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Tue Apr 10 11:32:02 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Fri Apr 13 23:21:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=840f6ead
dev-libs/poco: use HTTPS dev-libs/poco/poco-1.4.6_p4-r1.ebuild | 6 +++--- dev-libs/poco/poco-1.4.6_p4.ebuild | 6 +++--- dev-libs/poco/poco-1.7.6.ebuild | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dev-libs/poco/poco-1.4.6_p4-r1.ebuild b/dev-libs/poco/poco-1.4.6_p4-r1.ebuild index 77806a18259..24c307774d5 100644 --- a/dev-libs/poco/poco-1.4.6_p4-r1.ebuild +++ b/dev-libs/poco/poco-1.4.6_p4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -9,8 +9,8 @@ MY_P="${P/_}" MY_DOCP="${PN}-$(get_version_component_range 1-3)-all-doc" DESCRIPTION="C++ libraries for building network-based applications" -HOMEPAGE="http://pocoproject.org/" -SRC_URI="http://pocoproject.org/releases/poco-$(get_version_component_range 1-3)/${MY_P}-all.tar.bz2 +HOMEPAGE="https://pocoproject.org/" +SRC_URI="https://pocoproject.org/releases/poco-$(get_version_component_range 1-3)/${MY_P}-all.tar.bz2 doc? ( mirror://sourceforge/poco/${MY_DOCP}.zip )" LICENSE="Boost-1.0" SLOT="0" diff --git a/dev-libs/poco/poco-1.4.6_p4.ebuild b/dev-libs/poco/poco-1.4.6_p4.ebuild index a84174e298b..1a4742f5ae5 100644 --- a/dev-libs/poco/poco-1.4.6_p4.ebuild +++ b/dev-libs/poco/poco-1.4.6_p4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -9,8 +9,8 @@ MY_P="${P/_}" MY_DOCP="${PN}-$(get_version_component_range 1-3)-all-doc" DESCRIPTION="C++ libraries for building network-based applications" -HOMEPAGE="http://pocoproject.org/" -SRC_URI="http://pocoproject.org/releases/poco-$(get_version_component_range 1-3)/${MY_P}-all.tar.bz2 +HOMEPAGE="https://pocoproject.org/" +SRC_URI="https://pocoproject.org/releases/poco-$(get_version_component_range 1-3)/${MY_P}-all.tar.bz2 doc? ( mirror://sourceforge/poco/${MY_DOCP}.zip )" LICENSE="Boost-1.0" SLOT="0" diff --git a/dev-libs/poco/poco-1.7.6.ebuild b/dev-libs/poco/poco-1.7.6.ebuild index cd5a524f279..127c9d0ac2c 100644 --- a/dev-libs/poco/poco-1.7.6.ebuild +++ b/dev-libs/poco/poco-1.7.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit cmake-utils DESCRIPTION="C++ libraries for building network-based applications" -HOMEPAGE="http://pocoproject.org/" +HOMEPAGE="https://pocoproject.org/" SRC_URI="https://github.com/pocoproject/${PN}/archive/${P}-release.tar.gz -> ${P}.tar.gz" LICENSE="Boost-1.0" SLOT="0"