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:23
Message-Id: 1653009382.29de707aac13b0f6de8b660111be3b6631d076ab.sam@gentoo
1 commit: 29de707aac13b0f6de8b660111be3b6631d076ab
2 Author: Till Schäfer <till2.schaefer <AT> uni-dortmund <DOT> de>
3 AuthorDate: Thu May 19 15:56:27 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri May 20 01:16:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29de707a
7
8 app-text/nfoview: remove outdated versions
9
10 Closes: https://bugs.gentoo.org/845600
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Till Schäfer <till2.schaefer <AT> uni-dortmund.de>
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 app-text/nfoview/Manifest | 2 --
16 app-text/nfoview/nfoview-1.27.1.ebuild | 40 ---------------------------------
17 app-text/nfoview/nfoview-1.28-r1.ebuild | 40 ---------------------------------
18 3 files changed, 82 deletions(-)
19
20 diff --git a/app-text/nfoview/Manifest b/app-text/nfoview/Manifest
21 index e72415e88d61..358784e45e64 100644
22 --- a/app-text/nfoview/Manifest
23 +++ b/app-text/nfoview/Manifest
24 @@ -1,3 +1 @@
25 -DIST nfoview-1.27.1.tar.gz 60211 BLAKE2B 777d9f42a08a17d3790996ff76819a0b74c6e1f01625019259524e6e5cee9afc72ae463085071e4a23cefeebaf5b14f1bbeae949446356ed1aaebebaaf53e230 SHA512 7066995954997a20aec27ff820c0f0a067835e219f9029f696b2885a85c4714b32fc8d474291433f64d9b28e81e5f4c24989a6447affc7b206cef453342a05d2
26 DIST nfoview-1.28.1.tar.gz 62571 BLAKE2B 5ecfd83e9429f3d616d9b633a5f3042308df06253065946ea13c66f71dd937a2325f252e04812894d000fea3364337378c4d91b2c54ee530c9d225ce7752dc90 SHA512 55179791b1a8058777a8a8527758687ab5924e00086d1c85a95759d85eb65ec46f072ba5bd5521629f39737437002eb6cf4070bc25b0e9246c511c32c6b08e99
27 -DIST nfoview-1.28.tar.gz 61164 BLAKE2B 7fb1f150d343d5133e411486f3bff7315765187920dc5821de7d717f3381b6126263585a23fdb7847403ae992ee98b7503f7313a312adb0e6b2fb992e69da4a8 SHA512 652ed3a5dd3cad547c6c0f93a0c686c42e9fc58e2f90a682432cbcb865a1b6ab6cb55424ed68128718c0c867ad353d170ecf54619f7006445cb9761bced2bbd3
28
29 diff --git a/app-text/nfoview/nfoview-1.27.1.ebuild b/app-text/nfoview/nfoview-1.27.1.ebuild
30 deleted file mode 100644
31 index 446109f53d49..000000000000
32 --- a/app-text/nfoview/nfoview-1.27.1.ebuild
33 +++ /dev/null
34 @@ -1,40 +0,0 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -
40 -DISTUTILS_USE_SETUPTOOLS=no
41 -PYTHON_COMPAT=( python3_{7,8} )
42 -
43 -inherit distutils-r1 xdg-utils
44 -
45 -if [[ ${PV} == *9999 ]] ; then
46 - EGIT_REPO_URI="https://github.com/otsaloma/nfoview.git"
47 - inherit git-r3
48 -else
49 - SRC_URI="https://github.com/otsaloma/nfoview/archive/${PV}.tar.gz -> ${P}.tar.gz"
50 - KEYWORDS="~amd64 ~x86"
51 -fi
52 -
53 -DESCRIPTION="Simple viewer for NFO files, which are ASCII art in the CP437 codepage"
54 -HOMEPAGE="https://otsaloma.io/nfoview/"
55 -
56 -LICENSE="GPL-3+"
57 -SLOT="0"
58 -IUSE=""
59 -
60 -BDEPEND="${PYTHON_DEPS}
61 - sys-devel/gettext"
62 -DEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]"
63 -RDEPEND="${DEPEND}
64 - media-fonts/terminus-font"
65 -
66 -pkg_postinst() {
67 - xdg_icon_cache_update
68 - xdg_desktop_database_update
69 -}
70 -
71 -pkg_postrm() {
72 - xdg_icon_cache_update
73 - xdg_desktop_database_update
74 -}
75
76 diff --git a/app-text/nfoview/nfoview-1.28-r1.ebuild b/app-text/nfoview/nfoview-1.28-r1.ebuild
77 deleted file mode 100644
78 index eccd3ea00f3e..000000000000
79 --- a/app-text/nfoview/nfoview-1.28-r1.ebuild
80 +++ /dev/null
81 @@ -1,40 +0,0 @@
82 -# Copyright 1999-2021 Gentoo Authors
83 -# Distributed under the terms of the GNU General Public License v2
84 -
85 -EAPI=7
86 -
87 -DISTUTILS_USE_SETUPTOOLS=no
88 -PYTHON_COMPAT=( python3_{7,8,9} )
89 -
90 -inherit distutils-r1 virtualx xdg
91 -
92 -if [[ ${PV} == *9999 ]] ; then
93 - EGIT_REPO_URI="https://github.com/otsaloma/nfoview.git"
94 - inherit git-r3
95 -else
96 - SRC_URI="https://github.com/otsaloma/nfoview/archive/${PV}.tar.gz -> ${P}.tar.gz"
97 - KEYWORDS="~amd64 ~x86"
98 -fi
99 -
100 -DESCRIPTION="Simple viewer for NFO files, which are ASCII art in the CP437 codepage"
101 -HOMEPAGE="https://otsaloma.io/nfoview/"
102 -
103 -LICENSE="GPL-3+"
104 -SLOT="0"
105 -
106 -BDEPEND="${PYTHON_DEPS}
107 - sys-devel/gettext"
108 -DEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]"
109 -RDEPEND="${DEPEND}
110 - media-fonts/cascadia-code
111 - x11-libs/gtk+:3[introspection]"
112 -
113 -distutils_enable_tests pytest
114 -
115 -python_test() {
116 - local deselect=(
117 - --deselect 'nfoview/test/test_util.py::TestModule::test_show_uri__unix'
118 - --deselect 'nfoview/test/test_util.py::TestModule::test_show_uri__windows'
119 - )
120 - virtx epytest "${deselect[@]}"
121 -}