From: David Seifert Date: Sun, 29 Dec 2019 08:51:11 +0000 (+0100) Subject: app-misc/chkcrontab: Remove old X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1af46c72b701121519bb9c00d0237fc6d3b95184;p=gentoo.git app-misc/chkcrontab: Remove old Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert --- diff --git a/app-misc/chkcrontab/Manifest b/app-misc/chkcrontab/Manifest index f872621c9fa8..2718437a15d8 100644 --- a/app-misc/chkcrontab/Manifest +++ b/app-misc/chkcrontab/Manifest @@ -1,2 +1 @@ -DIST chkcrontab-1.6.tar.gz 24701 BLAKE2B a4a47e0e41a17a535662b22deb57dd49b461694f4842a59a1a9debe8523f4216f4834c64d01c62e24e13ee4d45e526f361650b402968a164b2802e0a13d63a63 SHA512 249061ecf7c8dc2d2275dcda3048fd00fc2ca85d39dabb2de61a3ab415243bbd1a61222be8c0ddfa66eb36577bb2efb27ba4a0c2a013559dee126c95cc73bd1b DIST chkcrontab-1.7.tar.gz 25088 BLAKE2B 5e3cffcbcd064cfe8e9898dc74c215b14bdd69a4c110a91b73777cb024dd6dfe8d10ce862e82752baad65a8daf88dc45bee06f8e736393e0f973ee2f79f7bd96 SHA512 5236b1996a8d4f5d3861bf3d8a1bafafa271237965721ea4ff61e6712ee4546b9d0484483a0dac25f9d920904f899f2930b46df16d656083b422d95a1d6de0c0 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 -}