summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2024-03-16 15:30:20 +0100
committerMartin Väth <martin@mvath.de>2024-03-16 15:30:20 +0100
commite321b91effdaa6f1ba7ddb629ab8342fc39e7f4c (patch)
tree3f3a8ee9ba408b8729dda898f2ad6794d18586e2
parentmedia-tv/w_scan: Fix dependencies (diff)
downloadmv-e321b91effdaa6f1ba7ddb629ab8342fc39e7f4c.tar.gz
mv-e321b91effdaa6f1ba7ddb629ab8342fc39e7f4c.tar.bz2
mv-e321b91effdaa6f1ba7ddb629ab8342fc39e7f4c.zip
sys-kernel/kconfig-hardened-check: remove (app-admin/kernel-hardening-checker)
Signed-off-by: Martin Väth <martin@mvath.de>
-rw-r--r--metadata/pkg_desc_index1
-rw-r--r--sys-kernel/kconfig-hardened-check/Manifest1
-rw-r--r--sys-kernel/kconfig-hardened-check/kconfig-hardened-check-0.6.1.ebuild36
-rw-r--r--sys-kernel/kconfig-hardened-check/kconfig-hardened-check-99999999.ebuild36
4 files changed, 0 insertions, 74 deletions
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
-}