commit: 1ed1923cf5a352d4bc399db6072b7f37b30c5427
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 7 11:17:15 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Mar 7 19:33:54 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ed1923c
app-portage/elsw: drop old 1.0.0
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-portage/elsw/Manifest | 1 -
app-portage/elsw/elsw-1.0.0.ebuild | 32 --------------------------------
2 files changed, 33 deletions(-)
diff --git a/app-portage/elsw/Manifest b/app-portage/elsw/Manifest
index f1eb82038ba7..5671caa9769b 100644
--- a/app-portage/elsw/Manifest
+++ b/app-portage/elsw/Manifest
@@ -1,2 +1 @@
-DIST elsw-1.0.0.tar.gz 9793 BLAKE2B
63e61eebda9fde9d6f1eeabca917038308fc4c91464424cca167ce37c3c4beb6c2eb2f61673ddc1519acf38820ec4ad44b31d3246727a4d039b958e5d04222ee
SHA512
a85a0b76b74335f2107e78a9e70f8f07a8af3543a021f3b1b9c63e64f7884888b43dbe387f6be12ee15dfa58a25102d1c3c63945d5cace3cdc8a7c612b65fc60
DIST elsw-1.0.1.tar.gz 10171 BLAKE2B
e4a8fe4f8008ea2d3f5b1ceebce83c86e487deaed21d7bc327f93b2c28cab506d8b9409b52cd55c0a9ac47b055e9a244535e9c865c965f42664d750f5e5d493f
SHA512
478a79b7e260183f79b365cbbc28c3f1d764cc158c61cb82de7f7fb5888a90ad43dc8a2655abfbc09acf3427309011bb2570180a5531e8abbdf92b4bb0a7f50a
diff --git a/app-portage/elsw/elsw-1.0.0.ebuild
b/app-portage/elsw/elsw-1.0.0.ebuild
deleted file mode 100644
index 52a97ab63bb9..000000000000
--- a/app-portage/elsw/elsw-1.0.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Tool providing a nice way to view the Portage world file"
-HOMEPAGE="https://gitlab.com/xgqt/python-elsw/"
-
-if [[ "${PV}" == *9999* ]] ; then
- inherit git-r3
-
- EGIT_REPO_URI="https://gitlab.com/xgqt/python-${PN}.git"
-else
- inherit pypi
-
- KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
-fi
-
-LICENSE="GPL-2+"
-SLOT="0"
-
-RDEPEND="
- dev-python/colorama[${PYTHON_USEDEP}]
- sys-apps/portage[${PYTHON_USEDEP}]
-"
-
-DOCS=( README.md )