diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-04-26 17:42:18 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-04-26 17:42:33 +0200 |
commit | ec191bd72aa8e70e1e7bdabb602bebd4a7e29d6e (patch) | |
tree | 6c5604a0eaeec3b1d57b442a13765928ae4499bc /dev-util | |
parent | dev-python/ramlfications: Add missing test dep, enable tests (diff) | |
download | gentoo-ec191bd72aa8e70e1e7bdabb602bebd4a7e29d6e.tar.gz gentoo-ec191bd72aa8e70e1e7bdabb602bebd4a7e29d6e.tar.bz2 gentoo-ec191bd72aa8e70e1e7bdabb602bebd4a7e29d6e.zip |
dev-util/visualvm: Typo.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/visualvm/metadata.xml | 2 | ||||
-rw-r--r-- | dev-util/visualvm/visualvm-1.3.8-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/visualvm/metadata.xml b/dev-util/visualvm/metadata.xml index d9f28df8af96..9ef97ae66fd0 100644 --- a/dev-util/visualvm/metadata.xml +++ b/dev-util/visualvm/metadata.xml @@ -5,5 +5,5 @@ <email>java@gentoo.org</email> <name>Java</name> </maintainer> -<longdescription>The IcedTea project provides a harness to build the source code from VisualVM. </longdescription> +<longdescription>The IcedTea project provides a harness to build the source code from VisualVM.</longdescription> </pkgmetadata> diff --git a/dev-util/visualvm/visualvm-1.3.8-r1.ebuild b/dev-util/visualvm/visualvm-1.3.8-r1.ebuild index 95b49586df6d..911a74a645a5 100644 --- a/dev-util/visualvm/visualvm-1.3.8-r1.ebuild +++ b/dev-util/visualvm/visualvm-1.3.8-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" inherit java-pkg-2 java-ant-2 -DESCRIPTION="Integrates commandline JDK tools and profiling capabilites" +DESCRIPTION="Integrates commandline JDK tools and profiling capabilities" HOMEPAGE="http://visualvm.java.net/" SRC_URI="https://java.net/downloads/visualvm/release138/visualvm_138-src.tar.gz" |