diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-01 14:35:15 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-01 14:39:01 +0200 |
commit | 1948301c95623b8d050f4d7c425b471a5a8de6c5 (patch) | |
tree | ae40aff004e9ecdba565c458e323ff6e7ab35d63 /app-portage | |
parent | app-portage/fetchcommandwrapper: Remove old (diff) | |
download | gentoo-1948301c95623b8d050f4d7c425b471a5a8de6c5.tar.gz gentoo-1948301c95623b8d050f4d7c425b471a5a8de6c5.tar.bz2 gentoo-1948301c95623b8d050f4d7c425b471a5a8de6c5.zip |
app-portage/overlint: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/overlint/overlint-0.5.3-r2.ebuild | 20 | ||||
-rw-r--r-- | app-portage/overlint/overlint-0.5.3-r3.ebuild | 20 |
2 files changed, 0 insertions, 40 deletions
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}]" |