summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaibo Ma <kaiboma06@gmail.com>2021-02-20 15:36:14 +0000
committerMiroslav Šulc <fordfrog@gentoo.org>2021-02-23 10:13:43 +0100
commita5db61dfb375fc90fe5846215f86346998c85229 (patch)
tree1357dce59a209205e62ac930a7b1f176dead40b7 /dev-java/asm/metadata.xml
parentdev-java/commons-lang: bump to 3.11 (diff)
downloadgentoo-a5db61dfb375fc90fe5846215f86346998c85229.tar.gz
gentoo-a5db61dfb375fc90fe5846215f86346998c85229.tar.bz2
gentoo-a5db61dfb375fc90fe5846215f86346998c85229.zip
dev-java/asm{,-*}: new packages and version bumps
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>
Diffstat (limited to 'dev-java/asm/metadata.xml')
-rw-r--r--dev-java/asm/metadata.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-java/asm/metadata.xml b/dev-java/asm/metadata.xml
index a432a00e09ef..f653390931e4 100644
--- a/dev-java/asm/metadata.xml
+++ b/dev-java/asm/metadata.xml
@@ -5,7 +5,10 @@
<email>java@gentoo.org</email>
<name>Java</name>
</maintainer>
-
+ <maintainer type="person">
+ <email>kaiboma06@gmail.com</email>
+ <name>Kaibo Ma</name>
+ </maintainer>
<longdescription>
ASM is a Java bytecode manipulation framework. It can be used to
dynamically generate stub classes or other proxy classes, directly in