summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: 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>
* */*: Normalize metadata.xml filesMichał Górny2021-03-161-1/+1
| | | | | | | | | | | 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-libs/libsignal-protocol-c: update maintainer e-mailJoonas Niilola2021-02-281-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-libs/libsignal-protocol-c: Stabilize 2.3.3 arm64, #762463Sam James2020-12-311-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/libsignal-protocol-c: keyword x86Joonas Niilola2020-12-061-1/+1
| | | | | Bug: https://bugs.gentoo.org/758668 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-libs/libsignal-protocol-c: amd64 stable wrt bug #747937Agostino Sarubbo2020-10-121-1/+1
| | | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/libsignal-protocol-c: move ~arm64 forwardSam James2020-07-231-1/+1
| | | | | Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/libsignal-protocol-c: arm64 keyworded (bug #733108)Sam James2020-07-201-1/+1
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/libsignal-protocol-c: 2.3.3Sebastian Pipping2020-03-282-0/+15
| | | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org> Package-Manager: Portage-2.3.92, Repoman-2.3.20
* */*: Bump copyright on files touched this yearMichał Górny2020-02-112-2/+2
| | | | | | | 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>
* */*: Switch proxy-maint to cmake.eclassAndreas Sturmlechner2020-01-192-2/+2
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* net-libs/libsignal-protocol-c: fix comaintainer emailAndrey Utkin2019-11-161-1/+1
| | | | | | | | | | | The value I used came from his overlay. It didn't correspond to his Gentoo bugzilla account email address, which caused an issue with proxy-maint scripts. Reported-by: Joonas Niilola <juippis@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* net-libs/libsignal-protocol-c: fix bad distfile nameAndrey Utkin2019-10-142-2/+2
| | | | | | | | | It used the filename "v2.3.2.tar.gz". Thanks to repomirrorci@gentoo.org. Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* net-libs/libsignal-protocol-c: add new packageAndrey Utkin2019-10-144-0/+50
Needed as a dependency enabling OMEMO functionality of net-im/profanity. Copied from https://github.com/optmzr/gentoo-overlay . Bug: https://bugs.gentoo.org/697644 Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>