summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-voip/telepathy-gabble: add python 3.10t0b32021-12-181-1/+1
| | | | | | | Closes: https://bugs.gentoo.org/829467 Signed-off-by: t0b3 <thomas.bettler@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/23389 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* net-voip/telepathy-gabble: fix libsoup slot dependencySam James2021-09-161-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-117-7/+7
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* net-voip/sipvicious: version 0.3.4Jaco Kroon2021-08-232-0/+28
| | | | | | | | Closes: https://bugs.gentoo.org/809473 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Jaco Kroon <jaco@uls.co.za> Closes: https://github.com/gentoo/gentoo/pull/22018 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* net-voip/telepathy-salut: use binding := for dev-libs/opensslIonen Wolkens2021-06-221-1/+1
| | | | | | | | Needed for upcoming upgrade to OpenSSL 3.0.0 which has changed ABI. Acked-by: David Seifert <soap@gentoo.org> Signed-off-by: Ionen Wolkens <ionen@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
* net-voip/telepathy-salut: rev bump for commit 59f2b43f3Thomas Deutschmann2021-06-181-0/+0
| | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* net-voip/telepathy-gabble: rev bump for commit d6add1e6aThomas Deutschmann2021-06-181-0/+0
| | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* net-voip/telepathy-salut: Fix MissingUseDepDefault for dev-libs/openssl[bindist]Thomas Deutschmann2021-06-171-2/+2
| | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* net-voip/telepathy-gabble: Fix MissingUseDepDefault for ↵Thomas Deutschmann2021-06-171-1/+1
| | | | | | | dev-libs/openssl[bindist] Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* net-voip/captagent: add subslot binder to opensslJoonas Niilola2021-06-151-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-voip/captagent: update DESCRIPTION, don't replicate PNJoonas Niilola2021-06-151-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-voip/captagent: New Package. Version 6.3.1.Jaco Kroon2021-06-155-0/+459
| | | | | | | | | | | | CaptAgent: 100% Open-Source Packet Capture Agent for HEP autoconf patch from upstream (in response to issue report). gcc10 patches pending on PR. Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Jaco Kroon <jaco@uls.co.za> Closes: https://github.com/gentoo/gentoo/pull/20854 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-voip/telepathy-gabble: remove libressl supportMikle Kolyada2021-05-021-4/+3
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* net-voip/yate: fix DEPEND typoSam James2021-04-022-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-voip/sipvicious: fix styleSam James2021-03-291-2/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-voip/sipvicious: Version 0.3.3Jaco Kroon2021-03-293-0/+36
| | | | | | | | | Sneak in p-m addition to maintainers in metadata.xml. Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Jaco Kroon <jaco@uls.co.za> Closes: https://github.com/gentoo/gentoo/pull/20111 Signed-off-by: Sam James <sam@gentoo.org>
* */*: replace <description>Proxy...</description with proxied=""Michał Górny2021-03-161-2/+1
| | | | Signed-off-by: Michał Górny <mgorny@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>
* */*: Normalize metadata.xml filesMichał Górny2021-03-161-1/+0
| | | | | | | | | | | 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-voip/yate: fix double KEYWORDSSam James2021-02-152-2/+0
| | | | | | | | | | Double KEYWORDS lines break tools like ekeyword and Nattka. As per PMS, blank/empty KEYWORDS is implied by not defining the variable. See: https://projects.gentoo.org/qa/policy-guide/ebuild-format.html#pg0105 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-313-3/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-voip/sipvicious: mark ALLARCHESSam James2021-01-041-0/+1
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* net-voip/sipvicious: moved from dev-python/sipviciousSam James2021-01-043-0/+39
| | | | | | | It's written in Python but it's not a library. Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* net-voip/yate: EAPI 7, copyright headersSam James2021-01-042-13/+17
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* net-voip/yate: Cleanup.Jaco Kroon2021-01-043-182/+0
| | | | | | | Remove older versions blocking removal of dev-libs/ilbc-rfc3951. Signed-off-by: Jaco Kroon <jaco@uls.co.za> Signed-off-by: Sam James <sam@gentoo.org>
* net-voip/yate: bring -9999 in line with 6.2.0.Jaco Kroon2021-01-042-17/+6
| | | | | | | | | This basically brings in the known required patches, and removes duplicate -9999 patch from files/. Signed-off-by: Jaco Kroon <jaco@uls.co.za> Closes: https://bugs.gentoo.org/666012 Signed-off-by: Sam James <sam@gentoo.org>
* net-voip/yate: version bump to 6.2.0Jaco Kroon2021-01-043-0/+115
| | | | | | | | | | | | | | Includes fixups for USE=mysql. DISCLAIMER: I have no interest in yate itself. However, change is requird for ILBC cleanup. Given the state of the open bugs, I'd actually recommend last-riting yate and yatebts. Signed-off-by: Jaco Kroon <jaco@uls.co.za> Closes: https://bugs.gentoo.org/666012 Signed-off-by: Sam James <sam@gentoo.org>
* net-voip/telepathy-haze: Remove last-rited pkgMichał Górny2020-10-275-115/+0
| | | | | Closes: https://bugs.gentoo.org/714636 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-voip/telepathy-salut: Port to py3Michał Górny2020-09-272-10/+6
| | | | | Closes: https://bugs.gentoo.org/735436 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-voip/telepathy-rakia: Port to py3 / any-r1Michał Górny2020-09-272-9/+13
| | | | | | | | Backport a py3 compat patch and correct the package to use python-any-r1 as it does not seem to install anything Python. Closes: https://bugs.gentoo.org/735434 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-voip/telepathy-gabble: Port to py3Michał Górny2020-09-192-2/+5
| | | | | Closes: https://bugs.gentoo.org/735430 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: [QA] Remove redundant <longdescription/>sMichał Górny2020-09-142-7/+0
| | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/17540 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-voip/telepathy-salut: Flatten twisted depMichał Górny2020-03-261-6/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-voip/telepathy-haze: Flatten twisted depMichał Górny2020-03-261-7/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-voip/telepathy-gabble: Flatten twisted depMichał Górny2020-03-261-6/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: [QA] Remove redundant --docdir/--htmldirDavid Seifert2020-02-231-1/+0
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14742 Signed-off-by: David Seifert <soap@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>
* */*: Drop stable alpha keywordsMatt Turner2020-01-251-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-114-0/+4
| | | | | | | | | | | | | | | | | | 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>
* */*: Reassign most of eva@'s packagesMichał Górny2019-11-301-4/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-voip/telepathy-haze: remove oldMart Raudsepp2019-10-201-42/+0
| | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* net-voip/telepathy-haze: x86 stable wrt bug #697882Agostino Sarubbo2019-10-171-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-voip/telepathy-haze: add dev-python/pygobject:2 to test depsJoonas Niilola2019-10-161-0/+1
| | | | | | | Acked-by: Mart Raudsepp <leio@gentoo.org> Closes: https://bugs.gentoo.org/641742 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-voip/telepathy-gabble: Make USE=jingle localMichał Górny2019-09-151-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-voip/telepathy-salut: arm64 stableAaron Bauman2019-07-281-1/+1
| | | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="arm64"
* net-voip/telepathy-rakia: arm64 stableAaron Bauman2019-07-281-1/+1
| | | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="arm64"
* net-voip/telepathy-haze: arm64 stableAaron Bauman2019-07-281-1/+1
| | | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="arm64"
* net-voip/telepathy-gabble: arm64 stableAaron Bauman2019-07-281-1/+1
| | | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="arm64"
* net-voip/yate: add 6.1.0Hans de Graaff2019-07-142-0/+91
| | | | | | | | econf options were not passed due to a missing \ Fixes: https://bugs.gentoo.org/674342 Signed-off-by: Hans de Graaff <graaff@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
* net-voip/telepathy-gabble: Drop 0.18.4 (r0)Andreas Sturmlechner2019-04-241-91/+0
| | | | | Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>