From 616579b5d773c50af31ee56f00105d96ce641ca2 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Aug 2021 10:30:13 +0100 Subject: gentoo resync : 14.08.2021 --- sys-kernel/linux-docs/linux-docs-5.10.50.ebuild | 45 ------------------------- 1 file changed, 45 deletions(-) delete mode 100644 sys-kernel/linux-docs/linux-docs-5.10.50.ebuild (limited to 'sys-kernel/linux-docs/linux-docs-5.10.50.ebuild') diff --git a/sys-kernel/linux-docs/linux-docs-5.10.50.ebuild b/sys-kernel/linux-docs/linux-docs-5.10.50.ebuild deleted file mode 100644 index cbc47ead1f0c..000000000000 --- a/sys-kernel/linux-docs/linux-docs-5.10.50.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{8,9} ) -inherit python-any-r1 toolchain-funcs - -MY_PV="$(ver_cut 1-2)" -MY_P=linux-${MY_PV} - -S=${WORKDIR}/${MY_P} - -DESCRIPTION="Developer documentation generated from the Linux kernel" -HOMEPAGE="https://www.kernel.org/" -SRC_URI="https://www.kernel.org/pub/linux/kernel/v5.x/${MY_P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sparc ~x86" - -IUSE="graphviz" - -DEPEND="" -RDEPEND="graphviz? ( media-gfx/graphviz )" -BDEPEND="${PYTHON_DEPS} - dev-python/sphinx - dev-python/sphinx_rtd_theme - media-libs/fontconfig" - -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.2.3