summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2023-07-16 17:55:27 -0500
committerJory Pratt <anarchy@gentoo.org>2023-07-16 17:55:42 -0500
commit36082b18a695890c914a87643964499915b2c4f4 (patch)
treeb95a53f98b068ad299a9be42c040eaae428981e6 /sys-kernel/zen-sources/zen-sources-6.2.13.ebuild
parentsys-devel/gcc: add 14.0.0_pre20230716 (diff)
downloadgentoo-36082b18a695890c914a87643964499915b2c4f4.tar.gz
gentoo-36082b18a695890c914a87643964499915b2c4f4.tar.bz2
gentoo-36082b18a695890c914a87643964499915b2c4f4.zip
sys-kernel/zen-sources: add 6.3.9, drop 6.2.13
Signed-off-by: Jory Pratt <anarchy@gentoo.org>
Diffstat (limited to 'sys-kernel/zen-sources/zen-sources-6.2.13.ebuild')
-rw-r--r--sys-kernel/zen-sources/zen-sources-6.2.13.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/sys-kernel/zen-sources/zen-sources-6.2.13.ebuild b/sys-kernel/zen-sources/zen-sources-6.2.13.ebuild
deleted file mode 100644
index 6e8697c4336d..000000000000
--- a/sys-kernel/zen-sources/zen-sources-6.2.13.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-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 ~arm64 ~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 oftc"
-
-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
-}