commit: 774b0f8ea37c3c2846f14671e12fcdd808611a6b Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Tue Apr 2 17:09:10 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Thu Apr 4 21:16:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=774b0f8e
sys-process/rtirq: use HTTPS, fix SRC_URI Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11572 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> sys-process/rtirq/rtirq-20150216.ebuild | 6 +++--- sys-process/rtirq/rtirq-20180209.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-process/rtirq/rtirq-20150216.ebuild b/sys-process/rtirq/rtirq-20150216.ebuild index 91f6fe3f344..5bd86fb047b 100644 --- a/sys-process/rtirq/rtirq-20150216.ebuild +++ b/sys-process/rtirq/rtirq-20150216.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" DESCRIPTION="Modify realtime scheduling policy and priority of IRQ handlers" -HOMEPAGE="http://www.rncbc.org/archive/#rtirq" +HOMEPAGE="https://www.rncbc.org/archive/#rtirq" -SRC_URI="http://www.rncbc.org/archive/${P}.tar.gz" +SRC_URI="https://www.rncbc.org/archive/old/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" diff --git a/sys-process/rtirq/rtirq-20180209.ebuild b/sys-process/rtirq/rtirq-20180209.ebuild index 5186ad22dd4..f51c09b0917 100644 --- a/sys-process/rtirq/rtirq-20180209.ebuild +++ b/sys-process/rtirq/rtirq-20180209.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -6,8 +6,8 @@ EAPI="7" inherit linux-info systemd DESCRIPTION="Modify realtime scheduling policy and priority of IRQ handlers" -HOMEPAGE="http://www.rncbc.org/archive/#rtirq" -SRC_URI="http://www.rncbc.org/archive/${P}.tar.gz" +HOMEPAGE="https://www.rncbc.org/archive/#rtirq" +SRC_URI="https://www.rncbc.org/archive/old/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0"