From: "Mike Pagano" <mpagano@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/linux-docs/
Date: Mon, 6 May 2024 22:45:19 +0000 (UTC) [thread overview]
Message-ID: <1715035487.e86353f613c855ccedd91cdba8245057ff3ecb14.mpagano@gentoo> (raw)
commit: e86353f613c855ccedd91cdba8245057ff3ecb14
Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Mon May 6 22:44:47 2024 +0000
Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Mon May 6 22:44:47 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e86353f6
sys-kernel/linux-docs: add 6.8.9
Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
sys-kernel/linux-docs/Manifest | 1 +
sys-kernel/linux-docs/linux-docs-6.8.9.ebuild | 45 +++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/sys-kernel/linux-docs/Manifest b/sys-kernel/linux-docs/Manifest
index b343d50ba6aa..63abfd740108 100644
--- a/sys-kernel/linux-docs/Manifest
+++ b/sys-kernel/linux-docs/Manifest
@@ -1 +1,2 @@
DIST linux-6.8.2.tar.xz 142512348 BLAKE2B f057c2512040600fbf0df67cf9c7200aee0c06b82b3cf749be8c5685844d2662a585ce17685c7af880c0d9dbbbd81302e5a1fa41c3dbd39869123121a0e82dc2 SHA512 6d23c2891d9e2512adfcc9882f01b4177942cca2a101860b7f6df7c608c645b6269e42afa85783f0c2897e414dbc2fd38af65c3bd9f60a3f71105cc2f6c229ed
+DIST linux-6.8.9.tar.xz 142582332 BLAKE2B 0305b6636a4e382855a2804cedc3984f1e891b26b24412e3533b1f29a07459d39be5121d4618da20098623290e922d502b7ac1b774f39e732f23a778a4b5b5be SHA512 67056eae13be9130e11ea7e4d394d1f0b6b1dccc4f080f72c136870d4486fdebc2c315d149ca4f1e57af4c79dedf849e31c439426166544691508edafca3d350
diff --git a/sys-kernel/linux-docs/linux-docs-6.8.9.ebuild b/sys-kernel/linux-docs/linux-docs-6.8.9.ebuild
new file mode 100644
index 000000000000..ff2813f4dd85
--- /dev/null
+++ b/sys-kernel/linux-docs/linux-docs-6.8.9.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{10,11,12} )
+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 ~ia64 ~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
+ $(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
+}
next reply other threads:[~2024-05-06 22:45 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-06 22:45 Mike Pagano [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-01 23:18 [gentoo-commits] repo/gentoo:master commit in: sys-kernel/linux-docs/ Mike Pagano
2024-12-01 23:18 Mike Pagano
2024-09-23 17:42 Mike Pagano
2024-09-23 17:42 Mike Pagano
2024-05-29 13:30 Mike Pagano
2024-05-29 13:30 Mike Pagano
2024-05-06 22:45 Mike Pagano
2024-05-05 18:47 Mike Pagano
2024-04-13 17:07 Mike Pagano
2024-04-13 17:01 Mike Pagano
2024-03-30 22:54 Mike Pagano
2024-03-30 22:54 Mike Pagano
2024-03-13 20:10 Mike Pagano
2024-03-13 19:37 Mike Pagano
2024-01-06 19:25 Mike Pagano
2024-01-04 17:26 Mike Pagano
2024-01-04 17:26 Mike Pagano
2023-08-25 12:18 Mike Pagano
2023-08-25 12:18 Mike Pagano
2023-08-19 14:24 Mike Pagano
2023-08-19 14:24 Mike Pagano
2023-05-19 13:57 Mike Pagano
2023-05-19 13:39 Mike Pagano
2023-05-19 13:39 Mike Pagano
2023-04-04 19:05 Mike Pagano
2022-07-08 17:24 Mike Pagano
2022-07-08 17:24 Mike Pagano
2022-04-10 18:03 Mike Pagano
2022-04-10 18:03 Mike Pagano
2022-03-19 23:17 David Seifert
2021-12-03 17:28 Mike Pagano
2021-08-11 22:48 Mike Pagano
2021-07-14 20:49 Mike Pagano
2021-02-19 19:28 Mike Pagano
2021-02-19 13:25 Mike Pagano
2020-12-14 19:31 Mike Pagano
2020-05-08 19:44 Mike Pagano
2020-04-11 23:44 Mike Pagano
2020-01-28 15:01 Mike Pagano
2020-01-27 19:08 Mike Pagano
2019-10-05 18:56 Michał Górny
2018-12-15 19:13 Mike Pagano
2017-08-15 17:25 Mike Pagano
2015-11-06 23:26 Mike Pagano
2015-11-05 23:25 Mike Pagano
2015-11-05 16:20 Mike Pagano
2015-11-05 16:08 Mike Pagano
2015-08-09 20:32 Mike Pagano
2015-08-09 19:17 Mike Pagano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1715035487.e86353f613c855ccedd91cdba8245057ff3ecb14.mpagano@gentoo \
--to=mpagano@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox