summaryrefslogtreecommitdiff
path: root/sys-kernel/bliss-kernel-bin/bliss-kernel-bin-5.4.51.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-08-26 00:09:36 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-08-26 00:09:36 +0100
commitb1c81de4fadbd00897700a7321f03b390d952b2e (patch)
treee6cc812351d4f105c110cfc363ebb497e996f47a /sys-kernel/bliss-kernel-bin/bliss-kernel-bin-5.4.51.ebuild
parent7c59acba5699c9c58090a7a738669669a7307023 (diff)
gentoo resync : 26.08.2021
Diffstat (limited to 'sys-kernel/bliss-kernel-bin/bliss-kernel-bin-5.4.51.ebuild')
-rw-r--r--sys-kernel/bliss-kernel-bin/bliss-kernel-bin-5.4.51.ebuild33
1 files changed, 0 insertions, 33 deletions
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} "${@}"
-}