public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/vanilla-kernel-bin/
Date: Mon, 27 Jan 2020 11:26:56 +0000 (UTC)	[thread overview]
Message-ID: <1580124411.c41e3d1a1efbbfa1a4165a4013abaf42f2752d50.mgorny@gentoo> (raw)

commit:     c41e3d1a1efbbfa1a4165a4013abaf42f2752d50
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 27 10:25:03 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jan 27 11:26:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c41e3d1a

sys-kernel/vanilla-kernel-bin: Bump to 5.4.15

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sys-kernel/vanilla-kernel-bin/Manifest             |  2 +
 .../vanilla-kernel-bin-5.4.15.ebuild               | 52 ++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/sys-kernel/vanilla-kernel-bin/Manifest b/sys-kernel/vanilla-kernel-bin/Manifest
index 7247fce1428..9b1937fb57e 100644
--- a/sys-kernel/vanilla-kernel-bin/Manifest
+++ b/sys-kernel/vanilla-kernel-bin/Manifest
@@ -10,3 +10,5 @@ DIST vanilla-kernel-5.4.13-1.amd64.xpak 64948280 BLAKE2B b59f4bede8935dca2269c17
 DIST vanilla-kernel-5.4.13-1.x86.xpak 56388529 BLAKE2B 348a21712e6c1df9c8f167293e5bfc933ec06100ed4e7231a95f3de32e1e3a0d5e4640cfb0eb3a8879337af7dd98e46439490f3937e876f7340b82ca7a145e93 SHA512 818d820553c7409e47174fcc85a422c3580e24b5551c7d75d5d809d1a26ecf5a9fddb23bc0eab07386e3dcc5f9f5efb71d241faf2a7e3b9113f3846c018b3d4e
 DIST vanilla-kernel-5.4.14-1.amd64.xpak 64956301 BLAKE2B 18c1425ec55a9459cf40c7af55f570f218f959059ada7db71095c8e97b3b01908f5690e0435b6840e676e1a93963a7fb9a558d14eb1e73b779960e4dda740b72 SHA512 e3cdbfea411da86beef1213563d3967dc5323c58c85b4e819a836757546c8a0d5e30bee1ad974355f9f25e267064b2e1a631380a03f2fe38ec6fce8b51dbc5e2
 DIST vanilla-kernel-5.4.14-1.x86.xpak 56381779 BLAKE2B 07c96328a7eea978c4af371910f094cabdd3faa09ff311804e74f7c89e0c1d2c938a812085c4b80510d95196536fc5ab4a43e5c384606f6ba145dc5258b0fa17 SHA512 19733434e2106ea61a52df98d64fde21c719656fdfe942a7641838657353f99cd34db32c047396ef6b190f5ebd10ca521938ce680aff4a7b8f09110d12cc1bd9
+DIST vanilla-kernel-5.4.15-1.amd64.xpak 64976137 BLAKE2B 2853933e64e66e471b78230c2439c33fe1e1a014da7f1689ed8345dd412a61e3d2f0b0f8363631911a3a8047ad3f7cade3d37e0dd70f6f963f826f40f3b81b7e SHA512 0a06108b3b63a44c9a4256527bee1dd6313089e8a50edf947f0a76c24605e41fcaa1a76ad3845fe511e8f3a722b5d5b33a5dafceaee598daad4294fe1d5f2430
+DIST vanilla-kernel-5.4.15-1.x86.xpak 56398033 BLAKE2B 6efd03ac696208583899d2cffe12fbbd89cced37f5f53a51b0ab574f2097545a87c4f4b62b6e7cb0cc91018fa113fe523708c44b33d11db1f4a4ea069b4d7dbf SHA512 6201a4b303314a649843855195faccaa9ac85148e7b52a9550d619feb4b91ad4c11657d8ebe3783076f91d05039d5131a691545139ac91849f1724c59a9a1470

diff --git a/sys-kernel/vanilla-kernel-bin/vanilla-kernel-bin-5.4.15.ebuild b/sys-kernel/vanilla-kernel-bin/vanilla-kernel-bin-5.4.15.ebuild
new file mode 100644
index 00000000000..db05c926690
--- /dev/null
+++ b/sys-kernel/vanilla-kernel-bin/vanilla-kernel-bin-5.4.15.ebuild
@@ -0,0 +1,52 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-install
+
+MY_P=${P/-bin/}-1
+DESCRIPTION="Pre-built vanilla Linux kernel"
+HOMEPAGE="https://www.kernel.org/"
+SRC_URI+="
+	amd64? (
+		https://dev.gentoo.org/~mgorny/binpkg/amd64/kernel/sys-kernel/vanilla-kernel/${MY_P}.xpak
+			-> ${MY_P}.amd64.xpak
+	)
+	x86? (
+		https://dev.gentoo.org/~mgorny/binpkg/x86/kernel/sys-kernel/vanilla-kernel/${MY_P}.xpak
+			-> ${MY_P}.x86.xpak
+	)"
+S=${WORKDIR}
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	!sys-kernel/vanilla-kernel:${SLOT}"
+
+QA_PREBUILT='*'
+
+pkg_pretend() {
+	mount-boot_pkg_pretend
+
+	ewarn "This is an experimental package.  The built kernel and/or initramfs"
+	ewarn "may not work at all or fail with your bootloader configuration.  Please"
+	ewarn "make sure to keep a backup kernel available before testing it."
+}
+
+src_unpack() {
+	ebegin "Unpacking ${MY_P}.${ARCH}.xpak"
+	tar -x < <(xz -c -d --single-stream "${DISTDIR}/${MY_P}.${ARCH}.xpak")
+	eend ${?} || die "Unpacking ${MY_P} failed"
+}
+
+src_test() {
+	kernel-install_test "${PV}" \
+		"${WORKDIR}/usr/src/linux-${PV}/$(kernel-install_get_image_path)" \
+		"lib/modules/${PV}"
+}
+
+src_install() {
+	mv * "${ED}" || die
+}


             reply	other threads:[~2020-01-27 11:26 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-27 11:26 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-03-15  8:01 [gentoo-commits] repo/gentoo:master commit in: sys-kernel/vanilla-kernel-bin/ Mikle Kolyada
2020-02-14  8:48 Michał Górny
2020-02-12 20:36 Michał Górny
2020-02-12 15:47 Michał Górny
2020-02-12 12:09 Michał Górny
2020-02-06 20:43 Michał Górny
2020-02-06 17:09 Michał Górny
2020-02-03  5:37 Michał Górny
2020-02-03  5:37 Michał Górny
2020-02-03  5:37 Michał Górny
2020-01-30 19:29 Michał Górny
2020-01-28 18:24 Michał Górny
2020-01-24 19:18 Michał Górny
2020-01-24 19:18 Michał Górny
2020-01-18 16:06 Michał Górny
2020-01-18 16:06 Michał Górny
2020-01-18 16:06 Michał Górny
2020-01-15 11:44 Michał Górny
2020-01-15 10:37 Michał Górny
2020-01-13 14:18 Michał Górny
2020-01-13 11:50 Michał Górny
2020-01-09 21:36 Michał Górny
2020-01-09 21:36 Michał Górny
2020-01-09 21:00 Michał Górny
2020-01-09 21:00 Michał Górny
2020-01-09 16:10 Michał Górny
2020-01-09 16:10 Michał Górny
2020-01-04 15:09 Michał Górny
2020-01-02 13:19 Michał Górny
2020-01-01 22:00 Michał Górny
2020-01-01 22:00 Michał Górny
2019-12-29 12:57 Michał Górny
2019-12-28 20:34 Michał Górny
2019-12-25 22:49 Michał Górny

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=1580124411.c41e3d1a1efbbfa1a4165a4013abaf42f2752d50.mgorny@gentoo \
    --to=mgorny@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