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 1D151139083 for ; Wed, 22 Nov 2017 17:41:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A02FE0EEE; Wed, 22 Nov 2017 17:41:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 16AF3E0EEE for ; Wed, 22 Nov 2017 17:41:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D274733FE7D for ; Wed, 22 Nov 2017 17:41:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67472A3D9 for ; Wed, 22 Nov 2017 17:41:08 +0000 (UTC) From: "Jonas Stein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonas Stein" Message-ID: <1511372461.604afde7ff6c5e982efc88a2467b329bbfacfcef.jstein@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/chaosreader/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/chaosreader/chaosreader-0.94-r1.ebuild net-analyzer/chaosreader/chaosreader-0.94.ebuild X-VCS-Directories: net-analyzer/chaosreader/ X-VCS-Committer: jstein X-VCS-Committer-Name: Jonas Stein X-VCS-Revision: 604afde7ff6c5e982efc88a2467b329bbfacfcef X-VCS-Branch: master Date: Wed, 22 Nov 2017 17:41:08 +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: f837d7b7-90c6-4d92-b97b-51d033a9b5cb X-Archives-Hash: 3c963e7ebaa7a63e45b16633fbc02294 commit: 604afde7ff6c5e982efc88a2467b329bbfacfcef Author: Jonas Stein gentoo org> AuthorDate: Wed Nov 22 17:41:01 2017 +0000 Commit: Jonas Stein gentoo org> CommitDate: Wed Nov 22 17:41:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=604afde7 net-analyzer/chaosreader: QA fix DESCRIPTION was > 80 Char. Package-Manager: Portage-2.3.15, Repoman-2.3.5 net-analyzer/chaosreader/chaosreader-0.94-r1.ebuild | 4 ++-- net-analyzer/chaosreader/chaosreader-0.94.ebuild | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net-analyzer/chaosreader/chaosreader-0.94-r1.ebuild b/net-analyzer/chaosreader/chaosreader-0.94-r1.ebuild index 4d703c86b82..24abf84e93e 100644 --- a/net-analyzer/chaosreader/chaosreader-0.94-r1.ebuild +++ b/net-analyzer/chaosreader/chaosreader-0.94-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 inherit eutils -DESCRIPTION="A tool to trace TCP/UDP/... sessions and fetch application data from snoop or tcpdump logs" +DESCRIPTION="Trace TCP/UDP/... sessions and fetch application data." HOMEPAGE="http://chaosreader.sourceforge.net" SRC_URI="https://dev.gentoo.org/~spock/portage/distfiles/${P}.bz2" SLOT="0" diff --git a/net-analyzer/chaosreader/chaosreader-0.94.ebuild b/net-analyzer/chaosreader/chaosreader-0.94.ebuild index 62cf4fe0599..0e9d613171e 100644 --- a/net-analyzer/chaosreader/chaosreader-0.94.ebuild +++ b/net-analyzer/chaosreader/chaosreader-0.94.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="2" inherit eutils -DESCRIPTION="A tool to trace TCP/UDP/... sessions and fetch application data from snoop or tcpdump logs" -HOMEPAGE="http://users.tpg.com.au/bdgcvb/chaosreader.html" +DESCRIPTION="Trace TCP/UDP/... sessions and fetch application data." +HOMEPAGE="http://chaosreader.sourceforge.net" SRC_URI="https://dev.gentoo.org/~spock/portage/distfiles/${P}.bz2" SLOT="0" KEYWORDS="~amd64 ~ppc x86 ~amd64-linux ~x86-linux ~x86-macos"