Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/nfoview/
Date: Tue, 16 Jan 2018 09:48:18
Message-Id: 1516096079.d55cf041e460fce3bc2b5c53354598f6722f2b26.kensington@gentoo
1 commit: d55cf041e460fce3bc2b5c53354598f6722f2b26
2 Author: Till Schäfer <till2.schaefer <AT> uni-dortmund <DOT> de>
3 AuthorDate: Mon Jan 15 13:59:10 2018 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 16 09:47:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d55cf041
7
8 app-text/nfoview: remove outdated/broken version
9
10 Bug: https://bugs.gentoo.org/614314
11 Closes: https://github.com/gentoo/gentoo/pull/6868
12 Package-Manager: Portage-2.3.13, Repoman-2.3.3
13
14 app-text/nfoview/Manifest | 1 -
15 app-text/nfoview/nfoview-1.15.1.ebuild | 41 ----------------------------------
16 2 files changed, 42 deletions(-)
17
18 diff --git a/app-text/nfoview/Manifest b/app-text/nfoview/Manifest
19 index 161606dad25..d5aa3037cca 100644
20 --- a/app-text/nfoview/Manifest
21 +++ b/app-text/nfoview/Manifest
22 @@ -1,2 +1 @@
23 -DIST nfoview-1.15.1.tar.xz 88400 BLAKE2B 4e0f2d6df179a25f7fbf9b762dab70f1331d31fc1fed018e71101171d6bbcce9b67f9c4f4a3c35fbf22ed3123e90934b035290d3fae5a4d396ddc6fdc04ce133 SHA512 e4cf86003b03ae57b8a4e76990df77c7e9e441abd8ab0440385405b0f600a85539a152de5893ebe75797bd96ecb811086c48b1439b9f8719050eb12315f67426
24 DIST nfoview-1.23.tar.gz 83337 BLAKE2B d73cd6987bf7929c57e8acf0a24278272ea199bf980756ddb5da9a5eddf7760a8c05f0e48a287ee760d4bf4d2594fb08b43a77cef46d371a746629bf76955e91 SHA512 b94724e130cdf58b911634496c52361d008ebfafab3ac40a76612c4891737d4145596a6badc15fe4228c90c1cd7261e5a892e3e462070ebb55f71332b36345d7
25
26 diff --git a/app-text/nfoview/nfoview-1.15.1.ebuild b/app-text/nfoview/nfoview-1.15.1.ebuild
27 deleted file mode 100644
28 index eacdccc7a4a..00000000000
29 --- a/app-text/nfoview/nfoview-1.15.1.ebuild
30 +++ /dev/null
31 @@ -1,41 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -PYTHON_COMPAT=( python3_{4,5,6} )
38 -
39 -inherit distutils-r1 gnome2-utils xdg-utils
40 -
41 -if [[ ${PV} == *9999 ]] ; then
42 - EGIT_REPO_URI="https://github.com/otsaloma/nfoview.git"
43 - inherit git-r3
44 -else
45 - SRC_URI="http://download.gna.org/nfoview/${PV:0:4}/${P}.tar.xz"
46 - KEYWORDS="amd64 x86"
47 -fi
48 -
49 -DESCRIPTION="simple viewer for NFO files, which are ASCII art in the CP437 codepage"
50 -HOMEPAGE="http://home.gna.org/nfoview/"
51 -
52 -LICENSE="GPL-3"
53 -SLOT="0"
54 -IUSE=""
55 -
56 -DEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]"
57 -RDEPEND="${DEPEND}
58 - media-fonts/terminus-font"
59 -
60 -pkg_preinst() {
61 - gnome2_icon_savelist
62 -}
63 -
64 -pkg_postinst() {
65 - gnome2_icon_cache_update
66 - xdg_desktop_database_update
67 -}
68 -
69 -pkg_postrm() {
70 - gnome2_icon_cache_update
71 - xdg_desktop_database_update
72 -}