This commit is contained in:
Fredrik Eriksson 2025-06-05 11:54:31 +02:00
parent 5b16489120
commit b7e4a521fd
Signed by: feffe
GPG Key ID: 20651C52AADCDB8D
2 changed files with 4 additions and 2 deletions

View File

@ -1,2 +1,2 @@
DIST v0.0.1.tar.gz 3154 BLAKE2B 02a9f0b6ac313597ae04aac98fef28e7f5cbb5d99bd0a4f03d105a9e1448cb2090547bc44cbbc124500fdeddf6d3e778422059266ca3833d975012564b496e34 SHA512 94d205ad24dde3d68e836699794e4cd8bc7243765a57808926aee479959be3d9ca57e05628e33fffa2419a475d040b38cc0437859722c82ff25b6a5e807e7934
EBUILD check_service-0.0.1.ebuild 466 BLAKE2B 9bb858824e375741f427b2535e477da904998434f912ac2171bc3387cc5f145900c0ff8e1c6a7e4fb9ebe934ebc39cbd706cfde6d0d327cbf35d3c74e77de250 SHA512 90f6f835d89a372f3bcaec176fe778f454d5dcc2cfde168df0601f1dfcb2f8fe9fa9cfddc9c73744049e2f4a06337c367a5f4f60b8ab58b7989fb53dd3fe8012
EBUILD check_service-0.0.1.ebuild 516 BLAKE2B 793211e6dff61c0a1c1a3e47a6c12be41e6a7d72945757b3365449179ef896ec63f5c50366ce7fd370eb896d277f67c4acd0e56a11d78dd31d61097d7a014852 SHA512 bb923fa6acec48e2a6678600a19a1631bcff8b8472be6500044a6a487f775a7629238a35db61564a85080b1ebb77d7de77502f0c4c4c2e86c9c73f9699996121

View File

@ -1,10 +1,11 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
PYTHON_COMPAT=( python3_{11,12,13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Icinga/Nagios Check for system services"
@ -13,6 +14,7 @@ SRC_URI="https://gitea.fulh.ax/feffe/check_service/archive/v${PV}.tar.gz"
S="${WORKDIR}/check_service"
RESTRICT="mirror"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86 arm64"