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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8BFCC15800A for ; Tue, 1 Aug 2023 16:14:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB004E0CAE; Tue, 1 Aug 2023 16:14:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE9DEE0CAE for ; Tue, 1 Aug 2023 16:14:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D583D33FE2A for ; Tue, 1 Aug 2023 16:14:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32E87EB2 for ; Tue, 1 Aug 2023 16:14:20 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1690906418.3d5a2081588915f5e59f88c17218562474a649fb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/powertop/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-power/powertop/powertop-2.15.ebuild sys-power/powertop/powertop-9999.ebuild X-VCS-Directories: sys-power/powertop/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3d5a2081588915f5e59f88c17218562474a649fb X-VCS-Branch: master Date: Tue, 1 Aug 2023 16:14:20 +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: 44a59e5f-8874-4f33-8b29-8c3b7c2a08d9 X-Archives-Hash: 9e4b44a327ac74ba9c569aa0f1692ae5 commit: 3d5a2081588915f5e59f88c17218562474a649fb Author: Azamat H. Hackimov gmail com> AuthorDate: Mon Jul 10 20:41:51 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Aug 1 16:13:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d5a2081 sys-power/powertop: update HOMEPAGE Signed-off-by: Azamat H. Hackimov gmail.com> Closes: https://github.com/gentoo/gentoo/pull/31825 Signed-off-by: Sam James gentoo.org> sys-power/powertop/powertop-2.15.ebuild | 2 +- sys-power/powertop/powertop-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-power/powertop/powertop-2.15.ebuild b/sys-power/powertop/powertop-2.15.ebuild index 25248074f70b..19578db2eb50 100644 --- a/sys-power/powertop/powertop-2.15.ebuild +++ b/sys-power/powertop/powertop-2.15.ebuild @@ -16,7 +16,7 @@ fi inherit autotools ${GIT_ECLASS} flag-o-matic linux-info DESCRIPTION="tool to diagnose issues with power consumption and power management" -HOMEPAGE="https://01.org/powertop/ https://github.com/fenrus75/powertop/" +HOMEPAGE="https://github.com/fenrus75/powertop/" LICENSE="GPL-2" SLOT="0" diff --git a/sys-power/powertop/powertop-9999.ebuild b/sys-power/powertop/powertop-9999.ebuild index bc423e970175..aa9953a49f73 100644 --- a/sys-power/powertop/powertop-9999.ebuild +++ b/sys-power/powertop/powertop-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ fi inherit autotools ${GIT_ECLASS} linux-info DESCRIPTION="tool to diagnose issues with power consumption and power management" -HOMEPAGE="https://01.org/powertop/ https://github.com/fenrus75/powertop/" +HOMEPAGE="https://github.com/fenrus75/powertop/" LICENSE="GPL-2" SLOT="0"