Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/visualvm/
Date: Wed, 26 Apr 2017 15:42:41
Message-Id: 1493221353.ec191bd72aa8e70e1e7bdabb602bebd4a7e29d6e.jer@gentoo
1 commit: ec191bd72aa8e70e1e7bdabb602bebd4a7e29d6e
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 26 15:42:18 2017 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 26 15:42:33 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec191bd7
7
8 dev-util/visualvm: Typo.
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-util/visualvm/metadata.xml | 2 +-
13 dev-util/visualvm/visualvm-1.3.8-r1.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-util/visualvm/metadata.xml b/dev-util/visualvm/metadata.xml
17 index d9f28df8af9..9ef97ae66fd 100644
18 --- a/dev-util/visualvm/metadata.xml
19 +++ b/dev-util/visualvm/metadata.xml
20 @@ -5,5 +5,5 @@
21 <email>java@g.o</email>
22 <name>Java</name>
23 </maintainer>
24 -<longdescription>The IcedTea project provides a harness to build the source code from VisualVM. </longdescription>
25 +<longdescription>The IcedTea project provides a harness to build the source code from VisualVM.</longdescription>
26 </pkgmetadata>
27
28 diff --git a/dev-util/visualvm/visualvm-1.3.8-r1.ebuild b/dev-util/visualvm/visualvm-1.3.8-r1.ebuild
29 index 95b49586df6..911a74a645a 100644
30 --- a/dev-util/visualvm/visualvm-1.3.8-r1.ebuild
31 +++ b/dev-util/visualvm/visualvm-1.3.8-r1.ebuild
32 @@ -1,11 +1,11 @@
33 -# Copyright 1999-2015 Gentoo Foundation
34 +# Copyright 1999-2017 Gentoo Foundation
35 # Distributed under the terms of the GNU General Public License v2
36
37 EAPI="5"
38
39 inherit java-pkg-2 java-ant-2
40
41 -DESCRIPTION="Integrates commandline JDK tools and profiling capabilites"
42 +DESCRIPTION="Integrates commandline JDK tools and profiling capabilities"
43 HOMEPAGE="http://visualvm.java.net/"
44 SRC_URI="https://java.net/downloads/visualvm/release138/visualvm_138-src.tar.gz"