mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
sys-kernel/git-sources: add 6.15_rc4
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
This commit is contained in:
@@ -2,3 +2,4 @@ DIST linux-6.14.tar.xz 149408504 BLAKE2B 11835719804b406fe281ea1c276a84dc0cbaa80
|
||||
DIST patch-6.15-rc1.patch 58578176 BLAKE2B 514699096a84d68fe6966dc847cc1db871f003a24f544fed1f88a68fe4b3b584c51cc3443a758db6d64fb53a8a488b37b54638b156a6130929e9c632ce952280 SHA512 74e0a4b9f40009823e92b78569efb3a3affc4cbf5743fea16c7995d1875413c25895105212eba2f98d4e70fa7cde70bd6268ccabef4abc6821664d007919a8c2
|
||||
DIST patch-6.15-rc2.patch 59080214 BLAKE2B 2baa517836bfad9a6f98e501cd922c4123f7f78553e4e23bb76c5926eafc21b4dd9ffa15cefe3adea0abed0c8dd36e71911fe734221a4f4fa1b22f13fd15f755 SHA512 fde99296752645e9a5da063e29982d76667f61912bdeff67c302eee326f783cf9eed2951103015e33ec9af22cf34439a6c879273e9fcb0cecd0ddf3ac5f06029
|
||||
DIST patch-6.15-rc3.patch 59540648 BLAKE2B 75b8996089d49368325954111ade0d8c97486bebf33f8bd484fb30e170b75fd3e50756b6e8ac1e026571045a27a0663571b1877716b65d2c21cb4d734659467a SHA512 12fed19a0726395825a54004dc74f057a370a84e8b4768b4d815110b8d474188919b102d29fb8d8e66d15587b4ed67985ce340402f7a740fce5ebba28f321467
|
||||
DIST patch-6.15-rc4.patch 59839201 BLAKE2B 2e1fb03b7b7096e9566de9476c099a2715f31b4104b6d3720b798d9a4db741d1aca7c1cd6a28c2edce8f2469da73b8812e05b28cacb2b079e48f912fdbc811b2 SHA512 e04dec3dbd052c658bd02a7edc1f85d4d5d132183992fbdbd00408a0c96045662efd11b0dd920f4157737089ba47e793ff74f3f8e97caba18d5c202139a0fe2b
|
||||
|
||||
39
sys-kernel/git-sources/git-sources-6.15_rc4.ebuild
Normal file
39
sys-kernel/git-sources/git-sources-6.15_rc4.ebuild
Normal file
@@ -0,0 +1,39 @@
|
||||
# Copyright 1999-2025 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.14"
|
||||
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