Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/inspircd/, net-irc/inspircd/files/
Date: Fri, 28 May 2021 03:47:23
Message-Id: 1622173633.6cdc4b65290f229e928c4c67c1ff4bb29d5ffaca.sam@gentoo
1 commit: 6cdc4b65290f229e928c4c67c1ff4bb29d5ffaca
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 28 03:47:00 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri May 28 03:47:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cdc4b65
7
8 net-irc/inspircd: fix SizeViolation
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-irc/inspircd/Manifest | 1 +
13 .../files/inspircd-3.10.0-fix-path-builds.patch | 493 ---------------------
14 net-irc/inspircd/inspircd-3.10.0.ebuild | 3 +-
15 3 files changed, 3 insertions(+), 494 deletions(-)
16
17 diff --git a/net-irc/inspircd/Manifest b/net-irc/inspircd/Manifest
18 index 0d3fc592437..53ada51b850 100644
19 --- a/net-irc/inspircd/Manifest
20 +++ b/net-irc/inspircd/Manifest
21 @@ -1,2 +1,3 @@
22 +DIST inspircd-3.10.0-fix-path-builds.patch.bz2 5316 BLAKE2B 42831f5f1c442b0492dee1d49469361ca797e743399bf8cffd6069227fbaf0123ab43eda81ad0f732bed289111238e00f0e9b3351a555fc4b14f24fe18bb8251 SHA512 e1479970050dca02be092d5575077342ce3e517baf1c9b1d80e4b2a52559786dca387c685505d6c42b812c9206961eef057ad07a2f4966f9922a16a387559eb0
23 DIST inspircd-3.10.0.tar.gz 854024 BLAKE2B b6aed621c6c5c4ea082d07605c6a9fe8be5fce04896c820a9055b17103853b0091515f8a52448ecb1accbe39eef3f49b01acbecae73894b76f91bb4b75edf821 SHA512 6cb1c66ce2a4531628264fc4b4836b47b7cba2c8aa6ffef5d72489ae663815254783b09aeb149d8ae9e41cf51be3c703612d443da84995695449a94db86f8944
24 DIST inspircd-3.9.0.tar.gz 853862 BLAKE2B 68134412f12ac06dc5ab5f9ffc94cb6053d88430210cb516e3569aad5e06dacd985038f51e057c9d7bd88179f472f685be5cd6fb31031e79948b0d3aee60eac3 SHA512 2adc4c39fc80d0095a9157a4c72f1df8288c364d909b2200eb04fb7e6bf5eb6172fe80153b79fdd437882d0b252999abad5912cef28f29cbceb9ab540df8db70
25
26 diff --git a/net-irc/inspircd/files/inspircd-3.10.0-fix-path-builds.patch b/net-irc/inspircd/files/inspircd-3.10.0-fix-path-builds.patch
27 deleted file mode 100644
28 index e1def8043c5..00000000000
29 --- a/net-irc/inspircd/files/inspircd-3.10.0-fix-path-builds.patch
30 +++ /dev/null
31 @@ -1,493 +0,0 @@
32 -diff --git a/docs/conf/codepages/ascii.conf.example b/docs/conf/codepages/ascii.conf
33 -similarity index 100%
34 -rename from docs/conf/codepages/ascii.conf.example
35 -rename to docs/conf/codepages/ascii.conf
36 -diff --git a/docs/conf/codepages/iso-8859-1.conf.example b/docs/conf/codepages/iso-8859-1.conf.example
37 -deleted file mode 100644
38 -index 83a772600..000000000
39 ---- a/docs/conf/codepages/iso-8859-1.conf.example
40 -+++ /dev/null
41 -@@ -1,42 +0,0 @@
42 --# This file contains ISO 8859-1 codepage rules for use with the codepage module.
43 --
44 --<codepage name="iso-8859-1">
45 --
46 --<cpchars begin="192" end="214" front="yes"> # ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ
47 --<cpchars begin="216" end="246" front="yes"> # ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö
48 --<cpchars begin="248" end="255" front="yes"> # øùúûüýþÿ
49 --
50 --<cpcase lower="83" upper="223"> # ß => S
51 --<cpcase lower="192" upper="224"> # à => À
52 --<cpcase lower="193" upper="225"> # á => Á
53 --<cpcase lower="194" upper="226"> # â => Â
54 --<cpcase lower="195" upper="227"> # ã => Ã
55 --<cpcase lower="196" upper="228"> # ä => Ä
56 --<cpcase lower="197" upper="229"> # å => Å
57 --<cpcase lower="198" upper="230"> # æ => Æ
58 --<cpcase lower="199" upper="231"> # ç => Ç
59 --<cpcase lower="200" upper="232"> # è => È
60 --<cpcase lower="201" upper="233"> # é => É
61 --<cpcase lower="202" upper="234"> # ê => Ê
62 --<cpcase lower="203" upper="235"> # ë => Ë
63 --<cpcase lower="204" upper="236"> # ì => Ì
64 --<cpcase lower="205" upper="237"> # í => Í
65 --<cpcase lower="206" upper="238"> # î => Î
66 --<cpcase lower="207" upper="239"> # ï => Ï
67 --<cpcase lower="208" upper="240"> # ð => Ð
68 --<cpcase lower="209" upper="241"> # ñ => Ñ
69 --<cpcase lower="210" upper="242"> # ò => Ò
70 --<cpcase lower="211" upper="243"> # ó => Ó
71 --<cpcase lower="212" upper="244"> # ô => Ô
72 --<cpcase lower="213" upper="245"> # õ => Õ
73 --<cpcase lower="214" upper="246"> # ö => Ö
74 --<cpcase lower="216" upper="248"> # ø => Ø
75 --<cpcase lower="217" upper="249"> # ù => Ù
76 --<cpcase lower="218" upper="250"> # ú => Ú
77 --<cpcase lower="219" upper="251"> # û => Û
78 --<cpcase lower="220" upper="252"> # ü => Ü
79 --<cpcase lower="221" upper="253"> # ý => Ý
80 --<cpcase lower="222" upper="254"> # þ => Þ
81 --
82 --# Include the ASCII rules to avoid duplication.
83 --<include file="examples/codepages/ascii.conf.example">
84 -diff --git a/docs/conf/codepages/iso-8859-2.conf.example b/docs/conf/codepages/iso-8859-2.conf.example
85 -deleted file mode 100644
86 -index df41d88fb..000000000
87 ---- a/docs/conf/codepages/iso-8859-2.conf.example
88 -+++ /dev/null
89 -@@ -1,60 +0,0 @@
90 --# This file contains ISO 8859-2 codepage rules for use with the codepage module.
91 --
92 --<codepage name="iso-8859-2">
93 --
94 --<cpchars index="161" front="yes"> # Ą
95 --<cpchars index="163" front="yes"> # Ł
96 --<cpchars begin="165" end="166" front="yes"> # ĽŚ
97 --<cpchars begin="169" end="172" front="yes"> # ŠŞŤŹ
98 --<cpchars begin="174" end="175" front="yes"> # ŽŻ
99 --<cpchars index="177" front="yes"> # ą
100 --<cpchars index="179" front="yes"> # ł
101 --<cpchars begin="181" end="182" front="yes"> # ľś
102 --<cpchars begin="185" end="188" front="yes"> # šşťź
103 --<cpchars begin="190" end="214" front="yes"> # žżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖ
104 --<cpchars begin="216" end="246" front="yes"> # ŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőö
105 --<cpchars begin="248" end="254" front="yes"> # řůúűüýţ
106 --
107 --<cpcase lower="177" upper="161"> # ą => Ą
108 --<cpcase lower="179" upper="163"> # ł => Ł
109 --<cpcase lower="181" upper="165"> # ľ => Ľ
110 --<cpcase lower="182" upper="166"> # ś => Ś
111 --<cpcase lower="185" upper="169"> # š => Š
112 --<cpcase lower="186" upper="170"> # ş => Ş
113 --<cpcase lower="187" upper="171"> # ť => Ť
114 --<cpcase lower="188" upper="172"> # ź => Ź
115 --<cpcase lower="190" upper="174"> # ž => Ž
116 --<cpcase lower="191" upper="175"> # ż => Ż
117 --<cpcase lower="224" upper="192"> # ŕ => Ŕ
118 --<cpcase lower="225" upper="193"> # á => Á
119 --<cpcase lower="226" upper="194"> # â => Â
120 --<cpcase lower="227" upper="195"> # ă => Ă
121 --<cpcase lower="228" upper="196"> # ä => Ä
122 --<cpcase lower="229" upper="197"> # ĺ => Ĺ
123 --<cpcase lower="230" upper="198"> # ć => Ć
124 --<cpcase lower="231" upper="199"> # ç => Ç
125 --<cpcase lower="232" upper="200"> # č => Č
126 --<cpcase lower="233" upper="201"> # é => É
127 --<cpcase lower="234" upper="202"> # ę => Ę
128 --<cpcase lower="235" upper="203"> # ë => Ë
129 --<cpcase lower="236" upper="204"> # ě => Ě
130 --<cpcase lower="237" upper="205"> # í => Í
131 --<cpcase lower="238" upper="206"> # î => Î
132 --<cpcase lower="239" upper="207"> # ď => Ď
133 --<cpcase lower="240" upper="208"> # đ => Đ
134 --<cpcase lower="241" upper="209"> # ń => Ń
135 --<cpcase lower="242" upper="210"> # ň => Ň
136 --<cpcase lower="243" upper="211"> # ó => Ó
137 --<cpcase lower="244" upper="212"> # ô => Ô
138 --<cpcase lower="245" upper="213"> # ő => Ő
139 --<cpcase lower="246" upper="214"> # ö => Ö
140 --<cpcase lower="248" upper="216"> # ř => Ř
141 --<cpcase lower="249" upper="217"> # ů => Ů
142 --<cpcase lower="250" upper="218"> # ú => Ú
143 --<cpcase lower="251" upper="219"> # ű => Ű
144 --<cpcase lower="252" upper="220"> # ü => Ü
145 --<cpcase lower="253" upper="221"> # ý => Ý
146 --<cpcase lower="254" upper="222"> # ţ => Ţ
147 --
148 --# Include the ASCII rules to avoid duplication.
149 --<include file="examples/codepages/ascii.conf.example">
150 -diff --git a/docs/conf/codepages/rfc1459.conf.example b/docs/conf/codepages/rfc1459.conf
151 -similarity index 100%
152 -rename from docs/conf/codepages/rfc1459.conf.example
153 -rename to docs/conf/codepages/rfc1459.conf
154 -diff --git a/docs/conf/codepages/strict-rfc1459.conf.example b/docs/conf/codepages/strict-rfc1459.conf
155 -similarity index 100%
156 -rename from docs/conf/codepages/strict-rfc1459.conf.example
157 -rename to docs/conf/codepages/strict-rfc1459.conf
158 -diff --git a/docs/conf/filter.conf.example b/docs/conf/filter.conf
159 -similarity index 100%
160 -rename from docs/conf/filter.conf.example
161 -rename to docs/conf/filter.conf
162 -diff --git a/docs/conf/helpop.conf.example b/docs/conf/helpop.conf
163 -similarity index 100%
164 -rename from docs/conf/helpop.conf.example
165 -rename to docs/conf/helpop.conf
166 -diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf
167 -similarity index 99%
168 -rename from docs/conf/inspircd.conf.example
169 -rename to docs/conf/inspircd.conf
170 -index f07f21cdd..a731c0c1c 100644
171 ---- a/docs/conf/inspircd.conf.example
172 -+++ b/docs/conf/inspircd.conf
173 -@@ -242,7 +242,7 @@
174 - # This can be done by using <connect registered="no"> #
175 -
176 - # To enable IRCCloud on your network uncomment this:
177 --#<include file="examples/providers/irccloud.conf.example">
178 -+#<include file="/etc/inspircd/providers/irccloud.conf">
179 -
180 - # A connect class with <connect:deny> set denies connections from the specified host/IP range.
181 - <connect
182 -@@ -494,11 +494,11 @@
183 -
184 - # This file has all the information about oper classes, types and o:lines.
185 - # You *MUST* edit it.
186 --#<include file="examples/opers.conf.example">
187 -+#<include file="/etc/inspircd/opers.conf">
188 -
189 - # This file has all the information about server links and ulined servers.
190 - # You *MUST* edit it if you intend to link servers.
191 --#<include file="examples/links.conf.example">
192 -+#<include file="/etc/inspircd/links.conf">
193 -
194 - #-#-#-#-#-#-#-#-#-#- MISCELLANEOUS CONFIGURATION -#-#-#-#-#-#-#-#-#-#
195 - # #
196 -@@ -507,7 +507,7 @@
197 - #
198 - # motd - displayed on connect and when a user executes /MOTD
199 - # Modules can also define their own files
200 --<files motd="examples/motd.txt.example">
201 -+<files motd="/etc/inspircd/motd.txt">
202 -
203 - # Example of an executable file include. Note this will be read on rehash,
204 - # not when the command is run.
205 -@@ -543,7 +543,7 @@
206 - # default of 'inspircd.pid' is used. #
207 - # #
208 -
209 --#<pid file="/path/to/inspircd.pid">
210 -+#<pid file="/var/run/inspircd/inspircd.pid">
211 -
212 - #-#-#-#-#-#-#-#-#-#-#-#-#- LIST MODE LIMITS #-#-#-#-#-#-#-#-#-#-#-#-#-#
213 - # #
214 -@@ -698,7 +698,7 @@
215 - # - topiclock Channel mode +t - limits changing the topic to (half)ops
216 - # You can also configure this on a per-channel basis with a channel mode and
217 - # even negate the configured exemptions below.
218 -- # See exemptchanops in modules.conf.example for more details.
219 -+ # See exemptchanops in modules.conf for more details.
220 - exemptchanops="censor:o filter:o nickflood:o nonick:v regmoderated:o"
221 -
222 - # invitebypassmodes: This allows /INVITE to bypass other channel modes.
223 -@@ -1041,7 +1041,7 @@
224 - # provide almost all the features of InspIRCd. :) #
225 - # #
226 - # The default does nothing -- we include it for simplicity for you. #
227 --#<include file="examples/modules.conf.example">
228 -+#<include file="/etc/inspircd/modules.conf">
229 -
230 - #-#-#-#-#-#-#-#-#-#-#-# SERVICES CONFIGURATION #-#-#-#-#-#-#-#-#-#-#-#
231 - # #
232 -@@ -1050,13 +1050,13 @@
233 - # exemptions for services pseudoclients: #
234 - #
235 - # Anope users should uncomment this:
236 --#<include file="examples/services/anope.conf.example">
237 -+#<include file="/etc/inspircd/aliases/anope.conf">
238 - #
239 - # Atheme users should uncomment this:
240 --#<include file="examples/services/atheme.conf.example">
241 -+#<include file="/etc/inspircd/aliases/atheme.conf">
242 - #
243 - # Users of other services should uncomment this:
244 --#<include file="examples/services/generic.conf.example">
245 -+#<include file="/etc/inspircd/aliases/generic.conf">
246 -
247 - #########################################################################
248 - # #
249 -diff --git a/docs/conf/links.conf.example b/docs/conf/links.conf
250 -similarity index 98%
251 -rename from docs/conf/links.conf.example
252 -rename to docs/conf/links.conf
253 -index 19d770d35..32986de9d 100644
254 ---- a/docs/conf/links.conf.example
255 -+++ b/docs/conf/links.conf
256 -@@ -143,4 +143,4 @@
257 -
258 - # Once you have edited this file you can remove this line. This is just to
259 - # ensure that you don't hastily include the file without reading it.
260 --<die reason="Using links.conf.example without editing it is a security risk">
261 -+<die reason="Using links.conf without editing it is a security risk">
262 -diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf
263 -similarity index 99%
264 -rename from docs/conf/modules.conf.example
265 -rename to docs/conf/modules.conf
266 -index 6eb61cc38..feed59e18 100644
267 ---- a/docs/conf/modules.conf.example
268 -+++ b/docs/conf/modules.conf
269 -@@ -617,11 +617,11 @@
270 - #<module name="codepage">
271 - #
272 - # You should include one of the following files to set your codepage:
273 --#<include file="examples/codepages/ascii.conf.example">
274 --#<include file="examples/codepages/iso-8859-1.conf.example">
275 --#<include file="examples/codepages/iso-8859-2.conf.example">
276 --#<include file="examples/codepages/rfc1459.conf.example">
277 --#<include file="examples/codepages/strict-rfc1459.conf.example">
278 -+#<include file="/etc/inspircd/codepages/ascii.conf.example">
279 -+#<include file="/etc/inspircd/codepages/iso-8859-1.conf.example">
280 -+#<include file="/etc/inspircd/codepages/iso-8859-2.conf.example">
281 -+#<include file="/etc/inspircd/codepages/rfc1459.conf.example">
282 -+#<include file="/etc/inspircd/codepages/strict-rfc1459.conf.example">
283 - #
284 - # You can also define a custom codepage. For details on how to do this
285 - # please refer to the docs site:
286 -@@ -905,7 +905,7 @@
287 - # anticaps, auditorium-see, auditorium-vis, blockcaps, blockcolor, #
288 - # censor, filter, flood, nickflood, noctcp, nonick, nonotice, #
289 - # regmoderated, stripcolor, and topiclock. #
290 --# See <options:exemptchanops> in inspircd.conf.example for a more #
291 -+# See <options:exemptchanops> in inspircd.conf for a more #
292 - # detailed list of the restriction modes that can be exempted. #
293 - # These are settable using: /MODE #chan +X <restriction>:<status> #
294 - # Furthermore, the exemptions configured in <options:exemptchanops> #
295 -@@ -943,7 +943,7 @@
296 - # Your choice of regex engine must match on all servers network-wide. #
297 - # #
298 - # To learn more about the configuration of this module, read #
299 --# examples/filter.conf.example, which covers the various types of #
300 -+# filter.conf, which covers the various types of #
301 - # filters and shows how to add exemptions. #
302 - # #
303 - #-#-#-#-#-#-#-#-#-#-#- FILTER CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#-#
304 -@@ -952,7 +952,7 @@
305 - # specify below the path to the filter.conf file, or define some #
306 - # <keyword> tags. #
307 - # #
308 --#<include file="examples/filter.conf.example">
309 -+#<include file="/etc/inspircd/filter.conf">
310 -
311 - #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
312 - # Flash Policy Daemon module: Allows Flash IRC clients (e.g. LightIRC)#
313 -@@ -1042,7 +1042,7 @@
314 - # If you specify to use the helpop module, then specify below the #
315 - # path to the helpop.conf file. #
316 - # #
317 --#<include file="examples/helpop.conf.example">
318 -+#<include file="/etc/inspircd/helpop.conf">
319 -
320 - #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
321 - # Hide chans module: Allows users to hide their channels list from non-
322 -@@ -1647,7 +1647,7 @@
323 - # onoper - If on, the message is sent on /OPER, otherwise it's #
324 - # only sent when /OPERMOTD is used. #
325 - # #
326 --#<opermotd file="examples/opermotd.txt.example" onoper="yes">
327 -+#<opermotd file="/etc/inspircd/opermotd.txt" onoper="yes">
328 -
329 - #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
330 - # Override module: Adds support for oper override.
331 -@@ -2261,7 +2261,7 @@
332 - # connections in order to oper up. It is highly recommended to load
333 - # this module if you use TLS (SSL) on your network.
334 - # For how to use the oper features, please see the first
335 --# example <oper> tag in opers.conf.example.
336 -+# example <oper> tag in opers.conf.
337 - #
338 - #<module name="sslinfo">
339 - #
340 -diff --git a/docs/conf/motd.txt.example b/docs/conf/motd.txt
341 -similarity index 96%
342 -rename from docs/conf/motd.txt.example
343 -rename to docs/conf/motd.txt
344 -index cd993e9a3..0687a8aa0 100644
345 ---- a/docs/conf/motd.txt.example
346 -+++ b/docs/conf/motd.txt
347 -@@ -21,7 +21,7 @@
348 - \__/ /(_/ \__/
349 - (__/
350 -
351 -- +---- To change this see \bmotd.txt.example\x ----+
352 -+ +---- To change this see \bmotd.txt \x ----+
353 - | |
354 - | * \bWeb:\x https://www.inspircd.org |
355 - | * \bIRC:\x irc.inspircd.org #inspircd |
356 -diff --git a/docs/conf/opermotd.txt.example b/docs/conf/opermotd.txt
357 -similarity index 96%
358 -rename from docs/conf/opermotd.txt.example
359 -rename to docs/conf/opermotd.txt
360 -index b0d9b4816..b0d37f385 100644
361 ---- a/docs/conf/opermotd.txt.example
362 -+++ b/docs/conf/opermotd.txt
363 -@@ -21,7 +21,7 @@
364 - \__/ /(_/ \__/
365 - (__/
366 -
367 -- +-- To change this see \bopermotd.txt.example\x --+
368 -+ +-- To change this see \bopermotd.txt \x --+
369 - | |
370 - | * \bWeb:\x https://www.inspircd.org |
371 - | * \bIRC:\x irc.inspircd.org #inspircd |
372 -diff --git a/docs/conf/opers.conf.example b/docs/conf/opers.conf
373 -similarity index 99%
374 -rename from docs/conf/opers.conf.example
375 -rename to docs/conf/opers.conf
376 -index d8c266b1f..9517b3685 100644
377 ---- a/docs/conf/opers.conf.example
378 -+++ b/docs/conf/opers.conf
379 -@@ -182,4 +182,4 @@
380 -
381 - # Once you have edited this file you can remove this line. This is just to
382 - # ensure that you don't hastily include the file without reading it.
383 --<die reason="Using opers.conf.example without editing it is a security risk">
384 -+<die reason="Using opers.conf without editing it is a security risk">
385 -diff --git a/docs/conf/providers/dronebl.conf.example b/docs/conf/providers/dronebl.conf.example
386 -deleted file mode 100644
387 -index 72055d522..000000000
388 ---- a/docs/conf/providers/dronebl.conf.example
389 -+++ /dev/null
390 -@@ -1,11 +0,0 @@
391 --# This file contains configuration for using the dnsbl module with
392 --# the DroneBL DNSBL. See https://dronebl.org/ for more information on
393 --# DroneBL.
394 --
395 --<dnsbl name="DroneBL"
396 -- domain="dnsbl.dronebl.org"
397 -- type="record"
398 -- records="3,5,6,7,8,9,10,11,13,14,15,16,17,19"
399 -- action="zline"
400 -- duration="7d"
401 -- reason="You are listed in DroneBL. Please visit https://dronebl.org/lookup.do?ip=%ip% for more information.">
402 -diff --git a/docs/conf/providers/efnet-rbl.conf.example b/docs/conf/providers/efnet-rbl.conf.example
403 -deleted file mode 100644
404 -index 78dce53cb..000000000
405 ---- a/docs/conf/providers/efnet-rbl.conf.example
406 -+++ /dev/null
407 -@@ -1,11 +0,0 @@
408 --# This file contains configuration for using the dnsbl module with
409 --# the EFnet RBL. See https://rbl.efnetrbl.org/ for more information
410 --# on the EFnet RBL.
411 --
412 --<dnsbl name="EFnet RBL"
413 -- domain="rbl.efnetrbl.org"
414 -- type="record"
415 -- records="1,2,3,4,5"
416 -- action="zline"
417 -- duration="7d"
418 -- reason="You are listed in the EFnet RBL. Please visit https://rbl.efnetrbl.org/?i=%ip% for more information.">
419 -diff --git a/docs/conf/providers/irccloud.conf.example b/docs/conf/providers/irccloud.conf
420 -similarity index 100%
421 -rename from docs/conf/providers/irccloud.conf.example
422 -rename to docs/conf/providers/irccloud.conf
423 -diff --git a/docs/conf/providers/torexit.conf.example b/docs/conf/providers/torexit.conf.example
424 -deleted file mode 100644
425 -index abc35c696..000000000
426 ---- a/docs/conf/providers/torexit.conf.example
427 -+++ /dev/null
428 -@@ -1,12 +0,0 @@
429 --# This file contains configuration for using the dnsbl module with
430 --# the dan.me.uk Tor exit node DNSBL. See https://www.dan.me.uk/dnsbl
431 --# for more information on the dan.me.uk Tor exit node DNSBL.
432 --
433 --<dnsbl name="torexit.dan.me.uk"
434 -- domain="torexit.dan.me.uk"
435 -- type="record"
436 -- records="100"
437 -- timeout="10s"
438 -- action="zline"
439 -- duration="7d"
440 -- reason="Tor exit nodes are not allowed on this network. See https://metrics.torproject.org/rs.html#search/%ip% for more information.">
441 -diff --git a/docs/conf/quotes.txt.example b/docs/conf/quotes.txt
442 -similarity index 100%
443 -rename from docs/conf/quotes.txt.example
444 -rename to docs/conf/quotes.txt
445 -diff --git a/docs/conf/services/anope.conf.example b/docs/conf/services/anope.conf
446 -similarity index 86%
447 -rename from docs/conf/services/anope.conf.example
448 -rename to docs/conf/services/anope.conf
449 -index 5c8f859ff..69a1ab50a 100644
450 ---- a/docs/conf/services/anope.conf.example
451 -+++ b/docs/conf/services/anope.conf
452 -@@ -2,7 +2,7 @@
453 - # by Anope. See https://www.anope.org for more information on Anope.
454 -
455 - # This file inherits from the generic config to avoid repetition.
456 --<include file="examples/services/generic.conf.example">
457 -+<include file="/etc/inspircd/services/generic.conf">
458 -
459 - # /GLOBAL <message>
460 - # Sends a global notice.
461 -diff --git a/docs/conf/services/atheme.conf.example b/docs/conf/services/atheme.conf
462 -similarity index 98%
463 -rename from docs/conf/services/atheme.conf.example
464 -rename to docs/conf/services/atheme.conf
465 -index d509522b8..c1e906ff7 100644
466 ---- a/docs/conf/services/atheme.conf.example
467 -+++ b/docs/conf/services/atheme.conf
468 -@@ -3,7 +3,7 @@
469 - # information on Atheme.
470 -
471 - # This file inherits from the generic config to avoid repetition.
472 --<include file="examples/services/generic.conf.example">
473 -+<include file="/etc/inspircd/services/generic.conf">
474 -
475 - # Long hand aliases for services pseudoclients.
476 - <alias text="ALIS" replace="SQUERY $requirement :$2-" requires="ALIS" uline="yes">
477 -diff --git a/docs/conf/services/generic.conf.example b/docs/conf/services/generic.conf
478 -similarity index 100%
479 -rename from docs/conf/services/generic.conf.example
480 -rename to docs/conf/services/generic.conf
481 -diff --git a/make/template/main.mk b/make/template/main.mk
482 -index a8783aa05..de9bbaa4e 100644
483 ---- a/make/template/main.mk
484 -+++ b/make/template/main.mk
485 -@@ -214,10 +214,10 @@ install: target
486 - @-$(INSTALL) -d -g @GID@ -o @UID@ -m $(INSTMODE_DIR) $(BINPATH)
487 - @-$(INSTALL) -d -g @GID@ -o @UID@ -m $(INSTMODE_DIR) $(CONPATH)
488 - @-$(INSTALL) -d -g @GID@ -o @UID@ -m $(INSTMODE_DIR) $(DATPATH)
489 -- @-$(INSTALL) -d -g @GID@ -o @UID@ -m $(INSTMODE_DIR) $(EXAPATH)/codepages
490 -- @-$(INSTALL) -d -g @GID@ -o @UID@ -m $(INSTMODE_DIR) $(EXAPATH)/providers
491 -- @-$(INSTALL) -d -g @GID@ -o @UID@ -m $(INSTMODE_DIR) $(EXAPATH)/services
492 -- @-$(INSTALL) -d -g @GID@ -o @UID@ -m $(INSTMODE_DIR) $(EXAPATH)/sql
493 -+ @-$(INSTALL) -d -g @GID@ -o @UID@ -m $(INSTMODE_DIR) $(CONPATH)/codepages
494 -+ @-$(INSTALL) -d -g @GID@ -o @UID@ -m $(INSTMODE_DIR) $(CONPATH)/providers
495 -+ @-$(INSTALL) -d -g @GID@ -o @UID@ -m $(INSTMODE_DIR) $(CONPATH)/services
496 -+ @-$(INSTALL) -d -g @GID@ -o @UID@ -m $(INSTMODE_DIR) $(CONPATH)/sql
497 - @-$(INSTALL) -d -g @GID@ -o @UID@ -m $(INSTMODE_DIR) $(LOGPATH)
498 - @-$(INSTALL) -d -g @GID@ -o @UID@ -m $(INSTMODE_DIR) $(MANPATH)
499 - @-$(INSTALL) -d -g @GID@ -o @UID@ -m $(INSTMODE_DIR) $(MODPATH)
500 -@@ -238,11 +238,11 @@ endif
501 - -$(INSTALL) -g @GID@ -o @UID@ -m $(INSTMODE_TXT) @CONFIGURE_DIRECTORY@/inspircd-testssl.1 $(MANPATH) 2>/dev/null
502 - -$(INSTALL) -g @GID@ -o @UID@ -m $(INSTMODE_BIN) tools/genssl $(BINPATH)/inspircd-genssl 2>/dev/null
503 - -$(INSTALL) -g @GID@ -o @UID@ -m $(INSTMODE_BIN) tools/testssl $(BINPATH)/inspircd-testssl 2>/dev/null
504 -- -$(INSTALL) -g @GID@ -o @UID@ -m $(INSTMODE_TXT) docs/conf/*.example $(EXAPATH)
505 -- -$(INSTALL) -g @GID@ -o @UID@ -m $(INSTMODE_TXT) docs/conf/codepages/*.example $(EXAPATH)/codepages
506 -- -$(INSTALL) -g @GID@ -o @UID@ -m $(INSTMODE_TXT) docs/conf/providers/*.example $(EXAPATH)/providers
507 -- -$(INSTALL) -g @GID@ -o @UID@ -m $(INSTMODE_TXT) docs/conf/services/*.example $(EXAPATH)/services
508 -- -$(INSTALL) -g @GID@ -o @UID@ -m $(INSTMODE_TXT) docs/sql/*.sql $(EXAPATH)/sql
509 -+ -$(INSTALL) -g @GID@ -o @UID@ -m $(INSTMODE_TXT) docs/conf/*.{conf,txt} $(CONPATH)
510 -+ -$(INSTALL) -g @GID@ -o @UID@ -m $(INSTMODE_TXT) docs/conf/codepages/* $(CONPATH)/codepages
511 -+ -$(INSTALL) -g @GID@ -o @UID@ -m $(INSTMODE_TXT) docs/conf/providers/* $(CONPATH)/providers
512 -+ -$(INSTALL) -g @GID@ -o @UID@ -m $(INSTMODE_TXT) docs/conf/services/* $(CONPATH)/services
513 -+ -$(INSTALL) -g @GID@ -o @UID@ -m $(INSTMODE_TXT) docs/sql/*.sql $(CONPATH)/sql
514 - -$(INSTALL) -g @GID@ -o @UID@ -m $(INSTMODE_TXT) @CONFIGURE_DIRECTORY@/help.txt $(CONPATH)
515 - -$(INSTALL) -g @GID@ -o @UID@ -m $(INSTMODE_PRV) @CONFIGURE_DIRECTORY@/*.pem $(CONPATH) 2>/dev/null
516 - @echo ""
517 -@@ -256,7 +256,6 @@ endif
518 - @echo ' Data:' $(DATPATH)
519 - @echo 'To start the ircd, run:' $(SCRPATH)/inspircd start
520 - @echo 'Remember to create your config file:' $(CONPATH)/inspircd.conf
521 -- @echo 'Examples are available at:' $(EXAPATH)
522 -
523 - GNUmakefile: make/template/main.mk src/version.sh configure @CONFIGURE_CACHE_FILE@
524 - ./configure --update
525
526 diff --git a/net-irc/inspircd/inspircd-3.10.0.ebuild b/net-irc/inspircd/inspircd-3.10.0.ebuild
527 index 3dfa1dea335..ca68956f4dc 100644
528 --- a/net-irc/inspircd/inspircd-3.10.0.ebuild
529 +++ b/net-irc/inspircd/inspircd-3.10.0.ebuild
530 @@ -8,6 +8,7 @@ inherit toolchain-funcs
531 DESCRIPTION="Inspire IRCd - The Stable, High-Performance Modular IRCd"
532 HOMEPAGE="https://www.inspircd.org/"
533 SRC_URI="https://github.com/inspircd/inspircd/archive/v${PV}.tar.gz -> ${P}.tar.gz"
534 +SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-fix-path-builds.patch.bz2"
535
536 LICENSE="GPL-2"
537 SLOT="0"
538 @@ -32,7 +33,7 @@ RDEPEND="
539 DEPEND="${RDEPEND}"
540
541 DOCS=( docs/. )
542 -PATCHES=( "${FILESDIR}"/${P}-fix-path-builds.patch )
543 +PATCHES=( "${WORKDIR}"/${P}-fix-path-builds.patch )
544
545 src_prepare() {
546 default