pf-sources-3.6.9.ebuild added
This commit is contained in:
parent
aab08fb751
commit
509e6d1b80
|
@ -1,3 +1,5 @@
|
|||
DIST linux-3.6.tar.bz2 82296001 SHA256 88ae0a20fd39ecae79db0ce8f9397922fae33c8b06a54ed2c883c861126c9771 SHA512 cbaefc2c4c8ab2251c3345b7b2c88d55a49e3468d8b177b05dd6d96a802efa9a052b1a1ecab8b71298bac97f45259516d88253838332b4fdb4307780ebcddce9 WHIRLPOOL e17e3800951f0c3af21015d1a1c99698d0ef70815bd4f131dd60b30baef70d4c255988857533a9a7c058388c2febfcf02d12cde2a7ed46b24fa85aeb260c0251
|
||||
DIST patch-3.6.8-pf.bz2 474222 SHA256 541ed364ddf0545ea4533d1fbf8eb8a0381ed6bf16b53e491f5b8831f0e85f70 SHA512 1c90f863fc2e0a15c352c3136d4438680a4bf467ead955eafd05419f308f280f1a73037e17469b99c184e66b7c65c1b3540edcc65590e663b30b60a88375ffca WHIRLPOOL bbe1e8d926b94116040ba9cc5016f253434200474b633683056d21c163cab42d24081e0f088cb9ce0a7d53fc9aa188b31842823c94a6a03113c1ee5613037e20
|
||||
DIST patch-3.6.9-pf.bz2 497164 SHA256 4f0ee881dbfa7680cf2e9a2de3dc6d71b2e65e7446b33db661f0e4d0bfbedaea SHA512 c48860f510e5c028aeeb408531f77866b9f505c55470abc9e85bf63f27cc730c7ac236fa215ad6cd45a54c80befd433944c39ac1e24f03b30e25e977addad384 WHIRLPOOL 81f086302054abfb33c5c7ec3b08328d6a4d57d199045eacd169b3e2e0f46c2bc4b46408354de0eda79990022b96fe873b7a03986eae30b4be246a7941e64af2
|
||||
EBUILD pf-sources-3.6.8.ebuild 2044 SHA256 745bc3c20d6926dd557e1bb32ccd29e0de510fdd81a9430bd489230da89dcc2c SHA512 13d0efa5d540ee7ebff2fe0f3a63f4d54a0b8c483df58a708c4795f07b598dacf5d89a9ef8a04fe03da6a34aab5380b2cfe188cabbfbb8a85b335be8a33e7e82 WHIRLPOOL c5df31b8230ac36e03d5a84b2233c60731b7435434323feaa714639ebde26efeb4d1d62e7967c8ee217679806a18fbdfc1c78f4c5635f9b57a98f9c72fc7a415
|
||||
EBUILD pf-sources-3.6.9.ebuild 2041 SHA256 a8f22e84343f0f47805718804da438413188f03b3662789d3d3f8d42936e67f1 SHA512 574b5a8156be06e0027954b3a93ee0911ec81a28c3704816b34c14b28338dcd9eb9ed7f44a3d933511e4ec5d90303c164a8ea34d5de7e5a152107e7ff212adf0 WHIRLPOOL 644c1771872472cbb099ce44ec7b23111a2c2ae36c486196258f1b5e45fbf4588da4e353f826344a76ae6fb0d41ac5f6ad554aeb18c660e19b33564afb2d2568
|
||||
|
|
|
@ -0,0 +1,70 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/pf-sources-3.6.9.ebuild,v 1.1 2012/11/19 10:39:56 wired Exp $
|
||||
|
||||
EAPI="2"
|
||||
|
||||
inherit versionator
|
||||
|
||||
COMPRESSTYPE=".bz2"
|
||||
K_USEPV="yes"
|
||||
UNIPATCH_STRICTORDER="yes"
|
||||
K_SECURITY_UNSUPPORTED="1"
|
||||
|
||||
CKV="$(get_version_component_range 1-2)"
|
||||
ETYPE="sources"
|
||||
inherit kernel-2
|
||||
detect_version
|
||||
K_NOSETEXTRAVERSION="don't_set_it"
|
||||
|
||||
DESCRIPTION="Linux kernel fork with new features, including the -ck patchset (BFS), BFQ, TuxOnIce and UKSM"
|
||||
HOMEPAGE="http://pf.natalenko.name/"
|
||||
|
||||
PF_FILE="patch-${PV}-pf${COMPRESSTYPE}"
|
||||
PF_URI="http://pf.natalenko.name/sources/$(get_version_component_range 1-2)/${PF_FILE}"
|
||||
EXPERIMENTAL_PATCHES=(
|
||||
# http://ck-hack.blogspot.com/2010/11/create-task-groups-by-tty-comment.html
|
||||
# http://ck.kolivas.org/patches/bfs/bfs357-penalise_fork_depth_account_threads.patch
|
||||
)
|
||||
EXPERIMENTAL_URI="
|
||||
experimental? (
|
||||
${EXPERIMENTAL_PATCHES[@]}
|
||||
)
|
||||
"
|
||||
SRC_URI="${KERNEL_URI} ${PF_URI}" # \${EXPERIMENTAL_URI}
|
||||
|
||||
KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86"
|
||||
IUSE="" # experimental
|
||||
|
||||
KV_FULL="${PVR}-pf"
|
||||
S="${WORKDIR}"/linux-"${KV_FULL}"
|
||||
|
||||
pkg_setup(){
|
||||
ewarn
|
||||
ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way."
|
||||
ewarn "If you need support, please contact the pf developers directly."
|
||||
ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with"
|
||||
ewarn "the ebuilds. Thank you."
|
||||
ewarn
|
||||
kernel-2_pkg_setup
|
||||
}
|
||||
|
||||
src_prepare(){
|
||||
epatch "${DISTDIR}"/"${PF_FILE}"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
kernel-2_pkg_postinst
|
||||
|
||||
elog
|
||||
elog "${P} has the following optional runtime dependencies:"
|
||||
elog " sys-apps/tuxonice-userui"
|
||||
elog " provides minimal userspace progress information related to"
|
||||
elog " suspending and resuming process"
|
||||
elog " sys-power/hibernate-script or sys-power/pm-utils"
|
||||
elog " runtime utilites for hibernating and suspending your computer"
|
||||
elog
|
||||
}
|
||||
|
||||
K_EXTRAEINFO="For more info on pf-sources and details on how to report problems,
|
||||
see: ${HOMEPAGE}."
|
Loading…
Reference in New Issue