commit: 90d394d409575b9ec2edcafbdbbf8ac590589579 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com> AuthorDate: Sat Apr 1 18:31:11 2017 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sat Apr 8 21:52:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90d394d4
dev-java/nailgun: fix toolong DESCRIPTION. Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-java/nailgun/nailgun-0.7.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/nailgun/nailgun-0.7.1-r1.ebuild b/dev-java/nailgun/nailgun-0.7.1-r1.ebuild index e025d3c7ba4..53243b83e50 100644 --- a/dev-java/nailgun/nailgun-0.7.1-r1.ebuild +++ b/dev-java/nailgun/nailgun-0.7.1-r1.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="2" @@ -7,7 +7,7 @@ JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-ant-2 -DESCRIPTION="a client, protocol, and server for running Java apps without incurring the JVM startup overhead" +DESCRIPTION="A client, protocol and server for running without incurring JVM startup overhead" HOMEPAGE="http://martiansoftware.com/nailgun/index.html" SRC_URI="mirror://sourceforge/${PN}/${PN}-src-${PV}.zip"
