parent
72fa820949
commit
5487dfcd4f
@ -0,0 +1,26 @@
|
||||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
ETYPE="sources"
|
||||
|
||||
inherit calculate-kernel
|
||||
|
||||
DESCRIPTION="Full sources including the Calculate patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
HOMEPAGE="http://www.calculate-linux.org"
|
||||
|
||||
SRC_URI="${KERNEL_URI} ${ARCH_URI} ${CALC_URI}"
|
||||
|
||||
UNIPATCH_LIST="${DISTDIR}/${PN}-${CKV}.tar.bz2"
|
||||
|
||||
DEPEND="vmlinuz? ( >=sys-kernel/calckernel-3.4.10.903-r22
|
||||
>=sys-apps/calculate-1.3.5
|
||||
|| ( app-arch/xz-utils app-arch/lzma-utils )
|
||||
sys-apps/v86d )"
|
||||
|
||||
pkg_postinst() {
|
||||
calculate-kernel_pkg_postinst
|
||||
einfo "For more info on this patchset, and how to report problems, see:"
|
||||
einfo "${HOMEPAGE}"
|
||||
}
|
Loading…
Reference in new issue