summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-voip/murmur: fix build on muslWolfgang Müller2024-10-062-0/+59
| | | | | | | Closes: https://bugs.gentoo.org/888960 Signed-off-by: Wolfgang Müller <wolf@oriole.systems> Closes: https://github.com/gentoo/gentoo/pull/38812 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* net-voip/umurmur: remove live ebuildMichael Mair-Keimberger2024-09-241-110/+0
| | | | | | | | | Remove live ebuild since upstream wasn't updated for a couple of years. I think it makes no sense to keep these ebuilds, especially when the non-live ebuild is already at HEAD. Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-voip/murmur: remove unused fileMichael Mair-Keimberger2024-09-141-1/+0
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-voip/mumble: drop 1.4.287-r1Andreas Sturmlechner2024-08-303-190/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* net-voip/murmur: drop 1.4.287-r2Andreas Sturmlechner2024-08-304-214/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* net-voip/murmur: stabilize 1.5.634 for amd64, x86Kenton Groombridge2024-08-051-1/+1
| | | | Signed-off-by: Kenton Groombridge <concord@gentoo.org>
* net-voip/mumble: stabilize 1.5.634 for amd64, arm64, ppc64, x86Kenton Groombridge2024-08-051-1/+1
| | | | Signed-off-by: Kenton Groombridge <concord@gentoo.org>
* net-voip/mumble: enable py3.13Kenton Groombridge2024-08-052-2/+2
| | | | Signed-off-by: Kenton Groombridge <concord@gentoo.org>
* net-voip/murmur: avoid -Werror during buildKenton Groombridge2024-06-102-0/+2
| | | | | Closes: https://bugs.gentoo.org/933876 Signed-off-by: Kenton Groombridge <concord@gentoo.org>
* net-voip/murmur: fix split-usr handling of systemd unit renameKenton Groombridge2024-06-092-4/+6
| | | | | Closes: https://bugs.gentoo.org/933856 Signed-off-by: Kenton Groombridge <concord@gentoo.org>
* net-voip/mumble: add 1.5.634Kenton Groombridge2024-06-082-0/+157
| | | | Signed-off-by: Kenton Groombridge <concord@gentoo.org>
* net-voip/mumble: update live ebuildKenton Groombridge2024-06-081-12/+11
| | | | Signed-off-by: Kenton Groombridge <concord@gentoo.org>
* net-voip/murmur: add 1.5.634Kenton Groombridge2024-06-081-0/+161
| | | | Signed-off-by: Kenton Groombridge <concord@gentoo.org>
* net-voip/murmur: update live ebuildKenton Groombridge2024-06-082-10/+12
| | | | Signed-off-by: Kenton Groombridge <concord@gentoo.org>
* net-voip/telepathy-gabble: Remove last-rited pkgMichał Górny2024-05-085-352/+0
| | | | | | Bug: https://bugs.gentoo.org/926193 Bug: https://bugs.gentoo.org/891791 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-voip/telepathy-rakia: Remove last-rited pkgMichał Górny2024-05-083-54/+0
| | | | | | Bug: https://bugs.gentoo.org/926193 Bug: https://bugs.gentoo.org/891791 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-voip/telepathy-salut: Remove last-rited pkgMichał Górny2024-05-085-283/+0
| | | | | | Bug: https://bugs.gentoo.org/926193 Bug: https://bugs.gentoo.org/891791 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-voip/murmur: drop 1.4.287-r1Kenton Groombridge2024-03-071-185/+0
| | | | Signed-off-by: Kenton Groombridge <concord@gentoo.org>
* net-voip/murmur: stabilize 1.4.287-r2 for amd64, x86Kenton Groombridge2024-03-071-1/+1
| | | | Signed-off-by: Kenton Groombridge <concord@gentoo.org>
* net-voip/mumble: update copyright yearKenton Groombridge2024-02-091-1/+1
| | | | Signed-off-by: Kenton Groombridge <concord@gentoo.org>
* net-voip/mumble: Update live ebuildSebastian Parborg2024-02-091-0/+1
| | | | | | Signed-off-by: Sebastian Parborg <darkdefende@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/30788 Signed-off-by: Kenton Groombridge <concord@gentoo.org>
* net-voip/murmur: update live ebuildSebastian Parborg2024-02-092-64/+58
| | | | | Signed-off-by: Sebastian Parborg <darkdefende@gmail.com> Signed-off-by: Kenton Groombridge <concord@gentoo.org>
* net-voip/murmur: add 1.4.287-r2Sebastian Parborg2024-02-091-0/+200
| | | | | | | | | | | | | | | | | | | | | | | The default install would not run out of the box and one needed to change the following to get it up and running: - Set the pidfile option to /run/murmur/murmur.pid in .ini config file - Change logfile setting to /var/log/murmur/murmur.log in ini file - Specify the data base location to /var/lib/murmur/database.sqlite in the ini file. Otherwise it would complain that the database was read only and wouldn't start. - Needed to add avahi-daemon to "use" in the depend section in the init.d script to get zeroconf functionality to work. - Fix avahi command in initd file Clarified and simplified the post install message as well. Signed-off-by: Sebastian Parborg <darkdefende@gmail.com> Signed-off-by: Kenton Groombridge <concord@gentoo.org>
* Move {dev-util → dev-build}/gtk-doc-amMichał Górny2024-01-171-3/+3
| | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/34819 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Move {app-doc → app-text}/doxygenMichał Górny2024-01-122-4/+4
| | | | | | | | Per the category metadata, app-doc/ is reserved for documentation *files* and not software. Move it to app-text/ where it seems a better fit. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Revert "net-voip/yate: remove masked IUSE="dahdi""Sam James2023-12-273-6/+9
| | | | | | | | | | This reverts commit 546086695a47bbf4d0f3899c5b5476a4cfb3e07c. Removal date was not yet met & there are plans to possibly resurrect dahdi, per the bug. Bug: https://bugs.gentoo.org/914477 Signed-off-by: Sam James <sam@gentoo.org>
* profiles/use.desc: Make USE=speech globalMichał Górny2023-12-181-1/+0
| | | | | | | | Add a global USE=speech. It is used in 29 packages, the most of them precisely matching the description. I've left local descriptions where they provide additional useful information. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-voip/yate: remove masked IUSE="dahdi"Arthur Zamarin2023-12-163-9/+6
| | | | | | | | The package behind the USE flag was just tree-cleaned, so remove the USE flag (which was masked, so NOP). Bug: https://bugs.gentoo.org/914477 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-voip: Add German translation to metadataUlrich Müller2023-12-091-0/+4
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* net-voip/sipvicious: drop 0.3.4Jaco Kroon2023-09-221-27/+0
| | | | | | Signed-off-by: Jaco Kroon <jaco@uls.co.za> Closes: https://github.com/gentoo/gentoo/pull/32537 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-voip/sipvicious: 0.3.4-r1 (PEP517).Jaco Kroon2023-09-221-0/+29
| | | | | | Closes: https://bugs.gentoo.org/910014 Signed-off-by: Jaco Kroon <jaco@uls.co.za> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-voip/murmur: remove unused fileMichael Mair-Keimberger2023-08-151-25/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/32321 Signed-off-by: Kenton Groombridge <concord@gentoo.org>
* net-voip/murmur: drop 1.3.4-r1Kenton Groombridge2023-08-142-163/+0
| | | | Signed-off-by: Kenton Groombridge <concord@gentoo.org>
* net-voip/mumble: drop 1.3.4-r1Kenton Groombridge2023-08-142-170/+0
| | | | Signed-off-by: Kenton Groombridge <concord@gentoo.org>
* net-voip/mumble: Switch IUSE=pulseaudio to media-libs/libpulseAndreas Sturmlechner2023-06-111-1/+1
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* net-voip/sipvicious: enable py3.11Sam James2023-05-031-1/+1
| | | | | Closes: https://bugs.gentoo.org/897154 Signed-off-by: Sam James <sam@gentoo.org>
* net-voip/mumble: enable py3.11Kenton Groombridge2023-03-273-3/+3
| | | | | Closes: https://bugs.gentoo.org/897152 Signed-off-by: Kenton Groombridge <concord@gentoo.org>
* net-voip/captagent: treecleanJaco Kroon2023-02-096-524/+0
| | | | | | | | | | | Closes: https://bugs.gentoo.org/870910 Closes: https://bugs.gentoo.org/877731 Closes: https://bugs.gentoo.org/884815 Closes: https://bugs.gentoo.org/885845 Closes: https://github.com/gentoo/gentoo/pull/29339 Signed-off-by: Jaco Kroon <jaco@uls.co.za> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: remove py3.8 from PYTHON_COMPATDavid Seifert2023-01-147-14/+14
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* net-voip/mumble: update live ebuildKenton Groombridge2022-12-261-7/+1
| | | | Signed-off-by: Kenton Groombridge <concord@gentoo.org>
* net-voip/murmur: add missing USE dep for dev-qt/qtnetwork[ssl]Kenton Groombridge2022-12-253-3/+3
| | | | | Closes: https://bugs.gentoo.org/885635 Signed-off-by: Kenton Groombridge <concord@gentoo.org>
* net-voip/umurmur: drop 0.2.17-r4, 0.2.19Sam James2022-12-213-223/+0
| | | | | Bug: https://bugs.gentoo.org/886791 Signed-off-by: Sam James <sam@gentoo.org>
* net-voip/umurmur: Stabilize 0.2.20 amd64, #886791Arthur Zamarin2022-12-181-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-voip/umurmur: Stabilize 0.2.20 x86, #886791Sam James2022-12-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-voip/telepathy-gabble: update EAPI 6 -> 8David Seifert2022-12-071-6/+4
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* net-voip/murmur: add github upstream metadataKenton Groombridge2022-12-071-0/+1
| | | | Signed-off-by: Kenton Groombridge <concord@gentoo.org>
* net-voip/murmur: drop 1.4.274-r1Kenton Groombridge2022-12-072-186/+0
| | | | Signed-off-by: Kenton Groombridge <concord@gentoo.org>
* net-voip/mumble: drop 1.4.274-r1Kenton Groombridge2022-12-062-151/+0
| | | | Signed-off-by: Kenton Groombridge <concord@gentoo.org>
* net-voip/mumble: Stabilize 1.4.287-r1 amd64, #877665Arthur Zamarin2022-12-061-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-voip/mumble: Stabilize 1.4.287-r1 x86, #877665Arthur Zamarin2022-12-061-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>