From 39cb48ef49ff1c152797a3c22fb8bf4bedcc90a3 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sun, 4 Jun 2023 11:35:29 +0200 Subject: sys-kernel/kconfig-hardened-check: Version bump. Bump python3 deps to 10..12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Väth --- sys-kernel/kconfig-hardened-check/Manifest | 2 +- .../kconfig-hardened-check-0.5.17.ebuild | 35 ---------------------- .../kconfig-hardened-check-0.6.1.ebuild | 35 ++++++++++++++++++++++ .../kconfig-hardened-check-99999999.ebuild | 4 +-- 4 files changed, 38 insertions(+), 38 deletions(-) delete mode 100644 sys-kernel/kconfig-hardened-check/kconfig-hardened-check-0.5.17.ebuild create mode 100644 sys-kernel/kconfig-hardened-check/kconfig-hardened-check-0.6.1.ebuild (limited to 'sys-kernel') diff --git a/sys-kernel/kconfig-hardened-check/Manifest b/sys-kernel/kconfig-hardened-check/Manifest index 23788b3f..95789c45 100644 --- a/sys-kernel/kconfig-hardened-check/Manifest +++ b/sys-kernel/kconfig-hardened-check/Manifest @@ -1 +1 @@ -DIST kconfig-hardened-check-0.5.17.tar.gz 2233679 BLAKE2B 4cc1212fa98742cd195e6ea2e0d1804f7b5ac98357723db88956d9c48813e2c2c3a8215c284e9a9cd5a44f6555f68532d06f047345f106ab0f99e7cd7109d770 SHA512 06b52972426828218e1d82391b8fd44790b28edb6ca6602e2fdc0fe02019c7528308c147db7d8628fada6c2f57dbe3f6088b64a9a922a3ef92bee986eaf23d9f +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.5.17.ebuild b/sys-kernel/kconfig-hardened-check/kconfig-hardened-check-0.5.17.ebuild deleted file mode 100644 index 30a2216b..00000000 --- a/sys-kernel/kconfig-hardened-check/kconfig-hardened-check-0.5.17.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..11} ) - -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-0.6.1.ebuild b/sys-kernel/kconfig-hardened-check/kconfig-hardened-check-0.6.1.ebuild new file mode 100644 index 00000000..24956442 --- /dev/null +++ b/sys-kernel/kconfig-hardened-check/kconfig-hardened-check-0.6.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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" + +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 index 30a2216b..24956442 100644 --- a/sys-kernel/kconfig-hardened-check/kconfig-hardened-check-99999999.ebuild +++ b/sys-kernel/kconfig-hardened-check/kconfig-hardened-check-99999999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 -- cgit v1.2.3-65-gdbad