Skip to content

Commit

Permalink
sys-kernel/git-sources: Linux patch 4.11-rc6
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
mpagano committed Apr 9, 2017
1 parent 11c2037 commit 126577d
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-4.11-rc2.xz 6201348 SHA256 edeba5ed13d2cd13f522c10d7808497f043b1f89b7
DIST patch-4.11-rc3.xz 6296096 SHA256 42bc915a0fec22541716a32167dab53f8f3417e31be33588820985b0a791382e SHA512 88ff442fdcc41cd3734ddabc3cee54ea15ff5fef6b3bc1edc8f8c904ac888b45942a483ae35e3fee1a3b050d925755501b53de2e241a98905f63bb763a389086 WHIRLPOOL 6e4d22bbabae03776beef5da471c01dbb9f096a2f9d6fec2fba27e9d0209011dce41b44cee9d9ee0c3f8c37028482a68bcba247797704d236fc85304c74da941
DIST patch-4.11-rc4.xz 6365804 SHA256 04789539b677a10dae8080e35267923b9dbe570bf896986dfc2a4401c079b1cb SHA512 d92866ffe4997a5e489c034fc1c378d7e588f76cfa18d642854ce0bf412cdbc82d8e850d6665fa5175084ec0b7662b0f53435231d2b46b13cefbb9ba63f73791 WHIRLPOOL 6de1bd0a9d45ca4e085e53529118aa9d39784c76b9f579d4b29296de4b33a326bbbb833bc2b8b2d1a6e05c08d08f0824541302ed537e78d76ffdec3f0532eaaf
DIST patch-4.11-rc5.xz 6408648 SHA256 6a73243ddc790655672d7b93a7bcf6d232f452903b68212c14e2b16f37119810 SHA512 9b8b728eb8bb679d012c90f878739f02a3c9d13eb916248550fc61fad5a7ac5a0aee9c8166ff0c8b3180b96679f69ffbb5f79992f02a1693fd2c3616df1f6dd1 WHIRLPOOL 7a5be6360549fcdbf1bd4ffb8f77838ba6bcaa3dd7a3048bb0b12b05a246063389ef20a00352f3cd3d6db37cbab144c33bdd68e460276b56069d07c4b3132220
DIST patch-4.11-rc6.xz 6378364 SHA256 876a6db3ac42a274677741b135736faa71b4cfa039c2ba8ba3630e621dea0502 SHA512 48bf58e9b6ce069a95eccf6086b3ed9531c7bb6993cfe90e04a86fa015bac21a7a8f0c77631fc29f05369fd5820a7e9712940ceb3d2250eefba99669cf69e770 WHIRLPOOL 535940093d26d775f77f2832f7cb1f4cdf7d13aaacc8580d85e4825f84498509f23ac14ca26acbd2c459228d4200f7fac29001b7fdbbfdeb551baf80b13c0179
40 changes: 40 additions & 0 deletions sys-kernel/git-sources/git-sources-4.11_rc6.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI="5"
UNIPATCH_STRICTORDER="yes"
K_NOUSENAME="yes"
K_NOSETEXTRAVERSION="yes"
K_NOUSEPR="yes"
K_SECURITY_UNSUPPORTED="1"
K_BASE_VER="4.10"
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 ~sh ~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.4"

pkg_postinst() {
postinst_sources
}

0 comments on commit 126577d

Please sign in to comment.