mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
kconfig-hardened-check: delete, more to kernel-hardening-checker
This commit is contained in:
parent
346f2fc6c0
commit
dc303ed767
6 changed files with 1 additions and 50 deletions
|
|
@ -1 +1,2 @@
|
|||
move dev-util/dwarf-debugger dev-debug/dwarf-debugger
|
||||
move sys-kernel/kconfig-hardened-check app-admin/kernel-hardening-checker
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
DIST kconfig-hardened-check-0.5.17.tar.gz 2233679 BLAKE2B 4cc1212fa98742cd195e6ea2e0d1804f7b5ac98357723db88956d9c48813e2c2c3a8215c284e9a9cd5a44f6555f68532d06f047345f106ab0f99e7cd7109d770 SHA512 06b52972426828218e1d82391b8fd44790b28edb6ca6602e2fdc0fe02019c7528308c147db7d8628fada6c2f57dbe3f6088b64a9a922a3ef92bee986eaf23d9f
|
||||
DIST kconfig-hardened-check-0.6.1.tar.gz 2783975 BLAKE2B 6d464cdfb604cb8f00399c3d2a1285f2c149832e4f51e4be2b8c2e567137dce6848831adebbf8d1593013fabdcf3fd3bc060024c2c7210f620639cd84fd5816e SHA512 edf60083f1ca16df3b69df0552861bf41e68d0e399b85dce4045bc4a2c47ca9ebeda87d54784f6a768f6eaaa281b7d8ca9b1d8c7d8dcd3e415559cb746897183
|
||||
|
|
@ -1 +0,0 @@
|
|||
./kconfig-hardened-check-9999.ebuild
|
||||
|
|
@ -1 +0,0 @@
|
|||
./kconfig-hardened-check-9999.ebuild
|
||||
|
|
@ -1,31 +0,0 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A script for checking the hardening options in the Linux kernel config"
|
||||
HOMEPAGE="https://github.com/a13xp0p0v/kconfig-hardened-check"
|
||||
|
||||
if [[ ${PV} == *9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/a13xp0p0v/kconfig-hardened-check"
|
||||
else
|
||||
SRC_URI="https://github.com/a13xp0p0v/kconfig-hardened-check/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="amd64 arm64 x86"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
#FIXME: should match kernel, [major_number].[kernel_version].[kernel_patchlevel]
|
||||
RDEPEND="${PYTHON_DEPS}"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_install() {
|
||||
distutils-r1_src_install
|
||||
dodoc -r "${PN//-/_}"/config_files/ README.md
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>email@linxon.ru</email>
|
||||
<name>Yury Martynov</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">a13xp0p0v/kconfig-hardened-check</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
Reference in a new issue