You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/sys-kernel/calculate-sources/calculate-sources-3.12.28.e...

35 lines
735 B

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
ETYPE="sources"
inherit calculate-kernel-6 eutils
DESCRIPTION="Calculate Linux kernel image"
KEYWORDS="~amd64 ~x86"
HOMEPAGE="http://www.calculate-linux.org"
IUSE="plymouth themes firmware"
DEPEND="vmlinuz? ( || ( app-arch/xz-utils app-arch/lzma-utils )
firmware? ( sys-kernel/linux-firmware )
themes? ( media-gfx/plymouth-themes-calculate )
plymouth? ( sys-boot/plymouth sys-boot/plymouth-openrc-plugin )
sys-apps/v86d
sys-boot/grub
)"
RDEPEND="${DEPEND}"
SRC_URI="${KERNEL_URI} ${ARCH_URI}"
src_unpack() {
calculate-kernel-6_src_unpack
}
pkg_postinst() {
calculate-kernel-6_pkg_postinst
}