From: Michał Górny Date: Thu, 13 Feb 2020 09:29:14 +0000 (+0100) Subject: app-portage/overlint: Remove old (py2) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=982afc9986942d766fb434d4adc1bb51dda9ab80;p=gentoo.git app-portage/overlint: Remove old (py2) Signed-off-by: Michał Górny --- diff --git a/app-portage/overlint/Manifest b/app-portage/overlint/Manifest index f9836b8cf488..9b8096e05acb 100644 --- a/app-portage/overlint/Manifest +++ b/app-portage/overlint/Manifest @@ -1,2 +1 @@ -DIST overlint-0.5.2.tar.gz 2701 BLAKE2B 28fe90628d1c6603af0936b7a5d945b39bd93b3a7444bee7ac79bb939d8c108a32f58ce51fe10198564d24927bb7c04e273de83417c77ec38d3442562a7a2a7b SHA512 aae78ed2d3f02e83ced3dbe8ace468adb204b80e040b979a97d92af0c91e79019f2ed14e6e3655ffa8137c55c8fd1f054c27229819ae7908632586acb284f3ea DIST overlint-0.5.3.tar.gz 2706 BLAKE2B 78c76a72556213bbc84b91ada3ea1d71ad045fe4498baab1f6710190a55802e5ffee14d652540d2cb7caaecd407963f7bad9682cb72e5e6571597983384bf019 SHA512 348b59e5f013b1c4060312208fdc7fddad3252d6f386513d743b7685d8aafbf76ac626fb9000c2d47c362b85d223dea5f59b4cfec55dbf24a52185c5b943a149 diff --git a/app-portage/overlint/overlint-0.5.2.ebuild b/app-portage/overlint/overlint-0.5.2.ebuild deleted file mode 100644 index 7664c6c50f47..000000000000 --- a/app-portage/overlint/overlint-0.5.2.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Simple tool for static analysis of overlays" -HOMEPAGE="https://cgit.gentoo.org/proj/overlint.git" -SRC_URI="http://www.hartwork.org/public/${P}.tar.gz" - -LICENSE="|| ( GPL-2 GPL-3 )" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="sys-apps/portage"