summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* **/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-misc/asterisk-opus: New version for net-misc/asterisk-18.*Jaco Kroon2021-05-262-0/+51
| | | | | | | 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/20997 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/asterisk-opus: QA issues + sub slots.Jaco Kroon2021-05-262-4/+6
| | | | | | | | | | | sub slots as per asterisk versions. Add QA variable exclusions. Closes: https://bugs.gentoo.org/792186 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Jaco Kroon <jaco@uls.co.za> 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>
* net-misc/asterisk-opus: version bump post asterisk-16Jaco Kroon2020-04-132-0/+50
| | | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Jaco Kroon <jaco@uls.co.za> Closes: https://github.com/gentoo/gentoo/pull/15266 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-misc/asterisk-opus: initial version.Jaco Kroon2020-03-313-0/+66
This is Digium's OPUS codec implementation for asterisk. If you're doing WebRTC you should use this. Closes: https://bugs.gentoo.org/655402 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Jaco Kroon <jaco@uls.co.za> Closes: https://github.com/gentoo/gentoo/pull/15044 Signed-off-by: Joonas Niilola <juippis@gentoo.org>