From b1c81de4fadbd00897700a7321f03b390d952b2e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 26 Aug 2021 00:09:36 +0100 Subject: gentoo resync : 26.08.2021 --- .../bliss-kernel-bin-5.4.51.ebuild | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 sys-kernel/bliss-kernel-bin/bliss-kernel-bin-5.4.51.ebuild (limited to 'sys-kernel/bliss-kernel-bin/bliss-kernel-bin-5.4.51.ebuild') diff --git a/sys-kernel/bliss-kernel-bin/bliss-kernel-bin-5.4.51.ebuild b/sys-kernel/bliss-kernel-bin/bliss-kernel-bin-5.4.51.ebuild deleted file mode 100644 index be4362d1fc87..000000000000 --- a/sys-kernel/bliss-kernel-bin/bliss-kernel-bin-5.4.51.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit kernel-install - -# Variables -_LV="FB.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" - -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} "${@}" -} -- cgit v1.2.3