commit: 68dbd1055f549a542d09e864f7c959e32356a17f
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 3 09:41:05 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 3 09:41:05 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68dbd105
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 <AT> gentoo.org>
app-misc/chkcrontab/chkcrontab-1.7.ebuild | 27 ---------------------------
1 file changed, 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
-}