diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-06-03 12:41:05 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-06-03 12:41:05 +0300 |
commit | 68dbd1055f549a542d09e864f7c959e32356a17f (patch) | |
tree | 94137210a625a21de02975291128145e952ad0e6 /app-misc/chkcrontab | |
parent | dev-python/thrift: add 0.16.0 (diff) | |
download | gentoo-68dbd1055f549a542d09e864f7c959e32356a17f.tar.gz gentoo-68dbd1055f549a542d09e864f7c959e32356a17f.tar.bz2 gentoo-68dbd1055f549a542d09e864f7c959e32356a17f.zip |
app-misc/chkcrontab: drop 1.7
This drops py3.8 and EAPI=6 ebuild, while there is also 1.7-r1
stable.
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-misc/chkcrontab')
-rw-r--r-- | app-misc/chkcrontab/chkcrontab-1.7.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/app-misc/chkcrontab/chkcrontab-1.7.ebuild b/app-misc/chkcrontab/chkcrontab-1.7.ebuild deleted file mode 100644 index 1c1162467d38..000000000000 --- a/app-misc/chkcrontab/chkcrontab-1.7.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{7,8} ) - -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 || die -} - -python_install_all() { - doman doc/${PN}.1 - distutils-r1_python_install_all -} |