mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
sys-kernel/git-sources: add 6.12_rc7
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
This commit is contained in:
@@ -5,3 +5,4 @@ DIST patch-6.12-rc3.patch 37010782 BLAKE2B 932e95c6138efc2228332b3be112b8c294178
|
||||
DIST patch-6.12-rc4.patch 37477805 BLAKE2B b6df018b2c6c38e9ff3975781e3e75f5c0fb40f24f7399e8709c321d7e0a7363e6b777d5f42dded07b3b8602691d0570336df10e43db4213990c33de0c0ffb7c SHA512 317d2d5ba3a161c185442e6a6ac4e893bfbc4099338fbf4f8d465676c8443c66077789860147458b3c35bd53f206da5fdc03e362084d94fe3177ad8ff34b992b
|
||||
DIST patch-6.12-rc5.patch 37818574 BLAKE2B f313fee2cefe8cd32d7508c6766ace4d25e45e35991694bda950900b89f8d1be9726d2e12e9f67a62fafaa62aef0ef4def5bf1796ab1f5c848b1b6ef7846405c SHA512 2e4119042bbc8739e0f7dce4b46867274b2182e02daf653daae93903e2d9f4c1ec7853a15a24707260446fba20a65b02e5021aa177896332c73bec8d27094240
|
||||
DIST patch-6.12-rc6.patch 38181769 BLAKE2B 0f34e66471adc654ec65c04fffc135bf78ba1dbc9ca9d0d6871d7ff8e80596f3a6f329c0ae28a6f9ac520d58104e0fa94280ec2d96c553d5fdfcca280295e274 SHA512 edcb6c7fb73ccf9a842480a20c61b3bf7adf7ec234c16bf2fd2a69a6a2bb03e1562af21e15f468e7f025827476191fdf703d7ed0ebaff8ee9e402da9d5cf538b
|
||||
DIST patch-6.12-rc7.patch 38405720 BLAKE2B ac7d077aede6095bfba8f8e7ff3dd30ee6594e321587452563e0c42d63fe02f3d327da49439154989dc3010d2b0b93b4a64bcb1923ad12ed574ddcd236f2f9f9 SHA512 537c02c92c8f2e8f2ec28510f12d7abc39d47f27391169e2ad3680ac544e6fced414845dc69c352cd47d3eef2ad14a7e1a270f6f334860d5a05f2e604570e437
|
||||
|
||||
39
sys-kernel/git-sources/git-sources-6.12_rc7.ebuild
Normal file
39
sys-kernel/git-sources/git-sources-6.12_rc7.ebuild
Normal file
@@ -0,0 +1,39 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="8"
|
||||
UNIPATCH_STRICTORDER="yes"
|
||||
K_NOUSENAME="yes"
|
||||
K_NOSETEXTRAVERSION="yes"
|
||||
K_NOUSEPR="yes"
|
||||
K_SECURITY_UNSUPPORTED="1"
|
||||
K_BASE_VER="6.11"
|
||||
K_EXP_GENPATCHES_NOUSE="1"
|
||||
K_FROM_GIT="yes"
|
||||
K_NODRYRUN="yes"
|
||||
ETYPE="sources"
|
||||
CKV="${PVR/-r/-git}"
|
||||
|
||||
# only use this if it's not an _rc/_pre release
|
||||
[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
|
||||
inherit kernel-2
|
||||
detect_version
|
||||
|
||||
DESCRIPTION="The very latest -git version of the Linux kernel"
|
||||
HOMEPAGE="https://www.kernel.org"
|
||||
SRC_URI="${KERNEL_URI}"
|
||||
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~s390 ~sparc ~x86"
|
||||
|
||||
K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
|
||||
experimental nature. If you have any issues, try a matching vanilla-sources
|
||||
ebuild -- if the problem is not there, please contact the upstream kernel
|
||||
developers at https://bugzilla.kernel.org and on the linux-kernel mailing list to
|
||||
report the problem so it can be fixed in time for the next kernel release."
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
>=sys-devel/patch-2.7.6-r5"
|
||||
|
||||
pkg_postinst() {
|
||||
postinst_sources
|
||||
}
|
||||
Reference in New Issue
Block a user