diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-08-24 14:38:26 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-08-24 14:38:26 +0200 |
commit | 1d1c5832073ae15743779a2f06232fb6d653d622 (patch) | |
tree | 1c7d465820e1e55c22d1f0798b6df51cba62607b /sys-kernel | |
parent | virtual/httpd-basic: Remove www-servers/resin as provider (diff) | |
download | gentoo-1d1c5832073ae15743779a2f06232fb6d653d622.tar.gz gentoo-1d1c5832073ae15743779a2f06232fb6d653d622.tar.bz2 gentoo-1d1c5832073ae15743779a2f06232fb6d653d622.zip |
sys-kernel/bliss-kernel-bin: Remove last-rited package
Closes: https://bugs.gentoo.org/726016
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/bliss-kernel-bin/Manifest | 2 | ||||
-rw-r--r-- | sys-kernel/bliss-kernel-bin/bliss-kernel-bin-4.14.178.ebuild | 33 | ||||
-rw-r--r-- | sys-kernel/bliss-kernel-bin/bliss-kernel-bin-5.4.51.ebuild | 33 | ||||
-rw-r--r-- | sys-kernel/bliss-kernel-bin/metadata.xml | 8 |
4 files changed, 0 insertions, 76 deletions
diff --git a/sys-kernel/bliss-kernel-bin/Manifest b/sys-kernel/bliss-kernel-bin/Manifest deleted file mode 100644 index 16efc507b9c8..000000000000 --- a/sys-kernel/bliss-kernel-bin/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST kernel-4.14.178-FC.01.tar.xz 96524864 BLAKE2B 21b526fc49ced62e1268e497ea0eba581ab1e8662900b404237c30fb3887e13ca19b4af402f6b8f13690838a451bb06c295ca014d7bba3e6c73ecbd11b773f39 SHA512 10b2da503652b4fb0cb465a121c471a9a22d14b51e1abce132f29291ee6c933807af77d8112054bc5bfa92c04b4288749e35af3f029724b7e2e2b679b77a7989 -DIST kernel-5.4.51-FB.01.tar.xz 117299856 BLAKE2B 3677a667ba72d0d57db9643deb2325bf539ed56aaf903842973fd063982aa5e9ea4030892988f7efac5848d5f29f00053ceceaa305cec47e64112d59310a3186 SHA512 baeb2d0d46d69c1690d1a295ea41f00067fa28a80053fbe5fc8f52863fb16ac4becbb3199fb8568fdfbf9bc01c4925cd8fea7f4436f73f4028378ab1c3af2774 diff --git a/sys-kernel/bliss-kernel-bin/bliss-kernel-bin-4.14.178.ebuild b/sys-kernel/bliss-kernel-bin/bliss-kernel-bin-4.14.178.ebuild deleted file mode 100644 index 5f3098080b2d..000000000000 --- a/sys-kernel/bliss-kernel-bin/bliss-kernel-bin-4.14.178.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="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" - -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} "${@}" -} 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} "${@}" -} diff --git a/sys-kernel/bliss-kernel-bin/metadata.xml b/sys-kernel/bliss-kernel-bin/metadata.xml deleted file mode 100644 index 6ee797fd125e..000000000000 --- a/sys-kernel/bliss-kernel-bin/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!--maintainer-needed--> - <use> - <flag name="initramfs">Build initramfs along with the kernel.</flag> - </use> -</pkgmetadata> |