Skip to content

Commit

Permalink
sys-kernel/rt-sources: version bump to 4.4.4_p11
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.28
Closes: gentoo#1105
  • Loading branch information
karllinden authored and monsieurp committed Mar 22, 2016
1 parent 04d842c commit 5d16230
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sys-kernel/rt-sources/Manifest
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ DIST patch-4.4.1-rt6.patch.xz 160260 SHA256 5f5395d6ce50fff2594de30cfa82c65c21c0
DIST patch-4.4.1.xz 23612 SHA256 c0218043e61da3921cd14579ae4a8774a6fdad91667a9fdb851d0a35f62edb48 SHA512 b117b6f88dd713a33691306e483d5c42bcf61091d91f7248e1537ac7f7b96380f5f7df81f399cecda13d9388ad7aa52ed2e6d46f7b27706d2f197b8e64c330b3 WHIRLPOOL 988a5cd6fc39577eda1baae93fda94deab93fa6d5245aa90f3c6ae032151b1a9e23458ee822d558643f23e0aabf1bd5962d36a72180a04bcecba74287ace776a
DIST patch-4.4.2-rt7.patch.xz 160312 SHA256 fbb9339ff11163414b5080040c785624fb3e7724cc26a05df7772660d4e491d7 SHA512 2ab9c7bdf2f5b43a74840a82f34f4a354c3a0c21407993ca1afc84b077f29a5a1e34079d70705a59f853e4c48665d763ffd379e3637c6dc8616cfafc517c6280 WHIRLPOOL ee4837afa682077cfd4d58fd28bf124c02e8039480faa16b8d4fff313b8f8d0b909c3d31be7adb3a1f9e052f155a71266244e129775b30e4efcf78a4317aa21c
DIST patch-4.4.2.xz 60144 SHA256 5c55d48ca6b2a9b89ed786e656ed17f9a86192eba6d209fa408e0bca8de57b9c SHA512 3222ddc913d14cd4b4ae999890afb580db9a79337dcd42876db6bbf08d351982bb1849fd97152915b570a3408ddd2be645e851736615f90ad8354244116ae12c WHIRLPOOL 3ca5d83d1a02d41e311a88a8b7e6df59586ebfd49528640e9716a3470bb88c6f02f1c79a054b3d8b246fade3a4ef248bc580b5dd7891d68cd6848c140e56a473
DIST patch-4.4.4-rt11.patch.xz 178812 SHA256 819505e059c12bc3c37bb38011fa3c2fa7c554a29bbdd7a02b473a1ec2757c4f SHA512 fe2df5f4a3fe86feb68d2f81e8cb969f9f425d4c8e34da1ace8aa54c4bb3f1e5ccc3622990f385be526116228adbc2dadc62eb1ed61101d2a437bb413257df64 WHIRLPOOL acf9ee1fddf68b1e83c9c55c4d33cbf9d29119a2107d7e6d71a901fca6ae0ec60fdebfaff8acaae835fd1956ca0ec136d5c7acafc0903413334a7759ad6723e4
DIST patch-4.4.4.xz 200972 SHA256 9061d8f57cc25d760387c4e6b7d5cceacaa808e8784a3e478012e7c2949853c8 SHA512 c206af7803cb0915fbe2bd27ed33282452db3fbd3070c73e4c7147443efd3c7588fb3be12d0abc08742381fbe892190602b29147684630aa9e6ff5e9efa49dbc WHIRLPOOL e6a004e32eecca1507354f97d3de85a07c1b9512fe3d4d87173e6d39c02ef1c2411abd0c26b6a077cd5eaefde11dd201445f72b9a0cf185e76635bdcc36df8dd
46 changes: 46 additions & 0 deletions sys-kernel/rt-sources/rt-sources-4.4.4_p11.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI="5"
ETYPE="sources"
KEYWORDS="~amd64"

HOMEPAGE="https://www.kernel.org/pub/linux/kernel/projects/rt/"

inherit versionator

CKV="$(get_version_component_range 1-3)"
K_SECURITY_UNSUPPORTED="yes"
K_DEBLOB_AVAILABLE="1"
RT_PATCHSET="${PV/*_p}"

inherit kernel-2
detect_version

K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz"
RT_URI="mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \
mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"

DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the CONFIG_PREEMPT_RT patch"
SRC_URI="${KERNEL_URI} ${RT_URI}"

KV_FULL="${PVR/_p/-rt}"
S="${WORKDIR}/linux-${KV_FULL}"

UNIPATCH_LIST="${DISTDIR}/${RT_FILE}"
UNIPATCH_STRICTORDER="yes"

pkg_postinst(){

ewarn
ewarn "${PN} are *not* supported by the Gentoo Kernel Project in any way."
ewarn "If you need support, please contact the RT project developers directly."
ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with"
ewarn "the ebuilds."
ewarn
}

K_EXTRAEINFO="For more info on rt-sources and details on how to report problems, see: \
${HOMEPAGE}."

0 comments on commit 5d16230

Please sign in to comment.