98786c9202
updated enbuilds: sys-kernel/xanmod-sources/xanmod-sources-5.5.10.ebuild updated enbuilds: sys-kernel/xanmod-sources/xanmod-sources-5.5.13.ebuild updated enbuilds: sys-kernel/xanmod-sources/xanmod-sources-5.6.10.ebuild updated enbuilds: sys-kernel/xanmod-sources/xanmod-sources-5.6.5.ebuild updated enbuilds: sys-kernel/xanmod-sources/xanmod-sources-5.6.6.ebuild updated enbuilds: sys-kernel/xanmod-sources/xanmod-sources-5.6.8.ebuild
29 lines
788 B
Bash
29 lines
788 B
Bash
# Copyright 1999-2020 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI="6"
|
|
K_SECURITY_UNSUPPORTED="1"
|
|
K_NOSETEXTRAVERSION="1"
|
|
XANMOD_VERSION="1"
|
|
ETYPE="sources"
|
|
inherit kernel-2
|
|
detect_version
|
|
|
|
DESCRIPTION="A general-purpose kernel with custom settings and new features"
|
|
HOMEPAGE="https://xanmod.org"
|
|
LICENSE+=" CDDL"
|
|
SRC_URI="${KERNEL_BASE_URI}/linux-${KV_MAJOR}.${KV_MINOR}.tar.xz https://github.com/xanmod/linux/releases/download/${OKV}-xanmod${XANMOD_VERSION}/patch-${OKV}-xanmod${XANMOD_VERSION}.xz"
|
|
|
|
UNIPATCH_LIST_DEFAULT=""
|
|
UNIPATCH_LIST="${DISTDIR}/patch-${OKV}-xanmod${XANMOD_VERSION}.xz"
|
|
|
|
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
|
|
|
|
src_prepare() {
|
|
|
|
kernel-2_src_prepare
|
|
|
|
rm ${S}/.config || die
|
|
|
|
}
|