From fa2a9ceb34861c64aee4400a4686233134d8e652 Mon Sep 17 00:00:00 2001 From: BaldEagleOS Migration Date: Tue, 2 Jun 2026 11:24:22 -0500 Subject: Adding metadata --- sys-kernel/linux-docs/Manifest | 2 +- sys-kernel/linux-docs/linux-docs-6.18.33.ebuild | 46 +++++++++++++++++++++++++ sys-kernel/linux-docs/linux-docs-6.18.ebuild | 46 ------------------------- 3 files changed, 47 insertions(+), 47 deletions(-) create mode 100644 sys-kernel/linux-docs/linux-docs-6.18.33.ebuild delete mode 100644 sys-kernel/linux-docs/linux-docs-6.18.ebuild (limited to 'sys-kernel/linux-docs') diff --git a/sys-kernel/linux-docs/Manifest b/sys-kernel/linux-docs/Manifest index 88a609ceb497..725530957137 100644 --- a/sys-kernel/linux-docs/Manifest +++ b/sys-kernel/linux-docs/Manifest @@ -1 +1 @@ -DIST linux-6.18.tar.xz 154309096 BLAKE2B b94b7b9bf18aca0c3e50baf79b009a1448fc6cd9c3ee019f641cc247dcf53a4abef4274ee0608ad8cd4943af69854363a95d26e117ff23620bb07dccb158859f SHA512 88599ffdec96d150c1feb9b261ba93bb0301a9d0e1ad6bef7aeab1f5372cbfc57d8b43c7e902bd8f76921d1dbd8189663c142ea869e51d0e2b483b150ee00fe0 +DIST linux-6.18.33.tar.xz 154477844 BLAKE2B 94a5e7b4821fa1ee0c48fb14f0bc9aff1a6ac31ea1fb860b9c806fda17341d0c5fb0650c220530463170d936fb737d16eef956323368305c77b77e5e2f587f84 SHA512 6d6f6c4f9c6ac7974f9cd15ff4569e00d5c6bda58c54f6164c4ceb3161269caa768cb6ec33b04d6ff723edf34e5d2ac70405d9c41bd6ddbbd97dda480b90a4f5 diff --git a/sys-kernel/linux-docs/linux-docs-6.18.33.ebuild b/sys-kernel/linux-docs/linux-docs-6.18.33.ebuild new file mode 100644 index 000000000000..53e99480bf83 --- /dev/null +++ b/sys-kernel/linux-docs/linux-docs-6.18.33.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +PYTHON_COMPAT=( python3_{11,12,13,14} ) +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 + dev-python/docutils + $(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 +} diff --git a/sys-kernel/linux-docs/linux-docs-6.18.ebuild b/sys-kernel/linux-docs/linux-docs-6.18.ebuild deleted file mode 100644 index 2378dcfce4e7..000000000000 --- a/sys-kernel/linux-docs/linux-docs-6.18.ebuild +++ /dev/null @@ -1,46 +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,14} ) -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 - dev-python/docutils - $(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 -} -- cgit v1.3.1