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 D39AC138334 for ; Sat, 3 Nov 2018 10:15:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F351E09AE; Sat, 3 Nov 2018 10:15:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 4D9E1E09AD for ; Sat, 3 Nov 2018 10:15:21 +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 EF634335CA3 for ; Sat, 3 Nov 2018 10:15:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31E3B431 for ; Sat, 3 Nov 2018 10:15:17 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1541239100.faba3e0b54125bcb1a20a7ed5e9a43387eb97afa.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/prettyping/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/prettyping/Manifest net-analyzer/prettyping/metadata.xml net-analyzer/prettyping/prettyping-1.0.1.ebuild X-VCS-Directories: net-analyzer/prettyping/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: faba3e0b54125bcb1a20a7ed5e9a43387eb97afa X-VCS-Branch: master Date: Sat, 3 Nov 2018 10:15:17 +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: e867721c-88b0-4729-a2f2-5d86a171251d X-Archives-Hash: 2a715376fd7f8bc30d3e3ec34678b027 commit: faba3e0b54125bcb1a20a7ed5e9a43387eb97afa Author: Ralph Seichter seichter de> AuthorDate: Mon Oct 22 12:55:43 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Nov 3 09:58:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faba3e0b net-analyzer/prettyping: Ping wrapper with coloured output (new package) 'prettyping' is a wrapper around the standard 'ping' tool, making the output prettier, more colorful, more compact, and easier to read. Closes: https://bugs.gentoo.org/664958 Package-Manager: Portage-2.3.49, Repoman-2.3.11 Signed-off-by: Ralph Seichter seichter.de> Closes: https://github.com/gentoo/gentoo/pull/10200 Signed-off-by: Michał Górny gentoo.org> net-analyzer/prettyping/Manifest | 1 + net-analyzer/prettyping/metadata.xml | 20 ++++++++++++++++++++ net-analyzer/prettyping/prettyping-1.0.1.ebuild | 20 ++++++++++++++++++++ 3 files changed, 41 insertions(+) diff --git a/net-analyzer/prettyping/Manifest b/net-analyzer/prettyping/Manifest new file mode 100644 index 00000000000..5dcbbe05c59 --- /dev/null +++ b/net-analyzer/prettyping/Manifest @@ -0,0 +1 @@ +DIST prettyping-1.0.1.tar.gz 10104 BLAKE2B 41158972fa41fcfaf078fd8fa4b9af10e2d3e65d547f81f0a6daf826f0a1c725de97e14dc597624d2c9281492d94c4b5cf7e6f40e9743aea0792ece0f84211fc SHA512 967626f11cd58fd9a0ce91a320caf6b6a296681ed809e04188f0cfe00d03c80a3620bf4d3ec86e855be363810763ff3ccd8bb0a959d03e62b31edba2cfae7f79 diff --git a/net-analyzer/prettyping/metadata.xml b/net-analyzer/prettyping/metadata.xml new file mode 100644 index 00000000000..5c168b37940 --- /dev/null +++ b/net-analyzer/prettyping/metadata.xml @@ -0,0 +1,20 @@ + + + + + gentoo@seichter.de + Ralph Seichter + + + proxy-maint@gentoo.org + Proxy Maintainers + + + 'prettyping' is a wrapper around the standard 'ping' tool, + making the output prettier, more colorful, more compact, + and easier to read. + + + denilsonsa/prettyping + + diff --git a/net-analyzer/prettyping/prettyping-1.0.1.ebuild b/net-analyzer/prettyping/prettyping-1.0.1.ebuild new file mode 100644 index 00000000000..df1c3132fd2 --- /dev/null +++ b/net-analyzer/prettyping/prettyping-1.0.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Ping wrapper that produces coloured, easily readable output." +HOMEPAGE="http://denilson.sa.nom.br/prettyping/" +SRC_URI="https://github.com/denilsonsa/prettyping/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="app-shells/bash + net-misc/iputils + virtual/awk" + +src_install() { + dobin prettyping +}