sys-kernel/linux-docs: drop 6.12.19

Signed-off-by: Mike Pagano <mpagano@gentoo.org>
This commit is contained in:
Mike Pagano
2025-08-30 18:41:40 -04:00
parent 047d591a94
commit c6c24f4d8a
2 changed files with 0 additions and 46 deletions

View File

@@ -1,2 +1 @@
DIST linux-6.12.19.tar.xz 148001296 BLAKE2B 71bf8a8d7f3583df9a54504d66cb50e60324dbcb95f8dc2d9b3479b41485c22dec0743fa272a516118df36d5d59e87220cf9007e1f1b51ecffe5a3f9b76c0e90 SHA512 cce6afef152b81daddaff0692d1d867778638934920700c6ef34b9063c72b438b5b1e273456a572cd5b223a67502faef32eec879c6374691ad9ba1df8d3a4603
DIST linux-6.16.4.tar.xz 152687456 BLAKE2B 251feef2f995c155850eac2fce5b89f37f39e9f13b6a4e6873370fdc69654692c6bf6c92f04ca7c0b5fd6088d74442afb68db71d2cc18691e23c61b0be714f34 SHA512 94a47c753d412f2f22b42d8dcff37741aab3e03f4c8736c2a42a9437fc365af02548c80d009ff2b852ddff14a986ac6093c0dfe301df4f17e727137d28d86e04

View File

@@ -1,45 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11,12,13} )
inherit linux-info python-any-r1 toolchain-funcs
MY_P=linux-${PV}
DESCRIPTION="Developer documentation generated from the Linux kernel"
HOMEPAGE="https://www.kernel.org/"
SRC_URI="https://www.kernel.org/pub/linux/kernel/v6.x/${MY_P}.tar.xz"
S=${WORKDIR}/${MY_P}
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~ppc ~ppc64 ~s390 ~sparc ~x86"
IUSE="graphviz"
RDEPEND="graphviz? ( >=media-gfx/graphviz-5.0.0 )"
BDEPEND="${PYTHON_DEPS}
>=dev-python/sphinx-7.2.3
dev-python/sphinx-rtd-theme
media-libs/fontconfig
$(python_gen_any_dep '
>=dev-python/pyyaml-6.0[${PYTHON_USEDEP}]
')"
src_prepare() {
default
# Fix the Python shebangs.
python_fix_shebang "${S}/Documentation/sphinx/"
}
src_compile() {
local ARCH="$(tc-arch-kernel)"
unset KBUILD_OUTPUT
HTML_DOCS=( Documentation/output/. )
emake htmldocs
}
src_install() {
einstalldocs
}