Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/chkcrontab/
Date: Fri, 03 Jun 2022 10:02:22
Message-Id: 1654249265.68dbd1055f549a542d09e864f7c959e32356a17f.arthurzam@gentoo
1 commit: 68dbd1055f549a542d09e864f7c959e32356a17f
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 3 09:41:05 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 3 09:41:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68dbd105
7
8 app-misc/chkcrontab: drop 1.7
9
10 This drops py3.8 and EAPI=6 ebuild, while there is also 1.7-r1
11 stable.
12
13 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
14
15 app-misc/chkcrontab/chkcrontab-1.7.ebuild | 27 ---------------------------
16 1 file changed, 27 deletions(-)
17
18 diff --git a/app-misc/chkcrontab/chkcrontab-1.7.ebuild b/app-misc/chkcrontab/chkcrontab-1.7.ebuild
19 deleted file mode 100644
20 index 1c1162467d38..000000000000
21 --- a/app-misc/chkcrontab/chkcrontab-1.7.ebuild
22 +++ /dev/null
23 @@ -1,27 +0,0 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 -# Distributed under the terms of the GNU General Public License v2
26 -
27 -EAPI=6
28 -
29 -PYTHON_COMPAT=( python3_{7,8} )
30 -
31 -inherit distutils-r1
32 -
33 -DESCRIPTION="A tool to detect crontab errors"
34 -HOMEPAGE="https://github.com/lyda/chkcrontab"
35 -SRC_URI="https://github.com/lyda/chkcrontab/archive/v${PV}.tar.gz -> ${P}.tar.gz"
36 -
37 -LICENSE="Apache-2.0"
38 -SLOT="0"
39 -KEYWORDS="amd64 x86"
40 -IUSE="test"
41 -RESTRICT="!test? ( test )"
42 -
43 -python_test() {
44 - esetup.py test || die
45 -}
46 -
47 -python_install_all() {
48 - doman doc/${PN}.1
49 - distutils-r1_python_install_all
50 -}