summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2021-02-19 12:49:28 -0600
committerJory Pratt <anarchy@gentoo.org>2021-02-19 12:49:28 -0600
commit69165f5d55f9552367edf37cea39a63e71608b1a (patch)
treedc5ec86578644b900065df407670b4b2e5ce44bd /sys-kernel/zen-sources/zen-sources-5.10.10.ebuild
parentapp-emulation/docker: check for NETFILTER_XT_MARK (mesh network) (diff)
downloadgentoo-69165f5d55f9552367edf37cea39a63e71608b1a.tar.gz
gentoo-69165f5d55f9552367edf37cea39a63e71608b1a.tar.bz2
gentoo-69165f5d55f9552367edf37cea39a63e71608b1a.zip
sys-kernel/zen-sources: Version bump 5.10.16/5.11
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Jory Pratt <anarchy@gentoo.org>
Diffstat (limited to 'sys-kernel/zen-sources/zen-sources-5.10.10.ebuild')
-rw-r--r--sys-kernel/zen-sources/zen-sources-5.10.10.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/sys-kernel/zen-sources/zen-sources-5.10.10.ebuild b/sys-kernel/zen-sources/zen-sources-5.10.10.ebuild
deleted file mode 100644
index ef149d6a6a93..000000000000
--- a/sys-kernel/zen-sources/zen-sources-5.10.10.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 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
-}