From 94a8c37ac3126383e89120a974f5b7c6503eaad8 Mon Sep 17 00:00:00 2001 From: Mike Pagano Date: Fri, 19 Feb 2021 08:25:00 -0500 Subject: sys-kernel/linux-docs: Bump 5.10.X and remove others The older versions will need a sphinx fix to work with Sphinx >= 3. See: https://github.com/sphinx-doc/sphinx/issues/7421 Closes: https://bugs.gentoo.org/771597 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Mike Pagano --- sys-kernel/linux-docs/Manifest | 2 -- sys-kernel/linux-docs/linux-docs-4.19.114.ebuild | 31 --------------------- sys-kernel/linux-docs/linux-docs-5.10.0.ebuild | 34 ------------------------ sys-kernel/linux-docs/linux-docs-5.10.17.ebuild | 34 ++++++++++++++++++++++++ sys-kernel/linux-docs/linux-docs-5.4.39.ebuild | 32 ---------------------- 5 files changed, 34 insertions(+), 99 deletions(-) delete mode 100644 sys-kernel/linux-docs/linux-docs-4.19.114.ebuild delete mode 100644 sys-kernel/linux-docs/linux-docs-5.10.0.ebuild create mode 100644 sys-kernel/linux-docs/linux-docs-5.10.17.ebuild delete mode 100644 sys-kernel/linux-docs/linux-docs-5.4.39.ebuild (limited to 'sys-kernel/linux-docs') diff --git a/sys-kernel/linux-docs/Manifest b/sys-kernel/linux-docs/Manifest index 6f671c986215..7ab10c20e5a2 100644 --- a/sys-kernel/linux-docs/Manifest +++ b/sys-kernel/linux-docs/Manifest @@ -1,3 +1 @@ -DIST linux-4.19.114.tar.xz 103432512 BLAKE2B b35122b6ff2871053d136c5a259ca0c18b12f5b5854df791508fb8d00dd6cef7b3afe436d604c8bc4628b525a166c9d81697c4938707074d9a15d737841828d7 SHA512 a99b3eb2e458199d4143464f3e35023ed5e7fe26e09f1dcddbbd7e6709cf6fea065012a3d0d538c0d22123b97647bc0265de7f79ea7c756ed5192dc0b78a8b06 DIST linux-5.10.tar.xz 116606704 BLAKE2B b923d7b66309224f42f35f8a5fa219421b0a9362d2adacdadd8d96251f61f7230878ea297a269a7f3b3c56830f0b177e068691e1d7f88501a05653b0a13274d1 SHA512 95bc137d0cf9148da6a9d1f1a878698dc27b40f68e22c597544010a6c591ce1b256f083489d3ff45ff77753289b535135590194d88ef9f007d0ddab3d74de70e -DIST linux-5.4.39.tar.xz 109528644 BLAKE2B 359300cf9628267e5f450623d6ca5e0a918201f3f376c680412e8dad8a196ee86b5b50ccefb95c4ea9e40b0acfdffad07947e64092be4b6b0aa565068615ed12 SHA512 d95a1bace75430a8502ffd5d2225f449580b8cff3d68bd084e4792eceb18a38ae8092f223ef7834bf2b2bcc7cb21487bedc01ae8f1640db14c83bf8dfbcc7360 diff --git a/sys-kernel/linux-docs/linux-docs-4.19.114.ebuild b/sys-kernel/linux-docs/linux-docs-4.19.114.ebuild deleted file mode 100644 index 55cb8e3da43d..000000000000 --- a/sys-kernel/linux-docs/linux-docs-4.19.114.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit toolchain-funcs - -MY_P=linux-${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/v4.x/${MY_P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sparc ~x86" - -IUSE="" -DEPEND="<=dev-python/sphinx-2.4.4" -RDEPEND="" - -src_compile() { - local ARCH=$(tc-arch-kernel) - unset KBUILD_OUTPUT - emake htmldocs -} - -src_install() { - HTML_DOCS=( Documentation/output/. ) - einstalldocs -} diff --git a/sys-kernel/linux-docs/linux-docs-5.10.0.ebuild b/sys-kernel/linux-docs/linux-docs-5.10.0.ebuild deleted file mode 100644 index 2b1d4fcb3da2..000000000000 --- a/sys-kernel/linux-docs/linux-docs-5.10.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit 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="" -BDEPEND="media-libs/fontconfig" -DEPEND="dev-python/sphinx" -RDEPEND="" - -src_compile() { - local ARCH=$(tc-arch-kernel) - unset KBUILD_OUTPUT - emake htmldocs -} - -src_install() { - HTML_DOCS=( Documentation/output/. ) - einstalldocs -} diff --git a/sys-kernel/linux-docs/linux-docs-5.10.17.ebuild b/sys-kernel/linux-docs/linux-docs-5.10.17.ebuild new file mode 100644 index 000000000000..ae8acc496808 --- /dev/null +++ b/sys-kernel/linux-docs/linux-docs-5.10.17.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit 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="" +BDEPEND="media-libs/fontconfig" +DEPEND="dev-python/sphinx" +RDEPEND="" + +src_compile() { + local ARCH=$(tc-arch-kernel) + unset KBUILD_OUTPUT + emake htmldocs +} + +src_install() { + HTML_DOCS=( Documentation/output/. ) + einstalldocs +} diff --git a/sys-kernel/linux-docs/linux-docs-5.4.39.ebuild b/sys-kernel/linux-docs/linux-docs-5.4.39.ebuild deleted file mode 100644 index 6047c3f394d0..000000000000 --- a/sys-kernel/linux-docs/linux-docs-5.4.39.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit toolchain-funcs - -MY_P=linux-${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="" -BDEPEND="media-libs/fontconfig" -DEPEND="<=dev-python/sphinx-2.4.4" -RDEPEND="" - -src_compile() { - local ARCH=$(tc-arch-kernel) - unset KBUILD_OUTPUT - emake htmldocs -} - -src_install() { - HTML_DOCS=( Documentation/output/. ) - einstalldocs -} -- cgit v1.2.3-65-gdbad