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 C356F158041 for ; Sat, 13 Apr 2024 01:45:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D46ADE29A2; Sat, 13 Apr 2024 01:45:02 +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 AAAA5E29A2 for ; Sat, 13 Apr 2024 01:45:02 +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 D895C34315D for ; Sat, 13 Apr 2024 01:45:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FC4816D4 for ; Sat, 13 Apr 2024 01:45:00 +0000 (UTC) From: "Alice Ferrazzi" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alice Ferrazzi" Message-ID: <1712972661.72347fa6fe35fd24ddd156aecea147bb4d513e98.alicef@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/rt-sources/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/rt-sources/rt-sources-5.4.271_p89.ebuild X-VCS-Directories: sys-kernel/rt-sources/ X-VCS-Committer: alicef X-VCS-Committer-Name: Alice Ferrazzi X-VCS-Revision: 72347fa6fe35fd24ddd156aecea147bb4d513e98 X-VCS-Branch: master Date: Sat, 13 Apr 2024 01:45:00 +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: b4b6d2a9-4b38-42c4-96b5-12810ace8341 X-Archives-Hash: 4510485717362c88a0a1f81cac1df801 commit: 72347fa6fe35fd24ddd156aecea147bb4d513e98 Author: Alice Ferrazzi gentoo org> AuthorDate: Fri Apr 12 10:05:56 2024 +0000 Commit: Alice Ferrazzi gentoo org> CommitDate: Sat Apr 13 01:44:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72347fa6 sys-kernel/rt-sources: update HOMEPAGE Signed-off-by: Alice Ferrazzi gentoo.org> sys-kernel/rt-sources/rt-sources-5.4.271_p89.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/sys-kernel/rt-sources/rt-sources-5.4.271_p89.ebuild b/sys-kernel/rt-sources/rt-sources-5.4.271_p89.ebuild index 56879535075d..ced1c46432c8 100644 --- a/sys-kernel/rt-sources/rt-sources-5.4.271_p89.ebuild +++ b/sys-kernel/rt-sources/rt-sources-5.4.271_p89.ebuild @@ -3,9 +3,6 @@ EAPI="8" ETYPE="sources" -KEYWORDS="~amd64 ~arm64" - -HOMEPAGE="https://wiki.linuxfoundation.org/realtime/start" CKV="$(ver_cut 1-3)" K_SECURITY_UNSUPPORTED="1" @@ -15,15 +12,17 @@ inherit kernel-2 detect_version K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}" +DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the CONFIG_PREEMPT_RT patch" +HOMEPAGE="https://wiki.linuxfoundation.org/realtime/start" + RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz" RT_URI="https://www.kernel.org/pub/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \ https://www.kernel.org/pub/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}" -DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the CONFIG_PREEMPT_RT patch" SRC_URI="${KERNEL_URI} ${RT_URI}" - KV_FULL="${PVR/_p/-rt}" S="${WORKDIR}/linux-${KV_FULL}" +KEYWORDS="~amd64 ~arm64" UNIPATCH_LIST="${DISTDIR}/${RT_FILE}" UNIPATCH_STRICTORDER="yes"