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 D902B1382C5 for ; Sun, 6 May 2018 14:16:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50B9CE0903; Sun, 6 May 2018 14:16:42 +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 30EE1E0903 for ; Sun, 6 May 2018 14:16:42 +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 C46A8335CA2 for ; Sun, 6 May 2018 14:16:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D428275 for ; Sun, 6 May 2018 14:16:38 +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: <1525616028.be94a23370f225eaf6cb2e1a891d6d82b7167962.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/pipes/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/pipes/pipes-1.16.1-r1.ebuild net-misc/pipes/pipes-1.16.1.ebuild X-VCS-Directories: net-misc/pipes/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: be94a23370f225eaf6cb2e1a891d6d82b7167962 X-VCS-Branch: master Date: Sun, 6 May 2018 14:16:38 +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: 3c869bed-4679-40b6-ab6c-499eede930b6 X-Archives-Hash: 61c003d3db7e98eee6c8f6bba6560d1f commit: be94a23370f225eaf6cb2e1a891d6d82b7167962 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun May 6 10:10:01 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 6 14:13:48 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be94a233 net-misc/pipes: use HTTPS net-misc/pipes/pipes-1.16.1-r1.ebuild | 4 ++-- net-misc/pipes/pipes-1.16.1.ebuild | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net-misc/pipes/pipes-1.16.1-r1.ebuild b/net-misc/pipes/pipes-1.16.1-r1.ebuild index 7d8cc7dd125..7f0bb0e9c86 100644 --- a/net-misc/pipes/pipes-1.16.1-r1.ebuild +++ b/net-misc/pipes/pipes-1.16.1-r1.ebuild @@ -5,8 +5,8 @@ EAPI=6 inherit toolchain-funcs DESCRIPTION="Very versatile TCP pipes" -HOMEPAGE="http://bisqwit.iki.fi/source/pipes.html" -SRC_URI="http://bisqwit.iki.fi/src/arch/${P}.tar.bz2" +HOMEPAGE="https://bisqwit.iki.fi/source/pipes.html" +SRC_URI="https://bisqwit.iki.fi/src/arch/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" diff --git a/net-misc/pipes/pipes-1.16.1.ebuild b/net-misc/pipes/pipes-1.16.1.ebuild index b27bf4a83e1..99191300b44 100644 --- a/net-misc/pipes/pipes-1.16.1.ebuild +++ b/net-misc/pipes/pipes-1.16.1.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 @@ -6,8 +6,8 @@ EAPI=5 inherit eutils toolchain-funcs DESCRIPTION="Very versatile TCP pipes" -HOMEPAGE="http://bisqwit.iki.fi/source/pipes.html" -SRC_URI="http://bisqwit.iki.fi/src/arch/${P}.tar.bz2" +HOMEPAGE="https://bisqwit.iki.fi/source/pipes.html" +SRC_URI="https://bisqwit.iki.fi/src/arch/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0"