summaryrefslogtreecommitdiff
path: root/app-portage/overlint
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-01 17:20:35 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-01 17:20:35 +0100
commita88eb1d9b7042912d196e255eeb20e0c77f6cf47 (patch)
tree291cc788e33b3de8bf1b5e3f1fdddf315f2f5ee7 /app-portage/overlint
parentc3d14fe9accdf0b091e42f26a66ed7626ba8c24b (diff)
gentoo auto-resync : 01:05:2023 - 17:20:35
Diffstat (limited to 'app-portage/overlint')
-rw-r--r--app-portage/overlint/Manifest2
-rw-r--r--app-portage/overlint/overlint-0.5.3-r2.ebuild20
-rw-r--r--app-portage/overlint/overlint-0.5.3-r3.ebuild20
3 files changed, 0 insertions, 42 deletions
diff --git a/app-portage/overlint/Manifest b/app-portage/overlint/Manifest
index fa4977387f07..e5db8815529c 100644
--- a/app-portage/overlint/Manifest
+++ b/app-portage/overlint/Manifest
@@ -1,5 +1,3 @@
DIST overlint-0.5.3.tar.gz 2706 BLAKE2B 78c76a72556213bbc84b91ada3ea1d71ad045fe4498baab1f6710190a55802e5ffee14d652540d2cb7caaecd407963f7bad9682cb72e5e6571597983384bf019 SHA512 348b59e5f013b1c4060312208fdc7fddad3252d6f386513d743b7685d8aafbf76ac626fb9000c2d47c362b85d223dea5f59b4cfec55dbf24a52185c5b943a149
-EBUILD overlint-0.5.3-r2.ebuild 487 BLAKE2B d3c30e063ff72c89accb0efa279bef2e44b9bf5e74e2623d6704d40ddf9312fcae574d0613a3114c0d261b08997a8e175c58149df6aee135527392ddc0adfdaa SHA512 8b95166546d57744f09e708613bf7e6709f885a48d9c9cce86543c66d10f6bfb94086a59a615981321d36504a0cdf473d80626c31019890bb8b51b0fb65833d1
-EBUILD overlint-0.5.3-r3.ebuild 493 BLAKE2B ef9476e6c920089dbea731af16c8709bb5120afeedbfa12adb78915c143b63f613c40358ba05a9439f3f494312dc4c256eabc650ecb53cb8de3c10021a407427 SHA512 1cc2c859a81051683c4616629273bc4d68c76ac3b8023dd8ff339b9f1c351236d9f0e82504d97f56d270323814c4b03c811278c52a227f8088286b2819b7e3d2
EBUILD overlint-0.5.3-r4.ebuild 504 BLAKE2B 7ac1a840145ed94334c4435f3d7473b6c24820627149c8ff1eb29638098abf8465726c9de35d41c21862d245e8b0a56a81be002a91f3d80bb672e0dec259d83d SHA512 936d7704d6f812b8a764d5941996c2c59a9d18a39d1f1cb656967b603dc127f60505e27714d7e9af2c6fe507f3604b9c216762b38fea95e8fa8bf9c5a1c3d12f
MISC metadata.xml 250 BLAKE2B 2bc2e14adc90cf0097dec7f5c2eeeaebecbd404252555385c3455d81ea3a22eecc3dc27aa17699ab500fdfcb737f58a6cc981aeb691fe6266537c290655ca54f SHA512 913641ea55e6cbeb7ca80b13ed2161dd3d22e6d2f59408bf272c4a79e4590b4f2c726f4025d190e58617e262313fbf9ba0892b72773e4769466f812b5c009374
diff --git a/app-portage/overlint/overlint-0.5.3-r2.ebuild b/app-portage/overlint/overlint-0.5.3-r2.ebuild
deleted file mode 100644
index 4a29bed8a95b..000000000000
--- a/app-portage/overlint/overlint-0.5.3-r2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_9 )
-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}]"
diff --git a/app-portage/overlint/overlint-0.5.3-r3.ebuild b/app-portage/overlint/overlint-0.5.3-r3.ebuild
deleted file mode 100644
index b12f6d05abfb..000000000000
--- a/app-portage/overlint/overlint-0.5.3-r3.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-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}]"