From: "Jonathan Vasquez" <fearedbliss@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/bliss-kernel-bin/
Date: Mon, 4 May 2020 19:15:52 +0000 (UTC) [thread overview]
Message-ID: <1588619724.5a62f4fc9c268746d110f1c9d8632d4fdf3355d7.fearedbliss@gentoo> (raw)
commit: 5a62f4fc9c268746d110f1c9d8632d4fdf3355d7
Author: Jonathan Vasquez <fearedbliss <AT> gentoo <DOT> org>
AuthorDate: Mon May 4 19:15:24 2020 +0000
Commit: Jonathan Vasquez <fearedbliss <AT> gentoo <DOT> org>
CommitDate: Mon May 4 19:15:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a62f4fc
sys-kernel/bliss-kernel-bin: Removed Kernel 5.4.15
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Jonathan Vasquez <fearedbliss <AT> gentoo.org>
sys-kernel/bliss-kernel-bin/Manifest | 1 -
.../bliss-kernel-bin-5.4.15.ebuild | 37 ----------------------
2 files changed, 38 deletions(-)
diff --git a/sys-kernel/bliss-kernel-bin/Manifest b/sys-kernel/bliss-kernel-bin/Manifest
index 9c2a489251f..e0fff71bc04 100644
--- a/sys-kernel/bliss-kernel-bin/Manifest
+++ b/sys-kernel/bliss-kernel-bin/Manifest
@@ -1,4 +1,3 @@
DIST kernel-4.14.170-FC.01.tar.xz 94162352 BLAKE2B 360a6095c9ddaca171a1754c1989c4d382340d54fae4406aa1dde75c87ec2c8dd1e8772dd516db69d2fe8173ec4a7d0d2d6cb23517852be5f7f08dfad2213b28 SHA512 ba3888ab9f946dfc6b9a2536aab24d4ce304ff141f96754832b2d97f88aa7a7913530619e096fa55fd257a5f9ef0787b700d325a2bd28f6c65c1f33d9ce23b64
DIST kernel-4.14.178-FC.01.tar.xz 96524864 BLAKE2B 21b526fc49ced62e1268e497ea0eba581ab1e8662900b404237c30fb3887e13ca19b4af402f6b8f13690838a451bb06c295ca014d7bba3e6c73ecbd11b773f39 SHA512 10b2da503652b4fb0cb465a121c471a9a22d14b51e1abce132f29291ee6c933807af77d8112054bc5bfa92c04b4288749e35af3f029724b7e2e2b679b77a7989
-DIST kernel-5.4.15-FC.01.tar.xz 117954936 BLAKE2B 96868fb485869dbb02120b84037847bf374eca12e281c7349ef9b3598e226dc2e7fe85f5e5f811f2c682ca4466e97f0dbae81c99912a7dc32c9302f76c46cc0e SHA512 8dcdd8c483a5f5d68cec94d3336b8b5cb8abda53c51f4539f7e89e4a9e47081cdc427ac81ff2ec9a5e1aedd9757951e876211cb6d6cd1b793026ac110d384de4
DIST kernel-5.4.38-FC.01.tar.xz 117089784 BLAKE2B 724d7661f98daf272d0c938b3db038f142a585c91439aaf8691ba4194b410e90a4ec5c0396498e0d56d67818ed2f565f66d504b921cf509dc8b45d624c622a67 SHA512 fced22ba786a68b791c26e4260feecc9dc1ddc2a1a4bec0c5902a80801fe8b95e5177b3bef21311e866fa6c3a292286c317b12061d5ded60559cbf9e908ab8ae
diff --git a/sys-kernel/bliss-kernel-bin/bliss-kernel-bin-5.4.15.ebuild b/sys-kernel/bliss-kernel-bin/bliss-kernel-bin-5.4.15.ebuild
deleted file mode 100644
index 7df4e7a0e92..00000000000
--- a/sys-kernel/bliss-kernel-bin/bliss-kernel-bin-5.4.15.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} "${@}"
-}
next reply other threads:[~2020-05-04 19:15 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-04 19:15 Jonathan Vasquez [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-09-20 13:25 [gentoo-commits] repo/gentoo:master commit in: sys-kernel/bliss-kernel-bin/ Jonathan Vasquez
2020-07-15 19:37 Jonathan Vasquez
2020-07-15 19:37 Jonathan Vasquez
2020-05-04 19:15 Jonathan Vasquez
2020-05-04 16:20 Jonathan Vasquez
2020-05-04 16:20 Jonathan Vasquez
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1588619724.5a62f4fc9c268746d110f1c9d8632d4fdf3355d7.fearedbliss@gentoo \
--to=fearedbliss@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox