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 B7D3E1382C5 for ; Sun, 20 May 2018 23:27:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C81AEE0CB6; Sun, 20 May 2018 23:26:59 +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 9E6CBE0CB6 for ; Sun, 20 May 2018 23:26:59 +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 6AE4F335D11 for ; Sun, 20 May 2018 23:26:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 388E02B1 for ; Sun, 20 May 2018 23:26:55 +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: <1526858708.05d60f6875dc670f5d7fd97f29e2cbb9e17049e0.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/taylor-uucp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/taylor-uucp/taylor-uucp-1.07-r2.ebuild net-misc/taylor-uucp/taylor-uucp-1.07-r3.ebuild X-VCS-Directories: net-misc/taylor-uucp/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 05d60f6875dc670f5d7fd97f29e2cbb9e17049e0 X-VCS-Branch: master Date: Sun, 20 May 2018 23:26:55 +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: db5c71f4-8084-4c53-9ed9-e8e216299d3f X-Archives-Hash: 218f1e7709de63253bf4b04f718d510b commit: 05d60f6875dc670f5d7fd97f29e2cbb9e17049e0 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun May 20 12:12:12 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 20 23:25:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05d60f68 net-misc/taylor-uucp: use HTTPS net-misc/taylor-uucp/taylor-uucp-1.07-r2.ebuild | 4 ++-- net-misc/taylor-uucp/taylor-uucp-1.07-r3.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-misc/taylor-uucp/taylor-uucp-1.07-r2.ebuild b/net-misc/taylor-uucp/taylor-uucp-1.07-r2.ebuild index 2bbdfa55ecd..e4402f3f88a 100644 --- a/net-misc/taylor-uucp/taylor-uucp-1.07-r2.ebuild +++ b/net-misc/taylor-uucp/taylor-uucp-1.07-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -6,7 +6,7 @@ EAPI="4" inherit eutils flag-o-matic autotools DESCRIPTION="Taylor UUCP" -HOMEPAGE="http://www.airs.com/ian/uucp.html" +HOMEPAGE="https://www.airs.com/ian/uucp.html" SRC_URI="mirror://gnu/uucp/uucp-${PV}.tar.gz" LICENSE="GPL-2" diff --git a/net-misc/taylor-uucp/taylor-uucp-1.07-r3.ebuild b/net-misc/taylor-uucp/taylor-uucp-1.07-r3.ebuild index eaf9e839e96..43fa15c222c 100644 --- a/net-misc/taylor-uucp/taylor-uucp-1.07-r3.ebuild +++ b/net-misc/taylor-uucp/taylor-uucp-1.07-r3.ebuild @@ -6,7 +6,7 @@ EAPI="5" inherit eutils flag-o-matic autotools DESCRIPTION="Taylor UUCP" -HOMEPAGE="http://www.airs.com/ian/uucp.html" +HOMEPAGE="https://www.airs.com/ian/uucp.html" SRC_URI="mirror://gnu/uucp/uucp-${PV}.tar.gz" LICENSE="GPL-2"