From e321b91effdaa6f1ba7ddb629ab8342fc39e7f4c Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sat, 16 Mar 2024 15:30:20 +0100 Subject: sys-kernel/kconfig-hardened-check: remove (app-admin/kernel-hardening-checker) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Väth --- metadata/pkg_desc_index | 1 - sys-kernel/kconfig-hardened-check/Manifest | 1 - .../kconfig-hardened-check-0.6.1.ebuild | 36 ---------------------- .../kconfig-hardened-check-99999999.ebuild | 36 ---------------------- 4 files changed, 74 deletions(-) delete mode 100644 sys-kernel/kconfig-hardened-check/Manifest delete mode 100644 sys-kernel/kconfig-hardened-check/kconfig-hardened-check-0.6.1.ebuild delete mode 100644 sys-kernel/kconfig-hardened-check/kconfig-hardened-check-99999999.ebuild diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index index b250ce35..60beba78 100644 --- a/metadata/pkg_desc_index +++ b/metadata/pkg_desc_index @@ -116,7 +116,6 @@ sys-fs/squashfuse 0.1.104: FUSE filesystem to mount squashfs archives sys-fs/squashmount 22.1-r2: Keep directories compressed with squashfs. Useful for portage tree, texmf-dist sys-kernel/cfcfg 1.0: Yet another Linux kernel configuration comparator sys-kernel/kccmp 0.3-r3: A simple tool for comparing two linux kernel .config files -sys-kernel/kconfig-hardened-check 0.6.1 99999999: A script for checking the hardening options in the Linux kernel config sys-kernel/kernel 6.5: A POSIX shell script to compile the kernel with user permissions sys-power/cpupower 99999999: Shows and sets processor power related values sys-power/pm-quirks 20100619-r1: Video Quirks database for pm-utils diff --git a/sys-kernel/kconfig-hardened-check/Manifest b/sys-kernel/kconfig-hardened-check/Manifest deleted file mode 100644 index 95789c45..00000000 --- a/sys-kernel/kconfig-hardened-check/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kconfig-hardened-check-0.6.1.tar.gz 2783914 BLAKE2B fdf67fffa7b72f7d1f75d4e6ccced060b2232335bad8ee6d53114257131b10ab7092667cf772491507e4514177ea1adc67be5db35b85bbe69152befa22aef0e4 SHA512 a92b033e3a3f6da13eae30a8037224f5e7e6d42b5a46f449a379b300ad92d21e59ba2df0135a9e12f88c22b343cb7832115577d95a07cc360a8f8d0fdf415bdb diff --git a/sys-kernel/kconfig-hardened-check/kconfig-hardened-check-0.6.1.ebuild b/sys-kernel/kconfig-hardened-check/kconfig-hardened-check-0.6.1.ebuild deleted file mode 100644 index d59194fb..00000000 --- a/sys-kernel/kconfig-hardened-check/kconfig-hardened-check-0.6.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) - -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 - -DESCRIPTION="A script for checking the hardening options in the Linux kernel config" -HOMEPAGE="https://github.com/a13xp0p0v/kconfig-hardened-check" - -case ${PV} in -99999999) - inherit git-r3 - EGIT_REPO_URI="https://github.com/a13xp0p0v/kconfig-hardened-check" -;; -*) - SRC_URI="https://github.com/a13xp0p0v/kconfig-hardened-check/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" - RESTRICT="mirror" -;; -esac - -IUSE="" -LICENSE="GPL-3" -SLOT="0" - -RDEPEND="${PYTHON_DEPS}" -BDEPEND="${RDEPEND}" - -src_install() { - distutils-r1_src_install - dodoc -r "${PN//-/_}"/config_files/ README.md -} diff --git a/sys-kernel/kconfig-hardened-check/kconfig-hardened-check-99999999.ebuild b/sys-kernel/kconfig-hardened-check/kconfig-hardened-check-99999999.ebuild deleted file mode 100644 index d59194fb..00000000 --- a/sys-kernel/kconfig-hardened-check/kconfig-hardened-check-99999999.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) - -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 - -DESCRIPTION="A script for checking the hardening options in the Linux kernel config" -HOMEPAGE="https://github.com/a13xp0p0v/kconfig-hardened-check" - -case ${PV} in -99999999) - inherit git-r3 - EGIT_REPO_URI="https://github.com/a13xp0p0v/kconfig-hardened-check" -;; -*) - SRC_URI="https://github.com/a13xp0p0v/kconfig-hardened-check/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" - RESTRICT="mirror" -;; -esac - -IUSE="" -LICENSE="GPL-3" -SLOT="0" - -RDEPEND="${PYTHON_DEPS}" -BDEPEND="${RDEPEND}" - -src_install() { - distutils-r1_src_install - dodoc -r "${PN//-/_}"/config_files/ README.md -} -- cgit v1.2.3-65-gdbad