sys-process/rtirq: use HTTPS, fix SRC_URI
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Tue, 2 Apr 2019 17:09:10 +0000 (19:09 +0200)
committerAaron Bauman <bman@gentoo.org>
Thu, 4 Apr 2019 21:16:14 +0000 (17:16 -0400)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11572
Signed-off-by: Aaron Bauman <bman@gentoo.org>
sys-process/rtirq/rtirq-20150216.ebuild
sys-process/rtirq/rtirq-20180209.ebuild

index 91f6fe3f34404e900ec775cdc734f146d9c8b12b..5bd86fb047b133aee2f372147875dc3b843f6ba8 100644 (file)
@@ -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"
index 5186ad22dd472edc5ebe8d126628909decbb84b7..f51c09b091726dc26c8dba02da1775518eb08a90 100644 (file)
@@ -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"