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>
* dev-java/asm{,-*}: new packages and version bumpsKaibo Ma2021-02-236-0/+138
dev-java/asm bumped to the latest versions, because upstream doesn't publish asm-all anymore, we should also split it into components. The dependencies are as follows: - asm: no dependency - asm-tree: asm - asm-analysis: asm, asm-tree - asm-commons and asm-util: asm, asm-tree, asm-analysis Testing is still restricted because it uses JUnit 5 for testing. Signed-off-by: Kaibo Ma <kaiboma06@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/19473 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>