diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
| commit | 290aebdea65a02557706eaeda477fef0437b6a48 (patch) | |
| tree | f87a939169a508a2e943570501b64cc16b411cda /sys-kernel/linux-docs/linux-docs-6.18.33.ebuild | |
| parent | 6783ddcd4b73d9ce586a71770caed352bec93b16 (diff) | |
| download | baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip | |
Adding metadata
Diffstat (limited to 'sys-kernel/linux-docs/linux-docs-6.18.33.ebuild')
| -rw-r--r-- | sys-kernel/linux-docs/linux-docs-6.18.33.ebuild | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/sys-kernel/linux-docs/linux-docs-6.18.33.ebuild b/sys-kernel/linux-docs/linux-docs-6.18.33.ebuild deleted file mode 100644 index 430f2fd47015..000000000000 --- a/sys-kernel/linux-docs/linux-docs-6.18.33.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=( python3_{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 -} |
