mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
sys-kernel/git-sources: add 7.0_rc6
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
This commit is contained in:
@@ -4,3 +4,4 @@ DIST patch-7.0-rc2.patch 55105706 BLAKE2B 7ef6aa80eaf721510c1d405f857be69d5e21b4
|
||||
DIST patch-7.0-rc3.patch 55710859 BLAKE2B 7d813884d846fa964de008fa478e99c54efc3280e7b11c74a34795f877999e738c5da3a15f0a18411253edf436bda11074b1f661a75ba7eaf572ebe5d5ddce46 SHA512 9193f4b7133c4a40c124c6125281f8f6a64e976b37740e415c7b0b24b2776717b4617f3d778a8db9dae285d3f48b9c07ef9bbdf67302ca003dfa65a3ec02b894
|
||||
DIST patch-7.0-rc4.patch 56366366 BLAKE2B 3a460eeb449a689b31be5a9209806372e4dbe5f4646eb847228eba3178a89c06a09283927f3e2d9dc0a9ee09a94b9fc0e79a832208b29b917726763fe54d4b8c SHA512 381ad85dadb6ddfb3f5827dfea706a03056cb00fef3b9078e1e09262903b3d42ab0548317fc59eca5fef9f59d61b08bff93d6e81e62abb5a289aee73ac9af299
|
||||
DIST patch-7.0-rc5.patch 56695901 BLAKE2B ff1a1c725069ef10d3ec219f6a578223cbd7ae0596edce073c72e5cdeca36f3bdd71fb79729d1d998ed5a1ba399976d0c47b0a97b3573a68809c16caf2e3d36a SHA512 8bae622d73e965a69765de531a9ad427ce04c4e7bdcefe43cf44d7d6aea7b7067fb6f7c34668eb6ee1b25cd9b33838aa1599e9bd078d2684bcd5b59d1de30a60
|
||||
DIST patch-7.0-rc6.patch 57168452 BLAKE2B 6bd108b9addac0d116aa3cd7772cfa0a5ae324dce14a0fa8872b59bbbd22a802ae549e7eed6f9c43e6a8069fd68c9002fda534a402122c14e0a004711f9a24b8 SHA512 118973bc8b57ceb7def76e8e4b0c2787667a55658ae7668e0281fd1646e34fd935ae15fbe2cac05f0c46c4700412fb0f6969004e0b34a686ae79825d483e34cc
|
||||
|
||||
39
sys-kernel/git-sources/git-sources-7.0_rc6.ebuild
Normal file
39
sys-kernel/git-sources/git-sources-7.0_rc6.ebuild
Normal file
@@ -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="6.19"
|
||||
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