commit:     94a8c37ac3126383e89120a974f5b7c6503eaad8
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 19 13:25:00 2021 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Fri Feb 19 13:25:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94a8c37a

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 <mpagano <AT> gentoo.org>

 sys-kernel/linux-docs/Manifest                     |  2 --
 sys-kernel/linux-docs/linux-docs-4.19.114.ebuild   | 31 ---------------------
 ...ocs-5.10.0.ebuild => linux-docs-5.10.17.ebuild} |  2 +-
 sys-kernel/linux-docs/linux-docs-5.4.39.ebuild     | 32 ----------------------
 4 files changed, 1 insertion(+), 66 deletions(-)

diff --git a/sys-kernel/linux-docs/Manifest b/sys-kernel/linux-docs/Manifest
index 6f671c98621..7ab10c20e5a 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 55cb8e3da43..00000000000
--- 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.17.ebuild
similarity index 94%
rename from sys-kernel/linux-docs/linux-docs-5.10.0.ebuild
rename to sys-kernel/linux-docs/linux-docs-5.10.17.ebuild
index 2b1d4fcb3da..ae8acc49680 100644
--- a/sys-kernel/linux-docs/linux-docs-5.10.0.ebuild
+++ b/sys-kernel/linux-docs/linux-docs-5.10.17.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7

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 6047c3f394d..00000000000
--- 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
-}

Reply via email to