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 37336139695 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 3791021C072; 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 1085A21C072 for ; Sat, 8 Apr 2017 21:57:44 +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 D0B51341686 for ; Sat, 8 Apr 2017 21:57:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 476177429 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.ef7b07aa056c1d488612be4a57bddc38b7a4c8a9.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/netty-buffer/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/netty-buffer/netty-buffer-4.0.21.ebuild X-VCS-Directories: dev-java/netty-buffer/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: ef7b07aa056c1d488612be4a57bddc38b7a4c8a9 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: 28ca0029-3ce5-4f53-91da-97d64a94b60e X-Archives-Hash: 2217637fa9aa661a8947a7947e8e8a4a commit: ef7b07aa056c1d488612be4a57bddc38b7a4c8a9 Author: Harri Nieminen gmail com> AuthorDate: Sat Apr 1 18:37:14 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=ef7b07aa dev-java/netty-buffer: fix toolong DESCRIPTION. Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-java/netty-buffer/netty-buffer-4.0.21.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/netty-buffer/netty-buffer-4.0.21.ebuild b/dev-java/netty-buffer/netty-buffer-4.0.21.ebuild index 5815d296790..44d1a7d3625 100644 --- a/dev-java/netty-buffer/netty-buffer-4.0.21.ebuild +++ b/dev-java/netty-buffer/netty-buffer-4.0.21.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" @@ -9,7 +9,7 @@ inherit java-pkg-2 java-ant-2 MY_PN="netty" MY_P="${MY_PN}-${PV}" -DESCRIPTION="Async event-driven framework for rapid development of high performance network applications" +DESCRIPTION="Async event-driven framework for high performance network applications" HOMEPAGE="http://netty.io/" SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/${MY_P}.Final.tar.gz"