summaryrefslogtreecommitdiff
path: root/app-misc/chkcrontab
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-01 17:20:35 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-01 17:20:35 +0100
commita88eb1d9b7042912d196e255eeb20e0c77f6cf47 (patch)
tree291cc788e33b3de8bf1b5e3f1fdddf315f2f5ee7 /app-misc/chkcrontab
parentc3d14fe9accdf0b091e42f26a66ed7626ba8c24b (diff)
gentoo auto-resync : 01:05:2023 - 17:20:35
Diffstat (limited to 'app-misc/chkcrontab')
-rw-r--r--app-misc/chkcrontab/Manifest1
-rw-r--r--app-misc/chkcrontab/chkcrontab-1.7-r1.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/app-misc/chkcrontab/Manifest b/app-misc/chkcrontab/Manifest
index 8392dfe6e257..d7a6cec070a9 100644
--- a/app-misc/chkcrontab/Manifest
+++ b/app-misc/chkcrontab/Manifest
@@ -1,4 +1,3 @@
DIST chkcrontab-1.7.tar.gz 25088 BLAKE2B 5e3cffcbcd064cfe8e9898dc74c215b14bdd69a4c110a91b73777cb024dd6dfe8d10ce862e82752baad65a8daf88dc45bee06f8e736393e0f973ee2f79f7bd96 SHA512 5236b1996a8d4f5d3861bf3d8a1bafafa271237965721ea4ff61e6712ee4546b9d0484483a0dac25f9d920904f899f2930b46df16d656083b422d95a1d6de0c0
-EBUILD chkcrontab-1.7-r1.ebuild 568 BLAKE2B 83e29c5e8ee6b5735e7237933b6cf62dde3124f95cefc5b4b17b7bd2ce722595145a4c6530c99d67de02a1e5148c7a828099bf7eaa82f63b9e69db845f428e64 SHA512 c61d73522dd3672988bde0fa5426d999dcc0af9666bebc8f910d6efaf5e08ce25902fb19f4996618060394cf9f8ca64cc38fea8082e63cc72808f62082b2dbcf
EBUILD chkcrontab-1.7-r2.ebuild 574 BLAKE2B 863ac499329b7b0b37762a5dbd6b31be909198d7fb42c80d6aa440f74a4e9dc4e863af2ba43890278cb1877ccbcb865b64b80d58dec951374cf02ba9390a4db2 SHA512 6ec4a5bc54d54da69c5c49dbd3a7ed8908db0333110b5edbca19024482813c7abda58af924ea3f500c1a11ac372a036f025860c0e9a3c7f2d46d922efe2a0e1c
MISC metadata.xml 494 BLAKE2B d64708f16c16bfcdac262a422caced009d236322b8f4536536cc8f82508850ad43d6d9308a4d4a1c473dc55657c88871bd0d610351f0edba33fef046b0b4f470 SHA512 7176af9fe8f23aadc753d8ebd0a95caf8e7ce82a7c6d487300904d00a8b4c5615188e543200a88fa87f24fec7fb1870f73f8843c16f0753fe0b7644dd322a0b5
diff --git a/app-misc/chkcrontab/chkcrontab-1.7-r1.ebuild b/app-misc/chkcrontab/chkcrontab-1.7-r1.ebuild
deleted file mode 100644
index 28a2625187b4..000000000000
--- a/app-misc/chkcrontab/chkcrontab-1.7-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_9 )
-DISTUTILS_USE_SETUPTOOLS=no
-
-inherit distutils-r1
-
-DESCRIPTION="A tool to detect crontab errors"
-HOMEPAGE="https://github.com/lyda/chkcrontab"
-SRC_URI="https://github.com/lyda/chkcrontab/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-distutils_enable_tests setup.py
-
-python_install_all() {
- doman doc/${PN}.1
- distutils-r1_python_install_all
-}