public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/prettyping/
@ 2018-11-03 10:15 Michał Górny
  0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2018-11-03 10:15 UTC (permalink / raw
  To: gentoo-commits

commit:     faba3e0b54125bcb1a20a7ed5e9a43387eb97afa
Author:     Ralph Seichter <github <AT> seichter <DOT> de>
AuthorDate: Mon Oct 22 12:55:43 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 <gentoo <AT> seichter.de>
Closes: https://github.com/gentoo/gentoo/pull/10200
Signed-off-by: Michał Górny <mgorny <AT> 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 @@
+<?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 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
+}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/prettyping/
@ 2019-06-05  6:48 Agostino Sarubbo
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo @ 2019-06-05  6:48 UTC (permalink / raw
  To: gentoo-commits

commit:     0b1d92f6eaf2cc00140552a3df98117e92e2ccba
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  5 06:47:46 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jun  5 06:47:46 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b1d92f6

net-analyzer/prettyping: amd64 stable wrt bug #685390

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 net-analyzer/prettyping/prettyping-1.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/prettyping/prettyping-1.0.1.ebuild b/net-analyzer/prettyping/prettyping-1.0.1.ebuild
index df1c3132fd2..54c2c36beb3 100644
--- a/net-analyzer/prettyping/prettyping-1.0.1.ebuild
+++ b/net-analyzer/prettyping/prettyping-1.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/denilsonsa/prettyping/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RDEPEND="app-shells/bash
 	net-misc/iputils


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/prettyping/
@ 2020-07-20 21:22 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2020-07-20 21:22 UTC (permalink / raw
  To: gentoo-commits

commit:     c15ecfbf34000e2162a00ef464b4bc198b5b4df8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 20 21:17:15 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 20 21:22:48 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c15ecfbf

net-analyzer/prettyping: arm64 keyworded (bug #733294)

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/prettyping/prettyping-1.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/prettyping/prettyping-1.0.1.ebuild b/net-analyzer/prettyping/prettyping-1.0.1.ebuild
index 54c2c36beb3..e35838a96f0 100644
--- a/net-analyzer/prettyping/prettyping-1.0.1.ebuild
+++ b/net-analyzer/prettyping/prettyping-1.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/denilsonsa/prettyping/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64"
+KEYWORDS="amd64 ~arm64"
 
 RDEPEND="app-shells/bash
 	net-misc/iputils


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/prettyping/
@ 2020-07-24 23:53 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2020-07-24 23:53 UTC (permalink / raw
  To: gentoo-commits

commit:     bd5daac7da1ce3efd7cca929efc370beed5018ec
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 24 23:29:27 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 24 23:53:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd5daac7

net-analyzer/prettyping: arm keyworded (bug #733442)

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/prettyping/prettyping-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/prettyping/prettyping-1.0.1.ebuild b/net-analyzer/prettyping/prettyping-1.0.1.ebuild
index e35838a96f0..ce8e7a914a6 100644
--- a/net-analyzer/prettyping/prettyping-1.0.1.ebuild
+++ b/net-analyzer/prettyping/prettyping-1.0.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/denilsonsa/prettyping/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64"
+KEYWORDS="amd64 ~arm ~arm64"
 
 RDEPEND="app-shells/bash
 	net-misc/iputils


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/prettyping/
@ 2020-07-25 13:09 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2020-07-25 13:09 UTC (permalink / raw
  To: gentoo-commits

commit:     a6b01c5fc75a0e63aa7cc907f2ce8b545998cbfc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 25 13:08:28 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 25 13:08:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6b01c5f

net-analyzer/prettyping: x86 keyworded (bug #733440)

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/prettyping/prettyping-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/prettyping/prettyping-1.0.1.ebuild b/net-analyzer/prettyping/prettyping-1.0.1.ebuild
index ce8e7a914a6..6bca8544ecb 100644
--- a/net-analyzer/prettyping/prettyping-1.0.1.ebuild
+++ b/net-analyzer/prettyping/prettyping-1.0.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/denilsonsa/prettyping/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 
 RDEPEND="app-shells/bash
 	net-misc/iputils


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/prettyping/
@ 2020-12-26 21:35 Andreas Sturmlechner
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2020-12-26 21:35 UTC (permalink / raw
  To: gentoo-commits

commit:     337fd110ec3ffe4ca30835b5a14214092ba957ae
Author:     Ralph Seichter <github <AT> seichter <DOT> de>
AuthorDate: Sat Dec 19 00:13:12 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 26 21:34:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=337fd110

net-analyzer/prettyping: Change to "maintainer needed"

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Ralph Seichter <gentoo <AT> seichter.de>
Closes: https://github.com/gentoo/gentoo/pull/18717
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-analyzer/prettyping/metadata.xml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/net-analyzer/prettyping/metadata.xml b/net-analyzer/prettyping/metadata.xml
index 5c168b37940..a0067250d06 100644
--- a/net-analyzer/prettyping/metadata.xml
+++ b/net-analyzer/prettyping/metadata.xml
@@ -1,14 +1,7 @@
 <?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>
+	<!-- maintainer-needed -->
 	<longdescription>
 		'prettyping' is a wrapper around the standard 'ping' tool,
 		making the output prettier, more colorful, more compact,


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/prettyping/
@ 2020-12-26 21:35 Andreas Sturmlechner
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2020-12-26 21:35 UTC (permalink / raw
  To: gentoo-commits

commit:     1ca837c3b3d11136a57ea5de0785a37800994aa5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 26 21:33:21 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 26 21:34:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ca837c3

net-analyzer/prettyping: Add telans as maintainer

See also: https://github.com/gentoo/gentoo/pull/18717

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-analyzer/prettyping/metadata.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/net-analyzer/prettyping/metadata.xml b/net-analyzer/prettyping/metadata.xml
index a0067250d06..3799608c0a3 100644
--- a/net-analyzer/prettyping/metadata.xml
+++ b/net-analyzer/prettyping/metadata.xml
@@ -1,7 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>telans@posteo.de</email>
+		<name>Theo Anderson</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,


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/prettyping/
@ 2024-01-28 22:53 Jonas Stein
  0 siblings, 0 replies; 9+ messages in thread
From: Jonas Stein @ 2024-01-28 22:53 UTC (permalink / raw
  To: gentoo-commits

commit:     19e9d3b88a857f95965ed001b11270c3e8a02b43
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 28 22:51:14 2024 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Sun Jan 28 22:52:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19e9d3b8

net-analyzer/prettyping: drop to maintainer-needed

Bug: https://bugs.gentoo.org/747400
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>

 net-analyzer/prettyping/metadata.xml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/net-analyzer/prettyping/metadata.xml b/net-analyzer/prettyping/metadata.xml
index 1d0798c0bdf1..07495e084893 100644
--- a/net-analyzer/prettyping/metadata.xml
+++ b/net-analyzer/prettyping/metadata.xml
@@ -1,14 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person" proxied="yes">
-		<email>telans@posteo.de</email>
-		<name>James Beddek</name>
-	</maintainer>
-	<maintainer type="project" proxied="proxy">
-		<email>proxy-maint@gentoo.org</email>
-		<name>Proxy Maintainers</name>
-	</maintainer>
+	<!-- maintainer-needed -->
 	<longdescription>
 		'prettyping' is a wrapper around the standard 'ping' tool,
 		making the output prettier, more colorful, more compact,


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/prettyping/
@ 2024-01-28 22:56 Jonas Stein
  0 siblings, 0 replies; 9+ messages in thread
From: Jonas Stein @ 2024-01-28 22:56 UTC (permalink / raw
  To: gentoo-commits

commit:     e63eb6709c5f6c12d312c9683e72f1d9368f9024
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 28 22:55:41 2024 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Sun Jan 28 22:55:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e63eb670

net-analyzer/prettyping: update HOMEPAGE

Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>

 net-analyzer/prettyping/prettyping-1.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/prettyping/prettyping-1.0.1.ebuild b/net-analyzer/prettyping/prettyping-1.0.1.ebuild
index d8edee93db2a..284ed8a7c3b4 100644
--- a/net-analyzer/prettyping/prettyping-1.0.1.ebuild
+++ b/net-analyzer/prettyping/prettyping-1.0.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 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/"
+HOMEPAGE="https://denilson.sa.nom.br/prettyping/"
 SRC_URI="https://github.com/denilsonsa/prettyping/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-01-28 22:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-24 23:53 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/prettyping/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-01-28 22:56 Jonas Stein
2024-01-28 22:53 Jonas Stein
2020-12-26 21:35 Andreas Sturmlechner
2020-12-26 21:35 Andreas Sturmlechner
2020-07-25 13:09 Sam James
2020-07-20 21:22 Sam James
2019-06-05  6:48 Agostino Sarubbo
2018-11-03 10:15 Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox