From 2d1b805814c044116c2e67d79fe58b97dc5981f6 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sun, 3 Nov 2019 15:13:34 +0100 Subject: Add python:3.7 support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Väth --- app-portage/overlint/Manifest | 2 ++ app-portage/overlint/metadata.xml | 8 ++++++++ app-portage/overlint/overlint-0.5.3-r1.ebuild | 19 +++++++++++++++++++ 3 files changed, 29 insertions(+) create mode 100644 app-portage/overlint/Manifest create mode 100644 app-portage/overlint/metadata.xml create mode 100644 app-portage/overlint/overlint-0.5.3-r1.ebuild (limited to 'app-portage/overlint') diff --git a/app-portage/overlint/Manifest b/app-portage/overlint/Manifest new file mode 100644 index 00000000..f9836b8c --- /dev/null +++ b/app-portage/overlint/Manifest @@ -0,0 +1,2 @@ +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/metadata.xml b/app-portage/overlint/metadata.xml new file mode 100644 index 00000000..6d229887 --- /dev/null +++ b/app-portage/overlint/metadata.xml @@ -0,0 +1,8 @@ + + + + + sping@gentoo.org + Sebastian Pipping + + diff --git a/app-portage/overlint/overlint-0.5.3-r1.ebuild b/app-portage/overlint/overlint-0.5.3-r1.ebuild new file mode 100644 index 00000000..bd6aa40d --- /dev/null +++ b/app-portage/overlint/overlint-0.5.3-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_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[${PYTHON_USEDEP}]" -- cgit v1.2.3-18-g5258