Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/nfoview/
Date: Tue, 09 Jan 2018 02:01:22
Message-Id: 1515442225.834fadaabc9fdc0d09a8c2380d536b62ad08a0ca.candrews@gentoo
1 commit: 834fadaabc9fdc0d09a8c2380d536b62ad08a0ca
2 Author: Till Schäfer <till2.schaefer <AT> uni-dortmund <DOT> de>
3 AuthorDate: Mon Jan 8 19:31:00 2018 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 8 20:10:25 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=834fadaa
7
8 app-text/nfoview: version bump to 1.23
9
10 Closes: https://bugs.gentoo.org/643902
11 Closes: https://bugs.gentoo.org/614314
12 Package-Manager: Portage-2.3.13, Repoman-2.3.3
13
14 app-text/nfoview/Manifest | 1 +
15 app-text/nfoview/{nfoview-9999.ebuild => nfoview-1.23.ebuild} | 6 +++---
16 app-text/nfoview/nfoview-9999.ebuild | 6 +++---
17 3 files changed, 7 insertions(+), 6 deletions(-)
18
19 diff --git a/app-text/nfoview/Manifest b/app-text/nfoview/Manifest
20 index e7249561d0a..b11d2108ccf 100644
21 --- a/app-text/nfoview/Manifest
22 +++ b/app-text/nfoview/Manifest
23 @@ -1 +1,2 @@
24 +DIST 1.23.tar.gz 83337 BLAKE2B d73cd6987bf7929c57e8acf0a24278272ea199bf980756ddb5da9a5eddf7760a8c05f0e48a287ee760d4bf4d2594fb08b43a77cef46d371a746629bf76955e91 SHA512 b94724e130cdf58b911634496c52361d008ebfafab3ac40a76612c4891737d4145596a6badc15fe4228c90c1cd7261e5a892e3e462070ebb55f71332b36345d7
25 DIST nfoview-1.15.1.tar.xz 88400 BLAKE2B 4e0f2d6df179a25f7fbf9b762dab70f1331d31fc1fed018e71101171d6bbcce9b67f9c4f4a3c35fbf22ed3123e90934b035290d3fae5a4d396ddc6fdc04ce133 SHA512 e4cf86003b03ae57b8a4e76990df77c7e9e441abd8ab0440385405b0f600a85539a152de5893ebe75797bd96ecb811086c48b1439b9f8719050eb12315f67426
26
27 diff --git a/app-text/nfoview/nfoview-9999.ebuild b/app-text/nfoview/nfoview-1.23.ebuild
28 similarity index 82%
29 copy from app-text/nfoview/nfoview-9999.ebuild
30 copy to app-text/nfoview/nfoview-1.23.ebuild
31 index f8030006af3..860d9eb9b04 100644
32 --- a/app-text/nfoview/nfoview-9999.ebuild
33 +++ b/app-text/nfoview/nfoview-1.23.ebuild
34 @@ -1,4 +1,4 @@
35 -# Copyright 1999-2017 Gentoo Foundation
36 +# Copyright 1999-2018 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=6
40 @@ -11,12 +11,12 @@ if [[ ${PV} == *9999 ]] ; then
41 EGIT_REPO_URI="https://github.com/otsaloma/nfoview.git"
42 inherit git-r3
43 else
44 - SRC_URI="http://download.gna.org/nfoview/${PV:0:4}/${P}.tar.xz"
45 + SRC_URI="https://github.com/otsaloma/nfoview/archive/${PV}.tar.gz"
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 +HOMEPAGE="https://otsaloma.io/nfoview/"
52
53 LICENSE="GPL-3"
54 SLOT="0"
55
56 diff --git a/app-text/nfoview/nfoview-9999.ebuild b/app-text/nfoview/nfoview-9999.ebuild
57 index f8030006af3..860d9eb9b04 100644
58 --- a/app-text/nfoview/nfoview-9999.ebuild
59 +++ b/app-text/nfoview/nfoview-9999.ebuild
60 @@ -1,4 +1,4 @@
61 -# Copyright 1999-2017 Gentoo Foundation
62 +# Copyright 1999-2018 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64
65 EAPI=6
66 @@ -11,12 +11,12 @@ if [[ ${PV} == *9999 ]] ; then
67 EGIT_REPO_URI="https://github.com/otsaloma/nfoview.git"
68 inherit git-r3
69 else
70 - SRC_URI="http://download.gna.org/nfoview/${PV:0:4}/${P}.tar.xz"
71 + SRC_URI="https://github.com/otsaloma/nfoview/archive/${PV}.tar.gz"
72 KEYWORDS="~amd64 ~x86"
73 fi
74
75 DESCRIPTION="simple viewer for NFO files, which are ASCII art in the CP437 codepage"
76 -HOMEPAGE="http://home.gna.org/nfoview/"
77 +HOMEPAGE="https://otsaloma.io/nfoview/"
78
79 LICENSE="GPL-3"
80 SLOT="0"