diff options
Diffstat (limited to 'sys-kernel/bliss-kernel-bin/bliss-kernel-bin-4.14.170.ebuild')
-rw-r--r-- | sys-kernel/bliss-kernel-bin/bliss-kernel-bin-4.14.170.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/sys-kernel/bliss-kernel-bin/bliss-kernel-bin-4.14.170.ebuild b/sys-kernel/bliss-kernel-bin/bliss-kernel-bin-4.14.170.ebuild deleted file mode 100644 index a189ee6a274e..000000000000 --- a/sys-kernel/bliss-kernel-bin/bliss-kernel-bin-4.14.170.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit kernel-install - -# Variables -_LV="FC.01" # Local Version -_PLV="${PV}-${_LV}" # Package Version + Local Version (Module Dir) - -# Main -DESCRIPTION="Precompiled Vanilla Kernel (Kernel Ready-to-Eat [KRE])" -HOMEPAGE="https://wiki.gentoo.org/wiki/User:Fearedbliss" -SRC_URI="https://xyinn.org/gentoo/kernels/${_PLV}/kernel-${_PLV}.tar.xz" - -RESTRICT="strip test" -LICENSE="GPL-2" -SLOT="${_PLV}" -KEYWORDS="-* amd64" - -# Unset 'initramfs' since 'bliss-kernel' doesn't need them -# as an explicitly enabled IUSE from the kernel-install eclass. -IUSE="-initramfs" - -S="${WORKDIR}" -QA_PREBUILT="*" - -src_install() { - mv * "${ED}" || die -} - -pkg_postinst() { - # Stub out this function. The downloaded tarball is ready to be installed - # into the OS directly. - debug-print-function ${FUNCNAME} "${@}" -} |