Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/nfoview/
Date: Fri, 20 May 2022 01:17:24
Message-Id: 1653009383.c252f49d67248382f973a24214c4afdc61b78d08.sam@gentoo
1 commit: c252f49d67248382f973a24214c4afdc61b78d08
2 Author: Till Schäfer <till2.schaefer <AT> uni-dortmund <DOT> de>
3 AuthorDate: Thu May 19 16:01:18 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri May 20 01:16:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c252f49d
7
8 app-text/nfoview: temporarily remove live ebuild
9
10 upstream build system changes are WIP
11
12 Package-Manager: Portage-3.0.30, Repoman-3.0.3
13 Signed-off-by: Till Schäfer <till2.schaefer <AT> uni-dortmund.de>
14 Closes: https://github.com/gentoo/gentoo/pull/25561
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 app-text/nfoview/nfoview-9999.ebuild | 29 -----------------------------
18 1 file changed, 29 deletions(-)
19
20 diff --git a/app-text/nfoview/nfoview-9999.ebuild b/app-text/nfoview/nfoview-9999.ebuild
21 deleted file mode 100644
22 index c619ae9688c5..000000000000
23 --- a/app-text/nfoview/nfoview-9999.ebuild
24 +++ /dev/null
25 @@ -1,29 +0,0 @@
26 -# Copyright 1999-2020 Gentoo Authors
27 -# Distributed under the terms of the GNU General Public License v2
28 -
29 -EAPI=7
30 -
31 -DISTUTILS_USE_SETUPTOOLS=no
32 -PYTHON_COMPAT=( python3_{7,8,9} )
33 -
34 -inherit distutils-r1 xdg
35 -
36 -if [[ ${PV} == *9999 ]] ; then
37 - EGIT_REPO_URI="https://github.com/otsaloma/nfoview.git"
38 - inherit git-r3
39 -else
40 - SRC_URI="https://github.com/otsaloma/nfoview/archive/${PV}.tar.gz -> ${P}.tar.gz"
41 - KEYWORDS="~amd64 ~x86"
42 -fi
43 -
44 -DESCRIPTION="Simple viewer for NFO files, which are ASCII art in the CP437 codepage"
45 -HOMEPAGE="https://otsaloma.io/nfoview/"
46 -
47 -LICENSE="GPL-3+"
48 -SLOT="0"
49 -
50 -BDEPEND="${PYTHON_DEPS}
51 - sys-devel/gettext"
52 -DEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]"
53 -RDEPEND="${DEPEND}
54 - media-fonts/cascadia-code"