From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2AA6C1382C5 for ; Fri, 13 Apr 2018 23:47:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2789E08D3; Fri, 13 Apr 2018 23:47:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 96473E08D1 for ; Fri, 13 Apr 2018 23:47:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 84011335CA0 for ; Fri, 13 Apr 2018 23:47:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E049029F for ; Fri, 13 Apr 2018 23:22:07 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1523661699.840f6eadc9dd864c60479feae48910bee4a908db.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/poco/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/poco/poco-1.4.6_p4-r1.ebuild dev-libs/poco/poco-1.4.6_p4.ebuild dev-libs/poco/poco-1.7.6.ebuild X-VCS-Directories: dev-libs/poco/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 840f6eadc9dd864c60479feae48910bee4a908db X-VCS-Branch: master Date: Fri, 13 Apr 2018 23:22:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f446eda4-4eac-476a-b5b0-7435e2f48ff2 X-Archives-Hash: 8a7a3c13ae70b4291dead0510c3e46c2 commit: 840f6eadc9dd864c60479feae48910bee4a908db Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue Apr 10 11:32:02 2018 +0000 Commit: Aaron Bauman gentoo 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"