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-dev/calculate-sources-dev-3.14....

37 lines
741 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
ETYPE="sources"
KERNELNAME="calculate-dev"
inherit calculate-kernel-6 eutils
DESCRIPTION="Calculate Linux kernel image"
KEYWORDS="amd64 x86"
HOMEPAGE="http://www.calculate-linux.org"
IUSE="plymouth themes"
DEPEND="vmlinuz? ( || ( app-arch/xz-utils app-arch/lzma-utils )
themes? ( media-gfx/plymouth-themes-calculate )
plymouth? ( sys-boot/plymouth sys-boot/plymouth-openrc-plugin )
sys-apps/v86d
!<net-wireless/rtl8192se-3.0
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
}