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 95DFD138334 for ; Wed, 29 May 2019 04:14:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2959BE0829; Wed, 29 May 2019 04:14:38 +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 E2373E0829 for ; Wed, 29 May 2019 04:14:37 +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 26FBA3451CB for ; Wed, 29 May 2019 04:14:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFB4246D for ; Wed, 29 May 2019 04:14:33 +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: <1559102567.95dbf40b38a1cc4c353697cae9a09d63b42958b5.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/liquid-dsp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/liquid-dsp/liquid-dsp-1.3.0.ebuild net-libs/liquid-dsp/liquid-dsp-1.3.1.ebuild net-libs/liquid-dsp/liquid-dsp-9999.ebuild X-VCS-Directories: net-libs/liquid-dsp/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 95dbf40b38a1cc4c353697cae9a09d63b42958b5 X-VCS-Branch: master Date: Wed, 29 May 2019 04:14:33 +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: a626aa17-a979-4bb0-82d5-b9891f77b45b X-Archives-Hash: db5fedbce8376d0958acd203749b3632 commit: 95dbf40b38a1cc4c353697cae9a09d63b42958b5 Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue May 28 21:54:55 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed May 29 04:02:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95dbf40b net-libs/liquid-dsp: use HTTPS Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12125 Signed-off-by: Aaron Bauman gentoo.org> net-libs/liquid-dsp/liquid-dsp-1.3.0.ebuild | 4 ++-- net-libs/liquid-dsp/liquid-dsp-1.3.1.ebuild | 4 ++-- net-libs/liquid-dsp/liquid-dsp-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net-libs/liquid-dsp/liquid-dsp-1.3.0.ebuild b/net-libs/liquid-dsp/liquid-dsp-1.3.0.ebuild index fcd3127de23..1e7b8067e41 100644 --- a/net-libs/liquid-dsp/liquid-dsp-1.3.0.ebuild +++ b/net-libs/liquid-dsp/liquid-dsp-1.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit autotools multilib DESCRIPTION="digital signal processing library for software-defined radios" -HOMEPAGE="http://liquidsdr.org" +HOMEPAGE="https://liquidsdr.org" LICENSE="MIT" SLOT="0" diff --git a/net-libs/liquid-dsp/liquid-dsp-1.3.1.ebuild b/net-libs/liquid-dsp/liquid-dsp-1.3.1.ebuild index 968f83948b9..a22a52f75ad 100644 --- a/net-libs/liquid-dsp/liquid-dsp-1.3.1.ebuild +++ b/net-libs/liquid-dsp/liquid-dsp-1.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit autotools multilib DESCRIPTION="digital signal processing library for software-defined radios" -HOMEPAGE="http://liquidsdr.org" +HOMEPAGE="https://liquidsdr.org" LICENSE="MIT" SLOT="0" diff --git a/net-libs/liquid-dsp/liquid-dsp-9999.ebuild b/net-libs/liquid-dsp/liquid-dsp-9999.ebuild index 968f83948b9..a22a52f75ad 100644 --- a/net-libs/liquid-dsp/liquid-dsp-9999.ebuild +++ b/net-libs/liquid-dsp/liquid-dsp-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit autotools multilib DESCRIPTION="digital signal processing library for software-defined radios" -HOMEPAGE="http://liquidsdr.org" +HOMEPAGE="https://liquidsdr.org" LICENSE="MIT" SLOT="0"