diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-10 13:32:02 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-04-13 19:21:39 -0400 |
commit | 840f6eadc9dd864c60479feae48910bee4a908db (patch) | |
tree | c7ef3714f92303b2ed0b2329597cd4e448e6ce5d /dev-libs/poco | |
parent | dev-libs/boost: use HTTPS (diff) | |
download | gentoo-840f6eadc9dd864c60479feae48910bee4a908db.tar.gz gentoo-840f6eadc9dd864c60479feae48910bee4a908db.tar.bz2 gentoo-840f6eadc9dd864c60479feae48910bee4a908db.zip |
dev-libs/poco: use HTTPS
Diffstat (limited to 'dev-libs/poco')
-rw-r--r-- | dev-libs/poco/poco-1.4.6_p4-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/poco/poco-1.4.6_p4.ebuild | 6 | ||||
-rw-r--r-- | 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 77806a182593..24c307774d53 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 a84174e298be..1a4742f5ae5d 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 cd5a524f2790..127c9d0ac2c1 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" |