diff options
Diffstat (limited to 'app-misc/chkcrontab')
-rw-r--r-- | app-misc/chkcrontab/Manifest | 4 | ||||
-rw-r--r-- | app-misc/chkcrontab/chkcrontab-1.6.ebuild | 27 | ||||
-rw-r--r-- | app-misc/chkcrontab/chkcrontab-1.7.ebuild | 4 |
3 files changed, 3 insertions, 32 deletions
diff --git a/app-misc/chkcrontab/Manifest b/app-misc/chkcrontab/Manifest index 49d738ed18d9..64b157cea7d7 100644 --- a/app-misc/chkcrontab/Manifest +++ b/app-misc/chkcrontab/Manifest @@ -1,5 +1,3 @@ -DIST chkcrontab-1.6.tar.gz 24701 BLAKE2B a4a47e0e41a17a535662b22deb57dd49b461694f4842a59a1a9debe8523f4216f4834c64d01c62e24e13ee4d45e526f361650b402968a164b2802e0a13d63a63 SHA512 249061ecf7c8dc2d2275dcda3048fd00fc2ca85d39dabb2de61a3ab415243bbd1a61222be8c0ddfa66eb36577bb2efb27ba4a0c2a013559dee126c95cc73bd1b DIST chkcrontab-1.7.tar.gz 25088 BLAKE2B 5e3cffcbcd064cfe8e9898dc74c215b14bdd69a4c110a91b73777cb024dd6dfe8d10ce862e82752baad65a8daf88dc45bee06f8e736393e0f973ee2f79f7bd96 SHA512 5236b1996a8d4f5d3861bf3d8a1bafafa271237965721ea4ff61e6712ee4546b9d0484483a0dac25f9d920904f899f2930b46df16d656083b422d95a1d6de0c0 -EBUILD chkcrontab-1.6.ebuild 548 BLAKE2B b2c584e4f18c7f9eb1cbf014f64f94955db3dd4c4680917c22ce176f9fac6bf99cff7f68074a5437d52176ade5c336f5c748a59e4b1d561594a444b8b65c1944 SHA512 7c27ca8f5b5f30ae93a95fdc68836d2002e766e0390e2e7a076cd28d1cd2f29a9723eea8a35f9157df900a64340c3a9157d37f6a200d2da22295abce5cb9ac63 -EBUILD chkcrontab-1.7.ebuild 559 BLAKE2B c2d5be5a8970988899a757ea8bc27ea87a88e41918f59e01369b09611452aa279fbca4020d56fc0dc14efe1a4d9a112d4c89fed23f4b1d0b77beab4c7a3da215 SHA512 42fad005cc9e4d43963a399512d161af8862491568b08ba5644f7dc53a852856974bcd249a43ca95a3d5ca549d58ec58d505f2e905352618e41429f370735bf8 +EBUILD chkcrontab-1.7.ebuild 555 BLAKE2B 9a979397db300333f7bc3a29c3b172464e599af5a0007677d3687722e981ba969f6847bffd1b55b71ea2edb9a421409d9708120e0232cb0d931b587d26148d55 SHA512 64a948af488857b650fbb9bc82ac3a4be7c6862e80f514343a575d0352e693489450e2e2fcd79e09f62db37d85c9e3dbe6fb88f0cdb5669700b6d027d9de144d MISC metadata.xml 463 BLAKE2B 82e0b38cdc6aeb0cb304f3448f326c129e5b936ff559e07e5ced9b1b72e840cc4f1573571eae46cc56639f6920e717e7d3f67eef6cf8aac5e9a11f5948ac70ca SHA512 d181e1a0b06519224d4e6b13b7157bd9741000c676e7f47c72dd27eb475d991a32480393bd62a599fb0a833908bae96b810fbdb17723723067edc6af3b3ab0ca diff --git a/app-misc/chkcrontab/chkcrontab-1.6.ebuild b/app-misc/chkcrontab/chkcrontab-1.6.ebuild deleted file mode 100644 index 3ba987e07fac..000000000000 --- a/app-misc/chkcrontab/chkcrontab-1.6.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_5} ) - -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 )" - -python_test() { - esetup.py test -} - -python_install_all() { - doman doc/${PN}.1 - distutils-r1_python_install_all -} diff --git a/app-misc/chkcrontab/chkcrontab-1.7.ebuild b/app-misc/chkcrontab/chkcrontab-1.7.ebuild index 2c96fd2b7630..03c12e27e973 100644 --- a/app-misc/chkcrontab/chkcrontab-1.7.ebuild +++ b/app-misc/chkcrontab/chkcrontab-1.7.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_6} ) inherit distutils-r1 |