diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-11-02 15:37:18 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-11-02 15:37:18 +0100 |
commit | de386e6404644d3ee72b24fe88e49dcdc831c56a (patch) | |
tree | f3ace81184928f7b24b4045542f94a0cec99ad54 /sys-kernel | |
parent | sys-kernel/vanilla-sources: Automated version bump to {5.4.74,5.9.3} - remove... (diff) | |
download | gentoo-de386e6404644d3ee72b24fe88e49dcdc831c56a.tar.gz gentoo-de386e6404644d3ee72b24fe88e49dcdc831c56a.tar.bz2 gentoo-de386e6404644d3ee72b24fe88e49dcdc831c56a.zip |
sys-kernel/git-sources: Automated version bump to 5.10_rc2.
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/git-sources/Manifest | 1 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-5.10_rc2.ebuild | 40 |
2 files changed, 41 insertions, 0 deletions
diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest index 56ece527b2e7..ecdfa7071adc 100644 --- a/sys-kernel/git-sources/Manifest +++ b/sys-kernel/git-sources/Manifest @@ -1,2 +1,3 @@ DIST linux-5.9.tar.xz 115507140 BLAKE2B e8d11472d63a9f8409ca12a2e8c97c6963a3d4516b5a398b627d6ece565584526f9b5a1377a2fa4bd184c09c7db94c987428bc5d52df0c788464a67e9e8d6dcb SHA512 d3d92ce4246bad74c9a784212f160d98449b1e8793970c2c308276568d852b8effe0528686bdb87d55d691f09a826abf7938d69bdd4759ce65ddd5c05ffe4eca DIST patch-5.10-rc1.patch 63423359 BLAKE2B 83bd8492121f572584805667cda35964a1ab68730f7a61e2f6d5de950b61c29b08728596fd8802cfa02b58986da3559ffbb41be70816533bd6139fda55b9f233 SHA512 80f493f134cdce969f80ebf39dd473d1dce00b3fa419569ba761a4b91172fca2112892a91ca1d2f996e1a85e60840ec1244af0e735be46d285e941efa42b5bb1 +DIST patch-5.10-rc2.patch 65041019 BLAKE2B 1bba1e257e24d6bf601cc8bc90143ec547a78218738af03d35edab9979d281a3071456c925c248c5f73d8e1d02ce07f5cf7255df5f957fe6a69fcf390149f8f7 SHA512 91b322b6cfc65b056332353b242cd2ce25148643cf96d19af5c37ec0a67a150c2d1757d1c665e7158a7e50f764b7645d553a7688d878a7fd7e5756f906dbc7ef diff --git a/sys-kernel/git-sources/git-sources-5.10_rc2.ebuild b/sys-kernel/git-sources/git-sources-5.10_rc2.ebuild new file mode 100644 index 000000000000..90316ad99864 --- /dev/null +++ b/sys-kernel/git-sources/git-sources-5.10_rc2.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" +UNIPATCH_STRICTORDER="yes" +K_NOUSENAME="yes" +K_NOSETEXTRAVERSION="yes" +K_NOUSEPR="yes" +K_SECURITY_UNSUPPORTED="1" +K_BASE_VER="5.9" +K_EXP_GENPATCHES_NOUSE="1" +K_FROM_GIT="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 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" +IUSE="" + +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." + +RDEPEND="" +DEPEND="${RDEPEND} + >=sys-devel/patch-2.7.5" + +pkg_postinst() { + postinst_sources +} |