summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2017-01-02 10:01:24 +0100
committerAgostino Sarubbo <ago@gentoo.org>2017-01-02 10:01:24 +0100
commit4b62022a7f4ae93b764507981e7dbf0ff0746d45 (patch)
tree1aa004d6e0d6edd6f6e3138f00be7cb25092fd11 /sys-kernel
parentapp-misc/uptimed: amd64 stable wrt bug #604342 (diff)
downloadgentoo-4b62022a7f4ae93b764507981e7dbf0ff0746d45.tar.gz
gentoo-4b62022a7f4ae93b764507981e7dbf0ff0746d45.tar.bz2
gentoo-4b62022a7f4ae93b764507981e7dbf0ff0746d45.zip
sys-kernel/git-sources: Automated version bump to 4.10_rc2
Package-Manager: portage-2.3.0 Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/git-sources/Manifest1
-rw-r--r--sys-kernel/git-sources/git-sources-4.10_rc2.ebuild41
2 files changed, 42 insertions, 0 deletions
diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 890a7b73f389..1ca8adfa4665 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,2 +1,3 @@
DIST linux-4.9.tar.xz 93192404 SHA256 029098dcffab74875e086ae970e3828456838da6e0ba22ce3f64ef764f3d7f1a SHA512 bf67ff812cc3cb7e5059e82cc5db0d9a7c5637f7ed9a42e4730c715bf7047c81ed3a571225f92a33ef0b6d65f35595bc32d773356646df2627da55e9bc7f1f1a WHIRLPOOL 072505b29972ad120eb25a074217847c9c2813416c4903e605a0433574f5f87616dbea0b1454e4b19acc48107f11274b682958b1d773373156e99f8163e6606a
DIST patch-4.10-rc1.xz 7387972 SHA256 6b269bd7bf6a13733269f89b1205db7f76434dc9aa96cc5a1537decc5d2f5053 SHA512 1ea3cb9e808c8ad0ca28bf430c5ed1e6b8039f195b1ebe42429bddad0b0afcf1a1a619cb20eb0da614f2180cc94e9658a94d45432f8a4d402a955c7f0b0c5289 WHIRLPOOL 8cc1ddc34fc1644831e1d55d40099c2651f3bc38e2ebb64ec3476e2e5963c57513912e2455a2ef763390a9aa17e64557b4a92472218f49bb7583a465441c18cd
+DIST patch-4.10-rc2.xz 7392684 SHA256 358f373a71caabb9597bfe1b3f3fb9a8e71d303d5eca2a6d6534167141290a99 SHA512 45ec25c586aa89e4e8dd53cf01a88e25331e379a2532a7059eb182a634279c92e23d057c71df10ceb374fcc51c3a4eed6769261a7e2b9c5cd0112a81161ff597 WHIRLPOOL 41f2f4453b1a16390b2819500dc1ec36f3a7c6993a753dc420cea21b1466e3ce536a08ad580aaafe986827e407bc2503337e6e967549f1044cf4a93693a8837e
diff --git a/sys-kernel/git-sources/git-sources-4.10_rc2.ebuild b/sys-kernel/git-sources/git-sources-4.10_rc2.ebuild
new file mode 100644
index 000000000000..05f9017871b5
--- /dev/null
+++ b/sys-kernel/git-sources/git-sources-4.10_rc2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2017 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.9"
+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
+}