Skip to content

Commit

Permalink
sys-kernel/git-sources: Version bump to 5.12-rc7
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mike Pagano <[email protected]>
  • Loading branch information
mpagano committed Apr 12, 2021
1 parent 1b8dbba commit 1d369e4
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
1 change: 1 addition & 0 deletions sys-kernel/git-sources/Manifest
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ DIST patch-5.12-rc3.patch 38689504 BLAKE2B 25962d05cfd031ea45347f339da8dd206c38e
DIST patch-5.12-rc4.patch 38986964 BLAKE2B 1d1d105866e52607197dac9a2ccd9b47abd9ca132d465ebdd9cabf9f557e1648d69a0df843fac2d4c5af3e404b9c560ca154a177b303b90e96bbb5a46b822baa SHA512 51957643d3c49757652608a22093b2d5d2c802cb3449e529e55aa1a131ac27c8c8832cc0cc74ea93435191712e289c36f8edbe049541075b121406377ba5e3c7
DIST patch-5.12-rc5.patch 39323574 BLAKE2B ec3cf459048293b1dd4445fcdef14dd68733d9c70cd2206a069943459f48ee1929c96568c37abe4396eeca3c27e388931df89a0fc92e5c7a23de7d8d2a1729eb SHA512 cce82e4193de63f3ab87bd132baf6c63883aef91b31b8a96488c26206c35e22aecd0a5f4d6b562d98701fba0367e38f672d43015786cf480697aeaa6a43b5788
DIST patch-5.12-rc6.patch 39417467 BLAKE2B b33e573e4c56dd9f4a5de81817c59898c16ee0c7890e0072fddfa17cf080ebd2e53e52ca1124bf4c6cc3b458a3f8b8851778b1de20ad955f68bf4749a6a125bb SHA512 d68adeaa37396043a76594da8219e35e8d20474ef1df7610f1409149d565d9718dad54fd86ec681814b954fe7f84e164c2a82eec151365d44ec53a263da4de57
DIST patch-5.12-rc7.patch 39770736 BLAKE2B 5645e05dc9e7d090096104a7c945c6c838215151a437a4cce716e0d8b737269e1f91af75dc81f03231679c92bbaaf1f0f7ad15e314705892bb8bbe7d19760c67 SHA512 e778bfed958f1f9271f30ce417aff99f95d7e5ca961bccfd371d3f98de0127969d02bb873722df77d61ff345fb60e08d1236cfd3c02d610f24f519573269a428
40 changes: 40 additions & 0 deletions sys-kernel/git-sources/git-sources-5.12_rc7.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Copyright 1999-2021 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.11"
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
}

0 comments on commit 1d369e4

Please sign in to comment.