diff options
author | James Le Cuirot <chewi@gentoo.org> | 2017-11-02 21:19:32 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2017-11-02 21:19:32 +0000 |
commit | c2ad389ca165c7d8c68ad119b7fda76bf872cdb2 (patch) | |
tree | 45aaabeac1d5ad818fe4485096b53768d252a608 /dev-util/visualvm/metadata.xml | |
parent | dev-python/qscintilla-python: x86 stable (bug #634838) (diff) | |
download | gentoo-c2ad389ca165c7d8c68ad119b7fda76bf872cdb2.tar.gz gentoo-c2ad389ca165c7d8c68ad119b7fda76bf872cdb2.tar.bz2 gentoo-c2ad389ca165c7d8c68ad119b7fda76bf872cdb2.zip |
dev-util/visualvm: Version bump to 1.3.9
We are using the upstream-provided Netbeans in this version to avoid
the Java 7 dependency, as well as Netbeans itself, which is quite
heavy.
Closes: https://bugs.gentoo.org/611102
Package-Manager: Portage-2.3.13, Repoman-2.3.2
Diffstat (limited to 'dev-util/visualvm/metadata.xml')
-rw-r--r-- | dev-util/visualvm/metadata.xml | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/visualvm/metadata.xml b/dev-util/visualvm/metadata.xml index 9ef97ae66fd0..619755c9c84e 100644 --- a/dev-util/visualvm/metadata.xml +++ b/dev-util/visualvm/metadata.xml @@ -1,9 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="project"> - <email>java@gentoo.org</email> - <name>Java</name> -</maintainer> -<longdescription>The IcedTea project provides a harness to build the source code from VisualVM.</longdescription> + <maintainer type="project"> + <email>java@gentoo.org</email> + <name>Java</name> + </maintainer> + <longdescription>VisualVM is a visual tool integrating commandline JDK tools and lightweight profiling capabilities.</longdescription> + <upstream> + <remote-id type="github">oracle/visualvm</remote-id> + </upstream> </pkgmetadata> |