mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-kernel/git-sources: add 6.14_rc7
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
This commit is contained in:
@@ -5,3 +5,4 @@ DIST patch-6.14-rc3.patch 38939531 BLAKE2B 95968a36993129985c578d7beb4cba417a090
|
||||
DIST patch-6.14-rc4.patch 39188198 BLAKE2B 6b24651edbacaabb148063bc1858d337eebbcb00421421097808902a9ccb37568f4fded6ef6b8b8e4d876018f0e2ae7ab825d509300b843a71627269cd27f1a2 SHA512 2a3d3613a95fdc95344a90bf061675385f4fcbe6be50e41b17c18079c81e79356c64ed7efeb4fc866630aeed73818c696e262d0da8eaa18d5139944fed6deb8c
|
||||
DIST patch-6.14-rc5.patch 39450650 BLAKE2B efcf298ca299ea177761017e9b4dbe1f8a26519ae9280525ac6d74fb2944c8553ffd324d7997ec7ed0e4985e16a702a92af88438ae71c16f23ac7f178e2a2469 SHA512 68686935d7a85e78cea929dfad33e49941df7e3d3ef0990951af7efdc98c4ac5ddf68cec144f82409a078e8e45fa26c9a1df9cfbd08ccb6fe69772eb3d104e15
|
||||
DIST patch-6.14-rc6.patch 39817763 BLAKE2B 422bc365dd70e067c89af31e047bf09962708cc90008cad886de95f8f6aa2101decaf0b6ba08194b54f404b12b4aa7796841da30b03afeef7ea39cd2227c75aa SHA512 660e849508ebbd9ad64189a5d2351c50d68221ad0ccfa2da94040a92c087a58bcc3c5fac54c19993e947d8e2af9045db5ae44e4c9e7c6ae8db3d7d7779080966
|
||||
DIST patch-6.14-rc7.patch 40054345 BLAKE2B a752b957872b7ca2d9a000e85b5b28d5840f909db667d52be0ced4ae1e3cd44ccc1c40bfe62151f9e9fa54663866924e3aee0d63392ec36eabe4a5ebb060d4aa SHA512 52187ff34ff2b54a5a24d0a80a4ab65ce79c6c6251bba45f3e2ad366e4b1f470381f5540ae210d7aebbbc15db4c6887f36bc7525d1fe9dfca72004dc2b89feab
|
||||
|
||||
39
sys-kernel/git-sources/git-sources-6.14_rc7.ebuild
Normal file
39
sys-kernel/git-sources/git-sources-6.14_rc7.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.13"
|
||||
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