summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-irc/inspircd: Drop 3.10.0Wade Cline2021-10-272-124/+0
| | | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Wade Cline <wadecline@hotmail.com> Closes: https://github.com/gentoo/gentoo/pull/22720 Signed-off-by: Sam James <sam@gentoo.org>
* net-irc/inspircd: x86 stable wrt bug #818754Agostino Sarubbo2021-10-201-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-irc/inspircd: amd64 stable wrt bug #818754Agostino Sarubbo2021-10-201-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* net-irc/inspircd: update EAPI 7 -> 8Joonas Niilola2021-09-101-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-irc/inspircd: Drop 3.10.0-r1Wade Cline2021-09-102-123/+0
| | | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Wade Cline <wadecline@hotmail.com> Closes: https://github.com/gentoo/gentoo/pull/22251 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-irc/inspircd: Add 3.11.0Wade Cline2021-09-102-0/+124
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Wade Cline <wadecline@hotmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-irc/inspircd: Revbump for config file patch tweaksWade Cline2021-06-212-0/+123
| | | | | | | | | | Fix a few default paths to be more Gentoo-specific. Do not needlessly remove codepage files. Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Wade Cline <wadecline@hotmail.com> Closes: https://github.com/gentoo/gentoo/pull/21351 Signed-off-by: Sam James <sam@gentoo.org>
* net-irc/inspircd: Drop 3.9.0Wade Cline2021-05-313-506/+0
| | | | | | | | Bug: https://bugs.gentoo.org/791589 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Wade Cline <wadecline@hotmail.com> Closes: https://github.com/gentoo/gentoo/pull/21040 Signed-off-by: Sam James <sam@gentoo.org>
* net-irc/inspircd: x86 stable wrt bug #791589Agostino Sarubbo2021-05-281-1/+1
| | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-irc/inspircd: amd64 stable wrt bug #791589Agostino Sarubbo2021-05-281-1/+1
| | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-irc/inspircd: fix SizeViolationSam James2021-05-283-494/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-irc/inspircd: Add 3.10.0Wade Cline2021-05-283-0/+615
| | | | | | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.2 RepoMan-Options: --force Bug: https://bugs.gentoo.org/791589 Signed-off-by: Wade Cline <wadecline@hotmail.com> Closes: https://github.com/gentoo/gentoo/pull/20942 Signed-off-by: Sam James <sam@gentoo.org>
* net-irc/inspircd: Drop oldWade Cline2021-05-283-460/+0
| | | | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.2 Bug: https://bugs.gentoo.org/791589 Signed-off-by: Wade Cline <wadecline@hotmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* net-irc/inspircd: Stabilize 3.9.0 x86, #785763Sam James2021-04-261-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-irc/inspircd: Stabilize 3.9.0 amd64, #785763Sam James2021-04-261-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Normalize metadata.xml filesMichał Górny2021-03-161-1/+1
| | | | | | | | | | | Normalize quoting, replace '>' with entities, replace unnecessary entities, remove trailing empty lines. Done via: find -name metadata.xml -exec xml ed -P -L -d //none {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-irc/inspircd: Add 3.9.0Wade Cline2021-03-063-0/+506
| | | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Wade Cline <wadecline@hotmail.com> Closes: https://github.com/gentoo/gentoo/pull/19767 Signed-off-by: Sam James <sam@gentoo.org>
* net-irc/inspircd: Update HOMEPAGEWade Cline2021-01-011-1/+1
| | | | | | Signed-off-by: Wade Cline <wadecline@hotmail.com> Closes: https://github.com/gentoo/gentoo/pull/18904 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* net-irc/inspircd: security cleanup (drop <3.8.1)John Helmert III2020-12-315-766/+0
| | | | | | | | | | Bug: https://bugs.gentoo.org/743205 Bug: https://bugs.gentoo.org/755851 Bug: https://bugs.gentoo.org/755854 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: John Helmert III <jchelmert3@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/18885 Signed-off-by: Sam James <sam@gentoo.org>
* net-irc/inspircd: amd64 stable wrt bug #755854Agostino Sarubbo2020-11-251-1/+1
| | | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-irc/inspircd: x86 stable wrt bug #755854Agostino Sarubbo2020-11-241-1/+1
| | | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-irc/inspircd: Drop 3.8.0Wade Cline2020-11-222-122/+0
| | | | | | | | Signed-off-by: Wade Cline <wadecline@hotmail.com> Bug: https://bugs.gentoo.org/755854 Closes: https://github.com/gentoo/gentoo/pull/18347 Signed-off-by: Sam James <sam@gentoo.org>
* net-irc/inspircd: Add 3.8.1Wade Cline2020-11-222-0/+122
| | | | | | | Signed-off-by: Wade Cline <wadecline@hotmail.com> Bug: https://bugs.gentoo.org/755854 Signed-off-by: Sam James <sam@gentoo.org>
* net-irc/inspircd: Drop 3.7.0Wade Cline2020-11-052-122/+0
| | | | | | Signed-off-by: Wade Cline <wadecline@hotmail.com> Closes: https://github.com/gentoo/gentoo/pull/18109 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-irc/inspircd: Bump to 3.8.0Wade Cline2020-11-052-0/+122
| | | | | Signed-off-by: Wade Cline <wadecline@hotmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-irc/inspircd: Drop v3.6.0Wade Cline2020-08-133-468/+0
| | | | | | Signed-off-by: Wade Cline <wadecline@hotmail.com> Closes: https://github.com/gentoo/gentoo/pull/16967 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* net-irc/inspircd: Add v3.7.0Wade Cline2020-08-133-0/+460
| | | | | Signed-off-by: Wade Cline <wadecline@hotmail.com> Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* net-irc/inspircd: Drop 3.5.0-r1Wade Cline2020-05-042-122/+0
| | | | | | Signed-off-by: Wade Cline <wadecline@hotmail.com> Closes: https://github.com/gentoo/gentoo/pull/15638 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-irc/inspircd: Drop 2.0.28Wade Cline2020-05-042-116/+0
| | | | | Signed-off-by: Wade Cline <wadecline@hotmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-irc/inspircd: Add 3.6.0Wade Cline2020-05-042-0/+122
| | | | | Signed-off-by: Wade Cline <wadecline@hotmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-irc/inspircd: Add 2.0.29Wade Cline2020-05-042-0/+116
| | | | | Signed-off-by: Wade Cline <wadecline@hotmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-irc/inspircd: revbump 3.* due to runtime changing patch updatesJoonas Niilola2020-04-092-0/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-irc/inspircd: Create valid PID by defaultWade T. Cline2020-04-092-4/+4
| | | | | | | Closes: https://bugs.gentoo.org/715794 Signed-off-by: Wade Cline <wadecline@hotmail.com> Closes: https://github.com/gentoo/gentoo/pull/15242 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: Bump copyright on files touched this yearMichał Górny2020-02-111-1/+1
| | | | | | | Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-irc/inspircd: [QA] Fix UnnecessarySlashStripDavid Seifert2020-02-081-1/+1
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* net-irc/inspircd: Bump to 3.5.0Wade Cline2020-02-043-0/+468
| | | | | | Signed-off-by: Wade Cline <wadecline@hotmail.com> Closes: https://github.com/gentoo/gentoo/pull/14546 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-irc/inspircd: Drop 3.2.0Wade Cline2019-11-273-399/+0
| | | | | | | Closes: https://bugs.gentoo.org/693692 Signed-off-by: Wade Cline <wadecline@hotmail.com> Closes: https://github.com/gentoo/gentoo/pull/13768 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-irc/inspircd: Drop 2.0.25Wade Cline2019-11-273-377/+0
| | | | | Signed-off-by: Wade Cline <wadecline@hotmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-irc/inspircd: amd64 stable wrt bug #688830Agostino Sarubbo2019-11-261-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-irc/inspircd: x86 stable (bug #688830)Thomas Deutschmann2019-11-261-1/+1
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* net-irc/inspircd: call 'default' src_install in 3.4.0Joonas Niilola2019-11-141-3/+1
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-irc/inspircd: Remove 3.3.0Wade Cline2019-11-142-129/+0
| | | | | | Signed-off-by: Wade Cline <wadecline@hotmail.com> Closes: https://github.com/gentoo/gentoo/pull/13626 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-irc/inspircd: Add 3.4.0Wade Cline2019-11-143-0/+395
| | | | | Signed-off-by: Wade Cline <wadecline@hotmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-irc/inspircd: Drop illegal symlinksBrian Evans2019-10-256-7/+5
| | | | | | | | | | | | Non-maintainer commit Remove symlinks from files/ which are banned by policy. Adjust ebuilds to patch the intended files. This prevents infra problems popping up like in the last 14 hours Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Brian Evans <grknight@gentoo.org>
* Revert "net-irc/inspircd: remove unused patch"Brian Evans2019-10-251-0/+257
| | | | | | | | | The patch is actually used via a symlink. Having a broken symlink is confusing the mirror scripts. This reverts commit 05d0fa344ee81d212d6ba31f97cb7ba14143474d. Signed-off-by: Brian Evans <grknight@gentoo.org>
* net-irc/inspircd: remove a global USE descJoonas Niilola2019-10-251-1/+0
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-irc/inspircd: remove unused patchMichael Mair-Keimberger2019-10-251-257/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13389 Signed-off-by: Joonas Niilola <juippis@gentoo.org>