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 BEB21138334 for ; Sun, 5 May 2019 01:02:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A247AE085B; Sun, 5 May 2019 01:02:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 87534E0844 for ; Sun, 5 May 2019 01:02:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A0B8C343649 for ; Sun, 5 May 2019 01:02:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F71E5D5 for ; Sun, 5 May 2019 01:02:26 +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: <1557018135.25eddc2c838f119cd64e13afb7607c612602baa1.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libestr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libestr/libestr-0.1.10.ebuild dev-libs/libestr/libestr-0.1.11.ebuild X-VCS-Directories: dev-libs/libestr/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 25eddc2c838f119cd64e13afb7607c612602baa1 X-VCS-Branch: master Date: Sun, 5 May 2019 01:02:26 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 020d5995-0100-4cd6-98fd-9b4a67d51cd1 X-Archives-Hash: 1e34f63aa4af07074c7f5a79d8f9a817 commit: 25eddc2c838f119cd64e13afb7607c612602baa1 Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri May 3 19:22:52 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 5 01:02:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25eddc2c dev-libs/libestr: use HTTPS Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11887 Signed-off-by: Aaron Bauman gentoo.org> dev-libs/libestr/libestr-0.1.10.ebuild | 6 +++--- dev-libs/libestr/libestr-0.1.11.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-libs/libestr/libestr-0.1.10.ebuild b/dev-libs/libestr/libestr-0.1.10.ebuild index 7fdd28148ec..c02a15e7005 100644 --- a/dev-libs/libestr/libestr-0.1.10.ebuild +++ b/dev-libs/libestr/libestr-0.1.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit autotools DESCRIPTION="Library for some string essentials" -HOMEPAGE="http://libestr.adiscon.com/" -SRC_URI="http://libestr.adiscon.com/files/download/${P}.tar.gz" +HOMEPAGE="https://libestr.adiscon.com/" +SRC_URI="https://libestr.adiscon.com/files/download/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" diff --git a/dev-libs/libestr/libestr-0.1.11.ebuild b/dev-libs/libestr/libestr-0.1.11.ebuild index 1d625e762d5..9a94a570065 100644 --- a/dev-libs/libestr/libestr-0.1.11.ebuild +++ b/dev-libs/libestr/libestr-0.1.11.ebuild @@ -6,8 +6,8 @@ EAPI="7" inherit autotools DESCRIPTION="Library for some string essentials" -HOMEPAGE="http://libestr.adiscon.com/" -SRC_URI="http://libestr.adiscon.com/files/download/${P}.tar.gz" +HOMEPAGE="https://libestr.adiscon.com/" +SRC_URI="https://libestr.adiscon.com/files/download/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0"