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 EAD9D158020 for ; Thu, 17 Nov 2022 18:47:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1616FE08F2; Thu, 17 Nov 2022 18:47:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 F2ED8E08F2 for ; Thu, 17 Nov 2022 18:47:15 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2AB47340D39 for ; Thu, 17 Nov 2022 18:47:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 768AF622 for ; Thu, 17 Nov 2022 18:47:13 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1668710829.5e0b9d4bf1acfeb0b4465eb5949770b6f7df8d23.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/powertop/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-power/powertop/Manifest sys-power/powertop/powertop-2.15.ebuild sys-power/powertop/powertop-9999.ebuild X-VCS-Directories: sys-power/powertop/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 5e0b9d4bf1acfeb0b4465eb5949770b6f7df8d23 X-VCS-Branch: master Date: Thu, 17 Nov 2022 18:47:13 +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: 8ab8d7bd-e5bc-4466-9da7-ac1be01cd82a X-Archives-Hash: f1afb16cce651d3afcd86b5bcc44f4ff commit: 5e0b9d4bf1acfeb0b4465eb5949770b6f7df8d23 Author: Matt Turner gentoo org> AuthorDate: Thu Nov 17 18:39:07 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Nov 17 18:47:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e0b9d4b sys-power/powertop: Version bump to 2.15 Signed-off-by: Matt Turner gentoo.org> sys-power/powertop/Manifest | 1 + sys-power/powertop/{powertop-9999.ebuild => powertop-2.15.ebuild} | 8 ++++++-- sys-power/powertop/powertop-9999.ebuild | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/sys-power/powertop/Manifest b/sys-power/powertop/Manifest index 48905cdeb4b4..fe088bdc7752 100644 --- a/sys-power/powertop/Manifest +++ b/sys-power/powertop/Manifest @@ -1 +1,2 @@ DIST powertop-2.14.tar.gz 302578 BLAKE2B 5f53f81b01e83004f6436f497818d2a552b5e7ffda5007749aad415773adeab2a256aeffbacbf9e5fe803ff343a0c1954b5264aebdffa841bb70406b8b9611bc SHA512 f3e25901fb29405e0c8016643855a209cf9dba589fe9dd3e27c291d44699cebeb00dc8c7264c24436db08deb496759bd106666cb52d9ebd5f831bbb99e30f20f +DIST powertop-2.15.tar.gz 302891 BLAKE2B f554ee9499c78f1888ecd58a1a357bc6f29f53ae2d3bf6b2819d760afe901f5d5394665a2e6a3ecae9b48cbf9703532feb5c16da9bd3edd4f1d31fe12610a2da SHA512 de4ca3ea25697d2cd5f05c41c82c326ad3e2d21cbf38ddb9b3af40c0d862a70781ca45d9ef7b735ad6def0cb580e4fa153eb4a6e6598e204fc931b30d85ecf41 diff --git a/sys-power/powertop/powertop-9999.ebuild b/sys-power/powertop/powertop-2.15.ebuild similarity index 97% copy from sys-power/powertop/powertop-9999.ebuild copy to sys-power/powertop/powertop-2.15.ebuild index b0062714c6c4..4398073e6d2e 100644 --- a/sys-power/powertop/powertop-9999.ebuild +++ b/sys-power/powertop/powertop-2.15.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 EGIT_REPO_URI="https://github.com/fenrus75/powertop.git" @@ -39,6 +39,10 @@ RDEPEND=" virtual/libintl " +PATCHES=( + "${FILESDIR}"/${PN}-2.8-ncurses_tinfo.patch +) + pkg_setup() { CONFIG_CHECK=" ~X86_MSR diff --git a/sys-power/powertop/powertop-9999.ebuild b/sys-power/powertop/powertop-9999.ebuild index b0062714c6c4..bc423e970175 100644 --- a/sys-power/powertop/powertop-9999.ebuild +++ b/sys-power/powertop/powertop-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 EGIT_REPO_URI="https://github.com/fenrus75/powertop.git"