commit:     fa2539bb2bfb2341ec254f9b1b1543ff37840de3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 17 09:48:32 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 17 10:28:26 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa2539bb

app-text/nfoview: Remove old (EAPI 7)

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-text/nfoview/Manifest                 |  1 -
 app-text/nfoview/nfoview-1.28.1-r1.ebuild | 41 -------------------------------
 2 files changed, 42 deletions(-)

diff --git a/app-text/nfoview/Manifest b/app-text/nfoview/Manifest
index c47632a4102d..7879bf641c16 100644
--- a/app-text/nfoview/Manifest
+++ b/app-text/nfoview/Manifest
@@ -1,2 +1 @@
-DIST nfoview-1.28.1.tar.gz 62571 BLAKE2B 
5ecfd83e9429f3d616d9b633a5f3042308df06253065946ea13c66f71dd937a2325f252e04812894d000fea3364337378c4d91b2c54ee530c9d225ce7752dc90
 SHA512 
55179791b1a8058777a8a8527758687ab5924e00086d1c85a95759d85eb65ec46f072ba5bd5521629f39737437002eb6cf4070bc25b0e9246c511c32c6b08e99
 DIST nfoview-2.1.tar.gz 52447 BLAKE2B 
d8b56690a96f45dfc8ec2cb2e87cfbc42ac44646551432441fb75199835be60d20e26bbdd782485db5096483c347f9d7db8a72a9c8a7a35c95e6b291e6863ba0
 SHA512 
ba9fcb66f97895e2e21f4b70190f8dfdd10d201fddfb422252742bfa741003f657d098fe9e0e5f75e915668310d6034794ad6d787e46a1ac228268a8cdb01019

diff --git a/app-text/nfoview/nfoview-1.28.1-r1.ebuild 
b/app-text/nfoview/nfoview-1.28.1-r1.ebuild
deleted file mode 100644
index 117424916274..000000000000
--- a/app-text/nfoview/nfoview-1.28.1-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 virtualx xdg
-
-if [[ ${PV} == *9999 ]] ; then
-       EGIT_REPO_URI="https://github.com/otsaloma/nfoview.git";
-       inherit git-r3
-else
-       SRC_URI="https://github.com/otsaloma/nfoview/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Simple viewer for NFO files, which are ASCII art in the CP437 
codepage"
-HOMEPAGE="https://otsaloma.io/nfoview/";
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-BDEPEND="${PYTHON_DEPS}
-       sys-devel/gettext"
-DEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
-       media-fonts/cascadia-code
-       x11-libs/gtk+:3[introspection]"
-
-EPYTEST_DESELECT=(
-       "nfoview/test/test_util.py::TestModule::test_show_uri__unix"
-       "nfoview/test/test_util.py::TestModule::test_show_uri__windows"
-)
-
-distutils_enable_tests pytest
-
-src_test() {
-       virtx distutils-r1_src_test
-}

Reply via email to