diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-04-02 19:09:10 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-04-04 17:16:14 -0400 |
commit | 774b0f8ea37c3c2846f14671e12fcdd808611a6b (patch) | |
tree | cfb6ade598e3dba5334f942679e5d068cb5068a2 /sys-process/rtirq | |
parent | www-servers/gunicorn: use HTTPS (diff) | |
download | gentoo-774b0f8ea37c3c2846f14671e12fcdd808611a6b.tar.gz gentoo-774b0f8ea37c3c2846f14671e12fcdd808611a6b.tar.bz2 gentoo-774b0f8ea37c3c2846f14671e12fcdd808611a6b.zip |
sys-process/rtirq: use HTTPS, fix SRC_URI
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>
Diffstat (limited to 'sys-process/rtirq')
-rw-r--r-- | sys-process/rtirq/rtirq-20150216.ebuild | 6 | ||||
-rw-r--r-- | 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 91f6fe3f3440..5bd86fb047b1 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 5186ad22dd47..f51c09b09172 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" |