From: Harri Nieminen Date: Sat, 1 Apr 2017 17:51:06 +0000 (+0300) Subject: dev-java/jcommon: fix toolong DESCRIPTION. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b6cd0a4b40439b8cb52fd6418b847eb66b02d5c9;p=gentoo.git dev-java/jcommon: fix toolong DESCRIPTION. Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- diff --git a/dev-java/jcommon/jcommon-1.0.23.ebuild b/dev-java/jcommon/jcommon-1.0.23.ebuild index ab28455c5212..208f734743d6 100644 --- a/dev-java/jcommon/jcommon-1.0.23.ebuild +++ b/dev-java/jcommon/jcommon-1.0.23.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ JAVA_PKG_IUSE="doc source test" inherit java-pkg-2 java-ant-2 versionator MY_P=${PN}-$(replace_version_separator 3 -) -DESCRIPTION="JCommon is a collection of useful classes used by JFreeChart, JFreeReport and other projects" +DESCRIPTION="A collection of useful classes used by JFreeChart, JFreeReport and others" HOMEPAGE="http://www.jfree.org/jcommon" SRC_URI="mirror://sourceforge/jfreechart/${MY_P}.zip"