summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-im/bitlbee: sync livePetr Vaněk2024-02-201-2/+2
| | | | Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* */*: remove py3.8 from PYTHON_COMPATDavid Seifert2023-01-141-2/+2
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* net-im/bitlbee: remove system-json-parser patch from livePetr Vaněk2022-08-231-2/+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-231-1/+0
| | | | | | | | | | | | | | | | | | 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-231-1/+1
| | | | | | | | | | | | | | | | | 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-231-2/+2
| | | | | | | | | | | 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: sync livePetr Vaněk2022-08-181-3/+6
| | | | | | 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: set correct --libdirPetr Vaněk2022-08-181-0/+1
| | | | | | | | | | 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: enable py3.11Petr Vaněk2022-07-091-1/+1
| | | | | | 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: disable py3.7Petr Vaněk2022-02-071-1/+1
| | | | | | 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-071-2/+2
| | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-im/bitlbee: remove libressl supportMikle Kolyada2021-05-021-3/+2
| | | | | 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-151-1/+2
| | | | | | | | | | | | | 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: add python 3.9 supportPetr Vaněk2021-03-261-2/+2
| | | | | | 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>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-311-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-im/bitlbee: remove unnecessary chown from pkg_postinst phasePetr Vaněk2020-05-051-4/+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: 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: use acct-{group,user}/bitlbeePetr Vaněk2020-05-051-7/+4
| | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-im/bitlbee: Install pkgconfig to /usr/$(get_libdir)/pkgconfigPetr Vaněk2019-11-201-0/+1
| | | | | | | | | | | | | 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: Remove *-fbsd KEYWORDSMichał Górny2019-10-111-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-im/bitlbee: add missing conditional test RESTRICTTim Harder2019-08-141-0/+1
| | | | Signed-off-by: Tim Harder <radhermit@gentoo.org>
* net-im/bitlbee: version bump to 3.6Tim Harder2019-02-091-24/+5
| | | | | | | | | Also, simplify the init script. Bug: https://bugs.gentoo.org/631072 Closes: https://bugs.gentoo.org/640126 Signed-off-by: Tim Harder <radhermit@gentoo.org>
* net-im/bitlbee: force plugins to be enabled for testsTim Harder2017-09-111-0/+1
| | | | Closes: https://bugs.gentoo.org/show_bug.cgi?id=617604
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* net-im/bitlbee: drop yahoo support (bug #607126)Tim Harder2017-01-251-2/+2
|
* net-im/bitlbee: version bump to 3.5Tim Harder2017-01-201-6/+16
|
* net-im/bitlbee: revision bump for various updatesTim Harder2016-09-041-76/+45
| | | | | | | | * update to EAPI 6 * fix systemd unit to use bitlbee user (bug #472406) * update SSL handling, make it non-optional (bug #582658 by Alex Xu) * drop skype support, use libpurple and x11-plugins/pidgin-skypeweb instead (https://wiki.bitlbee.org/HowtoSkypeWeb)
* net-im/bitlbee: add ${EPREFIX} to configure argsZac Medico2016-07-031-2/+4
| | | | Package-Manager: portage-2.3.0
* net-im/bitlbee: version bump to 3.4.2Tim Harder2016-03-261-3/+14
|
* Add libressl support to many packagesJason A. Donenfeld2016-03-021-2/+2
| | | | | Package maintainers will likely want to cleanup various things for this experimental USE flag.
* net-im/bitlbee: add live ebuildTim Harder2016-01-171-0/+176