From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5018C1581FD for ; Wed, 03 Sep 2025 18:52:01 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 48A5D33E6B8 for ; Wed, 03 Sep 2025 18:50:14 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 4220A11027A; Wed, 03 Sep 2025 18:50:13 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 3741011027A for ; Wed, 03 Sep 2025 18:50:13 +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 E1A2C33E6B8 for ; Wed, 03 Sep 2025 18:50:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D6AD38AE for ; Wed, 03 Sep 2025 18:50:11 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1756925396.c413f90f3a7bf21bfb01f0a791d2a0a2284b9405.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/cpupower/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-power/cpupower/cpupower-6.16.ebuild X-VCS-Directories: sys-power/cpupower/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: c413f90f3a7bf21bfb01f0a791d2a0a2284b9405 X-VCS-Branch: master Date: Wed, 03 Sep 2025 18:50:11 +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: 670fa268-6354-45b8-bbc9-b30a68777852 X-Archives-Hash: d9c50354fab90d9b1b5d78e7c48f3030 commit: c413f90f3a7bf21bfb01f0a791d2a0a2284b9405 Author: Mike Gilbert gentoo org> AuthorDate: Wed Sep 3 18:49:56 2025 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Sep 3 18:49:56 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c413f90f sys-power/cpupower: update tarball instructions Signed-off-by: Mike Gilbert gentoo.org> sys-power/cpupower/cpupower-6.16.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-power/cpupower/cpupower-6.16.ebuild b/sys-power/cpupower/cpupower-6.16.ebuild index 12be85e8089f..a0cac8256228 100644 --- a/sys-power/cpupower/cpupower-6.16.ebuild +++ b/sys-power/cpupower/cpupower-6.16.ebuild @@ -11,8 +11,8 @@ SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.xz" # Run from a kernel git repo to generate a tarball for version x.y: # PV=x.y -# git archive --prefix=cpupower-${PV}/ v{PV} Makefile tools/scripts/Makefile.arch \ -# tools/power/cpupower | xz > /tmp/cpupower-${PV}.tar.xz +# git archive --prefix=cpupower-${PV}/ v{PV} Makefile tools/power/cpupower | +# xz > /tmp/cpupower-${PV}.tar.xz LICENSE="GPL-2" SLOT="0/0"