Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/rtkit/
Date: Sat, 09 May 2020 11:16:31
Message-Id: 1589022977.f4d5d92bf17d4a06d83b3ec3491c3a3d281f95bf.marecki@gentoo
1 commit: f4d5d92bf17d4a06d83b3ec3491c3a3d281f95bf
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 9 10:51:55 2020 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Sat May 9 11:16:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4d5d92b
7
8 sys-auth/rtkit: update HOMEPAGE
9
10 Even though to the best of my knowledge there still hasn't been an
11 official change of ownership of this package, Lennart's page about
12 RealtimeKit has disappeared some time since early April. Use the front
13 page of the GitHub project from which we get release tarballs instead.
14
15 Closes: https://bugs.gentoo.org/721162
16 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
17
18 sys-auth/rtkit/rtkit-0.12-r1.ebuild | 2 +-
19 sys-auth/rtkit/rtkit-0.13-r1.ebuild | 2 +-
20 2 files changed, 2 insertions(+), 2 deletions(-)
21
22 diff --git a/sys-auth/rtkit/rtkit-0.12-r1.ebuild b/sys-auth/rtkit/rtkit-0.12-r1.ebuild
23 index 0a9b0e6fea7..f882e95fc82 100644
24 --- a/sys-auth/rtkit/rtkit-0.12-r1.ebuild
25 +++ b/sys-auth/rtkit/rtkit-0.12-r1.ebuild
26 @@ -6,7 +6,7 @@ EAPI=7
27 inherit autotools linux-info
28
29 DESCRIPTION="Realtime Policy and Watchdog Daemon"
30 -HOMEPAGE="https://0pointer.de/blog/projects/rtkit"
31 +HOMEPAGE="https://github.com/heftig/rtkit"
32 SRC_URI="https://github.com/heftig/${PN}/releases/download/v${PV}/${P}.tar.xz"
33
34 LICENSE="GPL-3 BSD"
35
36 diff --git a/sys-auth/rtkit/rtkit-0.13-r1.ebuild b/sys-auth/rtkit/rtkit-0.13-r1.ebuild
37 index 61c97841c75..feb00a84753 100644
38 --- a/sys-auth/rtkit/rtkit-0.13-r1.ebuild
39 +++ b/sys-auth/rtkit/rtkit-0.13-r1.ebuild
40 @@ -6,7 +6,7 @@ EAPI=7
41 inherit linux-info meson
42
43 DESCRIPTION="Realtime Policy and Watchdog Daemon"
44 -HOMEPAGE="https://0pointer.de/blog/projects/rtkit"
45 +HOMEPAGE="https://github.com/heftig/rtkit"
46 SRC_URI="https://github.com/heftig/${PN}/releases/download/v${PV}/${P}.tar.xz"
47
48 LICENSE="GPL-3 BSD"