From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 89BDB138359 for ; Sat, 9 May 2020 11:16:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4E1BE0819; Sat, 9 May 2020 11:16:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BDE0CE0819 for ; Sat, 9 May 2020 11:16:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D1FC034F250 for ; Sat, 9 May 2020 11:16:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E8AA219 for ; Sat, 9 May 2020 11:16:28 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1589022977.f4d5d92bf17d4a06d83b3ec3491c3a3d281f95bf.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/rtkit/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/rtkit/rtkit-0.12-r1.ebuild sys-auth/rtkit/rtkit-0.13-r1.ebuild X-VCS-Directories: sys-auth/rtkit/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: f4d5d92bf17d4a06d83b3ec3491c3a3d281f95bf X-VCS-Branch: master Date: Sat, 9 May 2020 11:16:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c582fe92-ccf5-41cb-bbc6-ba33c878f63d X-Archives-Hash: 72238abca76ba8d4c74e8862a7c1f01f commit: f4d5d92bf17d4a06d83b3ec3491c3a3d281f95bf Author: Marek Szuba gentoo org> AuthorDate: Sat May 9 10:51:55 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sat May 9 11:16:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4d5d92b sys-auth/rtkit: update HOMEPAGE Even though to the best of my knowledge there still hasn't been an official change of ownership of this package, Lennart's page about RealtimeKit has disappeared some time since early April. Use the front page of the GitHub project from which we get release tarballs instead. Closes: https://bugs.gentoo.org/721162 Signed-off-by: Marek Szuba gentoo.org> sys-auth/rtkit/rtkit-0.12-r1.ebuild | 2 +- sys-auth/rtkit/rtkit-0.13-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-auth/rtkit/rtkit-0.12-r1.ebuild b/sys-auth/rtkit/rtkit-0.12-r1.ebuild index 0a9b0e6fea7..f882e95fc82 100644 --- a/sys-auth/rtkit/rtkit-0.12-r1.ebuild +++ b/sys-auth/rtkit/rtkit-0.12-r1.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit autotools linux-info DESCRIPTION="Realtime Policy and Watchdog Daemon" -HOMEPAGE="https://0pointer.de/blog/projects/rtkit" +HOMEPAGE="https://github.com/heftig/rtkit" SRC_URI="https://github.com/heftig/${PN}/releases/download/v${PV}/${P}.tar.xz" LICENSE="GPL-3 BSD" diff --git a/sys-auth/rtkit/rtkit-0.13-r1.ebuild b/sys-auth/rtkit/rtkit-0.13-r1.ebuild index 61c97841c75..feb00a84753 100644 --- a/sys-auth/rtkit/rtkit-0.13-r1.ebuild +++ b/sys-auth/rtkit/rtkit-0.13-r1.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit linux-info meson DESCRIPTION="Realtime Policy and Watchdog Daemon" -HOMEPAGE="https://0pointer.de/blog/projects/rtkit" +HOMEPAGE="https://github.com/heftig/rtkit" SRC_URI="https://github.com/heftig/${PN}/releases/download/v${PV}/${P}.tar.xz" LICENSE="GPL-3 BSD"