From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 780EC139696 for ; Sat, 8 Apr 2017 21:57:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DFD421C075; Sat, 8 Apr 2017 21:57:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 803AC21C075 for ; Sat, 8 Apr 2017 21:57:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3554634168A for ; Sat, 8 Apr 2017 21:57:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC67873E8 for ; Sat, 8 Apr 2017 21:57:41 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1491688331.130a57aa9c6c98d7bf27d73f2274fcc37b4bd5a5.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jvmstat/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jvmstat/jvmstat-3.0.ebuild X-VCS-Directories: dev-java/jvmstat/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 130a57aa9c6c98d7bf27d73f2274fcc37b4bd5a5 X-VCS-Branch: master Date: Sat, 8 Apr 2017 21:57:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 02925782-7ad1-4e1e-ac04-0e9322d996d3 X-Archives-Hash: ace78986b8b76ba5d8a51d2d40c09dbc commit: 130a57aa9c6c98d7bf27d73f2274fcc37b4bd5a5 Author: Harri Nieminen gmail com> AuthorDate: Sat Apr 1 18:06:15 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sat Apr 8 21:52:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=130a57aa dev-java/jvmstat: fix toolong DESCRIPTION. Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-java/jvmstat/jvmstat-3.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/jvmstat/jvmstat-3.0.ebuild b/dev-java/jvmstat/jvmstat-3.0.ebuild index 9ca317db9bd..9e79f7c6a47 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"