Skip to content

Commit

Permalink
sys-kernel/git-sources: Automated version bump to 4.14_rc6.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Signed-off-by: Agostino Sarubbo <[email protected]>
  • Loading branch information
asarubbo committed Oct 23, 2017
1 parent 035f283 commit aee99c0
Show file tree
Hide file tree
Showing 2 changed files with 41 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 @@ -4,3 +4,4 @@ DIST patch-4.14-rc2.patch 50397184 SHA256 05c079b902c0b886cdb27c37d38e52f3d8ae7d
DIST patch-4.14-rc3.patch 50656199 SHA256 45b73aefcf8e9e7de6282bb0107b83aec8a345d5653111e30fbd8be398906eb7 SHA512 8fd1a56254be222963e8878a5d357012b13dc280eca3c147a03aa50f28457baad7100834e074f325ee62a18648b790d92e4978ef36e8dd538306cd1a2ddc7319 WHIRLPOOL b32b0c16c20af1912e54e367cd93eec61776914228e3cde3a4b38f89122f3338251eff8f831f359f4d27c8ed25ddef130f68c03067550dcab24245d092bce95d
DIST patch-4.14-rc4.patch 51066860 SHA256 eadd18c5df62a14abe2614b702ef2aab45f352c64aa3532b236def04bfc70461 SHA512 1d7ef59ecb329513bb9cef3d3736d6211a5bb7310ad2ca2c2d50873ff3a64075840f0fea9869b2606ed6cc4e5fb14ffec232ddd354f3a626bcf1bf3ae01b3e9c WHIRLPOOL f4a165c0bc3fe3155c11314ff6342ca69a5a84782a904b5a66107225820fad3264ba3bac3416986f0e23bace1a2802f3a9a675ee4e74147f0e4e48201f59859d
DIST patch-4.14-rc5.patch 51247202 SHA256 376bb637ec96ac3e1ebdf4a29ef69327238e954f871bc15660c0f2ae366df8d1 SHA512 56cf0a920c5f78051fe16f1fff06f3e6216ceab97634f064ccb085ec1eedf142cb8f8e1903d967ac05b0dd49fec28e073ea8bda332263818535a8439d286d5d4 WHIRLPOOL 67f2a29aa37e6a3ac144b8bd13ddfbe1824e97ad9733e0fb48f2bd009bd0fa31ae1ce878bf07b7fd0edd43552a78e9676ef6ba58b39a8c0612bbc9893d5b5fc1
DIST patch-4.14-rc6.patch 51559410 SHA256 519f148591b719fda9ec74c0ad284f9eca5268587ddca01faaea4eb25126a58c SHA512 129741872167058f2c215822820dbd890855b99e6ebf05b5d904e67592472f3ac5089bc4ce8d5493ad4571148d200f1e3ae0108cd37d54f43638998f13530bfc WHIRLPOOL 31a186e1a54a3868b431c8999daaef238b8af9430ebff7185ae6b0ff4de8558bd8c1396fa481c18febdb17797d0d103635318f5165fd1cd95af0178f951f3e74
40 changes: 40 additions & 0 deletions sys-kernel/git-sources/git-sources-4.14_rc6.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

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

pkg_postinst() {
postinst_sources
}

0 comments on commit aee99c0

Please sign in to comment.