From 7f0ccc917c7abe6223784c703d86cd14755691fb Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 3 Jul 2021 22:39:47 +0100 Subject: gentoo resync : 03.07.2021 --- app-doc/linux-kernel-in-a-nutshell/Manifest | 2 +- .../linux-kernel-in-a-nutshell-1-r1.ebuild | 21 --------------------- .../linux-kernel-in-a-nutshell-1-r2.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 23 insertions(+), 22 deletions(-) delete mode 100644 app-doc/linux-kernel-in-a-nutshell/linux-kernel-in-a-nutshell-1-r1.ebuild create mode 100644 app-doc/linux-kernel-in-a-nutshell/linux-kernel-in-a-nutshell-1-r2.ebuild (limited to 'app-doc/linux-kernel-in-a-nutshell') diff --git a/app-doc/linux-kernel-in-a-nutshell/Manifest b/app-doc/linux-kernel-in-a-nutshell/Manifest index a8ae75ab35b4..a7097f70d5f5 100644 --- a/app-doc/linux-kernel-in-a-nutshell/Manifest +++ b/app-doc/linux-kernel-in-a-nutshell/Manifest @@ -1,4 +1,4 @@ DIST lkn_pdf.tar.bz2 3533339 BLAKE2B d67708c7b100707b6a74f1a983bc396f1068e60d74c63eb2ed99830f0ea4b37b4260504d45f27ceae70e9c01b92b65d9e5076476466eade84f9dbe8d1b384fbf SHA512 5a0815148b379347675e2c8f71476e8e950a8028fd625044457773c4e7b62fb886edc7151a46a9dd0cba47729c99317f779974e395149d87c4c9483c7404ede0 DIST lkn_xml.tar.bz2 1058278 BLAKE2B f85cc277e7f313e00d26f53218d315c6b741b584a597b2b0adf3a9bf3dc13ddaa2203b1d6976e4189aa8dbeb167709f7ed3522a7c9cf8111e62b6f8d0425de2e SHA512 831b19f67b50f897f93720c19b7bbf90673c420c2b1ce257de3c656a01cb12ebee8499dc86c673cba9c14fb6fc50e644fbf84156d9d2580127affeabda87a83c -EBUILD linux-kernel-in-a-nutshell-1-r1.ebuild 623 BLAKE2B ac4e01c519b330c4c493a22b1f3aebe4d33c91d4fed825439624578bcab0b12f7e15ac43d64d32a5f4d80a47a07aae8c70aabdf65f22036633f49af656cca938 SHA512 0c45b095e19607b656c3e64c43b09b8e3033ca4b5e3b4e7ce7f61657d7851538b3cd52f823280465b8c0953faabab1cdaf75e74f874ef1f0aeb43c2b7f7726d0 +EBUILD linux-kernel-in-a-nutshell-1-r2.ebuild 582 BLAKE2B a2907a35f5cbfc9a5e4d34ed5b8f75bb2e5626c23c48f9ef521b5619d1e3a54bf16bdd2a2e682517d970fceeec979944940e4e2e39650df98a7c7600cd1bc938 SHA512 f088da02ff2c148425da5e157254548a75f4c2465ce1db809aee67fdb83cdf55f0189f46fd6f0adb48e86b6369f754d5b3d3a34c6f955ff0c818fc824f90956d MISC metadata.xml 191 BLAKE2B 8bff04ca02f4930d6f77dd32df009c145cacaad2d1cf271d91ae928f85acdccb0d73b0202a41aa3e60470ba6c7853e41ef76587601b2163f9ec249b7fa1c5274 SHA512 da06af54ba93db06f717082e3f09bbca9e17adad4b070a28131f2ffec15d0dfc82c79a3b2fb045fa33d6756c6df85254733622b0b7b1952b33d5590a71865c62 diff --git a/app-doc/linux-kernel-in-a-nutshell/linux-kernel-in-a-nutshell-1-r1.ebuild b/app-doc/linux-kernel-in-a-nutshell/linux-kernel-in-a-nutshell-1-r1.ebuild deleted file mode 100644 index 8eb1f22922df..000000000000 --- a/app-doc/linux-kernel-in-a-nutshell/linux-kernel-in-a-nutshell-1-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Linux Kernel in a Nutshell: A Desktop Quick Reference" -HOMEPAGE="http://www.kroah.com/lkn/" -SRC_URI="https://www.kernel.org/pub/linux/kernel/people/gregkh/lkn/lkn_pdf.tar.bz2 - https://www.kernel.org/pub/linux/kernel/people/gregkh/lkn/lkn_xml.tar.bz2" -S="${WORKDIR}" - -LICENSE="CC-BY-SA-2.5" -SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" - -src_install() { - insinto /usr/share/doc/${PN}/pdf - doins -r lkn_pdf/* - insinto /usr/share/doc/${PN}/xml - doins -r lkn_xml/* -} diff --git a/app-doc/linux-kernel-in-a-nutshell/linux-kernel-in-a-nutshell-1-r2.ebuild b/app-doc/linux-kernel-in-a-nutshell/linux-kernel-in-a-nutshell-1-r2.ebuild new file mode 100644 index 000000000000..012e435f0455 --- /dev/null +++ b/app-doc/linux-kernel-in-a-nutshell/linux-kernel-in-a-nutshell-1-r2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Linux Kernel in a Nutshell: A Desktop Quick Reference" +HOMEPAGE="http://www.kroah.com/lkn/" +SRC_URI="https://www.kernel.org/pub/linux/kernel/people/gregkh/lkn/lkn_pdf.tar.bz2 + https://www.kernel.org/pub/linux/kernel/people/gregkh/lkn/lkn_xml.tar.bz2" +S="${WORKDIR}" + +LICENSE="CC-BY-SA-2.5" +SLOT="0" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" + +src_install() { + docinto pdf + dodoc -r lkn_pdf/* + + docinto xml + dodoc -r lkn_xml/* +} -- cgit v1.2.3