sys-kernel/zen-sources: Version bump 5.4.15
authorJory Pratt <anarchy@gentoo.org>
Tue, 28 Jan 2020 23:50:07 +0000 (17:50 -0600)
committerJory Pratt <anarchy@gentoo.org>
Tue, 28 Jan 2020 23:50:21 +0000 (17:50 -0600)
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Jory Pratt <anarchy@gentoo.org>
sys-kernel/zen-sources/Manifest [new file with mode: 0644]
sys-kernel/zen-sources/metadata.xml
sys-kernel/zen-sources/zen-sources-4.14.9999.ebuild [deleted file]
sys-kernel/zen-sources/zen-sources-4.15.9999.ebuild [deleted file]
sys-kernel/zen-sources/zen-sources-4.16.9999.ebuild [deleted file]
sys-kernel/zen-sources/zen-sources-5.4.15.ebuild [new file with mode: 0644]

diff --git a/sys-kernel/zen-sources/Manifest b/sys-kernel/zen-sources/Manifest
new file mode 100644 (file)
index 0000000..b92c773
--- /dev/null
@@ -0,0 +1,4 @@
+DIST genpatches-5.4-1.base.tar.xz 4564 BLAKE2B 0282bad95cd003c90e92d33d2f114ca9e752f09fdbf1930c322bed578e8a71a16d48aeddd943f0a7e59df47c07ad95dd401251a1a5828eefe07c8e927cf021ef SHA512 0726fa7768c4ddf7ba73ef5eb0ea73b71ba03dab1252b7114864ea60af84d50b8354f1c1d70a0abf0c8c7460361417b14183f11f49aa9654808025a9d979da6d
+DIST genpatches-5.4-1.extras.tar.xz 1736 BLAKE2B 57df5cf8b4d96378408460be4be64900771b876a23d1e5798c97449bfcd28bea8aaf31482c614e7844106f29c9ae376c6ebef26e6c18e00a3f64bcb4e360d944 SHA512 5b9b6276f6ad6ad7ac33e14c3b06dbe943c57019332b0ee545ebf7325b7d6313db3ed6d35c46434c3c38420fb372141e63528e980aca87b90c4a39339851e80f
+DIST linux-5.4.tar.xz 109441440 BLAKE2B 193bc4a3147e147d5529956164ec4912fad5d5c6fb07f909ff1056e57235834173194afc686993ccd785c1ff15804de0961b625f3008cca0e27493efc8f27b13 SHA512 9f60f77e8ab972b9438ac648bed17551c8491d6585a5e85f694b2eaa4c623fbc61eb18419b2656b6795eac5deec0edaa04547fc6723fbda52256bd7f3486898f
+DIST v5.4.15-zen1.patch.xz 908592 BLAKE2B 93a1b8e46e28b20d2f465df04c597b7da9c368532a89fc02a8059769b5f39b24b6d64acbcc88dabaa7f320c9c89705a01b3a96f8b3baa287ec60e3db4d9e1dcd SHA512 5aa5a4435e125d09a463d692bba95f247498818db157d68d75899d9031deb2aaa053a352831a843afad1241e83c25dcc5caf0243ee132696328a0d5ddcaab428
index fafe9a564727d068d0fe93e5fcb984abe385cb78..3c75f3aa2ec0cc01b54340a8203490534f869e66 100644 (file)
@@ -1,8 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<!-- maintainer-needed -->
+  <maintainer type="person">
+    <email>anarchy@gentoo.org</email>
+    <name>Jory A. Pratt</name>
+  </maintainer>
 <upstream>
-       <remote-id type="cpe">cpe:/o:linux:linux_kernel</remote-id>
+    <remote-id type="cpe">cpe:/o:linux:linux_kernel</remote-id>
+    <remote-id type="github">zen-kernel/zen-kernel</remote-id>
 </upstream>
 </pkgmetadata>
diff --git a/sys-kernel/zen-sources/zen-sources-4.14.9999.ebuild b/sys-kernel/zen-sources/zen-sources-4.14.9999.ebuild
deleted file mode 100644 (file)
index 07a3edb..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-K_PREPATCHED="yes"
-UNIPATCH_STRICTORDER="yes"
-K_SECURITY_UNSUPPORTED="1"
-K_DEBLOB_AVAILABLE=0
-CKV="${PV/99/}"
-
-ETYPE="sources"
-
-EGIT_BRANCH="${PV/.9999/}/master"
-EGIT_REPO_URI="https://github.com/zen-kernel/zen-kernel.git"
-
-inherit kernel-2 git-r3
-detect_version
-
-K_NOSETEXTRAVERSION="don't_set_it"
-DESCRIPTION="The Zen Kernel Live Sources"
-HOMEPAGE="https://github.com/zen-kernel"
-
-IUSE=""
-
-KEYWORDS=""
-
-EGIT_CHECKOUT_DIR="${WORKDIR}/linux-${KV_FULL}"
-
-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 "Be carefull!! You are about to install live kernel sources."
-       ewarn "Git zen-sources are extremely unsupported, even from the upstream"
-       ewarn "developers. Use them at your own risk and don't bite us if your"
-       ewarn "system explodes"
-       kernel-2_pkg_setup
-}
diff --git a/sys-kernel/zen-sources/zen-sources-4.15.9999.ebuild b/sys-kernel/zen-sources/zen-sources-4.15.9999.ebuild
deleted file mode 100644 (file)
index 07a3edb..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-K_PREPATCHED="yes"
-UNIPATCH_STRICTORDER="yes"
-K_SECURITY_UNSUPPORTED="1"
-K_DEBLOB_AVAILABLE=0
-CKV="${PV/99/}"
-
-ETYPE="sources"
-
-EGIT_BRANCH="${PV/.9999/}/master"
-EGIT_REPO_URI="https://github.com/zen-kernel/zen-kernel.git"
-
-inherit kernel-2 git-r3
-detect_version
-
-K_NOSETEXTRAVERSION="don't_set_it"
-DESCRIPTION="The Zen Kernel Live Sources"
-HOMEPAGE="https://github.com/zen-kernel"
-
-IUSE=""
-
-KEYWORDS=""
-
-EGIT_CHECKOUT_DIR="${WORKDIR}/linux-${KV_FULL}"
-
-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 "Be carefull!! You are about to install live kernel sources."
-       ewarn "Git zen-sources are extremely unsupported, even from the upstream"
-       ewarn "developers. Use them at your own risk and don't bite us if your"
-       ewarn "system explodes"
-       kernel-2_pkg_setup
-}
diff --git a/sys-kernel/zen-sources/zen-sources-4.16.9999.ebuild b/sys-kernel/zen-sources/zen-sources-4.16.9999.ebuild
deleted file mode 100644 (file)
index 07a3edb..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-K_PREPATCHED="yes"
-UNIPATCH_STRICTORDER="yes"
-K_SECURITY_UNSUPPORTED="1"
-K_DEBLOB_AVAILABLE=0
-CKV="${PV/99/}"
-
-ETYPE="sources"
-
-EGIT_BRANCH="${PV/.9999/}/master"
-EGIT_REPO_URI="https://github.com/zen-kernel/zen-kernel.git"
-
-inherit kernel-2 git-r3
-detect_version
-
-K_NOSETEXTRAVERSION="don't_set_it"
-DESCRIPTION="The Zen Kernel Live Sources"
-HOMEPAGE="https://github.com/zen-kernel"
-
-IUSE=""
-
-KEYWORDS=""
-
-EGIT_CHECKOUT_DIR="${WORKDIR}/linux-${KV_FULL}"
-
-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 "Be carefull!! You are about to install live kernel sources."
-       ewarn "Git zen-sources are extremely unsupported, even from the upstream"
-       ewarn "developers. Use them at your own risk and don't bite us if your"
-       ewarn "system explodes"
-       kernel-2_pkg_setup
-}
diff --git a/sys-kernel/zen-sources/zen-sources-5.4.15.ebuild b/sys-kernel/zen-sources/zen-sources-5.4.15.ebuild
new file mode 100644 (file)
index 0000000..f254b40
--- /dev/null
@@ -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
+}