Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | */*: Add proxied="yes" for non-@gentoo.org people | Michał Górny | 2021-03-16 | 1 | -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> | ||||
* | dev-util/roctracer: performance tracing for AMD GPUs. | Benda Xu | 2021-01-24 | 4 | -0/+106 |
Closes: https://github.com/gentoo/gentoo/pull/19148 Suggested-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Suggested-by: Wilfried Holzke <gentoo@holzke.net> Bug: https://bugs.gentoo.org/650804 Bug: https://github.com/gentoo/gentoo/pull/10724 Package-Manager: Portage-3.0.12, Repoman-3.0.1 Signed-off-by: Benda Xu <heroxbd@gentoo.org> |