summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-util/roctracer: pthread_yield -> sched_yield (glibc 2.34)David Seifert2021-10-302-3/+41
| | | | | Closes: https://bugs.gentoo.org/808049 Signed-off-by: David Seifert <soap@gentoo.org>
* **/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>
* dev-util/roctracer: bump version to 4.3.0YiyangWu2021-08-262-0/+72
| | | | | | | | | | Use python-any-r1 to ensure dev-python/CppHeaderParser and dev-python/ply BDEPEND Closes: https://github.com/gentoo/gentoo/pull/22035 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* dev-util/roctracer: bump version to 4.2YiyangWu2021-08-132-0/+63
| | | | | | | | | | | | fix the missing dependency of dev-util/hip-4.2: https://qa-reports.gentoo.org/output/gentoo-ci/222df9ee45/output.html#dev-util/hip Bug: https://github.com/gentoo/gentoo/pull/21655 Closes: https://github.com/gentoo/gentoo/pull/21973 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Signed-off-by: Benda Xu <heroxbd@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>
* dev-util/roctracer: performance tracing for AMD GPUs.Benda Xu2021-01-244-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>