mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
sys-kernel/git-sources: Linux patch 4.8-rc8
Package-Manager: portage-2.2.28
This commit is contained in:
@@ -6,3 +6,4 @@ DIST patch-4.8-rc4.xz 6655212 SHA256 56832aae956174d01cf5381947fbb6a0339902285aa
|
||||
DIST patch-4.8-rc5.xz 6708372 SHA256 5d3bb6f9c07fefc102669e905765b7d2ec4be746594ace5510b7f355f1b1f0f0 SHA512 09e18d12e292022879983f3f2e096920c3e9e3158adecce06130ba3a2c43a753c6df732eb830e3a61313852b6ef122f7edf110ed3b172e678dc96edddcace17e WHIRLPOOL 75fb5293936d185f62a3bd55309bd1a86ea4204cb8b67c2bf15434d69ef078284382631e851ef2914998db265cebd27d6838e8a7538727cbef1063a77a82cdb8
|
||||
DIST patch-4.8-rc6.xz 6733472 SHA256 d234651980608b881ad25d413991b744ab2472622357e3237ae308082e3482e4 SHA512 a85b529e56363b8f6de5180bd5ba1f4bb2157cbe802add9dfe8aca6a79e3835276d9bd1af66e0b4fc47dfa1cb500844e54e998dc7ae19260ba299ca5ce8326c4 WHIRLPOOL d197a315c420963e60c4e8de6316d28319c2b7be2e32672ef9b3a71356b10a03ee73593389d8d1c9603ef43c2c4f2b7a8c75055d3f3a8867c1d0298182a5c3dc
|
||||
DIST patch-4.8-rc7.xz 6776720 SHA256 0af865700e23f0b86cd332246db633972e1250f57b8640cf41f0841538007045 SHA512 d90aebcf394e914ed777cc569e19e02cd3c147e2eb9faede0801a94703f1caabbb0254441822f6e6dce1051bdd1305b7a3b1feb7d42b2f08f2eab2615b9d384f WHIRLPOOL 2619ba3e9121b12527ee62bf520fa42232f99c97bbd3cda21d6d0aeed398d5212fa9ad41ac0f4cfda819dc39fb65d08054ecf252df1137e9c0a366f4bb4baff2
|
||||
DIST patch-4.8-rc8.xz 6803496 SHA256 f7321c0a51e5d20142669bb5482cfb54e65d1e480c514c692d6ae90f74884595 SHA512 2a8ecf6b78688c6e76f0f6af449f7d149d92e40f85def8daa4473687436661ab076d8f2dab5b452f1246821cfbb0b31169b1d24f831164e8461ba072ae2b4087 WHIRLPOOL d8e6b6dbf0eafa2fd0d9ccc4bd7d7eeae1d25c216c9c3cf9eb2ffa599bab4abae12fb3a420f399d2b5cb8e20b8531cfb83956571bb7ec9cc9910141c656da735
|
||||
|
||||
41
sys-kernel/git-sources/git-sources-4.8_rc8.ebuild
Normal file
41
sys-kernel/git-sources/git-sources-4.8_rc8.ebuild
Normal file
@@ -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.7"
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user