From: "Jory Pratt" <anarchy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/zen-sources/
Date: Mon, 19 Apr 2021 14:57:17 +0000 (UTC) [thread overview]
Message-ID: <1618844233.17b1bebd0cd19fdbe47e0a856de8e56637d25975.anarchy@gentoo> (raw)
commit: 17b1bebd0cd19fdbe47e0a856de8e56637d25975
Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 19 14:56:59 2021 +0000
Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Mon Apr 19 14:57:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17b1bebd
sys-kernel/zen-sources: Version bump 5.11.15
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
sys-kernel/zen-sources/Manifest | 2 +-
.../{zen-sources-5.11.ebuild => zen-sources-5.11.15.ebuild} | 5 +++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/sys-kernel/zen-sources/Manifest b/sys-kernel/zen-sources/Manifest
index 89f8fd35cd6..c5790010a09 100644
--- a/sys-kernel/zen-sources/Manifest
+++ b/sys-kernel/zen-sources/Manifest
@@ -5,4 +5,4 @@ DIST genpatches-5.11-1.extras.tar.xz 1772 BLAKE2B e6f8eae67db54099424f33e17bbfa6
DIST linux-5.10.tar.xz 116606704 BLAKE2B b923d7b66309224f42f35f8a5fa219421b0a9362d2adacdadd8d96251f61f7230878ea297a269a7f3b3c56830f0b177e068691e1d7f88501a05653b0a13274d1 SHA512 95bc137d0cf9148da6a9d1f1a878698dc27b40f68e22c597544010a6c591ce1b256f083489d3ff45ff77753289b535135590194d88ef9f007d0ddab3d74de70e
DIST linux-5.11.tar.xz 117619104 BLAKE2B 81300c27bd5476387a83123aaeb4163c73eb61e9245806c23660cb5e6a4fa88ffc9def027031335fa0270fc4080506cd415990014364e3a98b9d2e8c58a29524 SHA512 a567ec133018bb5ec00c60281479b466c26e02137a93a9c690e83997947df02b6fd94e76e8df748f6d70ceb58a19bacc3b1467de10b7a1fad2763db32b3f1330
DIST v5.10.16-zen1.patch.xz 702476 BLAKE2B 3aff93587e1607cfe241f81ba9f2cd00f8bdbf1f42850040afe8ed3c7b95fd5d578256f9e41f1921d105399dc88b575472b66d6434b55bb44e7f987c09742417 SHA512 6dde0849fdb9181d62fe547eb1bfd48d2577c0c795ab22c7a298a441f7da8d8e948ca081ec9a080a19222e4ae6a0a461a19109632ea96a9c224481b776652e20
-DIST v5.11-zen2.patch.xz 88440 BLAKE2B efe9997086c9af9e752113873b91caa1a1fedc826b2e7c09ffc00e153a708ad6d3db0c2e4a3f407d43162f90d1773cc4a2d98373bd8506d2450603c8777e1bb5 SHA512 4671fec5857696caec8f7dd1f65b01db1a69b27cbf87e807ef57e6c5473497ca8327f35c3a53312d2443c43448755656664b6fe6af1324974135206899ec81ce
+DIST v5.11.15-zen1.patch.xz 803520 BLAKE2B 608329973058e0ef1b0b7bde3576d38aa6ab1e59dac6fed3d1e7e4f862864bc816a4444a2c19fdbdff20228a460025c91fcba6c6180bbd0e9d3988a6ec770246 SHA512 75a03679617f5356e80ed737411d3f5c1f0be61aaa8fe10b8cf02299518d76417a9fe19b96c7597d70d1e04d201dbe1ac74b98b05063c7b0088c799efe3106bd
diff --git a/sys-kernel/zen-sources/zen-sources-5.11.ebuild b/sys-kernel/zen-sources/zen-sources-5.11.15.ebuild
similarity index 90%
rename from sys-kernel/zen-sources/zen-sources-5.11.ebuild
rename to sys-kernel/zen-sources/zen-sources-5.11.15.ebuild
index d8686b02d3f..2ce2e0c8f2f 100644
--- a/sys-kernel/zen-sources/zen-sources-5.11.ebuild
+++ b/sys-kernel/zen-sources/zen-sources-5.11.15.ebuild
@@ -7,6 +7,7 @@ K_WANT_GENPATCHES="base extras"
K_GENPATCHES_VER="1"
K_SECURITY_UNSUPPORTED="1"
K_NOSETEXTRAVERSION="1"
+ZEN_VER="v${PV}-zen1"
inherit kernel-2
detect_version
@@ -18,10 +19,10 @@ IUSE=""
DESCRIPTION="The Zen Kernel Live Sources"
-ZEN_URI="https://github.com/zen-kernel/zen-kernel/releases/download/v${PV}-zen2/v${PV}-zen2.patch.xz"
+ZEN_URI="https://github.com/zen-kernel/zen-kernel/releases/download/${ZEN_VER}/${ZEN_VER}.patch.xz"
SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${ZEN_URI}"
-UNIPATCH_LIST="${DISTDIR}/v${PV}-zen2.patch.xz"
+UNIPATCH_LIST="${DISTDIR}/${ZEN_VER}.patch.xz"
UNIPATCH_STRICTORDER="yes"
K_EXTRAEINFO="For more info on zen-sources, and for how to report problems, see: \
next reply other threads:[~2021-04-19 14:57 UTC|newest]
Thread overview: 56+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-19 14:57 Jory Pratt [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-19 16:05 [gentoo-commits] repo/gentoo:master commit in: sys-kernel/zen-sources/ Jory Pratt
2024-09-19 16:01 Jory Pratt
2024-09-07 1:59 Jory Pratt
2024-08-11 16:18 Jory Pratt
2024-05-15 11:47 Jory Pratt
2024-05-15 11:42 Jory Pratt
2024-04-14 14:45 Jory Pratt
2024-04-14 14:45 Jory Pratt
2024-02-03 15:52 Jory Pratt
2023-12-25 20:26 Jory Pratt
2023-12-02 16:37 Jory Pratt
2023-11-12 16:25 Jory Pratt
2023-10-01 11:41 Sam James
2023-07-16 22:55 Jory Pratt
2023-05-21 14:30 Jory Pratt
2023-04-15 17:43 Jory Pratt
2023-04-02 15:17 Jory Pratt
2023-01-28 5:03 Jory Pratt
2022-12-13 1:14 Jory Pratt
2022-10-09 15:15 Jory Pratt
2022-08-07 20:27 Jory Pratt
2022-06-16 22:36 Jory Pratt
2022-03-30 15:32 Jory Pratt
2022-02-21 1:53 Jory Pratt
2022-01-30 21:11 Jory Pratt
2022-01-15 15:56 Jory Pratt
2021-12-19 14:13 Jory Pratt
2021-11-01 1:26 Jory Pratt
2021-09-20 2:55 Jory Pratt
2021-09-01 0:44 Jory Pratt
2021-08-15 17:46 Jory Pratt
2021-07-22 0:00 Jory Pratt
2021-07-08 23:12 Jory Pratt
2021-06-03 20:16 Jory Pratt
2021-02-19 18:49 Jory Pratt
2021-01-24 23:34 Jory Pratt
2020-12-11 19:59 Jory Pratt
2020-12-02 0:38 Jory Pratt
2020-11-13 17:43 Jory Pratt
2020-09-21 17:47 Jory Pratt
2020-09-06 19:51 Jory Pratt
2020-08-10 1:35 Jory Pratt
2020-06-23 23:15 Jory Pratt
2020-06-13 15:48 Jory Pratt
2020-05-02 17:38 Jory Pratt
2020-05-02 17:38 Jory Pratt
2020-03-29 12:44 Jory Pratt
2020-03-07 17:16 Jory Pratt
2020-02-19 13:59 Jory Pratt
2020-01-28 23:50 Jory Pratt
2018-04-29 7:55 Michał Górny
2018-04-23 14:37 Aaron Bauman
2018-04-23 14:37 Aaron Bauman
2017-10-29 21:32 Jonas Stein
2017-07-30 9:15 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=1618844233.17b1bebd0cd19fdbe47e0a856de8e56637d25975.anarchy@gentoo \
--to=anarchy@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