diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2022-01-05 16:31:16 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-01-05 17:32:21 +0100 |
commit | 33429181735be07d059eba9e83bdd729c6c41452 (patch) | |
tree | 3d907fe78468e114e293adc31d75772a3ef4736b /dev-java/commons-collections/metadata.xml | |
parent | net-libs/webkit-gtk: remove old (diff) | |
download | gentoo-33429181735be07d059eba9e83bdd729c6c41452.tar.gz gentoo-33429181735be07d059eba9e83bdd729c6c41452.tar.bz2 gentoo-33429181735be07d059eba9e83bdd729c6c41452.zip |
dev-java/commons-collections: bump to 4.4
Bug: https://bugs.gentoo.org/830639
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/23659
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-java/commons-collections/metadata.xml')
-rw-r--r-- | dev-java/commons-collections/metadata.xml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/dev-java/commons-collections/metadata.xml b/dev-java/commons-collections/metadata.xml index 6ef2d50cf07e..62a57c23950f 100644 --- a/dev-java/commons-collections/metadata.xml +++ b/dev-java/commons-collections/metadata.xml @@ -1,8 +1,11 @@ <?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> + <maintainer type="project"> + <email>java@gentoo.org</email> + <name>Java</name> + </maintainer> + <longdescription> + The Apache Commons Collections package contains types that extend and augment the Java Collections Framework. + </longdescription> </pkgmetadata> |