diff options
author | 2022-10-22 09:36:49 +0200 | |
---|---|---|
committer | 2022-10-28 17:50:49 +0200 | |
commit | 3d99de476d198c1e09f5fdd5c86c966ccceb05a1 (patch) | |
tree | ecd2f6b5f3dfae8d296c52e90422e596b1d6f48f /dev-java/bcel/metadata.xml | |
parent | sec-keys/openpgp-keys-apache-commons: new package, add 20220709 (diff) | |
download | gentoo-3d99de476d198c1e09f5fdd5c86c966ccceb05a1.tar.gz gentoo-3d99de476d198c1e09f5fdd5c86c966ccceb05a1.tar.bz2 gentoo-3d99de476d198c1e09f5fdd5c86c966ccceb05a1.zip |
dev-java/bcel: add 6.6.0
includes https://issues.apache.org/jira/browse/BCEL-363
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/27929
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-java/bcel/metadata.xml')
-rw-r--r-- | dev-java/bcel/metadata.xml | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/dev-java/bcel/metadata.xml b/dev-java/bcel/metadata.xml index fedca9bbcd0c..270b56990f29 100644 --- a/dev-java/bcel/metadata.xml +++ b/dev-java/bcel/metadata.xml @@ -1,19 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>java@gentoo.org</email> - <name>Java</name> - </maintainer> - <longdescription lang="en"> - This is the main Reference implementation of the BCEL JavaClass API. - The Byte Code Engineering Library (formerly known as JavaClass) is intended - to give users a convenient possibility to analyze, create, and manipulate - (binary) Java class files (those ending with .class). Classes are represented - by objects which contain all the symbolic information of the given class: - methods, fields and byte code instructions, in particular. - </longdescription> - <upstream> - <remote-id type="github">apache/commons-bcel</remote-id> - </upstream> + <maintainer type="project"> + <email>java@gentoo.org</email> + <name>Java</name> + </maintainer> + <longdescription lang="en"> + This is the main Reference implementation of the BCEL JavaClass API. + The Byte Code Engineering Library (formerly known as JavaClass) is intended + to give users a convenient possibility to analyze, create, and manipulate + (binary) Java class files (those ending with .class). Classes are represented + by objects which contain all the symbolic information of the given class: + methods, fields and byte code instructions, in particular. + </longdescription> + <upstream> + <changelog>https://downloads.apache.org/commons/bcel/RELEASE-NOTES.txt</changelog> + <remote-id type="github">apache/commons-bcel</remote-id> + </upstream> </pkgmetadata> |