diff options
author | Mike Pagano <mpagano@gentoo.org> | 2024-10-27 19:26:16 -0400 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2024-10-27 19:26:16 -0400 |
commit | dffd184b1288d738d57fab152814124284668de8 (patch) | |
tree | 7d1346621c8e0f8234d896a10f25482bc9240699 /sys-kernel/git-sources | |
parent | media-libs/compface: Stabilize 1.5.2-r1 ppc, #942370 (diff) | |
download | gentoo-dffd184b1288d738d57fab152814124284668de8.tar.gz gentoo-dffd184b1288d738d57fab152814124284668de8.tar.bz2 gentoo-dffd184b1288d738d57fab152814124284668de8.zip |
sys-kernel/git-sources: add 6.12_rc5
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
Diffstat (limited to 'sys-kernel/git-sources')
-rw-r--r-- | sys-kernel/git-sources/Manifest | 1 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-6.12_rc5.ebuild | 39 |
2 files changed, 40 insertions, 0 deletions
diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest index 25449ad958b3..e725e91eba4e 100644 --- a/sys-kernel/git-sources/Manifest +++ b/sys-kernel/git-sources/Manifest @@ -3,3 +3,4 @@ DIST patch-6.12-rc1.patch 35514952 BLAKE2B 81d0c3a1231230e8e7fc8bb179df01ee41536 DIST patch-6.12-rc2.patch 36093232 BLAKE2B 827554afd814da07ba0e089b06b60ea195f50843cac1d78984d9e42612eaff94635d3295e1091e7396fd76363031b54b0e8d822743e058a8a6395ca822822a43 SHA512 eac7c9ddca5892adc190d62c55e93a53960097b14c550af8e9ff826374fd294c020982d56e34d71202ba77b3c471e553e6ab0c1c4989f7e330b9cef7eaea5b87 DIST patch-6.12-rc3.patch 37010782 BLAKE2B 932e95c6138efc2228332b3be112b8c2941789b094c00dd536a5cbb0fe39ff85b03ff2916873cf1b2b982db220daa6393d4a9e513179e215da08a5eeb09053d8 SHA512 94a14426d8f00dc1e34f1a9676a5ec45374d21c598827a7ced63a1c85a50fd9873996b954a1f0490ac2b5ead8ebc43dd82421eb056b8063a201a35615130324c DIST patch-6.12-rc4.patch 37477805 BLAKE2B b6df018b2c6c38e9ff3975781e3e75f5c0fb40f24f7399e8709c321d7e0a7363e6b777d5f42dded07b3b8602691d0570336df10e43db4213990c33de0c0ffb7c SHA512 317d2d5ba3a161c185442e6a6ac4e893bfbc4099338fbf4f8d465676c8443c66077789860147458b3c35bd53f206da5fdc03e362084d94fe3177ad8ff34b992b +DIST patch-6.12-rc5.patch 37818574 BLAKE2B f313fee2cefe8cd32d7508c6766ace4d25e45e35991694bda950900b89f8d1be9726d2e12e9f67a62fafaa62aef0ef4def5bf1796ab1f5c848b1b6ef7846405c SHA512 2e4119042bbc8739e0f7dce4b46867274b2182e02daf653daae93903e2d9f4c1ec7853a15a24707260446fba20a65b02e5021aa177896332c73bec8d27094240 diff --git a/sys-kernel/git-sources/git-sources-6.12_rc5.ebuild b/sys-kernel/git-sources/git-sources-6.12_rc5.ebuild new file mode 100644 index 000000000000..4c32ee9cdd98 --- /dev/null +++ b/sys-kernel/git-sources/git-sources-6.12_rc5.ebuild @@ -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 +} |