summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-13 10:29:14 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-13 11:42:01 +0100
commit982afc9986942d766fb434d4adc1bb51dda9ab80 (patch)
tree98ae450a112bb2de10f67f5dbf52579057db5bbb /app-portage
parentapp-portage/g-sorcery: Remove old (py2) (diff)
downloadgentoo-982afc9986942d766fb434d4adc1bb51dda9ab80.tar.gz
gentoo-982afc9986942d766fb434d4adc1bb51dda9ab80.tar.bz2
gentoo-982afc9986942d766fb434d4adc1bb51dda9ab80.zip
app-portage/overlint: Remove old (py2)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/overlint/Manifest1
-rw-r--r--app-portage/overlint/overlint-0.5.2.ebuild19
2 files changed, 0 insertions, 20 deletions
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"