commit: 305f6dc0a801542171d0843fb0909f911511ef5a Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Fri Jan 8 10:01:13 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Fri Jan 8 10:28:45 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=305f6dc0
dev-java/tapestry: Fix DESCRIPTION length. Package-Manager: portage-2.2.26 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> dev-java/tapestry/tapestry-3.0.4-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/tapestry/tapestry-3.0.4-r2.ebuild b/dev-java/tapestry/tapestry-3.0.4-r2.ebuild index 15e8ef1..1888a4b 100644 --- a/dev-java/tapestry/tapestry-3.0.4-r2.ebuild +++ b/dev-java/tapestry/tapestry-3.0.4-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-ant-2 -DESCRIPTION="An open-source framework for creating dynamic, robust, highly scalable web applications in Java" +DESCRIPTION="Dynamic, robust, highly scalable web framework in Java" HOMEPAGE="http://tapestry.apache.org/" SRC_URI="mirror://apache/${PN}/Tapestry-${PV}-src.zip"
