diff options
author | Sebastian Pipping <sping@gentoo.org> | 2020-04-19 17:26:14 +0200 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2020-04-19 17:26:44 +0200 |
commit | bedc3a6c0fc8012cd6dde5eafc06b6662121e24c (patch) | |
tree | d8299448bdbe52fa10cc27146dcdf3f203dd029f /app-portage/overlint | |
parent | gui-libs/wlroots: remove unused patch(es) (diff) | |
download | gentoo-bedc3a6c0fc8012cd6dde5eafc06b6662121e24c.tar.gz gentoo-bedc3a6c0fc8012cd6dde5eafc06b6662121e24c.tar.bz2 gentoo-bedc3a6c0fc8012cd6dde5eafc06b6662121e24c.zip |
app-portage/overlint: EAPI 7 + py3[78]
Closes: https://bugs.gentoo.org/718250
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Diffstat (limited to 'app-portage/overlint')
-rw-r--r-- | app-portage/overlint/overlint-0.5.3-r2.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app-portage/overlint/overlint-0.5.3-r2.ebuild b/app-portage/overlint/overlint-0.5.3-r2.ebuild new file mode 100644 index 000000000000..341df749e53f --- /dev/null +++ b/app-portage/overlint/overlint-0.5.3-r2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=no + +inherit distutils-r1 + +DESCRIPTION="Simple tool for static analysis of overlays" +HOMEPAGE="https://cgit.gentoo.org/proj/overlint.git" +SRC_URI="https://www.hartwork.org/public/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND="sys-apps/portage[${PYTHON_USEDEP}]" |