From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4E77515800A for ; Sat, 19 Aug 2023 14:24:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 676992BC016; Sat, 19 Aug 2023 14:24:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5485E2BC016 for ; Sat, 19 Aug 2023 14:24:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 85E63341007 for ; Sat, 19 Aug 2023 14:24:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02CCADBC for ; Sat, 19 Aug 2023 14:24:24 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1692455045.c4257b790b21e7fcc5278e470f6da6f4ec614734.mpagano@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/linux-docs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/linux-docs/Manifest sys-kernel/linux-docs/linux-docs-6.1.29.ebuild X-VCS-Directories: sys-kernel/linux-docs/ X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: c4257b790b21e7fcc5278e470f6da6f4ec614734 X-VCS-Branch: master Date: Sat, 19 Aug 2023 14:24:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cc6e6b7e-6fd6-4cda-beed-a24afa7cdf9b X-Archives-Hash: cee56e0e1b13efe31a5bbd6f70fa004d commit: c4257b790b21e7fcc5278e470f6da6f4ec614734 Author: Mike Pagano gentoo org> AuthorDate: Sat Aug 19 14:24:05 2023 +0000 Commit: Mike Pagano gentoo org> CommitDate: Sat Aug 19 14:24:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4257b79 sys-kernel/linux-docs: drop 6.1.29 Signed-off-by: Mike Pagano gentoo.org> sys-kernel/linux-docs/Manifest | 1 - sys-kernel/linux-docs/linux-docs-6.1.29.ebuild | 44 -------------------------- 2 files changed, 45 deletions(-) diff --git a/sys-kernel/linux-docs/Manifest b/sys-kernel/linux-docs/Manifest index 4a2f893ca8c0..ba2ca3e43431 100644 --- a/sys-kernel/linux-docs/Manifest +++ b/sys-kernel/linux-docs/Manifest @@ -1,2 +1 @@ -DIST linux-6.1.29.tar.xz 134881816 BLAKE2B b6cf62bc9f1a9120f04857911e2a8fcf3fc5416f55b7d7bc61ded730941220f6f3202d1a86e14dc9f38f6dd40ef7614d52126d9089ccd0cc1eda144df6b102ba SHA512 be078b38ea343b8bade634aa3c75a0f8aaf70964c5ead73d658a0f1a07ca541de5e7b68fca2ede0638773d345a0c7d89c4d74709bb1101e844f3babc1c14b83f DIST linux-6.1.46.tar.xz 134962288 BLAKE2B 07a069c04919899ce2b0859d0a528ee13b154ec8c9e868a2a0e64f6bdcc0ce30ea4fd002f1b58e62eebfaf8216e528e26b79c7a99c67f208e4d36eca590836bf SHA512 677d524974f76aeaaddab158e13df7c820e92f6e3c74683f5cd3dc9923859982079cd1da3fb41d3e87f96d72fb0abbc92d662122898e0a79adc7c8eebf005bd5 diff --git a/sys-kernel/linux-docs/linux-docs-6.1.29.ebuild b/sys-kernel/linux-docs/linux-docs-6.1.29.ebuild deleted file mode 100644 index 4f8394c9b360..000000000000 --- a/sys-kernel/linux-docs/linux-docs-6.1.29.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2023 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_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/v6.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-6 - 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 -}