diff options
| author | root <root@alpha.trunkmasters.com> | 2026-08-03 03:05:06 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-08-03 03:05:06 -0500 |
| commit | 99a5f9c4362a74766819e801b3a0f1539820e706 (patch) | |
| tree | 337fdec211039d5611da3a6833cec2ae9302c0f7 /sys-kernel | |
| parent | 964d39efcc2b2e0270dd6ab8341eb85bb5275852 (diff) | |
| download | baldeagleos-repo-99a5f9c4362a74766819e801b3a0f1539820e706.tar.gz baldeagleos-repo-99a5f9c4362a74766819e801b3a0f1539820e706.tar.xz baldeagleos-repo-99a5f9c4362a74766819e801b3a0f1539820e706.zip | |
Adding metadata
Diffstat (limited to 'sys-kernel')
| -rw-r--r-- | sys-kernel/git-sources/Manifest | 1 | ||||
| -rw-r--r-- | sys-kernel/git-sources/git-sources-7.2_rc6.ebuild | 39 |
2 files changed, 40 insertions, 0 deletions
diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest index bb5e3c06e5e6..b198107f76b5 100644 --- a/sys-kernel/git-sources/Manifest +++ b/sys-kernel/git-sources/Manifest @@ -4,3 +4,4 @@ DIST patch-7.2-rc2.patch 67371285 BLAKE2B ff1a14ea8b823f22d61869d817d454ebb5d198 DIST patch-7.2-rc3.patch 67920691 BLAKE2B 146416fb494f9d2daa6b77b20253d308eebadd58790f3bf9b2d4c60f5f92fd58787f274dc1933353fbbcc3dcfd798e2869f130d91e06016a49735e9657c9cb5a SHA512 2bf02d65cf74f2baca54f4d711d746ea8f31ec46414cdeed85f1878364a4d1a4992de2bc02c68d127eb64e830893e4d535802254cd22b28f20031507aec62a43 DIST patch-7.2-rc4.patch 68480836 BLAKE2B c2336bd13a35b0901a60d6e4b9d74d0a66e25b2817f97de840644f40205a9f2bfdd15923c3764660d4d6ddb706672e541a2e7c3a4c828a5d4a79b460825e5ffa SHA512 c9323f758a33e09a6361ccb21baa819e3df05ec2a05e4bd31bc6929c78f57d9435852611e97ab028ed9fe68969f89d707ef088cdc219a3dda52785f8c9eb9527 DIST patch-7.2-rc5.patch 69138794 BLAKE2B 2023df56db4101182dd1be1dc6d9506e3e29b62516a632a646d2a1938a2408f3e66c9e827972bdadfc41997f191db21be913db3a4773f7f8cf1fabd1715f669f SHA512 29abf5f012a8ceca43b087a90d3f3c8f0832fe5d80ce23cc01f3b3a8f1cd75da0ec2132f8c7c78b7e50e98381cf2cde6d7411055f188bd234c508af83ca41f6b +DIST patch-7.2-rc6.patch 69807188 BLAKE2B 7c11f98f4ec3e1a8b4da22e4518fe87e64a9c39cf111b7168785e8d4cfea23fc11d48d9efb68f334ba9cc4a59f285c8b8a8a30d1ec2899e9ec8d387c00b1a4a7 SHA512 8d8320167b716f9300d1ff8fcfab55fa36158d000ffacbb068fc881580388095ed31697ce910ac328cf634bdfb45e8f95dba76856dcc81ee5841f23894176a47 diff --git a/sys-kernel/git-sources/git-sources-7.2_rc6.ebuild b/sys-kernel/git-sources/git-sources-7.2_rc6.ebuild new file mode 100644 index 000000000000..b9c6828ffddd --- /dev/null +++ b/sys-kernel/git-sources/git-sources-7.2_rc6.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2026 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="7.1" +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" + +pkg_postinst() { + postinst_sources +} |
