summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-im/bitlbee: drop 3.6-r2Petr Vaněk2024-02-202-185/+0
| | | | Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* net-im/bitlbee: sync livePetr Vaněk2024-02-201-2/+2
| | | | Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* net-im/bitlbee: enable py3.12Petr Vaněk2024-02-201-2/+2
| | | | Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* */*: Update my email addressPetr Vaněk2023-11-301-6/+2
| | | | | Closes: https://bugs.gentoo.org/643646 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* */*: remove py3.8 from PYTHON_COMPATDavid Seifert2023-01-143-6/+6
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* net-im/bitlbee: Stabilize 3.6-r3 x86, #873586Agostino Sarubbo2022-09-301-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-im/bitlbee: Stabilize 3.6-r3 ppc, #873586Agostino Sarubbo2022-09-301-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-im/bitlbee: Stabilize 3.6-r3 amd64, #873586Agostino Sarubbo2022-09-301-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-im/bitlbee: Keyword 3.6-r3 x86, #866105Jakov Smolić2022-08-301-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* net-im/bitlbee: Keyword 3.6-r3 ppc, #866105Arthur Zamarin2022-08-231-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-im/bitlbee: Keyword 3.6-r3 ppc64, #866105Arthur Zamarin2022-08-231-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-im/bitlbee: Keyword 3.6-r3 arm64, #866105Arthur Zamarin2022-08-231-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-im/bitlbee: remove system-json-parser patch from livePetr Vaněk2022-08-232-101/+1
| | | | | | | | This feature is now integrated in upstream. Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/26925 Signed-off-by: Sam James <sam@gentoo.org>
* net-im/bitlbee: remove obsolete xmpp? ( !nss ) requirementPetr Vaněk2022-08-234-4/+1
| | | | | | | | | | | | | | | | | | This requirement was basically introduced with 1.2 release in commit [1] in order to solve https://bugs.gentoo.org/213958#c8 issue (the xmpp use flag was called jabber back then). The requirement was later transformed to REQUIRED_USE in commit [2]. However, this requirement seems no longer be valid. The nss use description in metadata was also bogus, it is changed to more generic form. [1] https://gitweb.gentoo.org/repo/gentoo/historical.git/commit/?id=30a0fafed3bd420fdb03e6e0a0da3d5f0a86b62e [2] https://gitweb.gentoo.org/repo/gentoo/historical.git/commit/?id=65aa90800da80b1fbffc36c7b15c3503c37d7fd0 Bug: https://bugs.gentoo.org/213958 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* net-im/bitlbee: tests require xmpp enabled not pluginsPetr Vaněk2022-08-233-3/+3
| | | | | | | | | | | | | | | | | plugins use flag is not required for test to work but xmpp is, because of tests/check_jabber_* tests. The test? ( plugin ) requirement was wrongly introduced in commit eb108d8b5224 ("net-im/bitlbee: force plugins to be enabled for tests") as a solution for bug https://bugs.gentoo.org/617604 which was later reported again in bug https://bugs.gentoo.org/739510 and correctly fixed in commit 05dc33a126ab ("net-im/bitlbee: fix compilation with disabled plugins use"). Bug: https://bugs.gentoo.org/617604 Bug: https://bugs.gentoo.org/739510 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* net-im/bitlbee: drop msn and oscar use flagsPetr Vaněk2022-08-234-11/+8
| | | | | | | | | | | msn[1] and oscar[2] protocols were removed in version 3.6, therefore both use flags do nothing. [1] https://github.com/bitlbee/bitlbee/commit/7ec2ce8fd7d30a536823ef9e08a3dad80ce76d4e [2] https://github.com/bitlbee/bitlbee/commit/e5d2c5607310ef9669a051a1b93e019319495955 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* net-im/bitlbee: fix tests in 3.6-r3 and livePetr Vaněk2022-08-232-8/+41
| | | | | | | | | | | | It was necessary to adapt system-json-parser patches more with LDFLAGS_CHECK variable which is used when ./tests/check binary is linked. Fixes: 90a3d5fff1c0 ("net-im/bitlbee: Use system json-parser") Fixes: 2f4aeedeec9c ("net-im/bitlbee: sync live") Closes: https://bugs.gentoo.org/865667 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* net-im/bitlbee: sync livePetr Vaněk2022-08-182-3/+89
| | | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/26703 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-im/bitlbee: Use system json-parserPetr Vaněk2022-08-182-0/+239
| | | | | | | | | | | | | - Applied patch allows us to use system json-parser, it is based on upstream PR, see the link below - Dropped arm64, ppc, ppc64 and x86 keywords because newly introduced dev-libs/json-parser dependency has currently only ~amd64 keyword - EAPI 7 -> 8 Upstream-PR: https://github.com/bitlbee/bitlbee/pull/151 Bug: https://bugs.gentoo.org/861371 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-im/bitlbee: set correct --libdirPetr Vaněk2022-08-182-0/+2
| | | | | | | | | | The libdir is currently not used to install any files, however, it is used in generated bitlbee.pc, where it should point to correct directory. Closes: https://bugs.gentoo.org/861383 Fixes: b88db9002a8e ("net-im/bitlbee: Install pkgconfig to /usr/$(get_libdir)/pkgconfig") Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-im/bitlbee: fix strict-aliasing issue in bundled libraryPetr Vaněk2022-08-182-1/+33
| | | | | | | | | | The patch is based on fixes from upstream. LICENSE is extended with BSD-2, the license of bundled library. Upstream-PR: https://github.com/bitlbee/bitlbee/pull/162 Closes: https://bugs.gentoo.org/861371 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-im/bitlbee: add github upstream metadataSam James2022-07-281-0/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-im/bitlbee: enable py3.11Petr Vaněk2022-07-092-2/+2
| | | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/26304 Signed-off-by: Sam James <sam@gentoo.org>
* net-im/bitlbee: Keyword 3.6-r1 arm64, #852857Jakov Smolić2022-06-211-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* net-im/bitlbee: disable py3.7Petr Vaněk2022-02-072-2/+2
| | | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/24068 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-im/bitlbee: update EAPI 7 -> 8Petr Vaněk2022-02-071-1/+1
| | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-im/bitlbee: enable py3.10Petr Vaněk2022-02-072-4/+4
| | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Arthur Zamarin <arthurzam@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-im/bitlbee: remove libressl supportMikle Kolyada2021-05-022-6/+4
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* net-im/bitlbee: plugins use is required by purplePetr Vaněk2021-04-152-2/+4
| | | | | | | | | | | | | Purple code uses function conditionally exposed by plugins use flag, therefore plugins use is required by purple. This requirement was introduced in upstream by commit 6d212f401cf7 ("purple: include purple plugins in the 'plugins' command list"), where function purple_initmodule calls plugin_info_add. Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/20347 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-im/bitlbee: fix compilation with disabled plugins usePetr Vaněk2021-04-152-0/+56
| | | | | | | | | The patch is taken from upstream where it was already merged. Upstream-PR: https://github.com/bitlbee/bitlbee/pull/156 Closes: https://bugs.gentoo.org/739510 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-im/bitlbee: add python 3.9 supportPetr Vaněk2021-03-262-4/+4
| | | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/20096 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>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-312-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-im/bitlbee: security cleanupSam James2020-09-095-399/+0
| | | | | | Bug: https://bugs.gentoo.org/631072 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
* net-im/bitlbee: stable 3.6-r1 for ppcSergei Trofimovich2020-09-071-1/+1
| | | | | | | | stable wrt bug #631072 Package-Manager: Portage-3.0.5, Repoman-3.0.1 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* net-im/bitlbee: amd64 stable wrt bug #631072Agostino Sarubbo2020-08-221-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-im/bitlbee: x86 stable wrt bug #631072Agostino Sarubbo2020-08-221-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-im/bitlbee: remove unnecessary chown from pkg_postinst phasePetr Vaněk2020-05-053-12/+0
| | | | | | | | Closes: https://bugs.gentoo.org/630912 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/14984 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-im/bitlbee: sync 3.6 with live ebuildPetr Vaněk2020-05-051-5/+12
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-im/bitlbee: fix dependencies in live ebuildPetr Vaněk2020-05-051-9/+15
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-im/bitlbee: fix libcheck and libevent bugsPetr Vaněk2020-05-054-13/+727
| | | | | | | | | | Both patches are taken from upstream. Closes: https://bugs.gentoo.org/690504 Closes: https://bugs.gentoo.org/711364 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-im/bitlbee: add myself as a maintainerPetr Vaněk2020-05-051-1/+8
| | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-im/bitlbee: use acct-{group,user}/bitlbeePetr Vaněk2020-05-053-21/+12
| | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: Update attribution for all files with a 2019 copyright.Ulrich Müller2020-03-191-1/+1
| | | | | | | Policy reference: https://www.gentoo.org/glep/glep-0076.html#simplified-attribution Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-111-0/+1
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-im/bitlbee: Install pkgconfig to /usr/$(get_libdir)/pkgconfigPetr Vaněk2019-11-203-1/+4
| | | | | | | | | | | | | This commit indirectly solves issues #678128 and #678510 because pkg-config searches bitlbee.pc in /usr/lib64/pkgconfig by default for ARCH=amd64. Closes: https://bugs.gentoo.org/678128 Closes: https://bugs.gentoo.org/678510 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/13554 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-im/bitlbee: drop myself as a maintainerTim Harder2019-11-171-4/+1
| | | | Signed-off-by: Tim Harder <radhermit@gentoo.org>
* net-im: Remove *-fbsd KEYWORDSMichał Górny2019-10-113-3/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>