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: Fri, 11 Dec 2020 19:59:22 +0000 (UTC) [thread overview]
Message-ID: <1607716759.3b55aee1ccba432aa3a89735666a47dc136dd204.anarchy@gentoo> (raw)
commit: 3b55aee1ccba432aa3a89735666a47dc136dd204
Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 11 19:59:08 2020 +0000
Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Fri Dec 11 19:59:19 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b55aee1
sys-kernel/zen-sources: Version bump 5.9.13
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
sys-kernel/zen-sources/Manifest | 1 +
sys-kernel/zen-sources/zen-sources-5.9.13.ebuild | 42 ++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/sys-kernel/zen-sources/Manifest b/sys-kernel/zen-sources/Manifest
index 9d1930a5885..6befbb6338c 100644
--- a/sys-kernel/zen-sources/Manifest
+++ b/sys-kernel/zen-sources/Manifest
@@ -2,3 +2,4 @@ DIST genpatches-5.9-1.base.tar.xz 4004 BLAKE2B 8a4577d42262fa901186acc60d28221d0
DIST genpatches-5.9-1.extras.tar.xz 1764 BLAKE2B 32d29f0448aef113ba9c9591c5d3b671d00d07abde9f35f365b48168887913bb2da95a8a52b852453307cabb111115a26178be4cbcc016e53a26a31f783a9df7 SHA512 df007dc98c1acdd31773f7dcf8aeb22812aa55e5593e8509b6a8762f2dcf06c95d69ad7cdce992e7a5fe730754bef26242acdc4e4da51ee29206fabb86c9cb0e
DIST linux-5.9.tar.xz 115507140 BLAKE2B e8d11472d63a9f8409ca12a2e8c97c6963a3d4516b5a398b627d6ece565584526f9b5a1377a2fa4bd184c09c7db94c987428bc5d52df0c788464a67e9e8d6dcb SHA512 d3d92ce4246bad74c9a784212f160d98449b1e8793970c2c308276568d852b8effe0528686bdb87d55d691f09a826abf7938d69bdd4759ce65ddd5c05ffe4eca
DIST v5.9.11-zen2.patch.xz 745552 BLAKE2B de7f45152bdf7c5d53705f71e1e37728d9af75be33b6a4d646e0ab1a080a66aed99ab6d6c771ad8f7b0f56e031d3f6e0b37ce082efdb1ab45b1943963c477f78 SHA512 032c83130e4f0f5ceb4e9dddcb375f066c784482e91e7860b2e8a48971c232839c1e92b470f00b56ccc9eea854a129fa12d409bade045d6e5c1bc2499a7eeafe
+DIST v5.9.13-zen1.patch.xz 806084 BLAKE2B 93706195979daad6037fdb3be9c1dbad516fb4db2c59076e0e80f43092c25e950b53e8e315cd748a4c235968a4aa6653f182ecce86fb38193666a4cc2484e086 SHA512 6b78e36f222cd756a42f66017999d128c0b5fc9ebce929548d5812f0dd0284ec2f097d53f680e24ec81cfdd437361a894955851e037c32f415f0578afc2b401c
diff --git a/sys-kernel/zen-sources/zen-sources-5.9.13.ebuild b/sys-kernel/zen-sources/zen-sources-5.9.13.ebuild
new file mode 100644
index 00000000000..c3dce435487
--- /dev/null
+++ b/sys-kernel/zen-sources/zen-sources-5.9.13.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras"
+K_GENPATCHES_VER="1"
+K_SECURITY_UNSUPPORTED="1"
+K_NOSETEXTRAVERSION="1"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~amd64 ~x86"
+HOMEPAGE="https://github.com/zen-kernel"
+IUSE=""
+
+DESCRIPTION="The Zen Kernel Live Sources"
+
+ZEN_URI="https://github.com/zen-kernel/zen-kernel/releases/download/v${PV}-zen1/v${PV}-zen1.patch.xz"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${ZEN_URI}"
+
+UNIPATCH_LIST="${DISTDIR}/v${PV}-zen1.patch.xz"
+UNIPATCH_STRICTORDER="yes"
+
+K_EXTRAEINFO="For more info on zen-sources, and for how to report problems, see: \
+${HOMEPAGE}, also go to #zen-sources on freenode"
+
+pkg_setup() {
+ ewarn
+ ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way."
+ ewarn "If you need support, please contact the zen developers directly."
+ ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with"
+ ewarn "the ebuilds. Thank you."
+ ewarn
+ kernel-2_pkg_setup
+}
+
+pkg_postrm() {
+ kernel-2_pkg_postrm
+}
next reply other threads:[~2020-12-11 19:59 UTC|newest]
Thread overview: 56+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-11 19:59 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-04-19 14:57 Jory Pratt
2021-02-19 18:49 Jory Pratt
2021-01-24 23:34 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=1607716759.3b55aee1ccba432aa3a89735666a47dc136dd204.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