summaryrefslogtreecommitdiff
path: root/sys-apps/kcheck
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-07-09 15:43:36 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-07-09 15:43:36 +0100
commit2719f73b6813d11d13a9650cdd2ab8ec6e69385d (patch)
tree8c816148bcbd22757d892089c989ae614eae4f5a /sys-apps/kcheck
parent0f558761aa2dee1017b4751e4017205e015a9560 (diff)
gentoo resync : 09.07.2022
Diffstat (limited to 'sys-apps/kcheck')
-rw-r--r--sys-apps/kcheck/Manifest4
-rw-r--r--sys-apps/kcheck/kcheck-0.0.2-r2.ebuild (renamed from sys-apps/kcheck/kcheck-0.0.2-r1.ebuild)7
-rw-r--r--sys-apps/kcheck/kcheck-9999.ebuild7
3 files changed, 8 insertions, 10 deletions
diff --git a/sys-apps/kcheck/Manifest b/sys-apps/kcheck/Manifest
index 134dd95f62c9..8c63283f1d29 100644
--- a/sys-apps/kcheck/Manifest
+++ b/sys-apps/kcheck/Manifest
@@ -1,4 +1,4 @@
DIST kcheck-0.0.2.tar.gz 8519 BLAKE2B bc1a4355e1d55118386b34d6f5aca0f11cbf519c0f7d3bb0cf143cca4682af782e6728585fa6dd36c21fc6cea73d21d0ab35571f93096b9eba4a9b461808f2b0 SHA512 98e3ad4835f8c1bacf68f98e112c05788394feb00683b7a02aa92cc2b5f8b4edeebe2b962c07a171b06bdfe7324e715d58057f6c8550004acc52cc0d9105ba9e
-EBUILD kcheck-0.0.2-r1.ebuild 777 BLAKE2B 84c4361679eba4e5a6ef9de9374fe1c511a056cf72dcd5d677c56efa93e2c19829e5f9266e26accf4914676d089ab6d0b4ba08d06b1d9253805f56f9535d3f47 SHA512 74e14a216c7a8c97eabb87fc4befc39b400c98d6257f6869d3aa7499bec0134cbbbaf18d0b311f7f424f6c6d7754b71a6d10d0e4b63be36b4c625f45c12f7e1c
-EBUILD kcheck-9999.ebuild 777 BLAKE2B 84c4361679eba4e5a6ef9de9374fe1c511a056cf72dcd5d677c56efa93e2c19829e5f9266e26accf4914676d089ab6d0b4ba08d06b1d9253805f56f9535d3f47 SHA512 74e14a216c7a8c97eabb87fc4befc39b400c98d6257f6869d3aa7499bec0134cbbbaf18d0b311f7f424f6c6d7754b71a6d10d0e4b63be36b4c625f45c12f7e1c
+EBUILD kcheck-0.0.2-r2.ebuild 746 BLAKE2B a2f0020c50251ea6075e644b738de879e19ab6e7331fdd0f45a2d2ddca2ff437583f666be056f59a26bc10519c602b0b7d833c1c58eeafc8a3c90df1797ce30c SHA512 9c191fcff29c5e8fe0c5bdcb7a8b0553d9b8747a7c37d5ff6a772bd1d96d69cfac1cb88c1d5952b5c6b51565f5daa6670c9ee462687614b2d978af7c8e21c033
+EBUILD kcheck-9999.ebuild 746 BLAKE2B a2f0020c50251ea6075e644b738de879e19ab6e7331fdd0f45a2d2ddca2ff437583f666be056f59a26bc10519c602b0b7d833c1c58eeafc8a3c90df1797ce30c SHA512 9c191fcff29c5e8fe0c5bdcb7a8b0553d9b8747a7c37d5ff6a772bd1d96d69cfac1cb88c1d5952b5c6b51565f5daa6670c9ee462687614b2d978af7c8e21c033
MISC metadata.xml 455 BLAKE2B 82da8d0a48779a97efa4de3e329622e3d98689668d83084d9a5e1669e915158b6cf67111d0ffcb49eaf2fe489a56b6c64e300aa517c7049e975c1fe14b4ddbc5 SHA512 c71e5dc4d2953f27d1c0d6ca37f625772c4631e1aa0a2362f0ba607ccbcf9462b840a64ad246dcc6dbb9f9656c87e61bfb892e47b911bb9a7726c34b633a6eac
diff --git a/sys-apps/kcheck/kcheck-0.0.2-r1.ebuild b/sys-apps/kcheck/kcheck-0.0.2-r2.ebuild
index dd37156e47c0..364c02952611 100644
--- a/sys-apps/kcheck/kcheck-0.0.2-r1.ebuild
+++ b/sys-apps/kcheck/kcheck-0.0.2-r2.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@@ -22,7 +21,7 @@ LICENSE="MIT"
SLOT="0"
RDEPEND="
- dev-python/configargparse[${PYTHON_USEDEP}]
+ dev-python/ConfigArgParse[${PYTHON_USEDEP}]
sys-apps/portage[${PYTHON_USEDEP}]"
src_install() {
diff --git a/sys-apps/kcheck/kcheck-9999.ebuild b/sys-apps/kcheck/kcheck-9999.ebuild
index dd37156e47c0..364c02952611 100644
--- a/sys-apps/kcheck/kcheck-9999.ebuild
+++ b/sys-apps/kcheck/kcheck-9999.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@@ -22,7 +21,7 @@ LICENSE="MIT"
SLOT="0"
RDEPEND="
- dev-python/configargparse[${PYTHON_USEDEP}]
+ dev-python/ConfigArgParse[${PYTHON_USEDEP}]
sys-apps/portage[${PYTHON_USEDEP}]"
src_install() {