diff options
author | Ben Kohler <bkohler@gentoo.org> | 2024-03-06 11:55:29 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2024-03-06 11:55:29 -0600 |
commit | 649ee387f0c4d3e5375c0993a0399dd96cd241b9 (patch) | |
tree | cf4b2ceafcff9e15dff839f056c28ae78fea42ca /app-misc | |
parent | app-misc/lfm: use PEP517 build, update EAPI 7 -> 8 (diff) | |
download | gentoo-649ee387f0c4d3e5375c0993a0399dd96cd241b9.tar.gz gentoo-649ee387f0c4d3e5375c0993a0399dd96cd241b9.tar.bz2 gentoo-649ee387f0c4d3e5375c0993a0399dd96cd241b9.zip |
app-misc/lfm: drop 3.1
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/lfm/lfm-3.1.ebuild | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/app-misc/lfm/lfm-3.1.ebuild b/app-misc/lfm/lfm-3.1.ebuild deleted file mode 100644 index 1404dff1e505..000000000000 --- a/app-misc/lfm/lfm-3.1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{9..11} ) -PYTHON_REQ_USE="ncurses" -DISTUTILS_USE_SETUPTOOLS=no -inherit distutils-r1 - -DESCRIPTION="Last File Manager is a powerful file manager for the console" -HOMEPAGE="https://inigo.katxi.org/devel/lfm/" -SRC_URI="https://inigo.katxi.org/devel/${PN}/${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" |