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/nuspell/
Date: Fri, 28 Jan 2022 07:24:24
Message-Id: 1643354644.d32af9ec16dc331abfe7d33991f2fc6d6ffc8efd.sam@gentoo
1 commit: d32af9ec16dc331abfe7d33991f2fc6d6ffc8efd
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 28 07:22:04 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 28 07:24:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d32af9ec
7
8 app-text/nuspell: allow app-text/ronn-ng instead of app-text/ronn
9
10 ronn is going away and is replaced by ronn-ng.
11
12 (Revbump because otherwise the package manager has no reason to be
13 aware that it can be liberated of app-text/ronn and choose app-text/ronn-ng
14 otherwise, when app-text/ronn gets masked.)
15
16 Bug: https://bugs.gentoo.org/770907
17 Signed-off-by: Sam James <sam <AT> gentoo.org>
18
19 app-text/nuspell/{nuspell-3.1.2.ebuild => nuspell-3.1.2-r1.ebuild} | 4 ++--
20 app-text/nuspell/{nuspell-4.0.0.ebuild => nuspell-4.0.0-r1.ebuild} | 4 ++--
21 2 files changed, 4 insertions(+), 4 deletions(-)
22
23 diff --git a/app-text/nuspell/nuspell-3.1.2.ebuild b/app-text/nuspell/nuspell-3.1.2-r1.ebuild
24 similarity index 92%
25 rename from app-text/nuspell/nuspell-3.1.2.ebuild
26 rename to app-text/nuspell/nuspell-3.1.2-r1.ebuild
27 index 57cbf24e8c75..f0fd181ee336 100644
28 --- a/app-text/nuspell/nuspell-3.1.2.ebuild
29 +++ b/app-text/nuspell/nuspell-3.1.2-r1.ebuild
30 @@ -1,4 +1,4 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 +# Copyright 1999-2022 Gentoo Authors
33 # Distributed under the terms of the GNU General Public License v2
34
35 EAPI=7
36 @@ -16,9 +16,9 @@ IUSE="doc test"
37
38 RDEPEND="dev-libs/icu"
39 DEPEND="${RDEPEND}
40 - doc? ( app-text/ronn )
41 test? ( >=dev-cpp/catch-2.3.0:0 )
42 >=dev-libs/boost-1.62[icu,nls]"
43 +BDEPEND="doc? ( || ( app-text/ronn-ng app-text/ronn ) )"
44
45 DOCS=( CHANGELOG.md )
46
47
48 diff --git a/app-text/nuspell/nuspell-4.0.0.ebuild b/app-text/nuspell/nuspell-4.0.0-r1.ebuild
49 similarity index 92%
50 rename from app-text/nuspell/nuspell-4.0.0.ebuild
51 rename to app-text/nuspell/nuspell-4.0.0-r1.ebuild
52 index b7de7c6dd8c8..fa2f0d78afd0 100644
53 --- a/app-text/nuspell/nuspell-4.0.0.ebuild
54 +++ b/app-text/nuspell/nuspell-4.0.0-r1.ebuild
55 @@ -1,4 +1,4 @@
56 -# Copyright 1999-2020 Gentoo Authors
57 +# Copyright 1999-2022 Gentoo Authors
58 # Distributed under the terms of the GNU General Public License v2
59
60 EAPI=7
61 @@ -16,9 +16,9 @@ IUSE="doc test"
62
63 RDEPEND="dev-libs/icu"
64 DEPEND="${RDEPEND}
65 - doc? ( app-text/ronn )
66 test? ( >=dev-cpp/catch-2.3.0:0 )
67 >=dev-libs/boost-1.62[icu,nls]"
68 +BDEPEND="doc? ( || ( app-text/ronn-ng app-text/ronn ) )"
69
70 DOCS=( CHANGELOG.md )