From: Harri Nieminen Date: Sat, 1 Apr 2017 18:06:15 +0000 (+0300) Subject: dev-java/jvmstat: fix toolong DESCRIPTION. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=130a57aa9c6c98d7bf27d73f2274fcc37b4bd5a5;p=gentoo.git dev-java/jvmstat: fix toolong DESCRIPTION. Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- diff --git a/dev-java/jvmstat/jvmstat-3.0.ebuild b/dev-java/jvmstat/jvmstat-3.0.ebuild index 9ca317db9bdc..9e79f7c6a476 100644 --- a/dev-java/jvmstat/jvmstat-3.0.ebuild +++ b/dev-java/jvmstat/jvmstat-3.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit java-pkg-2 versionator MY_PV=$(replace_version_separator 1 '_') -DESCRIPTION="Monitoring APIs and tools for monitoring the performance of the JVM in production environments" +DESCRIPTION="Monitoring APIs and tools for monitoring the performance of the JVM" HOMEPAGE="http://java.sun.com/performance/jvmstat/" SRC_URI="jvmstat-${MY_PV}.zip"