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>
* */*: 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>
* dev-python/ruamel-yaml-clib: add self as comaintainerZoltan Puskas2020-08-301-0/+8
| | | | | | | | Volunteering after Adnrey Utkin's request on gentoo-dev mailing list. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info> Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* dev-python/ruamel-yaml-clib: add andrey_utkin as co-maintainerMarek Szuba2020-04-281-0/+4
| | | | | | | | | To synchronise the list of maintainers with dev-python/ruamel-yaml proper, minus fkmclane due to the fact they are about to retire. Agreed with andrey_utkin on IRC. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-python/ruamel-yaml-clib: new package, sort ofMarek Szuba2020-04-241-0/+20
This used to be part of dev-python/ruamel-yaml prior to its version 0.16 (which is why why have already got ~arm64 and ~x86 in KEYWORDS), now however it is a (theoretically optional) separate package. Assigning myself as maintainer for the time being, that said I'll be happy to transfer it to Andrey and Foster once they have reported back on the subject of ruamel.yaml version bump. Bug: https://bugs.gentoo.org/711070 Signed-off-by: Marek Szuba <marecki@gentoo.org>