sys-kernel/neptune-sources - 6.16.12.14 (bell07)

Search

Install

Install this version:

emerge -a =sys-kernel/neptune-sources-6.16.12.14

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sys-kernel/neptune-sources-6.16.12.14

Or alternatively:

emerge --autounmask-write -a =sys-kernel/neptune-sources-6.16.12.14

Package Information

Description:
The Kernel Sources for Valve SteamDeck
Homepage:
https://github.com/evlaV/linux-integration

Ebuild Details

Version EAPI Keywords Slot
6.16.12.14 8 ~amd64
View Raw Ebuild
# Copyright 2020-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="8"
ETYPE="sources"
K_SECURITY_UNSUPPORTED="1"
K_NOSETEXTRAVERSION="1"

inherit kernel-2 unpacker
detect_version
detect_arch
KERNELVERSION="${PV%.*}"
VALVEVERSION="${PV##*.}"

DESCRIPTION="The Kernel Sources for Valve SteamDeck"
HOMEPAGE="https://github.com/evlaV/linux-integration"

# Needed for zstd compression of the patch
BDEPEND="$(unpacker_src_uri_depends)"

EXTRAVERSION="-valve${VALVEVERSION}"
SRC_URI="https://github.com/evlaV/linux-integration/archive/refs/tags/${KERNELVERSION}-valve${VALVEVERSION}.zip -> linux-neptune-${PV}.zip"
RESTRICT="nomirror"
S="${WORKDIR}"/linux-integration-"${KERNELVERSION}"-valve"${VALVEVERSION}"

KEYWORDS="~amd64"

pkg_setup() {
	ewarn
	ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way."
	ewarn
	ewarn "The original kernel configuration can be found at:"
	ewarn "https://github.com/evlaV/jupiter/blob/main/linux-neptune-616"
	ewarn
	kernel-2_pkg_setup
}


pkg_postrm() {
	kernel-2_pkg_postrm
}

Inherited Eclasses

Dependencies

BDEPEND

$(unpacker_src_uri_depends)

Manifest for 6.16.12.14

Type File Size Source URLs
DIST linux-neptune-6.16.12.14.zip 312376512 bytes https://github.com/evlaV/linux-integration/archive/refs/tags/6.16.12.14-valve6.16.12.14.zip