Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/rtirq/
Date: Thu, 04 Apr 2019 21:16:37
Message-Id: 1554412574.774b0f8ea37c3c2846f14671e12fcdd808611a6b.bman@gentoo
1 commit: 774b0f8ea37c3c2846f14671e12fcdd808611a6b
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Apr 2 17:09:10 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 4 21:16:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=774b0f8e
7
8 sys-process/rtirq: use HTTPS, fix SRC_URI
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/11572
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 sys-process/rtirq/rtirq-20150216.ebuild | 6 +++---
15 sys-process/rtirq/rtirq-20180209.ebuild | 6 +++---
16 2 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/sys-process/rtirq/rtirq-20150216.ebuild b/sys-process/rtirq/rtirq-20150216.ebuild
19 index 91f6fe3f344..5bd86fb047b 100644
20 --- a/sys-process/rtirq/rtirq-20150216.ebuild
21 +++ b/sys-process/rtirq/rtirq-20150216.ebuild
22 @@ -1,12 +1,12 @@
23 -# Copyright 1999-2018 Gentoo Authors
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI="6"
28
29 DESCRIPTION="Modify realtime scheduling policy and priority of IRQ handlers"
30 -HOMEPAGE="http://www.rncbc.org/archive/#rtirq"
31 +HOMEPAGE="https://www.rncbc.org/archive/#rtirq"
32
33 -SRC_URI="http://www.rncbc.org/archive/${P}.tar.gz"
34 +SRC_URI="https://www.rncbc.org/archive/old/${P}.tar.gz"
35 LICENSE="GPL-2"
36 SLOT="0"
37 KEYWORDS="~amd64 ~x86"
38
39 diff --git a/sys-process/rtirq/rtirq-20180209.ebuild b/sys-process/rtirq/rtirq-20180209.ebuild
40 index 5186ad22dd4..f51c09b0917 100644
41 --- a/sys-process/rtirq/rtirq-20180209.ebuild
42 +++ b/sys-process/rtirq/rtirq-20180209.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2018 Gentoo Authors
45 +# Copyright 1999-2019 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI="7"
49 @@ -6,8 +6,8 @@ EAPI="7"
50 inherit linux-info systemd
51
52 DESCRIPTION="Modify realtime scheduling policy and priority of IRQ handlers"
53 -HOMEPAGE="http://www.rncbc.org/archive/#rtirq"
54 -SRC_URI="http://www.rncbc.org/archive/${P}.tar.gz"
55 +HOMEPAGE="https://www.rncbc.org/archive/#rtirq"
56 +SRC_URI="https://www.rncbc.org/archive/old/${P}.tar.gz"
57
58 LICENSE="GPL-2+"
59 SLOT="0"