summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTill Schäfer <till2.schaefer@uni-dortmund.de>2022-05-19 18:01:18 +0200
committerSam James <sam@gentoo.org>2022-05-20 02:16:23 +0100
commitc252f49d67248382f973a24214c4afdc61b78d08 (patch)
tree6b563b8b14bd64760b89ea8a7e259028b04fd768 /app-text/nfoview
parentapp-text/nfoview: remove outdated versions (diff)
downloadgentoo-c252f49d67248382f973a24214c4afdc61b78d08.tar.gz
gentoo-c252f49d67248382f973a24214c4afdc61b78d08.tar.bz2
gentoo-c252f49d67248382f973a24214c4afdc61b78d08.zip
app-text/nfoview: temporarily remove live ebuild
upstream build system changes are WIP Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Till Schäfer <till2.schaefer@uni-dortmund.de> Closes: https://github.com/gentoo/gentoo/pull/25561 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/nfoview')
-rw-r--r--app-text/nfoview/nfoview-9999.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/app-text/nfoview/nfoview-9999.ebuild b/app-text/nfoview/nfoview-9999.ebuild
deleted file mode 100644
index c619ae9688c5..000000000000
--- a/app-text/nfoview/nfoview-9999.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1 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"