summaryrefslogtreecommitdiff
path: root/app-portage/overlint
diff options
context:
space:
mode:
Diffstat (limited to 'app-portage/overlint')
-rw-r--r--app-portage/overlint/Manifest1
-rw-r--r--app-portage/overlint/overlint-0.5.3-r5.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/app-portage/overlint/Manifest b/app-portage/overlint/Manifest
index e5db8815529c..1483dabf1ca6 100644
--- a/app-portage/overlint/Manifest
+++ b/app-portage/overlint/Manifest
@@ -1,3 +1,4 @@
DIST overlint-0.5.3.tar.gz 2706 BLAKE2B 78c76a72556213bbc84b91ada3ea1d71ad045fe4498baab1f6710190a55802e5ffee14d652540d2cb7caaecd407963f7bad9682cb72e5e6571597983384bf019 SHA512 348b59e5f013b1c4060312208fdc7fddad3252d6f386513d743b7685d8aafbf76ac626fb9000c2d47c362b85d223dea5f59b4cfec55dbf24a52185c5b943a149
EBUILD overlint-0.5.3-r4.ebuild 504 BLAKE2B 7ac1a840145ed94334c4435f3d7473b6c24820627149c8ff1eb29638098abf8465726c9de35d41c21862d245e8b0a56a81be002a91f3d80bb672e0dec259d83d SHA512 936d7704d6f812b8a764d5941996c2c59a9d18a39d1f1cb656967b603dc127f60505e27714d7e9af2c6fe507f3604b9c216762b38fea95e8fa8bf9c5a1c3d12f
+EBUILD overlint-0.5.3-r5.ebuild 507 BLAKE2B 65e75f62a3e086f04ea88a9f96a75ab69dabcbaff43d677e3356795f192fab492fa302a6e19a4161edacdcf2cacf2c848aa07397da5608273cc75b9676328770 SHA512 0589bc1fb4d029474ca428a99c414c4e0169ab02d1c64a1d4b1f911fa0f94747af0c46010bb2422350e45c4363d46c50d26b3345ea862952304a578931cf47a0
MISC metadata.xml 250 BLAKE2B 2bc2e14adc90cf0097dec7f5c2eeeaebecbd404252555385c3455d81ea3a22eecc3dc27aa17699ab500fdfcb737f58a6cc981aeb691fe6266537c290655ca54f SHA512 913641ea55e6cbeb7ca80b13ed2161dd3d22e6d2f59408bf272c4a79e4590b4f2c726f4025d190e58617e262313fbf9ba0892b72773e4769466f812b5c009374
diff --git a/app-portage/overlint/overlint-0.5.3-r5.ebuild b/app-portage/overlint/overlint-0.5.3-r5.ebuild
new file mode 100644
index 000000000000..17fd77bb2283
--- /dev/null
+++ b/app-portage/overlint/overlint-0.5.3-r5.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..12} )
+DISTUTILS_USE_PEP517=setuptools
+
+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 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="sys-apps/portage[${PYTHON_USEDEP}]"