Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-dicts/dictd-web1913/, app-dicts/dictd-gcide/, app-dicts/dictd-gazetteer/, ...
Date: Thu, 17 Jun 2021 16:01:57
Message-Id: 1623945711.a00508953db6075589b9e12991f5f94099376c67.Alessandro-Barbieri@gentoo
1 commit: a00508953db6075589b9e12991f5f94099376c67
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Thu Jun 17 07:50:06 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Thu Jun 17 16:01:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a0050895
7
8 app-dicts/*: eapi 8, bump minimum dictd version
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 app-dicts/dictd-devils/dictd-devils-20150822.ebuild | 4 ++--
13 app-dicts/dictd-elements/dictd-elements-20030309.ebuild | 4 ++--
14 app-dicts/dictd-foldoc/dictd-foldoc-20180405.ebuild | 4 ++--
15 app-dicts/dictd-gazetteer/dictd-gazetteer-1.3.ebuild | 3 ++-
16 app-dicts/dictd-gcide/dictd-gcide-0.48.5.ebuild | 2 +-
17 app-dicts/dictd-jargon/dictd-jargon-4.2.3-r2.ebuild | 4 ++--
18 app-dicts/dictd-web1913/dictd-web1913-0.5.0_p1.ebuild | 6 ++----
19 7 files changed, 13 insertions(+), 14 deletions(-)
20
21 diff --git a/app-dicts/dictd-devils/dictd-devils-20150822.ebuild b/app-dicts/dictd-devils/dictd-devils-20150822.ebuild
22 index 381675db3..a6bc3eda4 100644
23 --- a/app-dicts/dictd-devils/dictd-devils-20150822.ebuild
24 +++ b/app-dicts/dictd-devils/dictd-devils-20150822.ebuild
25 @@ -1,7 +1,7 @@
26 # Copyright 1999-2021 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 -EAPI=7
30 +EAPI=8
31
32 DESCRIPTION="The Devil's Dictionary for dict"
33 HOMEPAGE="http://www.dict.org"
34 @@ -11,7 +11,7 @@ LICENSE="public-domain"
35 SLOT="0"
36 KEYWORDS="~amd64"
37
38 -RDEPEND=">=app-text/dictd-1.5.5"
39 +RDEPEND=">=app-text/dictd-1.13.0-r3"
40 BDEPEND="
41 ${RDEPEND}
42 app-arch/unzip
43
44 diff --git a/app-dicts/dictd-elements/dictd-elements-20030309.ebuild b/app-dicts/dictd-elements/dictd-elements-20030309.ebuild
45 index d648d0d95..aedbbf621 100644
46 --- a/app-dicts/dictd-elements/dictd-elements-20030309.ebuild
47 +++ b/app-dicts/dictd-elements/dictd-elements-20030309.ebuild
48 @@ -1,7 +1,7 @@
49 # Copyright 1999-2021 Gentoo Authors
50 # Distributed under the terms of the GNU General Public License v2
51
52 -EAPI=7
53 +EAPI=8
54
55 DESCRIPTION="Jay Kominek's database of the elements for dict"
56 HOMEPAGE="http://www.dict.org"
57 @@ -11,7 +11,7 @@ LICENSE="public-domain"
58 SLOT="0"
59 KEYWORDS="~amd64"
60
61 -RDEPEND=">=app-text/dictd-1.5.5"
62 +RDEPEND=">=app-text/dictd-1.13.0-r3"
63 BDEPEND="${RDEPEND}"
64
65 src_unpack() {
66
67 diff --git a/app-dicts/dictd-foldoc/dictd-foldoc-20180405.ebuild b/app-dicts/dictd-foldoc/dictd-foldoc-20180405.ebuild
68 index 5a5bb81bf..9fa4b810d 100644
69 --- a/app-dicts/dictd-foldoc/dictd-foldoc-20180405.ebuild
70 +++ b/app-dicts/dictd-foldoc/dictd-foldoc-20180405.ebuild
71 @@ -1,7 +1,7 @@
72 # Copyright 1999-2021 Gentoo Authors
73 # Distributed under the terms of the GNU General Public License v2
74
75 -EAPI=7
76 +EAPI=8
77
78 DESCRIPTION="The Free On-line Dictionary of Computing for dict"
79 HOMEPAGE="https://foldoc.org"
80 @@ -11,7 +11,7 @@ LICENSE="FDL-1.1+"
81 SLOT="0"
82 KEYWORDS="~amd64"
83
84 -RDEPEND=">=app-text/dictd-1.5.5"
85 +RDEPEND=">=app-text/dictd-1.13.0-r3"
86 BDEPEND="${RDEPEND}"
87
88 src_unpack() {
89
90 diff --git a/app-dicts/dictd-gazetteer/dictd-gazetteer-1.3.ebuild b/app-dicts/dictd-gazetteer/dictd-gazetteer-1.3.ebuild
91 index a064ecd7d..20fef7e22 100644
92 --- a/app-dicts/dictd-gazetteer/dictd-gazetteer-1.3.ebuild
93 +++ b/app-dicts/dictd-gazetteer/dictd-gazetteer-1.3.ebuild
94 @@ -13,7 +13,8 @@ LICENSE="GPL-2 public-domain"
95 SLOT="0"
96 KEYWORDS="~amd64"
97
98 -RDEPEND=">=app-text/dictd-1.5.5"
99 +RDEPEND=">=app-text/dictd-1.13.0-r3"
100 +BDEPEND="${RDEPEND}"
101
102 PATCHES=(
103 "${FILESDIR}/${PN}-fix-makefile.patch"
104
105 diff --git a/app-dicts/dictd-gcide/dictd-gcide-0.48.5.ebuild b/app-dicts/dictd-gcide/dictd-gcide-0.48.5.ebuild
106 index feb3c9499..24d615217 100644
107 --- a/app-dicts/dictd-gcide/dictd-gcide-0.48.5.ebuild
108 +++ b/app-dicts/dictd-gcide/dictd-gcide-0.48.5.ebuild
109 @@ -15,7 +15,7 @@ LICENSE="GPL-2"
110 SLOT="0"
111 KEYWORDS="~amd64"
112
113 -BDEPEND=">=app-text/dictd-1.5.5"
114 +BDEPEND=">=app-text/dictd-1.13.0-r3"
115 RDEPEND="
116 ${BDEPEND}
117 !app-dicts/dictd-web1913
118
119 diff --git a/app-dicts/dictd-jargon/dictd-jargon-4.2.3-r2.ebuild b/app-dicts/dictd-jargon/dictd-jargon-4.2.3-r2.ebuild
120 index f7db0c22e..b7df582a4 100644
121 --- a/app-dicts/dictd-jargon/dictd-jargon-4.2.3-r2.ebuild
122 +++ b/app-dicts/dictd-jargon/dictd-jargon-4.2.3-r2.ebuild
123 @@ -1,7 +1,7 @@
124 # Copyright 1999-2021 Gentoo Authors
125 # Distributed under the terms of the GNU General Public License v2
126
127 -EAPI=7
128 +EAPI=8
129
130 DESCRIPTION="The Jargon File for dict"
131 HOMEPAGE="http://www.catb.org/~esr/jargon/index.html"
132 @@ -11,7 +11,7 @@ LICENSE="public-domain"
133 SLOT="0"
134 KEYWORDS="~amd64"
135
136 -RDEPEND=">=app-text/dictd-1.5.5"
137 +RDEPEND=">=app-text/dictd-1.13.0-r3"
138 BDEPEND="${RDEPEND}"
139
140 src_unpack() {
141
142 diff --git a/app-dicts/dictd-web1913/dictd-web1913-0.5.0_p1.ebuild b/app-dicts/dictd-web1913/dictd-web1913-0.5.0_p1.ebuild
143 index 603c3b5ef..742b53192 100644
144 --- a/app-dicts/dictd-web1913/dictd-web1913-0.5.0_p1.ebuild
145 +++ b/app-dicts/dictd-web1913/dictd-web1913-0.5.0_p1.ebuild
146 @@ -1,11 +1,10 @@
147 # Copyright 1999-2021 Gentoo Authors
148 # Distributed under the terms of the GNU General Public License v2
149
150 -EAPI=7
151 +EAPI=8
152
153 WV="${PV%_p*}"
154 GV="${WV//.}"
155 -
156 SN="web1913-dict-patches"
157 SV="${PV##*_}"
158 SD="${SN}-${SV}"
159 @@ -29,10 +28,9 @@ SRC_URI="
160 S="${WORKDIR}"
161 LICENSE="public-domain"
162 SLOT="0"
163 -IUSE=""
164 KEYWORDS="~amd64"
165
166 -RDEPEND=">=app-text/dictd-1.5.5"
167 +RDEPEND=">=app-text/dictd-1.13.0-r3"
168 BDEPEND="
169 ${RDEPEND}
170 app-arch/unzip