From 065bcfa1e67e40f9eafa4d1571b6a4c9950c9698 Mon Sep 17 00:00:00 2001 From: Ronald Farrer Date: Mon, 2 Aug 2021 12:21:51 -0700 Subject: [PATCH] Removed broken 5.10 ebuild. --- .../gentoo-surface-sources-5.10.52.ebuild | 60 ------------------- 1 file changed, 60 deletions(-) delete mode 100644 sys-kernel/gentoo-surface-sources/gentoo-surface-sources-5.10.52.ebuild diff --git a/sys-kernel/gentoo-surface-sources/gentoo-surface-sources-5.10.52.ebuild b/sys-kernel/gentoo-surface-sources/gentoo-surface-sources-5.10.52.ebuild deleted file mode 100644 index 1fe3769..0000000 --- a/sys-kernel/gentoo-surface-sources/gentoo-surface-sources-5.10.52.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" -ETYPE="sources" -K_SECURITY_UNSUPPORTED="1" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="10" - -inherit kernel-2 -inherit eutils -detect_version -detect_arch - -KEYWORDS="~amd64" -HOMEPAGE="https://github.com/linux-surface/linux-surface" -IUSE="experimental" -DESCRIPTION="Full sources including the Gentoo and Surface patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree." -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} - https://raw.githubusercontent.com/linux-surface/linux-surface/master/patches/5.10/0001-surface3-oemb.patch - https://raw.githubusercontent.com/linux-surface/linux-surface/master/patches/5.10/0002-wifi.patch - https://raw.githubusercontent.com/linux-surface/linux-surface/master/patches/5.10/0003-ipts.patch - https://raw.githubusercontent.com/linux-surface/linux-surface/master/patches/5.10/0004-surface-gpe.patch - https://raw.githubusercontent.com/linux-surface/linux-surface/master/patches/5.10/0005-surface-sam-over-hid.patch - https://raw.githubusercontent.com/linux-surface/linux-surface/master/patches/5.10/0006-surface-sam.patch - https://raw.githubusercontent.com/linux-surface/linux-surface/master/patches/5.10/0007-surface-hotplug.patch - https://raw.githubusercontent.com/linux-surface/linux-surface/master/patches/5.10/0008-surface-typecover.patch - https://raw.githubusercontent.com/linux-surface/linux-surface/master/patches/5.10/0009-surface-go-touchscreen.patch - https://raw.githubusercontent.com/linux-surface/linux-surface/master/patches/5.10/0010-surface-sensors.patch - https://raw.githubusercontent.com/linux-surface/linux-surface/master/patches/5.10/0011-cameras.patch - https://raw.githubusercontent.com/linux-surface/linux-surface/master/patches/5.10/0012-ath10k-firmware-override.patch " - -src_prepare() { - mv "${WORKDIR}/linux-${KV_FULL}" "${WORKDIR}/linux-${KV_FULL}-surface" - S="${WORKDIR}/linux-${KV_FULL}-surface" - default - sed "s/EXTRAVERSION = -gentoo/EXTRAVERSION = -gentoo-surface/" -i "${WORKDIR}/linux-${KV_FULL}/Makefile" - EPATCH_SOURCE="${DISTDIR}" EPATCH_SUFFIX="patch" \ - EPATCH_FORCE="yes" epatch - } - - -pkg_setup() { - ewarn "" - ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way." - ewarn "If you need support, please contact the overlay developers directly." - ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with" - ewarn "the ebuilds. Thank you." - ewarn "" -} - -pkg_postinst() { - kernel-2_pkg_postinst - einfo "For more info on this patchset, and how to report problems, see:" - einfo "${HOMEPAGE}" -} - -pkg_postrm() { - kernel-2_pkg_postrm -}