mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-kernel/git-sources: Automated version bump to 4.6_rc4
Package-Manager: portage-2.2.26 Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
This commit is contained in:
@@ -2,3 +2,4 @@ DIST linux-4.5.tar.xz 88375040 SHA256 a40defb401e01b37d6b8c8ad5c1bbab665be6ac631
|
||||
DIST patch-4.6-rc1.xz 6426024 SHA256 a1b27b783b720faea7b188e3b2c010fe1833155df7e0b5adabb05641e02e075a SHA512 6c7436dcf559a65f3a03c96008b5c5d3e7eb24436a0493962e716eff392b28450bd3332c70711c9dae46f96680593c9abd0cccccaaf6d153d065c81b1a9c41b3 WHIRLPOOL 2141c1fedb71850e190bb3f203e9b4f07a6197d475b7faa878a6dc9c6a3a2b68c3decf5c28d0b4da1bf0c4c53610a2e52e0132cd7829ebfff94f604ffa155093
|
||||
DIST patch-4.6-rc2.xz 6078920 SHA256 386e1945510a0635cde0598d49b6624c8753b3bab1c9bf6fa8ce7efb88d1f289 SHA512 7d35c909f8981985760744d3dfd7e66a5790e35302ffbfc8c8f37ede88a1f60e5f0b725c26e8a2708ed7ebc90a83113089fa0235d6c892fc0bfbe9bfa780a0c7 WHIRLPOOL af2ccc138a24074b2b1664c7ce25b6df0f2a013172293ff2c997c7a6e4f2b0eef1a10c489e6c9fd87bbc32344f35605b6dac44aaf9211518a89cad7d8ceeb279
|
||||
DIST patch-4.6-rc3.xz 6623292 SHA256 45bc4f50c98d6dfea3c802f89cbae79553c308f3f2fc802d8fd9f84cb7f9f808 SHA512 8356aae1c44226b7747622df0a18a416bce0ea882c8d7e5c11238308ad3de3fa3913513a6f94b60fc9b0544e8c3506561860c696c7816939289e9dadee6eec85 WHIRLPOOL dd157f6a29d2a5ac0d2a5c91fd8e092cb597f4c710b01767c1c06b17e04af10e30cde4c04b7596e070ab260b6467c9a3a596c35c54071488bf2b676b417c776f
|
||||
DIST patch-4.6-rc4.xz 6647640 SHA256 707e6c719f33e6b3982af1e8943877135a24ec53fc0cec38cf4ecd468ce3713b SHA512 2a7fea04168369a65807a4e3330e19e4899962060861c72e6325c14dd4a5c05ab940f27c38402d8c5e8304b23c193d4a037940de05a9c06927aafe6dd34dd579 WHIRLPOOL a0ed8e0a31bd2736730b5a6c68d1ee2aca728e6b91206dbbc071aea6a2b6111c642a55e7a7d9636a6e5f7ab67aefe366796a844b06ff81912da59f8041a7e577
|
||||
|
||||
40
sys-kernel/git-sources/git-sources-4.6_rc4.ebuild
Normal file
40
sys-kernel/git-sources/git-sources-4.6_rc4.ebuild
Normal file
@@ -0,0 +1,40 @@
|
||||
# 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="yes"
|
||||
K_BASE_VER="4.5"
|
||||
K_EXP_GENPATCHES_NOUSE="1"
|
||||
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