Skip to content

Commit

Permalink
sys-kernel/git-sources: Linux patch 4.9-rc5
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
mpagano committed Nov 13, 2016
1 parent 67830b8 commit 122e3ee
Show file tree
Hide file tree
Showing 2 changed files with 42 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 @@ -3,3 +3,4 @@ DIST patch-4.9-rc1.xz 6697396 SHA256 427d6035e65ec53889b1d0c30facfe1c2e80f1617b2
DIST patch-4.9-rc2.xz 6748836 SHA256 a1d5fba9bcf704566ac096fe16bb417421aa426f490240d3219a1f7201d4ea99 SHA512 28bea3f4d00b1b61944517f38efeb60226ef7498fa991370e8bf5fadf536722fed0fbbda94ad1842e50c5599227bce1e8f27340956dc285e9ed4d2fc72170fb3 WHIRLPOOL 2436ef0d669b5e9ea0351d334e07a194d5dfe36cb25fa1e5b0421f8e72a5a21d30c5bf3897f42777da037d37887c272b7086f137591eb8bc83fb141adb6315b6
DIST patch-4.9-rc3.xz 7090824 SHA256 bb90b688b7e195abdb8cde00418894417a54f7bf5e1fe7aa485107712ad0759a SHA512 cca73cdda46c99f15608bfe385e48d102009e13f2626190230f154bf0d901c9fa2b62f55394beaf85daea2ce0e5f0e31fe72f8571e9a8fe0132f3daca46245e8 WHIRLPOOL 8bcda14a7c738ac53997a7e5f569dca7fe6bcf7069bfd08122e9e0791c914629e2c928c94234f09ca2c4f7a5bfd7b71b0a19f7d930b3abd2dc741e0879feced3
DIST patch-4.9-rc4.xz 7182692 SHA256 5c9967a7dfe29704c18c2d98ac0b3eca6b2be585a36d95db20c10a77923fee90 SHA512 4656380be9aebd89cde80ecd057225b991fb8c5996a4e4dc7c71bd2d0d914ce9caacc14b588c945ec7b6f48667101bfbd464baeca9f3160e86ec7352394f0171 WHIRLPOOL 67ab5dbcf5e06b1ea767e2c4d2a933f23c38babdd5e83c0ba1849f3222bed0d8ce84832d1f8749db353bd597734ce7076a5c2242b570d59f12e6c3f95d4c5612
DIST patch-4.9-rc5.xz 7216812 SHA256 7c6184bda1289d66906107808a476c863e6542ed7f175bdce46af05fd200ca47 SHA512 55e42e473c4e83946dc91a7a024a49521240dacb5fea5e1f8f6beba9a8d883d17b4b7faf0695425211e8da9e674380e96287ba3620a52520a7d0f59e05c2c619 WHIRLPOOL 233fc65c550fa1f53c18d3c79931158ee3cb89a7097243a1ff2f086f448f16a6b7c38bc3f41b45c87e1d7b6a12fd9769ab9de97dc76c01d69db3d99eaaad0f26
41 changes: 41 additions & 0 deletions sys-kernel/git-sources/git-sources-4.9_rc5.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI="5"
UNIPATCH_STRICTORDER="yes"
K_NOUSENAME="yes"
K_NOSETEXTRAVERSION="yes"
K_NOUSEPR="yes"
K_SECURITY_UNSUPPORTED="1"
K_BASE_VER="4.8"
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 122e3ee

Please sign in to comment.