From 29aabba0ea759c6a2864ff5631735b67ee38e5e0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 5 Feb 2020 18:44:56 +0000 Subject: gentoo resync : 05.02.2020 --- sys-kernel/linux-docs/linux-docs-4.19.ebuild | 31 ---------------------------- 1 file changed, 31 deletions(-) delete mode 100644 sys-kernel/linux-docs/linux-docs-4.19.ebuild (limited to 'sys-kernel/linux-docs/linux-docs-4.19.ebuild') diff --git a/sys-kernel/linux-docs/linux-docs-4.19.ebuild b/sys-kernel/linux-docs/linux-docs-4.19.ebuild deleted file mode 100644 index 9a13e1c5f773..000000000000 --- a/sys-kernel/linux-docs/linux-docs-4.19.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2018 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/v3.x/${MY_P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" - -IUSE="" -DEPEND="dev-python/sphinx" -RDEPEND="" - -src_compile() { - local ARCH=$(tc-arch-kernel) - unset KBUILD_OUTPUT - emake htmldocs -} - -src_install() { - HTML_DOCS=( Documentation/output/. ) - einstalldocs -} -- cgit v1.2.3