summaryrefslogtreecommitdiff
path: root/net-analyzer/prettyping
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-11-18 09:38:27 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-11-18 09:38:27 +0000
commit536c3711867ec947c1738f2c4b96f22e4863322d (patch)
tree697733f5cb713908dcf378e13fd15a798a906a91 /net-analyzer/prettyping
parentf65628136faa35d0c4d3b5e7332275c7b35fcd96 (diff)
gentoo resync : 18.11.2018
Diffstat (limited to 'net-analyzer/prettyping')
-rw-r--r--net-analyzer/prettyping/Manifest3
-rw-r--r--net-analyzer/prettyping/metadata.xml20
-rw-r--r--net-analyzer/prettyping/prettyping-1.0.1.ebuild20
3 files changed, 43 insertions, 0 deletions
diff --git a/net-analyzer/prettyping/Manifest b/net-analyzer/prettyping/Manifest
new file mode 100644
index 000000000000..bacf79f2cc84
--- /dev/null
+++ b/net-analyzer/prettyping/Manifest
@@ -0,0 +1,3 @@
+DIST prettyping-1.0.1.tar.gz 10104 BLAKE2B 41158972fa41fcfaf078fd8fa4b9af10e2d3e65d547f81f0a6daf826f0a1c725de97e14dc597624d2c9281492d94c4b5cf7e6f40e9743aea0792ece0f84211fc SHA512 967626f11cd58fd9a0ce91a320caf6b6a296681ed809e04188f0cfe00d03c80a3620bf4d3ec86e855be363810763ff3ccd8bb0a959d03e62b31edba2cfae7f79
+EBUILD prettyping-1.0.1.ebuild 462 BLAKE2B fbeb62860a572646ad1095ef7886cbff974850365098e97b8bad06821785fcb135e82d151eed1527f7cd50e8d15214300c90df109733248fde1a68aa39b12add SHA512 1e766c7acec0096e1784d526bdc4e03d631e2e99b4221554be8b67d27d633dfa4722cf777e8b0d1110970fa1a3a7144c09a9eb9d74069dfbfee0cec4dce8835a
+MISC metadata.xml 632 BLAKE2B d1cfc1409dc7dea405d834a63e9b06b56219dd16a45d0ed6fb155a92963dee63c222f75793c26be3b8e12eae3bdbf01116a4def4b3977942329b1802193824dc SHA512 14e748d385fd8fc9adb3e45c366be801ca2d0a525fedfcc7de07883553fc8842d870d5d333b8a2f5705af2ede719ec66248392de595ad791ae68db652fc29107
diff --git a/net-analyzer/prettyping/metadata.xml b/net-analyzer/prettyping/metadata.xml
new file mode 100644
index 000000000000..5c168b379404
--- /dev/null
+++ b/net-analyzer/prettyping/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>gentoo@seichter.de</email>
+ <name>Ralph Seichter</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <longdescription>
+ 'prettyping' is a wrapper around the standard 'ping' tool,
+ making the output prettier, more colorful, more compact,
+ and easier to read.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">denilsonsa/prettyping</remote-id>
+ </upstream>
+</pkgmetadata>
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 000000000000..df1c3132fd20
--- /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
+}