diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-09-09 12:30:03 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-09-09 12:30:03 +0100 |
commit | d8a7472fc6314625f7d16e0427004eb448412908 (patch) | |
tree | 0dba2e223a5a5e200a4b84a4a5e3ff690e5059e7 /app-misc/chkcrontab | |
parent | 8e49340ce0aaf205556648d8fa27dd30e8cf4435 (diff) |
gentoo auto-resync : 09:09:2024 - 12:30:03
Diffstat (limited to 'app-misc/chkcrontab')
-rw-r--r-- | app-misc/chkcrontab/Manifest | 1 | ||||
-rw-r--r-- | app-misc/chkcrontab/chkcrontab-1.7-r2.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/app-misc/chkcrontab/Manifest b/app-misc/chkcrontab/Manifest index f4b1d10d1375..572ef2ac6f16 100644 --- a/app-misc/chkcrontab/Manifest +++ b/app-misc/chkcrontab/Manifest @@ -1,6 +1,5 @@ AUX chkcrontab-man.patch 288 BLAKE2B 73c04cf73f574927a8b02666ed40b66d3e6898559b3b37c63ea09b0a8d1ea8bf710524f935761c2cb07e5a29f495cffe3c374765dcb8154ab9fe5fd0c350f647 SHA512 4bf02cd64deb226ce19f95890df994b6477d84a53e1e237b5d042d95c2b58636fe6a73f212bb1a7821fbf97a30495719da60d7cf21b9000aab3c6eb8dae0fd26 AUX chkcrontab-py312.patch 1094 BLAKE2B 207e069317b3d05562ef50bb45cabec3db29c7f32708faf0f3f304cab4c818f811a51b561db6f6060e30bc17e069876d183a74b775be8e7071c4868e3d70bde9 SHA512 cb14d85518c36b200f70dc9a2b0ddf0a4492e976d4be3fc5f2f3344d270fceab6d36fbece2175646b97448b0756c4ea6558512b0d2c5692b09b12adf6a3c3725 DIST chkcrontab-1.7.tar.gz 25088 BLAKE2B 5e3cffcbcd064cfe8e9898dc74c215b14bdd69a4c110a91b73777cb024dd6dfe8d10ce862e82752baad65a8daf88dc45bee06f8e736393e0f973ee2f79f7bd96 SHA512 5236b1996a8d4f5d3861bf3d8a1bafafa271237965721ea4ff61e6712ee4546b9d0484483a0dac25f9d920904f899f2930b46df16d656083b422d95a1d6de0c0 -EBUILD chkcrontab-1.7-r2.ebuild 574 BLAKE2B 863ac499329b7b0b37762a5dbd6b31be909198d7fb42c80d6aa440f74a4e9dc4e863af2ba43890278cb1877ccbcb865b64b80d58dec951374cf02ba9390a4db2 SHA512 6ec4a5bc54d54da69c5c49dbd3a7ed8908db0333110b5edbca19024482813c7abda58af924ea3f500c1a11ac372a036f025860c0e9a3c7f2d46d922efe2a0e1c EBUILD chkcrontab-1.7-r3.ebuild 739 BLAKE2B 1f798451a0c480040c4504be35cc07bd9bf99667d8b9a6fe6539d09111f351aea6e4c23691ec509f06891d626bc08da6ea05f75a80b51b8e61caedbb70ffb318 SHA512 584dbb107fcc8db70a8452507a3ceff6290be8685f2c0826ba36fefb982e6d0c4e5f5d337f3fad25ba22b0af6fad9f389ea38c4690f3b489590723a7dfaf8925 MISC metadata.xml 494 BLAKE2B d64708f16c16bfcdac262a422caced009d236322b8f4536536cc8f82508850ad43d6d9308a4d4a1c473dc55657c88871bd0d610351f0edba33fef046b0b4f470 SHA512 7176af9fe8f23aadc753d8ebd0a95caf8e7ce82a7c6d487300904d00a8b4c5615188e543200a88fa87f24fec7fb1870f73f8843c16f0753fe0b7644dd322a0b5 diff --git a/app-misc/chkcrontab/chkcrontab-1.7-r2.ebuild b/app-misc/chkcrontab/chkcrontab-1.7-r2.ebuild deleted file mode 100644 index 6de9a0bd56b9..000000000000 --- a/app-misc/chkcrontab/chkcrontab-1.7-r2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) -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 -} |