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 822E0138346 for ; Wed, 8 Jan 2020 15:01:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1164E0899; Wed, 8 Jan 2020 15:01:03 +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 8C6AFE0899 for ; Wed, 8 Jan 2020 15:01:03 +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 41DED34DCE1 for ; Wed, 8 Jan 2020 15:01:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C32F938 for ; Wed, 8 Jan 2020 15:01:00 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1578495629.12366f83cf990b700d3b5d11180ecea5a6e8c821.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/mandoc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/mandoc/mandoc-1.14.4.ebuild app-text/mandoc/mandoc-1.14.5.ebuild X-VCS-Directories: app-text/mandoc/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 12366f83cf990b700d3b5d11180ecea5a6e8c821 X-VCS-Branch: master Date: Wed, 8 Jan 2020 15:01:00 +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: 271e9a06-1db6-45a5-af48-4214ce409e72 X-Archives-Hash: 9e65dacadebc12a0bb5a960d35bb4d7a commit: 12366f83cf990b700d3b5d11180ecea5a6e8c821 Author: Mike Frysinger gentoo org> AuthorDate: Wed Jan 8 15:00:29 2020 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Wed Jan 8 15:00:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12366f83 app-text/mandoc: switch URIs to https Signed-off-by: Mike Frysinger gentoo.org> app-text/mandoc/mandoc-1.14.4.ebuild | 4 ++-- app-text/mandoc/mandoc-1.14.5.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-text/mandoc/mandoc-1.14.4.ebuild b/app-text/mandoc/mandoc-1.14.4.ebuild index 8c8b1bec615..fbcafa5a765 100644 --- a/app-text/mandoc/mandoc-1.14.4.ebuild +++ b/app-text/mandoc/mandoc-1.14.4.ebuild @@ -6,8 +6,8 @@ EAPI="6" inherit multilib toolchain-funcs DESCRIPTION="Suite of tools compiling mdoc and man" -HOMEPAGE="http://mdocml.bsd.lv/" -SRC_URI="http://mdocml.bsd.lv/snapshots/${P}.tar.gz" +HOMEPAGE="https://mdocml.bsd.lv/" +SRC_URI="https://mdocml.bsd.lv/snapshots/${P}.tar.gz" LICENSE="ISC" SLOT="0" diff --git a/app-text/mandoc/mandoc-1.14.5.ebuild b/app-text/mandoc/mandoc-1.14.5.ebuild index 4b5e8af2d4f..029a69eeadc 100644 --- a/app-text/mandoc/mandoc-1.14.5.ebuild +++ b/app-text/mandoc/mandoc-1.14.5.ebuild @@ -6,8 +6,8 @@ EAPI="6" inherit multilib toolchain-funcs DESCRIPTION="Suite of tools compiling mdoc and man" -HOMEPAGE="http://mdocml.bsd.lv/" -SRC_URI="http://mdocml.bsd.lv/snapshots/${P}.tar.gz" +HOMEPAGE="https://mdocml.bsd.lv/" +SRC_URI="https://mdocml.bsd.lv/snapshots/${P}.tar.gz" LICENSE="ISC" SLOT="0"