From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7804A1388BF for ; Fri, 8 Jan 2016 10:30:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98C1421C014; Fri, 8 Jan 2016 10:30:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA22721C014 for ; Fri, 8 Jan 2016 10:30:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 23330340A3B for ; Fri, 8 Jan 2016 10:30:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51FA2D03 for ; Fri, 8 Jan 2016 10:30:47 +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: <1452248925.305f6dc0a801542171d0843fb0909f911511ef5a.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/tapestry/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/tapestry/tapestry-3.0.4-r2.ebuild X-VCS-Directories: dev-java/tapestry/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 305f6dc0a801542171d0843fb0909f911511ef5a X-VCS-Branch: master Date: Fri, 8 Jan 2016 10:30:47 +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: 66556f2c-db55-4c4c-9538-0ed838afc02c X-Archives-Hash: f016cc0fd832aa68f88154dabaf1527a commit: 305f6dc0a801542171d0843fb0909f911511ef5a Author: Patrice Clement gentoo org> AuthorDate: Fri Jan 8 10:01:13 2016 +0000 Commit: Patrice Clement gentoo 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 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"