[gentoo-commits] repo/gentoo:master commit in: net-analyzer/2ping/

2023-02-17 Thread Sam James
commit: 8b68f5bbd45d6781892ad0467fa87ececfb6d26e
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb 17 09:36:35 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb 17 09:48:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b68f5bb

net-analyzer/2ping: enable py3.11, use PEP517, install bash completions

Signed-off-by: Sam James  gentoo.org>

 .../2ping/{2ping-4.5.1.ebuild => 2ping-4.5.1-r1.ebuild}   | 15 +++
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/net-analyzer/2ping/2ping-4.5.1.ebuild 
b/net-analyzer/2ping/2ping-4.5.1-r1.ebuild
similarity index 71%
rename from net-analyzer/2ping/2ping-4.5.1.ebuild
rename to net-analyzer/2ping/2ping-4.5.1-r1.ebuild
index 0e3433304a98..e26ab3b49f42 100644
--- a/net-analyzer/2ping/2ping-4.5.1.ebuild
+++ b/net-analyzer/2ping/2ping-4.5.1-r1.ebuild
@@ -1,11 +1,11 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI=8
 
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit distutils-r1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+inherit bash-completion-r1 distutils-r1
 
 DESCRIPTION="A bi-directional ping utility"
 HOMEPAGE="https://www.finnie.org/software/2ping/;
@@ -16,10 +16,17 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~riscv ~x86"
 IUSE="server"
 
+distutils_enable_tests pytest
+
 src_install() {
distutils-r1_src_install
+
doman doc/2ping.1
dodoc doc/{2ping-protocol-examples.py,2ping-protocol.md}
+
+   newbashcomp 2ping.bash_completion 2ping
+   dosym 2ping $(get_bashcompdir)/2ping6
+
use server && {
doinitd "${FILESDIR}"/2pingd
newconfd "${FILESDIR}"/2pingd.conf 2pingd



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/2ping/

2021-05-25 Thread Michał Górny
commit: 9cae73d612e589588bfcebae402b95ace3cb3281
Author: Zamarin Arthur  gmail  com>
AuthorDate: Tue May 25 08:47:33 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 25 16:04:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cae73d6

net-analyzer/2ping: bump to python 3.9, 3.10

Signed-off-by: Zamarin Arthur  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/net-analyzer/2ping/2ping-4.5.1.ebuild 
b/net-analyzer/2ping/2ping-4.5.1.ebuild
index cf86e0c1d81..0c1b00c80e0 100644
--- a/net-analyzer/2ping/2ping-4.5.1.ebuild
+++ b/net-analyzer/2ping/2ping-4.5.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..10} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/2ping/

2021-05-25 Thread Michał Górny
commit: 15646065f97b831515d8f3d53aedf546638215af
Author: Zamarin Arthur  gmail  com>
AuthorDate: Tue May 25 08:48:41 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 25 16:04:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15646065

net-analyzer/2ping: add github remote-id

Signed-off-by: Zamarin Arthur  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 net-analyzer/2ping/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-analyzer/2ping/metadata.xml b/net-analyzer/2ping/metadata.xml
index de17b7a0b3c..d526307b664 100644
--- a/net-analyzer/2ping/metadata.xml
+++ b/net-analyzer/2ping/metadata.xml
@@ -8,4 +8,7 @@

Install the server init scripts.

+   
+   rfinnie/2ping
+   
 



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/2ping/

2021-05-25 Thread Michał Górny
commit: d1bc8058c17c6a929138d5d34326c980d217cdee
Author: Zamarin Arthur  gmail  com>
AuthorDate: Tue May 25 08:49:37 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 25 16:04:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1bc8058

net-analyzer/2ping: drop 4.5

Signed-off-by: Zamarin Arthur  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 net-analyzer/2ping/2ping-4.5.ebuild | 27 ---
 net-analyzer/2ping/Manifest |  1 -
 2 files changed, 28 deletions(-)

diff --git a/net-analyzer/2ping/2ping-4.5.ebuild 
b/net-analyzer/2ping/2ping-4.5.ebuild
deleted file mode 100644
index 9d31cd1228f..000
--- a/net-analyzer/2ping/2ping-4.5.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="A bi-directional ping utility"
-HOMEPAGE="https://www.finnie.org/software/2ping/;
-SRC_URI="https://www.finnie.org/software/2ping/${P}.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
-IUSE="server"
-
-src_install() {
-   distutils-r1_src_install
-   doman doc/2ping.1
-   dodoc doc/{2ping-protocol-examples.py,2ping-protocol.md}
-   use server && {
-   doinitd "${FILESDIR}"/2pingd
-   newconfd "${FILESDIR}"/2pingd.conf 2pingd
-   }
-}

diff --git a/net-analyzer/2ping/Manifest b/net-analyzer/2ping/Manifest
index ec1b4002ca2..8bb59795586 100644
--- a/net-analyzer/2ping/Manifest
+++ b/net-analyzer/2ping/Manifest
@@ -1,2 +1 @@
 DIST 2ping-4.5.1.tar.gz 77053 BLAKE2B 
e1255264dde4e0deb2d064e0acbaf96270e64a057334a0c0eea4e413e472cd52ffdf2181718dca4309eb8843791ef2bef866b7cf5642f9ff41e9916c3d7180e0
 SHA512 
13ab8c34d6b4e8d53bc0f1c33afa1c71bf61313d29350d2211a44557b244062cb090cf5d66cc6eed58f9f4c41a667bb24a8c1155243864e8343c741770b60cd6
-DIST 2ping-4.5.tar.gz 1 BLAKE2B 
6471d06dede592e3161755d18fb08ae1d593dec0017cf7757ef1bcfcf9df7d4d7993edc14d44aaad7d7d683584906869ba957ef8096e38f362f8fd060c4f4e36
 SHA512 
0b1ac1c882becf1dda7207004b186d8052b21be4f842ac2b3a252c32a5610867761feadc12e237e4ed3e1da59b3cdebd8b8f8025ec3d0375193b2594f17215f0



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/2ping/

2021-05-25 Thread Michał Górny
commit: 044876d9f965c4df6df046cd517da037c37818fe
Author: Zamarin Arthur  gmail  com>
AuthorDate: Tue May 25 08:49:19 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 25 16:04:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=044876d9

net-analyzer/2ping: Mark ALLARCHES

Signed-off-by: Zamarin Arthur  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 net-analyzer/2ping/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-analyzer/2ping/metadata.xml b/net-analyzer/2ping/metadata.xml
index d526307b664..51a38ca7266 100644
--- a/net-analyzer/2ping/metadata.xml
+++ b/net-analyzer/2ping/metadata.xml
@@ -8,6 +8,7 @@

Install the server init scripts.

+   

rfinnie/2ping




[gentoo-commits] repo/gentoo:master commit in: net-analyzer/2ping/

2021-03-22 Thread Anthony G. Basile
commit: ff68e8df77aa55d645f40e3011e4f276e8df87dd
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Mar 22 13:03:51 2021 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Mar 22 13:04:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff68e8df

net-analyzer/2ping: version bump to 4.5.1

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Anthony G. Basile  gentoo.org>

 net-analyzer/2ping/{2ping-4.4.1.ebuild => 2ping-4.5.1.ebuild} | 2 +-
 net-analyzer/2ping/Manifest   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/2ping/2ping-4.4.1.ebuild 
b/net-analyzer/2ping/2ping-4.5.1.ebuild
similarity index 94%
rename from net-analyzer/2ping/2ping-4.4.1.ebuild
rename to net-analyzer/2ping/2ping-4.5.1.ebuild
index 9d31cd1228f..cf86e0c1d81 100644
--- a/net-analyzer/2ping/2ping-4.4.1.ebuild
+++ b/net-analyzer/2ping/2ping-4.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"

diff --git a/net-analyzer/2ping/Manifest b/net-analyzer/2ping/Manifest
index a9c91c99119..ec1b4002ca2 100644
--- a/net-analyzer/2ping/Manifest
+++ b/net-analyzer/2ping/Manifest
@@ -1,2 +1,2 @@
-DIST 2ping-4.4.1.tar.gz 75284 BLAKE2B 
29240c9710417f735acbeb61e948634c7dd3b608084f4499cae97172f25a0951eab81db92743d452ce679d171107925cf35b9fa9fea82fb5551b11d83a23fcb1
 SHA512 
b40698488bd067a50be171566a0920920edb6bd0baea65999f2226fe66771770a1ebb3c1078bf8d633c555af3297e8f9925f5c42a3e9aa7cd48b59d6cb59e10b
+DIST 2ping-4.5.1.tar.gz 77053 BLAKE2B 
e1255264dde4e0deb2d064e0acbaf96270e64a057334a0c0eea4e413e472cd52ffdf2181718dca4309eb8843791ef2bef866b7cf5642f9ff41e9916c3d7180e0
 SHA512 
13ab8c34d6b4e8d53bc0f1c33afa1c71bf61313d29350d2211a44557b244062cb090cf5d66cc6eed58f9f4c41a667bb24a8c1155243864e8343c741770b60cd6
 DIST 2ping-4.5.tar.gz 1 BLAKE2B 
6471d06dede592e3161755d18fb08ae1d593dec0017cf7757ef1bcfcf9df7d4d7993edc14d44aaad7d7d683584906869ba957ef8096e38f362f8fd060c4f4e36
 SHA512 
0b1ac1c882becf1dda7207004b186d8052b21be4f842ac2b3a252c32a5610867761feadc12e237e4ed3e1da59b3cdebd8b8f8025ec3d0375193b2594f17215f0



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/2ping/

2020-06-22 Thread Anthony G. Basile
commit: ae0289f8837dfd202fd8e95bec6a5e745c1346ac
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Jun 22 13:37:58 2020 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Jun 22 13:38:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae0289f8

net-analyzer/2ping: remove older versions

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Anthony G. Basile  gentoo.org>

 net-analyzer/2ping/2ping-4.2.ebuild | 27 ---
 net-analyzer/2ping/2ping-4.3.ebuild | 27 ---
 net-analyzer/2ping/Manifest |  2 --
 3 files changed, 56 deletions(-)

diff --git a/net-analyzer/2ping/2ping-4.2.ebuild 
b/net-analyzer/2ping/2ping-4.2.ebuild
deleted file mode 100644
index 71c1f09691c..000
--- a/net-analyzer/2ping/2ping-4.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="A bi-directional ping utility"
-HOMEPAGE="https://www.finnie.org/software/2ping/;
-SRC_URI="https://www.finnie.org/software/2ping/${P}.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
-IUSE="server"
-
-src_install() {
-   distutils-r1_src_install
-   doman doc/2ping.1
-   dodoc doc/{2ping-protocol-examples.py,2ping-protocol.md}
-   use server && {
-   doinitd "${FILESDIR}"/2pingd
-   newconfd "${FILESDIR}"/2pingd.conf 2pingd
-   }
-}

diff --git a/net-analyzer/2ping/2ping-4.3.ebuild 
b/net-analyzer/2ping/2ping-4.3.ebuild
deleted file mode 100644
index 98a0f53291f..000
--- a/net-analyzer/2ping/2ping-4.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="A bi-directional ping utility"
-HOMEPAGE="https://www.finnie.org/software/2ping/;
-SRC_URI="https://www.finnie.org/software/2ping/${P}.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
-IUSE="server"
-
-src_install() {
-   distutils-r1_src_install
-   doman doc/2ping.1
-   dodoc doc/{2ping-protocol-examples.py,2ping-protocol.md}
-   use server && {
-   doinitd "${FILESDIR}"/2pingd
-   newconfd "${FILESDIR}"/2pingd.conf 2pingd
-   }
-}

diff --git a/net-analyzer/2ping/Manifest b/net-analyzer/2ping/Manifest
index a50807b6b29..a9c91c99119 100644
--- a/net-analyzer/2ping/Manifest
+++ b/net-analyzer/2ping/Manifest
@@ -1,4 +1,2 @@
-DIST 2ping-4.2.tar.gz 70054 BLAKE2B 
01759c9f0d2eb2bf08e92155a74e11aaf7bb83adb43942be70b8e525486bba6608ad021bb149376f246bdcb066958c7d9886a1e5ea63094d715c8b25fa2b9784
 SHA512 
8c6e9b4cefd92929e8d5247f2c4caecdfc281548596f96fbfe52f99dc122dd1d53470c303e85bc469f0a7910937085ad36c7f928cb295c8f3fce5f3455dec3d9
-DIST 2ping-4.3.tar.gz 70386 BLAKE2B 
7a73508bdf5fef0d6ef99d1d6b8bfdee65740277ef0e17913e2070503c20bd4d9598a7d7353eb68dbe5c7380e49e465ddd49adba4899f95daead36bbc8514f69
 SHA512 
f7186fe5bed2f12593d62f85fe364c9dc571f8b0ad10f6766515470ea8f8ed32d439e580003e78494b4742a8224e2b30cc454f8275a4877d432eb76646334e77
 DIST 2ping-4.4.1.tar.gz 75284 BLAKE2B 
29240c9710417f735acbeb61e948634c7dd3b608084f4499cae97172f25a0951eab81db92743d452ce679d171107925cf35b9fa9fea82fb5551b11d83a23fcb1
 SHA512 
b40698488bd067a50be171566a0920920edb6bd0baea65999f2226fe66771770a1ebb3c1078bf8d633c555af3297e8f9925f5c42a3e9aa7cd48b59d6cb59e10b
 DIST 2ping-4.5.tar.gz 1 BLAKE2B 
6471d06dede592e3161755d18fb08ae1d593dec0017cf7757ef1bcfcf9df7d4d7993edc14d44aaad7d7d683584906869ba957ef8096e38f362f8fd060c4f4e36
 SHA512 
0b1ac1c882becf1dda7207004b186d8052b21be4f842ac2b3a252c32a5610867761feadc12e237e4ed3e1da59b3cdebd8b8f8025ec3d0375193b2594f17215f0



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/2ping/

2020-06-22 Thread Anthony G. Basile
commit: 13f6ef27c2ed9def5c0ce59de8a53b27b841fdc8
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Jun 22 13:37:01 2020 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Jun 22 13:38:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13f6ef27

net-analyzer/2ping: version bump to 4.5

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Anthony G. Basile  gentoo.org>

 net-analyzer/2ping/2ping-4.5.ebuild | 27 +++
 net-analyzer/2ping/Manifest |  1 +
 2 files changed, 28 insertions(+)

diff --git a/net-analyzer/2ping/2ping-4.5.ebuild 
b/net-analyzer/2ping/2ping-4.5.ebuild
new file mode 100644
index 000..9d31cd1228f
--- /dev/null
+++ b/net-analyzer/2ping/2ping-4.5.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="A bi-directional ping utility"
+HOMEPAGE="https://www.finnie.org/software/2ping/;
+SRC_URI="https://www.finnie.org/software/2ping/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
+IUSE="server"
+
+src_install() {
+   distutils-r1_src_install
+   doman doc/2ping.1
+   dodoc doc/{2ping-protocol-examples.py,2ping-protocol.md}
+   use server && {
+   doinitd "${FILESDIR}"/2pingd
+   newconfd "${FILESDIR}"/2pingd.conf 2pingd
+   }
+}

diff --git a/net-analyzer/2ping/Manifest b/net-analyzer/2ping/Manifest
index ad24f00cd2b..a50807b6b29 100644
--- a/net-analyzer/2ping/Manifest
+++ b/net-analyzer/2ping/Manifest
@@ -1,3 +1,4 @@
 DIST 2ping-4.2.tar.gz 70054 BLAKE2B 
01759c9f0d2eb2bf08e92155a74e11aaf7bb83adb43942be70b8e525486bba6608ad021bb149376f246bdcb066958c7d9886a1e5ea63094d715c8b25fa2b9784
 SHA512 
8c6e9b4cefd92929e8d5247f2c4caecdfc281548596f96fbfe52f99dc122dd1d53470c303e85bc469f0a7910937085ad36c7f928cb295c8f3fce5f3455dec3d9
 DIST 2ping-4.3.tar.gz 70386 BLAKE2B 
7a73508bdf5fef0d6ef99d1d6b8bfdee65740277ef0e17913e2070503c20bd4d9598a7d7353eb68dbe5c7380e49e465ddd49adba4899f95daead36bbc8514f69
 SHA512 
f7186fe5bed2f12593d62f85fe364c9dc571f8b0ad10f6766515470ea8f8ed32d439e580003e78494b4742a8224e2b30cc454f8275a4877d432eb76646334e77
 DIST 2ping-4.4.1.tar.gz 75284 BLAKE2B 
29240c9710417f735acbeb61e948634c7dd3b608084f4499cae97172f25a0951eab81db92743d452ce679d171107925cf35b9fa9fea82fb5551b11d83a23fcb1
 SHA512 
b40698488bd067a50be171566a0920920edb6bd0baea65999f2226fe66771770a1ebb3c1078bf8d633c555af3297e8f9925f5c42a3e9aa7cd48b59d6cb59e10b
+DIST 2ping-4.5.tar.gz 1 BLAKE2B 
6471d06dede592e3161755d18fb08ae1d593dec0017cf7757ef1bcfcf9df7d4d7993edc14d44aaad7d7d683584906869ba957ef8096e38f362f8fd060c4f4e36
 SHA512 
0b1ac1c882becf1dda7207004b186d8052b21be4f842ac2b3a252c32a5610867761feadc12e237e4ed3e1da59b3cdebd8b8f8025ec3d0375193b2594f17215f0



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/2ping/

2020-06-09 Thread Anthony G. Basile
commit: 56323cbbd8945ea3a54085d63ab591895592272f
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Jun  9 23:28:18 2020 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Jun  9 23:28:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56323cbb

net-analyzer/2ping: version bump to 4.4.1

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Anthony G. Basile  gentoo.org>

 net-analyzer/2ping/2ping-4.4.1.ebuild | 27 +++
 net-analyzer/2ping/Manifest   |  1 +
 2 files changed, 28 insertions(+)

diff --git a/net-analyzer/2ping/2ping-4.4.1.ebuild 
b/net-analyzer/2ping/2ping-4.4.1.ebuild
new file mode 100644
index 000..9d31cd1228f
--- /dev/null
+++ b/net-analyzer/2ping/2ping-4.4.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="A bi-directional ping utility"
+HOMEPAGE="https://www.finnie.org/software/2ping/;
+SRC_URI="https://www.finnie.org/software/2ping/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
+IUSE="server"
+
+src_install() {
+   distutils-r1_src_install
+   doman doc/2ping.1
+   dodoc doc/{2ping-protocol-examples.py,2ping-protocol.md}
+   use server && {
+   doinitd "${FILESDIR}"/2pingd
+   newconfd "${FILESDIR}"/2pingd.conf 2pingd
+   }
+}

diff --git a/net-analyzer/2ping/Manifest b/net-analyzer/2ping/Manifest
index 199e8490f77..ad24f00cd2b 100644
--- a/net-analyzer/2ping/Manifest
+++ b/net-analyzer/2ping/Manifest
@@ -1,2 +1,3 @@
 DIST 2ping-4.2.tar.gz 70054 BLAKE2B 
01759c9f0d2eb2bf08e92155a74e11aaf7bb83adb43942be70b8e525486bba6608ad021bb149376f246bdcb066958c7d9886a1e5ea63094d715c8b25fa2b9784
 SHA512 
8c6e9b4cefd92929e8d5247f2c4caecdfc281548596f96fbfe52f99dc122dd1d53470c303e85bc469f0a7910937085ad36c7f928cb295c8f3fce5f3455dec3d9
 DIST 2ping-4.3.tar.gz 70386 BLAKE2B 
7a73508bdf5fef0d6ef99d1d6b8bfdee65740277ef0e17913e2070503c20bd4d9598a7d7353eb68dbe5c7380e49e465ddd49adba4899f95daead36bbc8514f69
 SHA512 
f7186fe5bed2f12593d62f85fe364c9dc571f8b0ad10f6766515470ea8f8ed32d439e580003e78494b4742a8224e2b30cc454f8275a4877d432eb76646334e77
+DIST 2ping-4.4.1.tar.gz 75284 BLAKE2B 
29240c9710417f735acbeb61e948634c7dd3b608084f4499cae97172f25a0951eab81db92743d452ce679d171107925cf35b9fa9fea82fb5551b11d83a23fcb1
 SHA512 
b40698488bd067a50be171566a0920920edb6bd0baea65999f2226fe66771770a1ebb3c1078bf8d633c555af3297e8f9925f5c42a3e9aa7cd48b59d6cb59e10b



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/2ping/

2018-12-05 Thread Anthony G. Basile
commit: 8d863afe9c18ad4bd1f51af948fc71ca8bd340c5
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Dec  5 12:18:58 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Dec  5 12:18:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d863afe

net-analyzer/2ping: remove older versions

Signed-off-by: Anthony G. Basile  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 net-analyzer/2ping/2ping-4.0.1.ebuild | 27 ---
 net-analyzer/2ping/2ping-4.1.2.ebuild | 27 ---
 net-analyzer/2ping/2ping-4.1.ebuild   | 27 ---
 net-analyzer/2ping/Manifest   |  3 ---
 4 files changed, 84 deletions(-)

diff --git a/net-analyzer/2ping/2ping-4.0.1.ebuild 
b/net-analyzer/2ping/2ping-4.0.1.ebuild
deleted file mode 100644
index 0d7959a2a34..000
--- a/net-analyzer/2ping/2ping-4.0.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit distutils-r1
-
-DESCRIPTION="A bi-directional ping utility"
-HOMEPAGE="https://www.finnie.org/software/2ping/;
-SRC_URI="https://www.finnie.org/software/2ping/${P}.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
-IUSE="server"
-
-src_install() {
-   distutils-r1_src_install
-   doman doc/2ping.1
-   dodoc doc/{2ping-protocol-examples.py,2ping-protocol.md}
-   use server && {
-   doinitd "${FILESDIR}"/2pingd
-   newconfd "${FILESDIR}"/2pingd.conf 2pingd
-   }
-}

diff --git a/net-analyzer/2ping/2ping-4.1.2.ebuild 
b/net-analyzer/2ping/2ping-4.1.2.ebuild
deleted file mode 100644
index 688c698a782..000
--- a/net-analyzer/2ping/2ping-4.1.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="A bi-directional ping utility"
-HOMEPAGE="https://www.finnie.org/software/2ping/;
-SRC_URI="https://www.finnie.org/software/2ping/${P}.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
-IUSE="server"
-
-src_install() {
-   distutils-r1_src_install
-   doman doc/2ping.1
-   dodoc doc/{2ping-protocol-examples.py,2ping-protocol.md}
-   use server && {
-   doinitd "${FILESDIR}"/2pingd
-   newconfd "${FILESDIR}"/2pingd.conf 2pingd
-   }
-}

diff --git a/net-analyzer/2ping/2ping-4.1.ebuild 
b/net-analyzer/2ping/2ping-4.1.ebuild
deleted file mode 100644
index c99ba393876..000
--- a/net-analyzer/2ping/2ping-4.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="A bi-directional ping utility"
-HOMEPAGE="https://www.finnie.org/software/2ping/;
-SRC_URI="https://www.finnie.org/software/2ping/${P}.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
-IUSE="server"
-
-src_install() {
-   distutils-r1_src_install
-   doman doc/2ping.1
-   dodoc doc/{2ping-protocol-examples.py,2ping-protocol.md}
-   use server && {
-   doinitd "${FILESDIR}"/2pingd
-   newconfd "${FILESDIR}"/2pingd.conf 2pingd
-   }
-}

diff --git a/net-analyzer/2ping/Manifest b/net-analyzer/2ping/Manifest
index b0056bbc4c1..199e8490f77 100644
--- a/net-analyzer/2ping/Manifest
+++ b/net-analyzer/2ping/Manifest
@@ -1,5 +1,2 @@
-DIST 2ping-4.0.1.tar.gz 67347 BLAKE2B 
88ef9b626399682a93892a933ab75ac0caa994e38b11aac287f4114472e9869a2b577f301c4fd036940cfafb62e57ff52382f2413038b433c9ed4fedd87e1696
 SHA512 
21d3f9f8833d10f7d9f692e0d3a8dbe524ee5ad064122d808aad99f295389efc51c3979ff0dc9533705363be21e0457a886ba0d8a4532705791a4fdf24050eb7
-DIST 2ping-4.1.2.tar.gz 69591 BLAKE2B 
e96e8ca7907a0a4c7a7cebfd8130469efe00bff96dfaee50f6f2156750a73014054cdfe9d848ad369e3a2dbc52b3b46f262391024f300d48b8d8628573ff5fed
 SHA512 
566acd3638b47b34c06f59f6e7a3793aa1fc60cb6b0ca108f8544afe55a8680c57bcb212fe70433ae99c02d4e8359a91eaeaed4b1d820fa9d072143424c5e54a
-DIST 2ping-4.1.tar.gz 69510 BLAKE2B 
f7245876bb66ebab55cf0a98f29402dc8dcd9e1e97fbf635ff1232501c7dd23d8a707a378bd6c73084b3c2e946347f24edef6347693015fdb812d78cadab1fef
 SHA512 
926a515156bf0b9e7c09e72f0e557571f3905646eaec2e8c4702a7dd7ed77b9ab298323028beb02c844d719839458f9d056fb5d29443e908b0d927754f856553
 DIST 2ping-4.2.tar.gz 70054 BLAKE2B 
01759c9f0d2eb2bf08e92155a74e11aaf7bb83adb43942be70b8e525486bba6608ad021bb149376f246bdcb066958c7d9886a1e5ea63094d715c8b25fa2b9784
 SHA512 
8c6e9b4cefd92929e8d5247f2c4caecdfc281548596f96fbfe52f99dc122dd1d53470c303e85bc469f0a7910937085ad36c7f928cb295c8f3fce5f3455dec3d9
 DIST 2ping-4.3.tar.gz 

[gentoo-commits] repo/gentoo:master commit in: net-analyzer/2ping/

2018-12-05 Thread Anthony G. Basile
commit: 261c161f69dd7d34dcdcaaf999fc23ba86acc501
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Dec  5 12:17:32 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Dec  5 12:17:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=261c161f

net-analyzer/2ping: version bump to 4.3

Signed-off-by: Anthony G. Basile  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 net-analyzer/2ping/2ping-4.3.ebuild | 27 +++
 net-analyzer/2ping/Manifest |  1 +
 2 files changed, 28 insertions(+)

diff --git a/net-analyzer/2ping/2ping-4.3.ebuild 
b/net-analyzer/2ping/2ping-4.3.ebuild
new file mode 100644
index 000..9e42a33b3dd
--- /dev/null
+++ b/net-analyzer/2ping/2ping-4.3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="A bi-directional ping utility"
+HOMEPAGE="https://www.finnie.org/software/2ping/;
+SRC_URI="https://www.finnie.org/software/2ping/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
+IUSE="server"
+
+src_install() {
+   distutils-r1_src_install
+   doman doc/2ping.1
+   dodoc doc/{2ping-protocol-examples.py,2ping-protocol.md}
+   use server && {
+   doinitd "${FILESDIR}"/2pingd
+   newconfd "${FILESDIR}"/2pingd.conf 2pingd
+   }
+}

diff --git a/net-analyzer/2ping/Manifest b/net-analyzer/2ping/Manifest
index eedfffee16a..b0056bbc4c1 100644
--- a/net-analyzer/2ping/Manifest
+++ b/net-analyzer/2ping/Manifest
@@ -2,3 +2,4 @@ DIST 2ping-4.0.1.tar.gz 67347 BLAKE2B 
88ef9b626399682a93892a933ab75ac0caa994e38b
 DIST 2ping-4.1.2.tar.gz 69591 BLAKE2B 
e96e8ca7907a0a4c7a7cebfd8130469efe00bff96dfaee50f6f2156750a73014054cdfe9d848ad369e3a2dbc52b3b46f262391024f300d48b8d8628573ff5fed
 SHA512 
566acd3638b47b34c06f59f6e7a3793aa1fc60cb6b0ca108f8544afe55a8680c57bcb212fe70433ae99c02d4e8359a91eaeaed4b1d820fa9d072143424c5e54a
 DIST 2ping-4.1.tar.gz 69510 BLAKE2B 
f7245876bb66ebab55cf0a98f29402dc8dcd9e1e97fbf635ff1232501c7dd23d8a707a378bd6c73084b3c2e946347f24edef6347693015fdb812d78cadab1fef
 SHA512 
926a515156bf0b9e7c09e72f0e557571f3905646eaec2e8c4702a7dd7ed77b9ab298323028beb02c844d719839458f9d056fb5d29443e908b0d927754f856553
 DIST 2ping-4.2.tar.gz 70054 BLAKE2B 
01759c9f0d2eb2bf08e92155a74e11aaf7bb83adb43942be70b8e525486bba6608ad021bb149376f246bdcb066958c7d9886a1e5ea63094d715c8b25fa2b9784
 SHA512 
8c6e9b4cefd92929e8d5247f2c4caecdfc281548596f96fbfe52f99dc122dd1d53470c303e85bc469f0a7910937085ad36c7f928cb295c8f3fce5f3455dec3d9
+DIST 2ping-4.3.tar.gz 70386 BLAKE2B 
7a73508bdf5fef0d6ef99d1d6b8bfdee65740277ef0e17913e2070503c20bd4d9598a7d7353eb68dbe5c7380e49e465ddd49adba4899f95daead36bbc8514f69
 SHA512 
f7186fe5bed2f12593d62f85fe364c9dc571f8b0ad10f6766515470ea8f8ed32d439e580003e78494b4742a8224e2b30cc454f8275a4877d432eb76646334e77



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/2ping/

2018-08-12 Thread Anthony G. Basile
commit: 72bffd66bb4c55be3773248405e7784e6eec47c9
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Aug 12 12:03:22 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Aug 12 12:03:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72bffd66

net-analyzer/2ping: version bump to 4.2

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-analyzer/2ping/2ping-4.2.ebuild | 27 +++
 net-analyzer/2ping/Manifest |  1 +
 2 files changed, 28 insertions(+)

diff --git a/net-analyzer/2ping/2ping-4.2.ebuild 
b/net-analyzer/2ping/2ping-4.2.ebuild
new file mode 100644
index 000..688c698a782
--- /dev/null
+++ b/net-analyzer/2ping/2ping-4.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="A bi-directional ping utility"
+HOMEPAGE="https://www.finnie.org/software/2ping/;
+SRC_URI="https://www.finnie.org/software/2ping/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
+IUSE="server"
+
+src_install() {
+   distutils-r1_src_install
+   doman doc/2ping.1
+   dodoc doc/{2ping-protocol-examples.py,2ping-protocol.md}
+   use server && {
+   doinitd "${FILESDIR}"/2pingd
+   newconfd "${FILESDIR}"/2pingd.conf 2pingd
+   }
+}

diff --git a/net-analyzer/2ping/Manifest b/net-analyzer/2ping/Manifest
index da938d91afa..eedfffee16a 100644
--- a/net-analyzer/2ping/Manifest
+++ b/net-analyzer/2ping/Manifest
@@ -1,3 +1,4 @@
 DIST 2ping-4.0.1.tar.gz 67347 BLAKE2B 
88ef9b626399682a93892a933ab75ac0caa994e38b11aac287f4114472e9869a2b577f301c4fd036940cfafb62e57ff52382f2413038b433c9ed4fedd87e1696
 SHA512 
21d3f9f8833d10f7d9f692e0d3a8dbe524ee5ad064122d808aad99f295389efc51c3979ff0dc9533705363be21e0457a886ba0d8a4532705791a4fdf24050eb7
 DIST 2ping-4.1.2.tar.gz 69591 BLAKE2B 
e96e8ca7907a0a4c7a7cebfd8130469efe00bff96dfaee50f6f2156750a73014054cdfe9d848ad369e3a2dbc52b3b46f262391024f300d48b8d8628573ff5fed
 SHA512 
566acd3638b47b34c06f59f6e7a3793aa1fc60cb6b0ca108f8544afe55a8680c57bcb212fe70433ae99c02d4e8359a91eaeaed4b1d820fa9d072143424c5e54a
 DIST 2ping-4.1.tar.gz 69510 BLAKE2B 
f7245876bb66ebab55cf0a98f29402dc8dcd9e1e97fbf635ff1232501c7dd23d8a707a378bd6c73084b3c2e946347f24edef6347693015fdb812d78cadab1fef
 SHA512 
926a515156bf0b9e7c09e72f0e557571f3905646eaec2e8c4702a7dd7ed77b9ab298323028beb02c844d719839458f9d056fb5d29443e908b0d927754f856553
+DIST 2ping-4.2.tar.gz 70054 BLAKE2B 
01759c9f0d2eb2bf08e92155a74e11aaf7bb83adb43942be70b8e525486bba6608ad021bb149376f246bdcb066958c7d9886a1e5ea63094d715c8b25fa2b9784
 SHA512 
8c6e9b4cefd92929e8d5247f2c4caecdfc281548596f96fbfe52f99dc122dd1d53470c303e85bc469f0a7910937085ad36c7f928cb295c8f3fce5f3455dec3d9



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/2ping/

2018-08-10 Thread Anthony G. Basile
commit: 54be628ff33bc8f0f11d6da22ee44379cf4a2157
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri Aug 10 09:36:02 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Aug 10 09:36:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54be628f

net-analyzer/2ping: version bump to 4.1.2

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-analyzer/2ping/2ping-4.1.2.ebuild | 27 +++
 net-analyzer/2ping/Manifest   |  1 +
 2 files changed, 28 insertions(+)

diff --git a/net-analyzer/2ping/2ping-4.1.2.ebuild 
b/net-analyzer/2ping/2ping-4.1.2.ebuild
new file mode 100644
index 000..688c698a782
--- /dev/null
+++ b/net-analyzer/2ping/2ping-4.1.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="A bi-directional ping utility"
+HOMEPAGE="https://www.finnie.org/software/2ping/;
+SRC_URI="https://www.finnie.org/software/2ping/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
+IUSE="server"
+
+src_install() {
+   distutils-r1_src_install
+   doman doc/2ping.1
+   dodoc doc/{2ping-protocol-examples.py,2ping-protocol.md}
+   use server && {
+   doinitd "${FILESDIR}"/2pingd
+   newconfd "${FILESDIR}"/2pingd.conf 2pingd
+   }
+}

diff --git a/net-analyzer/2ping/Manifest b/net-analyzer/2ping/Manifest
index eddda3f4a51..da938d91afa 100644
--- a/net-analyzer/2ping/Manifest
+++ b/net-analyzer/2ping/Manifest
@@ -1,2 +1,3 @@
 DIST 2ping-4.0.1.tar.gz 67347 BLAKE2B 
88ef9b626399682a93892a933ab75ac0caa994e38b11aac287f4114472e9869a2b577f301c4fd036940cfafb62e57ff52382f2413038b433c9ed4fedd87e1696
 SHA512 
21d3f9f8833d10f7d9f692e0d3a8dbe524ee5ad064122d808aad99f295389efc51c3979ff0dc9533705363be21e0457a886ba0d8a4532705791a4fdf24050eb7
+DIST 2ping-4.1.2.tar.gz 69591 BLAKE2B 
e96e8ca7907a0a4c7a7cebfd8130469efe00bff96dfaee50f6f2156750a73014054cdfe9d848ad369e3a2dbc52b3b46f262391024f300d48b8d8628573ff5fed
 SHA512 
566acd3638b47b34c06f59f6e7a3793aa1fc60cb6b0ca108f8544afe55a8680c57bcb212fe70433ae99c02d4e8359a91eaeaed4b1d820fa9d072143424c5e54a
 DIST 2ping-4.1.tar.gz 69510 BLAKE2B 
f7245876bb66ebab55cf0a98f29402dc8dcd9e1e97fbf635ff1232501c7dd23d8a707a378bd6c73084b3c2e946347f24edef6347693015fdb812d78cadab1fef
 SHA512 
926a515156bf0b9e7c09e72f0e557571f3905646eaec2e8c4702a7dd7ed77b9ab298323028beb02c844d719839458f9d056fb5d29443e908b0d927754f856553



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/2ping/

2017-08-22 Thread Michał Górny
commit: 22752a7473882f0e5e4022293ecb27d5e73668cd
Author: David Hicks  hicks  id  au>
AuthorDate: Tue Aug 22 11:19:36 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 22 21:31:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22752a74

net-analyzer/2ping: HOMEPAGE and SRC_URI 301 redirect to HTTPS

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 net-analyzer/2ping/2ping-4.0.1.ebuild | 4 ++--
 net-analyzer/2ping/2ping-4.1.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-analyzer/2ping/2ping-4.0.1.ebuild 
b/net-analyzer/2ping/2ping-4.0.1.ebuild
index 3bfe00126e9..0d7959a2a34 100644
--- a/net-analyzer/2ping/2ping-4.0.1.ebuild
+++ b/net-analyzer/2ping/2ping-4.0.1.ebuild
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 python3_4 )
 inherit distutils-r1
 
 DESCRIPTION="A bi-directional ping utility"
-HOMEPAGE="http://www.finnie.org/software/2ping/;
-SRC_URI="http://www.finnie.org/software/2ping/${P}.tar.gz;
+HOMEPAGE="https://www.finnie.org/software/2ping/;
+SRC_URI="https://www.finnie.org/software/2ping/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"

diff --git a/net-analyzer/2ping/2ping-4.1.ebuild 
b/net-analyzer/2ping/2ping-4.1.ebuild
index d97873a18ea..c99ba393876 100644
--- a/net-analyzer/2ping/2ping-4.1.ebuild
+++ b/net-analyzer/2ping/2ping-4.1.ebuild
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python3_{4,5,6} )
 inherit distutils-r1
 
 DESCRIPTION="A bi-directional ping utility"
-HOMEPAGE="http://www.finnie.org/software/2ping/;
-SRC_URI="http://www.finnie.org/software/2ping/${P}.tar.gz;
+HOMEPAGE="https://www.finnie.org/software/2ping/;
+SRC_URI="https://www.finnie.org/software/2ping/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/2ping/

2017-08-06 Thread Anthony G. Basile
commit: 290e6570bb56bfc6dfeb0a1c52976a714094a877
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Aug  6 10:57:33 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Aug  6 10:57:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=290e6570

net-analyzer/2ping: version bump to 4.1

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 net-analyzer/2ping/2ping-4.1.ebuild | 27 +++
 net-analyzer/2ping/Manifest |  1 +
 2 files changed, 28 insertions(+)

diff --git a/net-analyzer/2ping/2ping-4.1.ebuild 
b/net-analyzer/2ping/2ping-4.1.ebuild
new file mode 100644
index 000..d97873a18ea
--- /dev/null
+++ b/net-analyzer/2ping/2ping-4.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="A bi-directional ping utility"
+HOMEPAGE="http://www.finnie.org/software/2ping/;
+SRC_URI="http://www.finnie.org/software/2ping/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
+IUSE="server"
+
+src_install() {
+   distutils-r1_src_install
+   doman doc/2ping.1
+   dodoc doc/{2ping-protocol-examples.py,2ping-protocol.md}
+   use server && {
+   doinitd "${FILESDIR}"/2pingd
+   newconfd "${FILESDIR}"/2pingd.conf 2pingd
+   }
+}

diff --git a/net-analyzer/2ping/Manifest b/net-analyzer/2ping/Manifest
index 570fd1136e7..4f038241341 100644
--- a/net-analyzer/2ping/Manifest
+++ b/net-analyzer/2ping/Manifest
@@ -2,3 +2,4 @@ DIST 2ping-3.2.0.tar.gz 48895 SHA256 
6297f7775be50d208f3b7d4925ecddb3ed1c593198f
 DIST 2ping-3.2.1.tar.gz 49000 SHA256 
2e53efd33d0f8b98fcc9c5ece26e87119a6bbbc7c4820a9563610143d46712a6 SHA512 
0a4be7027c644ad95c66ea00a49ddd5540fd8d52c83c6dc692c316cdea267201bd6d0d0682c5aed6b9a449b5bf08782d13eccc3e1b593e66636363072c0c2c74
 WHIRLPOOL 
c6f117e84dcb0fc1a8a4b1a287e5e4a92434487e4c773cd27a8c2faa7cfb6a893cd7e9738b346fd2b66a07229fbd24eb8ffe0767b87432b941861a07946fa06e
 DIST 2ping-4.0.1.tar.gz 67347 SHA256 
95aa1a694da402cee7fefd1da61a08828bf11d82b012824802098a3d5e380567 SHA512 
21d3f9f8833d10f7d9f692e0d3a8dbe524ee5ad064122d808aad99f295389efc51c3979ff0dc9533705363be21e0457a886ba0d8a4532705791a4fdf24050eb7
 WHIRLPOOL 
ec4abc9cba2018addaa1a82323cf78e60d266ebe6a16b60639a7d4c0fc21ff2381ecc1d35b0db3c50b7cc54f84edcf9bf82dc8f62021e197854125da39d9a26f
 DIST 2ping-4.0.tar.gz 67249 SHA256 
bc0d7ab3d5a858b548ff70d54f1e23614891ca876e4dab40d7f7334542c205f9 SHA512 
11ac1a5ffa3e44de0d9e7901f4c92d5985200ad5951f17fb88b4f14eba0f98f5c378446a9feb3125a2b7b6e82104ed86ca306c6b07f1fe1ab2f412c226720760
 WHIRLPOOL 
41040837a7ad6db535ee7cc4ae72e5a6a0a2cc5f93d283e60bb501c7aaa25fd779c0c873e7815826a3d31ff00808753665872127b9f4066fd3083348c4125674
+DIST 2ping-4.1.tar.gz 69510 SHA256 
85331ae57f445bc8895ba4e61da4c7300b67fde55642f5e42ea02f2daf07b1ed SHA512 
926a515156bf0b9e7c09e72f0e557571f3905646eaec2e8c4702a7dd7ed77b9ab298323028beb02c844d719839458f9d056fb5d29443e908b0d927754f856553
 WHIRLPOOL 
2e2c2c56dbe203569460be3862e1ca4b0c22ca88fe705bf86f6ffb4e85b15511b521e78b80c382c3ab833da64f3ac6efa0890f33dc4f7fa8a3151c16d49a5964



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/2ping/

2017-08-06 Thread Anthony G. Basile
commit: 1967aef8d815ec860641c3f9b3d1bdf76a9bb041
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Aug  6 10:58:26 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Aug  6 10:58:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1967aef8

net-analyzer/2ping: remove older versions

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 net-analyzer/2ping/2ping-3.2.0.ebuild | 27 ---
 net-analyzer/2ping/2ping-3.2.1.ebuild | 27 ---
 net-analyzer/2ping/2ping-4.0.ebuild   | 27 ---
 net-analyzer/2ping/Manifest   |  3 ---
 4 files changed, 84 deletions(-)

diff --git a/net-analyzer/2ping/2ping-3.2.0.ebuild 
b/net-analyzer/2ping/2ping-3.2.0.ebuild
deleted file mode 100644
index 78e858acbf0..000
--- a/net-analyzer/2ping/2ping-3.2.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="A bi-directional ping utility"
-HOMEPAGE="http://www.finnie.org/software/2ping/;
-SRC_URI="http://www.finnie.org/software/2ping/${P}.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
-IUSE="server"
-
-src_install() {
-   distutils-r1_src_install
-   doman doc/2ping.1
-   dodoc doc/{2ping-protocol-examples.py,2ping-protocol.md}
-   use server && {
-   doinitd "${FILESDIR}"/2pingd
-   newconfd "${FILESDIR}"/2pingd.conf 2pingd
-   }
-}

diff --git a/net-analyzer/2ping/2ping-3.2.1.ebuild 
b/net-analyzer/2ping/2ping-3.2.1.ebuild
deleted file mode 100644
index 78e858acbf0..000
--- a/net-analyzer/2ping/2ping-3.2.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="A bi-directional ping utility"
-HOMEPAGE="http://www.finnie.org/software/2ping/;
-SRC_URI="http://www.finnie.org/software/2ping/${P}.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
-IUSE="server"
-
-src_install() {
-   distutils-r1_src_install
-   doman doc/2ping.1
-   dodoc doc/{2ping-protocol-examples.py,2ping-protocol.md}
-   use server && {
-   doinitd "${FILESDIR}"/2pingd
-   newconfd "${FILESDIR}"/2pingd.conf 2pingd
-   }
-}

diff --git a/net-analyzer/2ping/2ping-4.0.ebuild 
b/net-analyzer/2ping/2ping-4.0.ebuild
deleted file mode 100644
index 05711bf006a..000
--- a/net-analyzer/2ping/2ping-4.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit distutils-r1
-
-DESCRIPTION="A bi-directional ping utility"
-HOMEPAGE="http://www.finnie.org/software/2ping/;
-SRC_URI="http://www.finnie.org/software/2ping/${P}.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
-IUSE="server"
-
-src_install() {
-   distutils-r1_src_install
-   doman doc/2ping.1
-   dodoc doc/{2ping-protocol-examples.py,2ping-protocol.md}
-   use server && {
-   doinitd "${FILESDIR}"/2pingd
-   newconfd "${FILESDIR}"/2pingd.conf 2pingd
-   }
-}

diff --git a/net-analyzer/2ping/Manifest b/net-analyzer/2ping/Manifest
index 4f038241341..54c65eec648 100644
--- a/net-analyzer/2ping/Manifest
+++ b/net-analyzer/2ping/Manifest
@@ -1,5 +1,2 @@
-DIST 2ping-3.2.0.tar.gz 48895 SHA256 
6297f7775be50d208f3b7d4925ecddb3ed1c593198fd875448ae8f88f1a6b196 SHA512 
115526b4416a63f1e79afdaef54b288fb03d103b78d3c79826fcea214800842ad8971145f31e4164c1d70e2bcdb61d7b94d63299d6ac1f5dc8018f7a8a6facf1
 WHIRLPOOL 
e69cf97cdca760e79705b7f92ef7e315367f02ae103496d60413a4cf7000c3e78218b4e4ae5e4c7f1fefe6b406324c2449f6308b0f939ae2a1bcf7d47f72fa18
-DIST 2ping-3.2.1.tar.gz 49000 SHA256 
2e53efd33d0f8b98fcc9c5ece26e87119a6bbbc7c4820a9563610143d46712a6 SHA512 
0a4be7027c644ad95c66ea00a49ddd5540fd8d52c83c6dc692c316cdea267201bd6d0d0682c5aed6b9a449b5bf08782d13eccc3e1b593e66636363072c0c2c74
 WHIRLPOOL 
c6f117e84dcb0fc1a8a4b1a287e5e4a92434487e4c773cd27a8c2faa7cfb6a893cd7e9738b346fd2b66a07229fbd24eb8ffe0767b87432b941861a07946fa06e
 DIST 2ping-4.0.1.tar.gz 67347 SHA256 
95aa1a694da402cee7fefd1da61a08828bf11d82b012824802098a3d5e380567 SHA512 
21d3f9f8833d10f7d9f692e0d3a8dbe524ee5ad064122d808aad99f295389efc51c3979ff0dc9533705363be21e0457a886ba0d8a4532705791a4fdf24050eb7
 WHIRLPOOL 
ec4abc9cba2018addaa1a82323cf78e60d266ebe6a16b60639a7d4c0fc21ff2381ecc1d35b0db3c50b7cc54f84edcf9bf82dc8f62021e197854125da39d9a26f
-DIST 2ping-4.0.tar.gz 67249 SHA256 
bc0d7ab3d5a858b548ff70d54f1e23614891ca876e4dab40d7f7334542c205f9 SHA512 

[gentoo-commits] repo/gentoo:master commit in: net-analyzer/2ping/

2017-07-26 Thread Anthony G. Basile
commit: 59e36c937b3cad3fd14e3d3859633ca27d724904
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Jul 26 16:47:42 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Jul 26 16:47:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59e36c93

net-analyzer/2ping: version bump to 4.0.1

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 net-analyzer/2ping/2ping-4.0.1.ebuild | 27 +++
 net-analyzer/2ping/Manifest   |  1 +
 2 files changed, 28 insertions(+)

diff --git a/net-analyzer/2ping/2ping-4.0.1.ebuild 
b/net-analyzer/2ping/2ping-4.0.1.ebuild
new file mode 100644
index 000..3bfe00126e9
--- /dev/null
+++ b/net-analyzer/2ping/2ping-4.0.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit distutils-r1
+
+DESCRIPTION="A bi-directional ping utility"
+HOMEPAGE="http://www.finnie.org/software/2ping/;
+SRC_URI="http://www.finnie.org/software/2ping/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
+IUSE="server"
+
+src_install() {
+   distutils-r1_src_install
+   doman doc/2ping.1
+   dodoc doc/{2ping-protocol-examples.py,2ping-protocol.md}
+   use server && {
+   doinitd "${FILESDIR}"/2pingd
+   newconfd "${FILESDIR}"/2pingd.conf 2pingd
+   }
+}

diff --git a/net-analyzer/2ping/Manifest b/net-analyzer/2ping/Manifest
index f9002639986..570fd1136e7 100644
--- a/net-analyzer/2ping/Manifest
+++ b/net-analyzer/2ping/Manifest
@@ -1,3 +1,4 @@
 DIST 2ping-3.2.0.tar.gz 48895 SHA256 
6297f7775be50d208f3b7d4925ecddb3ed1c593198fd875448ae8f88f1a6b196 SHA512 
115526b4416a63f1e79afdaef54b288fb03d103b78d3c79826fcea214800842ad8971145f31e4164c1d70e2bcdb61d7b94d63299d6ac1f5dc8018f7a8a6facf1
 WHIRLPOOL 
e69cf97cdca760e79705b7f92ef7e315367f02ae103496d60413a4cf7000c3e78218b4e4ae5e4c7f1fefe6b406324c2449f6308b0f939ae2a1bcf7d47f72fa18
 DIST 2ping-3.2.1.tar.gz 49000 SHA256 
2e53efd33d0f8b98fcc9c5ece26e87119a6bbbc7c4820a9563610143d46712a6 SHA512 
0a4be7027c644ad95c66ea00a49ddd5540fd8d52c83c6dc692c316cdea267201bd6d0d0682c5aed6b9a449b5bf08782d13eccc3e1b593e66636363072c0c2c74
 WHIRLPOOL 
c6f117e84dcb0fc1a8a4b1a287e5e4a92434487e4c773cd27a8c2faa7cfb6a893cd7e9738b346fd2b66a07229fbd24eb8ffe0767b87432b941861a07946fa06e
+DIST 2ping-4.0.1.tar.gz 67347 SHA256 
95aa1a694da402cee7fefd1da61a08828bf11d82b012824802098a3d5e380567 SHA512 
21d3f9f8833d10f7d9f692e0d3a8dbe524ee5ad064122d808aad99f295389efc51c3979ff0dc9533705363be21e0457a886ba0d8a4532705791a4fdf24050eb7
 WHIRLPOOL 
ec4abc9cba2018addaa1a82323cf78e60d266ebe6a16b60639a7d4c0fc21ff2381ecc1d35b0db3c50b7cc54f84edcf9bf82dc8f62021e197854125da39d9a26f
 DIST 2ping-4.0.tar.gz 67249 SHA256 
bc0d7ab3d5a858b548ff70d54f1e23614891ca876e4dab40d7f7334542c205f9 SHA512 
11ac1a5ffa3e44de0d9e7901f4c92d5985200ad5951f17fb88b4f14eba0f98f5c378446a9feb3125a2b7b6e82104ed86ca306c6b07f1fe1ab2f412c226720760
 WHIRLPOOL 
41040837a7ad6db535ee7cc4ae72e5a6a0a2cc5f93d283e60bb501c7aaa25fd779c0c873e7815826a3d31ff00808753665872127b9f4066fd3083348c4125674



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/2ping/

2017-07-22 Thread Anthony G. Basile
commit: ead3aa9002b3b721101281f2cc12868bc0ce6d83
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Jul 22 09:16:23 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Jul 22 09:16:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ead3aa90

net-analyzer/2ping: version bump to 4.0

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 net-analyzer/2ping/2ping-4.0.ebuild | 27 +++
 net-analyzer/2ping/Manifest |  1 +
 2 files changed, 28 insertions(+)

diff --git a/net-analyzer/2ping/2ping-4.0.ebuild 
b/net-analyzer/2ping/2ping-4.0.ebuild
new file mode 100644
index 000..05711bf006a
--- /dev/null
+++ b/net-analyzer/2ping/2ping-4.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit distutils-r1
+
+DESCRIPTION="A bi-directional ping utility"
+HOMEPAGE="http://www.finnie.org/software/2ping/;
+SRC_URI="http://www.finnie.org/software/2ping/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
+IUSE="server"
+
+src_install() {
+   distutils-r1_src_install
+   doman doc/2ping.1
+   dodoc doc/{2ping-protocol-examples.py,2ping-protocol.md}
+   use server && {
+   doinitd "${FILESDIR}"/2pingd
+   newconfd "${FILESDIR}"/2pingd.conf 2pingd
+   }
+}

diff --git a/net-analyzer/2ping/Manifest b/net-analyzer/2ping/Manifest
index db9aa26e6f2..f9002639986 100644
--- a/net-analyzer/2ping/Manifest
+++ b/net-analyzer/2ping/Manifest
@@ -1,2 +1,3 @@
 DIST 2ping-3.2.0.tar.gz 48895 SHA256 
6297f7775be50d208f3b7d4925ecddb3ed1c593198fd875448ae8f88f1a6b196 SHA512 
115526b4416a63f1e79afdaef54b288fb03d103b78d3c79826fcea214800842ad8971145f31e4164c1d70e2bcdb61d7b94d63299d6ac1f5dc8018f7a8a6facf1
 WHIRLPOOL 
e69cf97cdca760e79705b7f92ef7e315367f02ae103496d60413a4cf7000c3e78218b4e4ae5e4c7f1fefe6b406324c2449f6308b0f939ae2a1bcf7d47f72fa18
 DIST 2ping-3.2.1.tar.gz 49000 SHA256 
2e53efd33d0f8b98fcc9c5ece26e87119a6bbbc7c4820a9563610143d46712a6 SHA512 
0a4be7027c644ad95c66ea00a49ddd5540fd8d52c83c6dc692c316cdea267201bd6d0d0682c5aed6b9a449b5bf08782d13eccc3e1b593e66636363072c0c2c74
 WHIRLPOOL 
c6f117e84dcb0fc1a8a4b1a287e5e4a92434487e4c773cd27a8c2faa7cfb6a893cd7e9738b346fd2b66a07229fbd24eb8ffe0767b87432b941861a07946fa06e
+DIST 2ping-4.0.tar.gz 67249 SHA256 
bc0d7ab3d5a858b548ff70d54f1e23614891ca876e4dab40d7f7334542c205f9 SHA512 
11ac1a5ffa3e44de0d9e7901f4c92d5985200ad5951f17fb88b4f14eba0f98f5c378446a9feb3125a2b7b6e82104ed86ca306c6b07f1fe1ab2f412c226720760
 WHIRLPOOL 
41040837a7ad6db535ee7cc4ae72e5a6a0a2cc5f93d283e60bb501c7aaa25fd779c0c873e7815826a3d31ff00808753665872127b9f4066fd3083348c4125674



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/2ping/

2016-03-27 Thread Anthony G. Basile
commit: b0b37be6ace3cfe0e9d2983e8ead464d7bd755f2
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Mar 27 13:29:15 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Mar 27 13:29:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0b37be6

net-analyzer/2ping: remove older versions

Package-Manager: portage-2.2.26

 net-analyzer/2ping/2ping-3.0.1.ebuild | 28 
 net-analyzer/2ping/2ping-3.1.0.ebuild | 28 
 net-analyzer/2ping/Manifest   |  2 --
 3 files changed, 58 deletions(-)

diff --git a/net-analyzer/2ping/2ping-3.0.1.ebuild 
b/net-analyzer/2ping/2ping-3.0.1.ebuild
deleted file mode 100644
index 4c311b3..000
--- a/net-analyzer/2ping/2ping-3.0.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="A bi-directional ping utility"
-HOMEPAGE="http://www.finnie.org/software/2ping/;
-SRC_URI="http://www.finnie.org/software/2ping/${P}.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
-IUSE="server"
-
-src_install() {
-   distutils-r1_src_install
-   doman doc/2ping.1
-   dodoc doc/{2ping-protocol-examples.py,2ping-protocol.md}
-   use server && {
-   doinitd "${FILESDIR}"/2pingd
-   newconfd "${FILESDIR}"/2pingd.conf 2pingd
-   }
-}

diff --git a/net-analyzer/2ping/2ping-3.1.0.ebuild 
b/net-analyzer/2ping/2ping-3.1.0.ebuild
deleted file mode 100644
index 4c311b3..000
--- a/net-analyzer/2ping/2ping-3.1.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="A bi-directional ping utility"
-HOMEPAGE="http://www.finnie.org/software/2ping/;
-SRC_URI="http://www.finnie.org/software/2ping/${P}.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
-IUSE="server"
-
-src_install() {
-   distutils-r1_src_install
-   doman doc/2ping.1
-   dodoc doc/{2ping-protocol-examples.py,2ping-protocol.md}
-   use server && {
-   doinitd "${FILESDIR}"/2pingd
-   newconfd "${FILESDIR}"/2pingd.conf 2pingd
-   }
-}

diff --git a/net-analyzer/2ping/Manifest b/net-analyzer/2ping/Manifest
index 1ba37ad..db9aa26 100644
--- a/net-analyzer/2ping/Manifest
+++ b/net-analyzer/2ping/Manifest
@@ -1,4 +1,2 @@
-DIST 2ping-3.0.1.tar.gz 39752 SHA256 
d6997cd1680151e6f7d5e60137d45cd41bf385d26029878afdaaf5dc4f63dcc4 SHA512 
c5e8b26591a51bc3410db2ab572b17d6fddbce8f25c8cbfb4eb23cb738b28b12dae1cc395d26987e84191039193853178dffb748b1f951661e319ac2d5c053db
 WHIRLPOOL 
1f90e57a5e5e6788cc832335213fa3c93d029b2bb82837e322dc65b41c1b2dbfe7aa824e38e1595f3378b2ea2978604915404351866cac245276beedef6cbf39
-DIST 2ping-3.1.0.tar.gz 42581 SHA256 
0f5b4e10f89dd99ef04e2cc0564d6673ceae897ed0bf59b636553ec6aa1c7a92 SHA512 
6b264001f32cd6d7178f66365a0999e5087516681ee266b9170fe4a8bf10be27e451302e40141534a3d115dfa73689954e566cb68b51ce181965f0d347b8f844
 WHIRLPOOL 
90ddfa773e0cedf292acb3671c3e1f9cd444a082379e2132553de505de81c16d77fbff0c2bd2f976cf92b1e82b11a4c3945b181e6805c01e48f8de11a10c9cb8
 DIST 2ping-3.2.0.tar.gz 48895 SHA256 
6297f7775be50d208f3b7d4925ecddb3ed1c593198fd875448ae8f88f1a6b196 SHA512 
115526b4416a63f1e79afdaef54b288fb03d103b78d3c79826fcea214800842ad8971145f31e4164c1d70e2bcdb61d7b94d63299d6ac1f5dc8018f7a8a6facf1
 WHIRLPOOL 
e69cf97cdca760e79705b7f92ef7e315367f02ae103496d60413a4cf7000c3e78218b4e4ae5e4c7f1fefe6b406324c2449f6308b0f939ae2a1bcf7d47f72fa18
 DIST 2ping-3.2.1.tar.gz 49000 SHA256 
2e53efd33d0f8b98fcc9c5ece26e87119a6bbbc7c4820a9563610143d46712a6 SHA512 
0a4be7027c644ad95c66ea00a49ddd5540fd8d52c83c6dc692c316cdea267201bd6d0d0682c5aed6b9a449b5bf08782d13eccc3e1b593e66636363072c0c2c74
 WHIRLPOOL 
c6f117e84dcb0fc1a8a4b1a287e5e4a92434487e4c773cd27a8c2faa7cfb6a893cd7e9738b346fd2b66a07229fbd24eb8ffe0767b87432b941861a07946fa06e



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/2ping/

2016-03-27 Thread Anthony G. Basile
commit: bd03e981178ecb677d8cddb5f1aa8d22dc309b6f
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sun Mar 27 13:27:47 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sun Mar 27 13:29:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd03e981

net-analyzer/2ping: version bump to 3.2.1

Package-Manager: portage-2.2.26

 net-analyzer/2ping/2ping-3.2.1.ebuild | 28 
 net-analyzer/2ping/Manifest   |  1 +
 2 files changed, 29 insertions(+)

diff --git a/net-analyzer/2ping/2ping-3.2.1.ebuild 
b/net-analyzer/2ping/2ping-3.2.1.ebuild
new file mode 100644
index 000..b463b02
--- /dev/null
+++ b/net-analyzer/2ping/2ping-3.2.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="A bi-directional ping utility"
+HOMEPAGE="http://www.finnie.org/software/2ping/;
+SRC_URI="http://www.finnie.org/software/2ping/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
+IUSE="server"
+
+src_install() {
+   distutils-r1_src_install
+   doman doc/2ping.1
+   dodoc doc/{2ping-protocol-examples.py,2ping-protocol.md}
+   use server && {
+   doinitd "${FILESDIR}"/2pingd
+   newconfd "${FILESDIR}"/2pingd.conf 2pingd
+   }
+}

diff --git a/net-analyzer/2ping/Manifest b/net-analyzer/2ping/Manifest
index da289dd..1ba37ad 100644
--- a/net-analyzer/2ping/Manifest
+++ b/net-analyzer/2ping/Manifest
@@ -1,3 +1,4 @@
 DIST 2ping-3.0.1.tar.gz 39752 SHA256 
d6997cd1680151e6f7d5e60137d45cd41bf385d26029878afdaaf5dc4f63dcc4 SHA512 
c5e8b26591a51bc3410db2ab572b17d6fddbce8f25c8cbfb4eb23cb738b28b12dae1cc395d26987e84191039193853178dffb748b1f951661e319ac2d5c053db
 WHIRLPOOL 
1f90e57a5e5e6788cc832335213fa3c93d029b2bb82837e322dc65b41c1b2dbfe7aa824e38e1595f3378b2ea2978604915404351866cac245276beedef6cbf39
 DIST 2ping-3.1.0.tar.gz 42581 SHA256 
0f5b4e10f89dd99ef04e2cc0564d6673ceae897ed0bf59b636553ec6aa1c7a92 SHA512 
6b264001f32cd6d7178f66365a0999e5087516681ee266b9170fe4a8bf10be27e451302e40141534a3d115dfa73689954e566cb68b51ce181965f0d347b8f844
 WHIRLPOOL 
90ddfa773e0cedf292acb3671c3e1f9cd444a082379e2132553de505de81c16d77fbff0c2bd2f976cf92b1e82b11a4c3945b181e6805c01e48f8de11a10c9cb8
 DIST 2ping-3.2.0.tar.gz 48895 SHA256 
6297f7775be50d208f3b7d4925ecddb3ed1c593198fd875448ae8f88f1a6b196 SHA512 
115526b4416a63f1e79afdaef54b288fb03d103b78d3c79826fcea214800842ad8971145f31e4164c1d70e2bcdb61d7b94d63299d6ac1f5dc8018f7a8a6facf1
 WHIRLPOOL 
e69cf97cdca760e79705b7f92ef7e315367f02ae103496d60413a4cf7000c3e78218b4e4ae5e4c7f1fefe6b406324c2449f6308b0f939ae2a1bcf7d47f72fa18
+DIST 2ping-3.2.1.tar.gz 49000 SHA256 
2e53efd33d0f8b98fcc9c5ece26e87119a6bbbc7c4820a9563610143d46712a6 SHA512 
0a4be7027c644ad95c66ea00a49ddd5540fd8d52c83c6dc692c316cdea267201bd6d0d0682c5aed6b9a449b5bf08782d13eccc3e1b593e66636363072c0c2c74
 WHIRLPOOL 
c6f117e84dcb0fc1a8a4b1a287e5e4a92434487e4c773cd27a8c2faa7cfb6a893cd7e9738b346fd2b66a07229fbd24eb8ffe0767b87432b941861a07946fa06e



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/2ping/

2016-02-10 Thread Anthony G. Basile
commit: 44a13383c34eec9eba7cc6f926a293f3c9622a0e
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Feb 11 06:28:16 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Feb 11 06:28:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44a13383

net-analyzer/2ping: version bump to 3.2.0

Package-Manager: portage-2.2.26

 net-analyzer/2ping/2ping-3.2.0.ebuild | 28 
 net-analyzer/2ping/Manifest   |  1 +
 2 files changed, 29 insertions(+)

diff --git a/net-analyzer/2ping/2ping-3.2.0.ebuild 
b/net-analyzer/2ping/2ping-3.2.0.ebuild
new file mode 100644
index 000..b463b02
--- /dev/null
+++ b/net-analyzer/2ping/2ping-3.2.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="A bi-directional ping utility"
+HOMEPAGE="http://www.finnie.org/software/2ping/;
+SRC_URI="http://www.finnie.org/software/2ping/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
+IUSE="server"
+
+src_install() {
+   distutils-r1_src_install
+   doman doc/2ping.1
+   dodoc doc/{2ping-protocol-examples.py,2ping-protocol.md}
+   use server && {
+   doinitd "${FILESDIR}"/2pingd
+   newconfd "${FILESDIR}"/2pingd.conf 2pingd
+   }
+}

diff --git a/net-analyzer/2ping/Manifest b/net-analyzer/2ping/Manifest
index 1ea41b1..da289dd 100644
--- a/net-analyzer/2ping/Manifest
+++ b/net-analyzer/2ping/Manifest
@@ -1,2 +1,3 @@
 DIST 2ping-3.0.1.tar.gz 39752 SHA256 
d6997cd1680151e6f7d5e60137d45cd41bf385d26029878afdaaf5dc4f63dcc4 SHA512 
c5e8b26591a51bc3410db2ab572b17d6fddbce8f25c8cbfb4eb23cb738b28b12dae1cc395d26987e84191039193853178dffb748b1f951661e319ac2d5c053db
 WHIRLPOOL 
1f90e57a5e5e6788cc832335213fa3c93d029b2bb82837e322dc65b41c1b2dbfe7aa824e38e1595f3378b2ea2978604915404351866cac245276beedef6cbf39
 DIST 2ping-3.1.0.tar.gz 42581 SHA256 
0f5b4e10f89dd99ef04e2cc0564d6673ceae897ed0bf59b636553ec6aa1c7a92 SHA512 
6b264001f32cd6d7178f66365a0999e5087516681ee266b9170fe4a8bf10be27e451302e40141534a3d115dfa73689954e566cb68b51ce181965f0d347b8f844
 WHIRLPOOL 
90ddfa773e0cedf292acb3671c3e1f9cd444a082379e2132553de505de81c16d77fbff0c2bd2f976cf92b1e82b11a4c3945b181e6805c01e48f8de11a10c9cb8
+DIST 2ping-3.2.0.tar.gz 48895 SHA256 
6297f7775be50d208f3b7d4925ecddb3ed1c593198fd875448ae8f88f1a6b196 SHA512 
115526b4416a63f1e79afdaef54b288fb03d103b78d3c79826fcea214800842ad8971145f31e4164c1d70e2bcdb61d7b94d63299d6ac1f5dc8018f7a8a6facf1
 WHIRLPOOL 
e69cf97cdca760e79705b7f92ef7e315367f02ae103496d60413a4cf7000c3e78218b4e4ae5e4c7f1fefe6b406324c2449f6308b0f939ae2a1bcf7d47f72fa18



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/2ping/

2015-11-17 Thread Anthony G. Basile
commit: 964307d289a24171105de10185901bc9598e2b3d
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Nov 17 11:21:55 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Nov 17 11:22:14 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=964307d2

net-analyzer/2ping: version bump to 3.1.0

Package-Manager: portage-2.2.20.1

 net-analyzer/2ping/2ping-3.1.0.ebuild | 28 
 net-analyzer/2ping/Manifest   |  1 +
 2 files changed, 29 insertions(+)

diff --git a/net-analyzer/2ping/2ping-3.1.0.ebuild 
b/net-analyzer/2ping/2ping-3.1.0.ebuild
new file mode 100644
index 000..4c311b3
--- /dev/null
+++ b/net-analyzer/2ping/2ping-3.1.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="A bi-directional ping utility"
+HOMEPAGE="http://www.finnie.org/software/2ping/;
+SRC_URI="http://www.finnie.org/software/2ping/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
+IUSE="server"
+
+src_install() {
+   distutils-r1_src_install
+   doman doc/2ping.1
+   dodoc doc/{2ping-protocol-examples.py,2ping-protocol.md}
+   use server && {
+   doinitd "${FILESDIR}"/2pingd
+   newconfd "${FILESDIR}"/2pingd.conf 2pingd
+   }
+}

diff --git a/net-analyzer/2ping/Manifest b/net-analyzer/2ping/Manifest
index 9701060..1ea41b1 100644
--- a/net-analyzer/2ping/Manifest
+++ b/net-analyzer/2ping/Manifest
@@ -1 +1,2 @@
 DIST 2ping-3.0.1.tar.gz 39752 SHA256 
d6997cd1680151e6f7d5e60137d45cd41bf385d26029878afdaaf5dc4f63dcc4 SHA512 
c5e8b26591a51bc3410db2ab572b17d6fddbce8f25c8cbfb4eb23cb738b28b12dae1cc395d26987e84191039193853178dffb748b1f951661e319ac2d5c053db
 WHIRLPOOL 
1f90e57a5e5e6788cc832335213fa3c93d029b2bb82837e322dc65b41c1b2dbfe7aa824e38e1595f3378b2ea2978604915404351866cac245276beedef6cbf39
+DIST 2ping-3.1.0.tar.gz 42581 SHA256 
0f5b4e10f89dd99ef04e2cc0564d6673ceae897ed0bf59b636553ec6aa1c7a92 SHA512 
6b264001f32cd6d7178f66365a0999e5087516681ee266b9170fe4a8bf10be27e451302e40141534a3d115dfa73689954e566cb68b51ce181965f0d347b8f844
 WHIRLPOOL 
90ddfa773e0cedf292acb3671c3e1f9cd444a082379e2132553de505de81c16d77fbff0c2bd2f976cf92b1e82b11a4c3945b181e6805c01e48f8de11a10c9cb8



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/2ping/

2015-10-31 Thread Anthony G. Basile
commit: dc550cb58beec4d155a03ab9a1d0a68fadbb064f
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Oct 31 07:12:13 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Oct 31 07:12:36 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc550cb5

net-analyzer/2ping: version bump to 3.0.1

Package-Manager: portage-2.2.20.1

 net-analyzer/2ping/{2ping-3.0.0.ebuild => 2ping-3.0.1.ebuild} | 0
 net-analyzer/2ping/Manifest   | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/2ping/2ping-3.0.0.ebuild 
b/net-analyzer/2ping/2ping-3.0.1.ebuild
similarity index 100%
rename from net-analyzer/2ping/2ping-3.0.0.ebuild
rename to net-analyzer/2ping/2ping-3.0.1.ebuild

diff --git a/net-analyzer/2ping/Manifest b/net-analyzer/2ping/Manifest
index 97412a9..9701060 100644
--- a/net-analyzer/2ping/Manifest
+++ b/net-analyzer/2ping/Manifest
@@ -1 +1 @@
-DIST 2ping-3.0.0.tar.gz 37263 SHA256 
8a8f071ea87414a5a7b8503ee75529e81b04f4d6251f96f3ead2140998a10c31 SHA512 
d3de3af124d926df4adcc1b937669bfec2dc1552958bfd72544e86fb6d189fa03885af40036cc4e5177da18e694ff3a349e20e87f82d740e924333108e637ef7
 WHIRLPOOL 
7562c4520c0c2ef656550eb8cfb479a1c415f6b525e5bcaad5d7ab2c056e6d52bb541bd9d9d451321deec962977a083e7384e6a4cbf797c5ec8892017446376c
+DIST 2ping-3.0.1.tar.gz 39752 SHA256 
d6997cd1680151e6f7d5e60137d45cd41bf385d26029878afdaaf5dc4f63dcc4 SHA512 
c5e8b26591a51bc3410db2ab572b17d6fddbce8f25c8cbfb4eb23cb738b28b12dae1cc395d26987e84191039193853178dffb748b1f951661e319ac2d5c053db
 WHIRLPOOL 
1f90e57a5e5e6788cc832335213fa3c93d029b2bb82837e322dc65b41c1b2dbfe7aa824e38e1595f3378b2ea2978604915404351866cac245276beedef6cbf39



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/2ping/, net-analyzer/2ping/files/

2015-10-27 Thread Anthony G. Basile
commit: ffcaf94ff152614f9e127aee04f87c0e37fcd833
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Oct 28 01:07:21 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Oct 28 01:09:08 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffcaf94f

net-analyzer/2ping: version bump to 3.0.0.

Package-Manager: portage-2.2.20.1

 net-analyzer/2ping/2ping-3.0.0.ebuild | 28 
 net-analyzer/2ping/Manifest   |  1 +
 net-analyzer/2ping/files/2pingd   |  2 +-
 3 files changed, 30 insertions(+), 1 deletion(-)

diff --git a/net-analyzer/2ping/2ping-3.0.0.ebuild 
b/net-analyzer/2ping/2ping-3.0.0.ebuild
new file mode 100644
index 000..4c311b3
--- /dev/null
+++ b/net-analyzer/2ping/2ping-3.0.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="A bi-directional ping utility"
+HOMEPAGE="http://www.finnie.org/software/2ping/;
+SRC_URI="http://www.finnie.org/software/2ping/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
+IUSE="server"
+
+src_install() {
+   distutils-r1_src_install
+   doman doc/2ping.1
+   dodoc doc/{2ping-protocol-examples.py,2ping-protocol.md}
+   use server && {
+   doinitd "${FILESDIR}"/2pingd
+   newconfd "${FILESDIR}"/2pingd.conf 2pingd
+   }
+}

diff --git a/net-analyzer/2ping/Manifest b/net-analyzer/2ping/Manifest
index 1cc8be6..89e4182 100644
--- a/net-analyzer/2ping/Manifest
+++ b/net-analyzer/2ping/Manifest
@@ -1,3 +1,4 @@
 DIST 2ping-1.2.3.tar.gz 28755 SHA256 
1d0c3f30c99f1437f799f6ba9d0b49d60468cd78c03feb7bea0dde7eff22d3b5 SHA512 
d8939490c98bac7bb8d7196925e7de9c7a4619d12910a1cf8c48fefc0b959879e21e96a1296c96ad37c9f736052f040396a3c62bc7d7d71071c84f176415bd2c
 WHIRLPOOL 
6f0a2e796237e5b8b1ab8b20646d3bc8ed05e14b7046baa06afc7a49f21001fbe860197acc999e1a4a75beeeda52023c8b7613b2ac26d48a6befb0cc5e1b0b65
 DIST 2ping-2.0.tar.gz 33048 SHA256 
c6c9c16969cd6b0541a2b0d5d8b1694f176ba7e32448bfa500f6ff8763cf75df SHA512 
2bbf5347bc5fc354c8c2c8b8cca00a5c4375d48b984273d91bfe0bf62d0592990a55ac5afcecfa3ed46bf59d58607b505339f07e987d0c084889ab0f41368a2a
 WHIRLPOOL 
f3f383f05e891c48dcf23e12670834f3093caf27f8d8525960a8fec6854b497cf940e27370bd4ec95fba0771e64ae59d842acff505c222ba2d87468a74f4ad75
 DIST 2ping-2.1.1.tar.gz 27232 SHA256 
20fc09dbbc7fa37b90bfa415bad801697bd56c16c653cda551bfadbad3936f65 SHA512 
d290fc2cf03dd40a38f72d9f46abfc0ef2e3c65f420b53d00c299b442ad3d9312f459317f6125d3d9b2de888a1292f5f56f49de6de6b869f1dc325b24e20de19
 WHIRLPOOL 
9273991e2ddd4f68da4f31e9a282d45a05d993079dd86873ca6822904f0fb0c7fc25fe691c89239020d317feea901409ce13f5a6dfce53fdc10f66437b1eb0ed
+DIST 2ping-3.0.0.tar.gz 37263 SHA256 
8a8f071ea87414a5a7b8503ee75529e81b04f4d6251f96f3ead2140998a10c31 SHA512 
d3de3af124d926df4adcc1b937669bfec2dc1552958bfd72544e86fb6d189fa03885af40036cc4e5177da18e694ff3a349e20e87f82d740e924333108e637ef7
 WHIRLPOOL 
7562c4520c0c2ef656550eb8cfb479a1c415f6b525e5bcaad5d7ab2c056e6d52bb541bd9d9d451321deec962977a083e7384e6a4cbf797c5ec8892017446376c

diff --git a/net-analyzer/2ping/files/2pingd b/net-analyzer/2ping/files/2pingd
index a1cf292..dcb2eef 100644
--- a/net-analyzer/2ping/files/2pingd
+++ b/net-analyzer/2ping/files/2pingd
@@ -4,7 +4,7 @@
 # $Id$
 
 DAEMON="/usr/bin/2ping"
-PIDFILE="/var/run/2ping"
+PIDFILE="/run/2ping.pid"
 
 depend() {
need net



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/2ping/

2015-10-27 Thread Anthony G. Basile
commit: 1372f537e6174a658fd2ea1b60aaeb7716fe6941
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Oct 28 01:08:53 2015 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Oct 28 01:09:10 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1372f537

net-analyzer/2ping: remove older versions.

Package-Manager: portage-2.2.20.1

 net-analyzer/2ping/2ping-1.2.3.ebuild | 37 ---
 net-analyzer/2ping/2ping-2.0.ebuild   | 37 ---
 net-analyzer/2ping/2ping-2.1.1.ebuild | 31 -
 net-analyzer/2ping/Manifest   |  3 ---
 net-analyzer/2ping/metadata.xml   |  3 ---
 5 files changed, 111 deletions(-)

diff --git a/net-analyzer/2ping/2ping-1.2.3.ebuild 
b/net-analyzer/2ping/2ping-1.2.3.ebuild
deleted file mode 100644
index ad1efe1..000
--- a/net-analyzer/2ping/2ping-1.2.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-DESCRIPTION="A bi-directional ping utility"
-HOMEPAGE="http://www.finnie.org/software/2ping/;
-SRC_URI="http://www.finnie.org/software/2ping/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="crc ipv6 md5 sha server"
-
-# The 2ping script itself checks if these optional deps are available.
-DEPEND="
-   dev-lang/perl
-   virtual/perl-Getopt-Long
-   virtual/perl-Pod-Parser
-   virtual/perl-IO
-   virtual/perl-Time-HiRes
-   ipv6? ( dev-perl/IO-Socket-INET6 )
-   md5? ( virtual/perl-Digest-MD5 )
-   sha? ( virtual/perl-Digest-SHA )
-   crc? ( dev-perl/Digest-CRC )
-"
-RDEPEND="${DEPEND}"
-
-src_install() {
-   emake DESTDIR="${D}" PREFIX="/usr" install
-   dodoc ChangeLog README
-   use server && {
-   doinitd "${FILESDIR}"/2pingd
-   newconfd "${FILESDIR}"/2pingd.conf 2pingd
-   }
-}

diff --git a/net-analyzer/2ping/2ping-2.0.ebuild 
b/net-analyzer/2ping/2ping-2.0.ebuild
deleted file mode 100644
index ad1efe1..000
--- a/net-analyzer/2ping/2ping-2.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-DESCRIPTION="A bi-directional ping utility"
-HOMEPAGE="http://www.finnie.org/software/2ping/;
-SRC_URI="http://www.finnie.org/software/2ping/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="crc ipv6 md5 sha server"
-
-# The 2ping script itself checks if these optional deps are available.
-DEPEND="
-   dev-lang/perl
-   virtual/perl-Getopt-Long
-   virtual/perl-Pod-Parser
-   virtual/perl-IO
-   virtual/perl-Time-HiRes
-   ipv6? ( dev-perl/IO-Socket-INET6 )
-   md5? ( virtual/perl-Digest-MD5 )
-   sha? ( virtual/perl-Digest-SHA )
-   crc? ( dev-perl/Digest-CRC )
-"
-RDEPEND="${DEPEND}"
-
-src_install() {
-   emake DESTDIR="${D}" PREFIX="/usr" install
-   dodoc ChangeLog README
-   use server && {
-   doinitd "${FILESDIR}"/2pingd
-   newconfd "${FILESDIR}"/2pingd.conf 2pingd
-   }
-}

diff --git a/net-analyzer/2ping/2ping-2.1.1.ebuild 
b/net-analyzer/2ping/2ping-2.1.1.ebuild
deleted file mode 100644
index 1b9cd45..000
--- a/net-analyzer/2ping/2ping-2.1.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit perl-module
-
-DESCRIPTION="A bi-directional ping utility"
-HOMEPAGE="http://www.finnie.org/software/2ping/;
-SRC_URI="http://www.finnie.org/software/2ping/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="crc ipv6 md5 sha server"
-
-# The 2ping script itself checks if these optional deps are available.
-DEPEND="
-   >=dev-lang/perl-5.6.0:=
-   virtual/perl-Getopt-Long
-   virtual/perl-Pod-Parser
-   virtual/perl-IO
-   virtual/perl-Time-HiRes
-   ipv6? ( dev-perl/IO-Socket-INET6 )
-   md5? ( virtual/perl-Digest-MD5 )
-   sha? ( virtual/perl-Digest-SHA )
-   crc? ( dev-perl/Digest-CRC )
-"
-
-RDEPEND="${DEPEND}"

diff --git a/net-analyzer/2ping/Manifest b/net-analyzer/2ping/Manifest
index 89e4182..97412a9 100644
--- a/net-analyzer/2ping/Manifest
+++ b/net-analyzer/2ping/Manifest
@@ -1,4 +1 @@
-DIST 2ping-1.2.3.tar.gz 28755 SHA256 
1d0c3f30c99f1437f799f6ba9d0b49d60468cd78c03feb7bea0dde7eff22d3b5 SHA512 
d8939490c98bac7bb8d7196925e7de9c7a4619d12910a1cf8c48fefc0b959879e21e96a1296c96ad37c9f736052f040396a3c62bc7d7d71071c84f176415bd2c
 WHIRLPOOL 
6f0a2e796237e5b8b1ab8b20646d3bc8ed05e14b7046baa06afc7a49f21001fbe860197acc999e1a4a75beeeda52023c8b7613b2ac26d48a6befb0cc5e1b0b65
-DIST 2ping-2.0.tar.gz 33048 SHA256 
c6c9c16969cd6b0541a2b0d5d8b1694f176ba7e32448bfa500f6ff8763cf75df SHA512