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>
* */*: update maintainer nameTheo Anderson2021-06-181-1/+1
| | | | | | Signed-off-by: James Beddek <telans@posteo.de> Closes: https://github.com/gentoo/gentoo/pull/21299 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-analyzer/prettyping: Add telans as maintainerAndreas Sturmlechner2020-12-261-1/+8
| | | | | | See also: https://github.com/gentoo/gentoo/pull/18717 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* net-analyzer/prettyping: Change to "maintainer needed"Ralph Seichter2020-12-261-8/+1
| | | | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Ralph Seichter <gentoo@seichter.de> Closes: https://github.com/gentoo/gentoo/pull/18717 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* net-analyzer/prettyping: Ping wrapper with coloured output (new package)Ralph Seichter2018-11-031-0/+20
'prettyping' is a wrapper around the standard 'ping' tool, making the output prettier, more colorful, more compact, and easier to read. Closes: https://bugs.gentoo.org/664958 Package-Manager: Portage-2.3.49, Repoman-2.3.11 Signed-off-by: Ralph Seichter <gentoo@seichter.de> Closes: https://github.com/gentoo/gentoo/pull/10200 Signed-off-by: Michał Górny <mgorny@gentoo.org>