diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2016-04-03 16:38:23 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2016-04-03 16:38:23 +0200 |
commit | b34ff9965dac1d8058194c7aea328d72d3e9463e (patch) | |
tree | c99e7042da8e4d91e6ac800b096cd705a7cef724 /sys-kernel/git-sources | |
parent | dev-python/botocore: remove version 1.3.20 (diff) | |
download | gentoo-b34ff9965dac1d8058194c7aea328d72d3e9463e.tar.gz gentoo-b34ff9965dac1d8058194c7aea328d72d3e9463e.tar.bz2 gentoo-b34ff9965dac1d8058194c7aea328d72d3e9463e.zip |
sys-kernel/git-sources: Automated version bump to 4.6_rc2
Package-Manager: portage-2.2.26
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-kernel/git-sources')
-rw-r--r-- | sys-kernel/git-sources/Manifest | 1 | ||||
-rw-r--r-- | sys-kernel/git-sources/git-sources-4.6_rc2.ebuild | 40 |
2 files changed, 41 insertions, 0 deletions
diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest index 1740c5bc95a8..ba79720f7e15 100644 --- a/sys-kernel/git-sources/Manifest +++ b/sys-kernel/git-sources/Manifest @@ -1,2 +1,3 @@ DIST linux-4.5.tar.xz 88375040 SHA256 a40defb401e01b37d6b8c8ad5c1bbab665be6ac6310cdeed59950c96b31a519c SHA512 cb0d5f30baff37dfea40fbc1119a1482182f95858c883e019ee3f81055c8efbdb9dba7dfc02ebcc4216db38f03ece58688e69efc0fce1dade359af30bd5426de WHIRLPOOL 8faa0b02c5733fc45dbe61f82a7022e9246b9b1665f27541d4afa5d14c310b9dce7a8532dfac8273898edf8c6923654ee2fbcf2cec1ec2a220f4c9f926f2b333 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 diff --git a/sys-kernel/git-sources/git-sources-4.6_rc2.ebuild b/sys-kernel/git-sources/git-sources-4.6_rc2.ebuild new file mode 100644 index 000000000000..af024fbe50b0 --- /dev/null +++ b/sys-kernel/git-sources/git-sources-4.6_rc2.ebuild @@ -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 +} |