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>
* dev-util/bats: mark ALLARCHESSam James2021-01-031-0/+1
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/bats: Dropped old maintainersLars Wendler2020-07-281-8/+0
| | | | | Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* dev-util/bats: update upstream to new actually maintained locationHenning Schild2020-07-281-1/+1
| | | | | | Signed-off-by: Henning Schild <henning@hennsch.de> Closes: https://github.com/gentoo/gentoo/pull/16409 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* dev-util/bats: add new proxy maintainerHenning Schild2020-07-281-0/+8
| | | | | Signed-off-by: Henning Schild <henning@hennsch.de> Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* dev-util/bats: Remove useless maintainer <description/>Michał Górny2018-02-111-2/+0
| | | | | | | | | Remove useless/redundant maintainer <description/>. It does not benefit bug wrangling, and only wastes developer's time on reading it. Few tips: - assignee/CC is implied by ordering, there is no reason to repeat it, - we know that maintainer is maintainer (la la la la la), - most of adjectives for maintainer are of no value and/or are obvious.
* dev-util/bats: Add myself as maintainer proxied through Polynomial-CNelo-T. Wallus2017-08-111-7/+16
| | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/5378
* dev-util/bats: drop inactive proxy maintainer. By jsteinAmy Liffey2017-08-081-9/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* dev-util/bats: new packageSam Jorna2016-05-011-0/+26
Bats is a TAP-compliant testing framework for Bash. It provides a simple way to verify that the UNIX programs you write behave as expected. This has been added in order to support app-admin/yadm in bug 581118. Maintainer assigned to Espen H per request under Proxy Maintainers. Gentoo-bug: 581392 Package-Manager: portage-2.2.28