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 EDC1A138350 for ; Fri, 13 Mar 2020 13:31:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3313AE0BF9; Fri, 13 Mar 2020 13:31:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 15C05E0BF9 for ; Fri, 13 Mar 2020 13:31:07 +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 A8F5934EF5B for ; Fri, 13 Mar 2020 13:31:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D27D168 for ; Fri, 13 Mar 2020 13:31:03 +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: <1584106111.ed3d8e2cc6ba60fd8d0f687eb2e7d04e6ea10a1f.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.11-r2.ebuild sys-auth/rtkit/rtkit-0.11-r3.ebuild X-VCS-Directories: sys-auth/rtkit/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: ed3d8e2cc6ba60fd8d0f687eb2e7d04e6ea10a1f X-VCS-Branch: master Date: Fri, 13 Mar 2020 13:31:03 +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: b0830034-9c04-47ab-a15b-59bd266a8790 X-Archives-Hash: d7a174b652f93bc02c0b463643779a86 commit: ed3d8e2cc6ba60fd8d0f687eb2e7d04e6ea10a1f Author: Marek Szuba gentoo org> AuthorDate: Fri Mar 13 13:28:31 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Fri Mar 13 13:28:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed3d8e2c sys-auth/rtkit: use HTTPS in all ebuilds Signed-off-by: Marek Szuba gentoo.org> sys-auth/rtkit/rtkit-0.11-r2.ebuild | 4 ++-- sys-auth/rtkit/rtkit-0.11-r3.ebuild | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sys-auth/rtkit/rtkit-0.11-r2.ebuild b/sys-auth/rtkit/rtkit-0.11-r2.ebuild index f4db25801e9..01562410aef 100644 --- a/sys-auth/rtkit/rtkit-0.11-r2.ebuild +++ b/sys-auth/rtkit/rtkit-0.11-r2.ebuild @@ -5,8 +5,8 @@ EAPI=6 inherit eutils systemd user autotools linux-info DESCRIPTION="Realtime Policy and Watchdog Daemon" -HOMEPAGE="http://0pointer.de/blog/projects/rtkit" -SRC_URI="http://0pointer.de/public/${P}.tar.xz" +HOMEPAGE="https://0pointer.de/blog/projects/rtkit" +SRC_URI="https://0pointer.de/public/${P}.tar.xz" LICENSE="GPL-3 BSD" SLOT="0" diff --git a/sys-auth/rtkit/rtkit-0.11-r3.ebuild b/sys-auth/rtkit/rtkit-0.11-r3.ebuild index 72a36d770d0..d11ce72f4f0 100644 --- a/sys-auth/rtkit/rtkit-0.11-r3.ebuild +++ b/sys-auth/rtkit/rtkit-0.11-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,8 +6,8 @@ EAPI=7 inherit eutils systemd autotools linux-info DESCRIPTION="Realtime Policy and Watchdog Daemon" -HOMEPAGE="http://0pointer.de/blog/projects/rtkit" -SRC_URI="http://0pointer.de/public/${P}.tar.xz" +HOMEPAGE="https://0pointer.de/blog/projects/rtkit" +SRC_URI="https://0pointer.de/public/${P}.tar.xz" LICENSE="GPL-3 BSD" SLOT="0"