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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 56A271382C5 for ; Thu, 7 Jan 2021 12:39:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9376EE086E; Thu, 7 Jan 2021 12:39:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 57FA0E086F for ; Thu, 7 Jan 2021 12:39:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6A94434138B for ; Thu, 7 Jan 2021 12:39:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2043A48D for ; Thu, 7 Jan 2021 12:39:42 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1610023144.cbe7597d20fb06bfc1a18989abddf4f944585fd5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/dist-kernel/, profiles/arch/powerpc/ppc64/, ... X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/powerpc/ppc64/64le/package.mask profiles/arch/powerpc/ppc64/package.mask virtual/dist-kernel/dist-kernel-5.10.4.ebuild virtual/dist-kernel/dist-kernel-5.10.5.ebuild virtual/dist-kernel/dist-kernel-5.4.86.ebuild virtual/dist-kernel/dist-kernel-5.4.87.ebuild virtual/dist-kernel/metadata.xml X-VCS-Directories: profiles/arch/powerpc/ppc64/64le/ virtual/dist-kernel/ profiles/arch/powerpc/ppc64/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: cbe7597d20fb06bfc1a18989abddf4f944585fd5 X-VCS-Branch: master Date: Thu, 7 Jan 2021 12:39:42 +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: f683cedf-cae1-4360-aa1f-ddbb3e8f75e1 X-Archives-Hash: eecc81a8be3f33b35ee7c0b8a60a01f4 commit: cbe7597d20fb06bfc1a18989abddf4f944585fd5 Author: Michał Górny gentoo org> AuthorDate: Sun Jan 3 00:29:28 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jan 7 12:39:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbe7597d virtual/dist-kernel: New virtual Add a new virtual that can be used to provide subslot rebuilds for kernel modules. Signed-off-by: Michał Górny gentoo.org> profiles/arch/powerpc/ppc64/64le/package.mask | 1 + profiles/arch/powerpc/ppc64/package.mask | 1 + virtual/dist-kernel/dist-kernel-5.10.4.ebuild | 19 +++++++++++++++++++ virtual/dist-kernel/dist-kernel-5.10.5.ebuild | 19 +++++++++++++++++++ virtual/dist-kernel/dist-kernel-5.4.86.ebuild | 19 +++++++++++++++++++ virtual/dist-kernel/dist-kernel-5.4.87.ebuild | 19 +++++++++++++++++++ virtual/dist-kernel/metadata.xml | 8 ++++++++ 7 files changed, 86 insertions(+) diff --git a/profiles/arch/powerpc/ppc64/64le/package.mask b/profiles/arch/powerpc/ppc64/64le/package.mask index 784790b1ea8..c42fe27f486 100644 --- a/profiles/arch/powerpc/ppc64/64le/package.mask +++ b/profiles/arch/powerpc/ppc64/64le/package.mask @@ -17,6 +17,7 @@ # little-endian power8 ppc64 configs are provided -sys-kernel/gentoo-kernel -sys-kernel/vanilla-kernel +-virtual/dist-kernel # Georgy Yakovlev (2020-01-25) # libva unmasked on little-endian profile diff --git a/profiles/arch/powerpc/ppc64/package.mask b/profiles/arch/powerpc/ppc64/package.mask index f36237c2c00..f78c971cc95 100644 --- a/profiles/arch/powerpc/ppc64/package.mask +++ b/profiles/arch/powerpc/ppc64/package.mask @@ -16,6 +16,7 @@ dev-java/openjfx:11 # however users can unmask and use savedconfig feature sys-kernel/gentoo-kernel sys-kernel/vanilla-kernel +virtual/dist-kernel # Georgy Yakovlev (2020-01-21) # buggy on big-endian diff --git a/virtual/dist-kernel/dist-kernel-5.10.4.ebuild b/virtual/dist-kernel/dist-kernel-5.10.4.ebuild new file mode 100644 index 00000000000..3df38272de3 --- /dev/null +++ b/virtual/dist-kernel/dist-kernel-5.10.4.ebuild @@ -0,0 +1,19 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Virtual to depend on any Distribution Kernel" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" + +RDEPEND=" + || ( + ~sys-kernel/gentoo-kernel-${PV} + ~sys-kernel/gentoo-kernel-bin-${PV} + ~sys-kernel/vanilla-kernel-${PV} + )" diff --git a/virtual/dist-kernel/dist-kernel-5.10.5.ebuild b/virtual/dist-kernel/dist-kernel-5.10.5.ebuild new file mode 100644 index 00000000000..3df38272de3 --- /dev/null +++ b/virtual/dist-kernel/dist-kernel-5.10.5.ebuild @@ -0,0 +1,19 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Virtual to depend on any Distribution Kernel" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" + +RDEPEND=" + || ( + ~sys-kernel/gentoo-kernel-${PV} + ~sys-kernel/gentoo-kernel-bin-${PV} + ~sys-kernel/vanilla-kernel-${PV} + )" diff --git a/virtual/dist-kernel/dist-kernel-5.4.86.ebuild b/virtual/dist-kernel/dist-kernel-5.4.86.ebuild new file mode 100644 index 00000000000..11d6573ded7 --- /dev/null +++ b/virtual/dist-kernel/dist-kernel-5.4.86.ebuild @@ -0,0 +1,19 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Virtual to depend on any Distribution Kernel" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" + +RDEPEND=" + || ( + ~sys-kernel/gentoo-kernel-${PV} + ~sys-kernel/gentoo-kernel-bin-${PV} + ~sys-kernel/vanilla-kernel-${PV} + )" diff --git a/virtual/dist-kernel/dist-kernel-5.4.87.ebuild b/virtual/dist-kernel/dist-kernel-5.4.87.ebuild new file mode 100644 index 00000000000..11d6573ded7 --- /dev/null +++ b/virtual/dist-kernel/dist-kernel-5.4.87.ebuild @@ -0,0 +1,19 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Virtual to depend on any Distribution Kernel" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" + +RDEPEND=" + || ( + ~sys-kernel/gentoo-kernel-${PV} + ~sys-kernel/gentoo-kernel-bin-${PV} + ~sys-kernel/vanilla-kernel-${PV} + )" diff --git a/virtual/dist-kernel/metadata.xml b/virtual/dist-kernel/metadata.xml new file mode 100644 index 00000000000..20e07cdc2be --- /dev/null +++ b/virtual/dist-kernel/metadata.xml @@ -0,0 +1,8 @@ + + + + + dist-kernel@gentoo.org + Distribution Kernel Project + +