public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: net-analyzer/gping-bin/
@ 2022-12-10  3:26 Gabriel M. Dutra
  0 siblings, 0 replies; 2+ messages in thread
From: Gabriel M. Dutra @ 2022-12-10  3:26 UTC (permalink / raw
  To: gentoo-commits

commit:     f7cc2c14c1c88b9156dd1506deb34ee8586ccbdf
Author:     Gabriel M. Dutra <0xdutra <AT> gmail <DOT> com>
AuthorDate: Sat Dec 10 03:23:03 2022 +0000
Commit:     Gabriel M. Dutra <0xdutra <AT> gmail <DOT> com>
CommitDate: Sat Dec 10 03:25:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f7cc2c14

net-analyzer/gping-bin: new package, add 1.5.1

Signed-off-by: Gabriel M. Dutra <0xdutra <AT> gmail.com>

 net-analyzer/gping-bin/Manifest               |  1 +
 net-analyzer/gping-bin/gping-bin-1.5.1.ebuild | 22 ++++++++++++++++++++++
 net-analyzer/gping-bin/metadata.xml           | 11 +++++++++++
 3 files changed, 34 insertions(+)

diff --git a/net-analyzer/gping-bin/Manifest b/net-analyzer/gping-bin/Manifest
new file mode 100644
index 000000000..1d1e2ee04
--- /dev/null
+++ b/net-analyzer/gping-bin/Manifest
@@ -0,0 +1 @@
+DIST gping-bin-1.5.1.tar.gz 774045 BLAKE2B af2161aa9e24648d7f399f06778060071b668935708c41b35506e4ddd88a68b5476538b88bd9877ec4ffa69f0f90e77c036bacc205be702a76aa06818ed97283 SHA512 00b2aa6fab24f8ea861ce3382c4d6879e580ce76a91576cec5ba7006a99e7f6d167d9095dc999f9803a537b89cc4c65df68363c8b9ebe27e7aed2e03092aaf8d

diff --git a/net-analyzer/gping-bin/gping-bin-1.5.1.ebuild b/net-analyzer/gping-bin/gping-bin-1.5.1.ebuild
new file mode 100644
index 000000000..fa622c2b3
--- /dev/null
+++ b/net-analyzer/gping-bin/gping-bin-1.5.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Ping with graph"
+HOMEPAGE="https://github.com/orf/gping"
+SRC_URI="https://github.com/orf/${PN%-bin}/releases/download/${PN%-bin}-v${PV}/gping-Linux-x86_64.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+QA_FLAGS_IGNORED="usr/bin/gping"
+
+S=${WORKDIR}
+
+src_compile() { :; }
+
+src_install() {
+	newbin ${PN%-bin} gping
+}

diff --git a/net-analyzer/gping-bin/metadata.xml b/net-analyzer/gping-bin/metadata.xml
new file mode 100644
index 000000000..04a69a629
--- /dev/null
+++ b/net-analyzer/gping-bin/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person" proxied="yes">
+		<email>0xdutra@gmail.com</email>
+		<name>Gabriel M. Dutra</name>
+	</maintainer>
+  	<upstream>
+    	<remote-id type="github">orf/gping</remote-id>
+	</upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: net-analyzer/gping-bin/
@ 2024-02-07 10:44 Takuya Wakazono
  0 siblings, 0 replies; 2+ messages in thread
From: Takuya Wakazono @ 2024-02-07 10:44 UTC (permalink / raw
  To: gentoo-commits

commit:     fbd76c38c5673e5a5fb8b95b3e35301f4b3b90d1
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Wed Feb  7 10:39:14 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Wed Feb  7 10:43:04 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fbd76c38

net-analyzer/gping-bin: treeclean

Unmaintained, no point having both gping{,-bin}

Closes: https://bugs.gentoo.org/886059
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 net-analyzer/gping-bin/Manifest               |  1 -
 net-analyzer/gping-bin/gping-bin-1.5.1.ebuild | 22 ----------------------
 net-analyzer/gping-bin/metadata.xml           | 11 -----------
 3 files changed, 34 deletions(-)

diff --git a/net-analyzer/gping-bin/Manifest b/net-analyzer/gping-bin/Manifest
deleted file mode 100644
index 1d1e2ee047..0000000000
--- a/net-analyzer/gping-bin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gping-bin-1.5.1.tar.gz 774045 BLAKE2B af2161aa9e24648d7f399f06778060071b668935708c41b35506e4ddd88a68b5476538b88bd9877ec4ffa69f0f90e77c036bacc205be702a76aa06818ed97283 SHA512 00b2aa6fab24f8ea861ce3382c4d6879e580ce76a91576cec5ba7006a99e7f6d167d9095dc999f9803a537b89cc4c65df68363c8b9ebe27e7aed2e03092aaf8d

diff --git a/net-analyzer/gping-bin/gping-bin-1.5.1.ebuild b/net-analyzer/gping-bin/gping-bin-1.5.1.ebuild
deleted file mode 100644
index fa622c2b39..0000000000
--- a/net-analyzer/gping-bin/gping-bin-1.5.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Ping with graph"
-HOMEPAGE="https://github.com/orf/gping"
-SRC_URI="https://github.com/orf/${PN%-bin}/releases/download/${PN%-bin}-v${PV}/gping-Linux-x86_64.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-QA_FLAGS_IGNORED="usr/bin/gping"
-
-S=${WORKDIR}
-
-src_compile() { :; }
-
-src_install() {
-	newbin ${PN%-bin} gping
-}

diff --git a/net-analyzer/gping-bin/metadata.xml b/net-analyzer/gping-bin/metadata.xml
deleted file mode 100644
index 55f70e1540..0000000000
--- a/net-analyzer/gping-bin/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person" proxied="yes">
-		<email>0xdutra@gmail.com</email>
-		<name>Gabriel M. Dutra</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="github">orf/gping</remote-id>
-	</upstream>
-</pkgmetadata>


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

end of thread, other threads:[~2024-02-07 10:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-10  3:26 [gentoo-commits] repo/proj/guru:dev commit in: net-analyzer/gping-bin/ Gabriel M. Dutra
  -- strict thread matches above, loose matches on Subject: below --
2024-02-07 10:44 Takuya Wakazono

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