From 2719f73b6813d11d13a9650cdd2ab8ec6e69385d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 9 Jul 2022 15:43:36 +0100 Subject: gentoo resync : 09.07.2022 --- sys-kernel/linux-docs/Manifest | 2 +- sys-kernel/linux-docs/linux-docs-5.15.33.ebuild | 45 ------------------------- sys-kernel/linux-docs/linux-docs-5.15.53.ebuild | 45 +++++++++++++++++++++++++ 3 files changed, 46 insertions(+), 46 deletions(-) delete mode 100644 sys-kernel/linux-docs/linux-docs-5.15.33.ebuild create mode 100644 sys-kernel/linux-docs/linux-docs-5.15.53.ebuild (limited to 'sys-kernel/linux-docs') diff --git a/sys-kernel/linux-docs/Manifest b/sys-kernel/linux-docs/Manifest index 45275d8d7070..fb12670c9b5e 100644 --- a/sys-kernel/linux-docs/Manifest +++ b/sys-kernel/linux-docs/Manifest @@ -1,3 +1,3 @@ DIST linux-5.15.tar.xz 121913744 BLAKE2B 3921274b23f7938abdf3ed9334534b4581e13d7484303d3a5280eddb038999aaa8b836666a487472d9c4a219af0f06b9fecccaf348fb5510ab8762f4ef4b7e83 SHA512 d25ad40b5bcd6a4c6042fd0fd84e196e7a58024734c3e9a484fd0d5d54a0c1d87db8a3c784eff55e43b6f021709dc685eb0efa18d2aec327e4f88a79f405705a -EBUILD linux-docs-5.15.33.ebuild 978 BLAKE2B e297735107dc77e41255a24e179a8e70c44971f665a9c991009a1c4d06fc80e31bfed60cadf30501a7102e4ba059217418d1597d65d2e8a049e477aa1a1e3b77 SHA512 e9e9c857a0d633087cf48b9695b0142fdbf03198a8b62f8b3cdc1febc362b21cda808409498f1cd8fe5be58b939a0e8f45b749ea13fa167ff6073a067c5fb814 +EBUILD linux-docs-5.15.53.ebuild 989 BLAKE2B ac3cce6485b63a8c44044d94eb775707d045e4081659c5eabf537495f6af7fc88445039d106528759102c8d5eb9095476ee6be6be70fd50040e6385ffdf15ee1 SHA512 cba9d89e2a1a8c965464f933cd5215404b507a7d6431dab7e82fd5103632448ede3dd7d7a24e3e37de62d0b9f4c493dd52e0fff2fa6cffe9b96c7d39c7721481 MISC metadata.xml 219 BLAKE2B 99596733d1861998d5b90023ad2e31e0d9f6ae4def18bcd7238d393007f97263aee3113b4e39d9e0f3c1d32675ea7c1a0b3aba61bd4b0105a23601a3544e2e2d SHA512 74ec2dcbd88d75c0785ac4cbfff8b0ce83f8d4e7f87e37c41e0e0e563103ff535093343bbf2589cc632b9bc66a4363c4fb9d0344d40409360d03df44ef889b6b diff --git a/sys-kernel/linux-docs/linux-docs-5.15.33.ebuild b/sys-kernel/linux-docs/linux-docs-5.15.33.ebuild deleted file mode 100644 index 3693ce4a8c2c..000000000000 --- a/sys-kernel/linux-docs/linux-docs-5.15.33.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=( python3_{9,10} ) -inherit linux-info 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 -} diff --git a/sys-kernel/linux-docs/linux-docs-5.15.53.ebuild b/sys-kernel/linux-docs/linux-docs-5.15.53.ebuild new file mode 100644 index 000000000000..d3b98d3f984a --- /dev/null +++ b/sys-kernel/linux-docs/linux-docs-5.15.53.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +PYTHON_COMPAT=( python3_{9,10,11} ) +inherit linux-info 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-5.0.0 )" +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