From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 71E9B139694 for ; Sat, 8 Apr 2017 21:57:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 740D421C073; Sat, 8 Apr 2017 21:57:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4DA2F21C073 for ; Sat, 8 Apr 2017 21:57:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 271C5341689 for ; Sat, 8 Apr 2017 21:57:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2041F7427 for ; Sat, 8 Apr 2017 21:57:42 +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: <1491688332.46ea792d17c7e0a84a76bf729b25e1783c7b6f66.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/lzmajio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/lzmajio/lzmajio-0.95-r1.ebuild X-VCS-Directories: dev-java/lzmajio/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 46ea792d17c7e0a84a76bf729b25e1783c7b6f66 X-VCS-Branch: master Date: Sat, 8 Apr 2017 21:57:42 +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: d8be850a-8f49-4c89-901d-2834fe6ccc6d X-Archives-Hash: 4327f3ff6b0b34c3de8f4ec95746abe7 commit: 46ea792d17c7e0a84a76bf729b25e1783c7b6f66 Author: Harri Nieminen gmail com> AuthorDate: Sat Apr 1 18:17:49 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sat Apr 8 21:52:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46ea792d dev-java/lzmajio: fix toolong DESCRIPTION. Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-java/lzmajio/lzmajio-0.95-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/lzmajio/lzmajio-0.95-r1.ebuild b/dev-java/lzmajio/lzmajio-0.95-r1.ebuild index 29d94eb2056..a58472f400d 100644 --- a/dev-java/lzmajio/lzmajio-0.95-r1.ebuild +++ b/dev-java/lzmajio/lzmajio-0.95-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-pkg-simple -DESCRIPTION="Implementations of LzmaInputStream/LzmaOutputStream interacting with underlying LZMA en-/decoders" +DESCRIPTION="LzmaInputStream/LzmaOutputStream interacting with underlying LZMA en-/decoders" HOMEPAGE="http://contrapunctus.net/league/haques/lzmajio/" SRC_URI="http://comsci.liu.edu/~league/dist/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1"