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 497EF1388BF for ; Fri, 19 Feb 2016 20:07:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F88121C041; Fri, 19 Feb 2016 20:07:31 +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 48F6721C041 for ; Fri, 19 Feb 2016 20:07:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A115340C25 for ; Fri, 19 Feb 2016 20:07:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0C7715FB for ; Fri, 19 Feb 2016 20:07:26 +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: <1455912279.35a9a3d539a336625cf21327616f1c04392fc399.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jrexx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jrexx/jrexx-1.1.1-r2.ebuild X-VCS-Directories: dev-java/jrexx/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 35a9a3d539a336625cf21327616f1c04392fc399 X-VCS-Branch: master Date: Fri, 19 Feb 2016 20:07:26 +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: f8ba0f9c-13b2-44e9-a75d-55bedca022de X-Archives-Hash: 92d7f7eb5339cd6e3630411a15c49fde commit: 35a9a3d539a336625cf21327616f1c04392fc399 Author: Patrice Clement gentoo org> AuthorDate: Fri Feb 19 15:49:42 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Fri Feb 19 20:04:39 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35a9a3d5 dev-java/jrexx: Fix DESCRIPTION length. Package-Manager: portage-2.2.26 dev-java/jrexx/jrexx-1.1.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/jrexx/jrexx-1.1.1-r2.ebuild b/dev-java/jrexx/jrexx-1.1.1-r2.ebuild index f0dc8bb..454ef3b 100644 --- a/dev-java/jrexx/jrexx-1.1.1-r2.ebuild +++ b/dev-java/jrexx/jrexx-1.1.1-r2.ebuild @@ -8,7 +8,7 @@ JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-pkg-simple -DESCRIPTION="Regular expression API for textual pattern matching based on the finite state automaton theory" +DESCRIPTION="API for textual pattern matching based on the finite state automaton theory" HOMEPAGE="http://www.karneim.com/jrexx/" SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip -> ${P}.zip" LICENSE="LGPL-2.1"