summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-irc/anope: arm keyworded (bug #720822)Sam James (sam_c)2020-06-061-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-irc/anope: x86 stable wrt bug #722792Agostino Sarubbo2020-05-131-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-irc/anope: amd64 stable wrt bug #722792Agostino Sarubbo2020-05-131-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-irc/anope: arm64 keyworded (bug #720822)Sam James (sam_c)2020-05-081-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* net-irc/anope: Fix patch filenamesSam James (sam_c)2020-05-051-3/+3
| | | | | | | | | Adhere to the standards for patch file naming. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Closes: https://github.com/gentoo/gentoo/pull/15654 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* net-irc/anope: Fix build with USE=sqlSam James (sam_c)2020-05-051-2/+0
| | | | | | | | | | | | | Not all modules are conditional: * m_sqlite.cpp * db_live.cpp ... are always built, so don't create an (incorrect) symlink. Closes: https://bugs.gentoo.org/720984 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Closes: https://github.com/gentoo/gentoo/pull/15650 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* net-irc/anope: Fix musl buildSam James (sam_c)2020-05-051-0/+1
| | | | | | | | | | | | | __USE_GNU_GETTEXT is exposed by musl because they provide a GNU gettext-compatible interface. This doesn't mean they provide all the internals that glibc does. Check for __GLIBC__ if using internal _nl_msg_cat_cntr. Closes: https://bugs.gentoo.org/716658 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* net-irc/anope: Bump to 2.0.7, GLEP 81Sam James (sam_c)2020-04-111-0/+155
* Bumps version to GLEP 81 * Converts to GLEP 81 * Become proxy-maintainer Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Closes: https://github.com/gentoo/gentoo/pull/15253 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>