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 8A2BD15852A for ; Thu, 15 Aug 2024 19:49:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0724E29F9; Thu, 15 Aug 2024 19:49:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 A6D09E29F9 for ; Thu, 15 Aug 2024 19:49:11 +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 E7B70340C39 for ; Thu, 15 Aug 2024 19:49:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 788351EEB for ; Thu, 15 Aug 2024 19:49:09 +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: <1723751322.52a440cad7d4f9342f37bcc137627e4ecd9d9072.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.10.ebuild X-VCS-Directories: sys-power/cpupower/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 52a440cad7d4f9342f37bcc137627e4ecd9d9072 X-VCS-Branch: master Date: Thu, 15 Aug 2024 19:49:09 +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: 67262678-bcbb-4e4d-a3e9-9304282fa289 X-Archives-Hash: 723ed0ce173387e5d6dbab5bf9ba9f18 commit: 52a440cad7d4f9342f37bcc137627e4ecd9d9072 Author: Mike Gilbert gentoo org> AuthorDate: Thu Aug 15 19:45:38 2024 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Thu Aug 15 19:48:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52a440ca sys-power/cpupower: add tarball instructions Signed-off-by: Mike Gilbert gentoo.org> sys-power/cpupower/cpupower-6.10.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys-power/cpupower/cpupower-6.10.ebuild b/sys-power/cpupower/cpupower-6.10.ebuild index 37a30e496d42..1f0e7e8a85fd 100644 --- a/sys-power/cpupower/cpupower-6.10.ebuild +++ b/sys-power/cpupower/cpupower-6.10.ebuild @@ -9,6 +9,11 @@ DESCRIPTION="Shows and sets processor power related values" HOMEPAGE="https://www.kernel.org/" 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 + LICENSE="GPL-2" SLOT="0/0" KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86"