From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-965579-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id B4C69139694
	for <garchives@archives.gentoo.org>; Sun,  6 Aug 2017 10:58:45 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 00C6FE0BE2;
	Sun,  6 Aug 2017 10:58:44 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id BE904E0BE2
	for <gentoo-commits@lists.gentoo.org>; Sun,  6 Aug 2017 10:58:43 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 63CC73417EE
	for <gentoo-commits@lists.gentoo.org>; Sun,  6 Aug 2017 10:58:42 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 045F075EE
	for <gentoo-commits@lists.gentoo.org>; Sun,  6 Aug 2017 10:58:41 +0000 (UTC)
From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" <blueness@gentoo.org>
Message-ID: <1502017106.1967aef8d815ec860641c3f9b3d1bdf76a9bb041.blueness@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/2ping/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-analyzer/2ping/2ping-3.2.0.ebuild net-analyzer/2ping/2ping-3.2.1.ebuild net-analyzer/2ping/2ping-4.0.ebuild net-analyzer/2ping/Manifest
X-VCS-Directories: net-analyzer/2ping/
X-VCS-Committer: blueness
X-VCS-Committer-Name: Anthony G. Basile
X-VCS-Revision: 1967aef8d815ec860641c3f9b3d1bdf76a9bb041
X-VCS-Branch: master
Date: Sun,  6 Aug 2017 10:58:41 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 27320095-d278-4e21-b0c1-64777812de04
X-Archives-Hash: 786564f9cd64ccf674bf3cbe07cf455f

commit:     1967aef8d815ec860641c3f9b3d1bdf76a9bb041
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  6 10:58:26 2017 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Aug  6 10:58:26 2017 +0000
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..00000000000
--- 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..00000000000
--- 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..00000000000
--- 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 11ac1a5ffa3e44de0d9e7901f4c92d5985200ad5951f17fb88b4f14eba0f98f5c378446a9feb3125a2b7b6e82104ed86ca306c6b07f1fe1ab2f412c226720760 WHIRLPOOL 41040837a7ad6db535ee7cc4ae72e5a6a0a2cc5f93d283e60bb501c7aaa25fd779c0c873e7815826a3d31ff00808753665872127b9f4066fd3083348c4125674
 DIST 2ping-4.1.tar.gz 69510 SHA256 85331ae57f445bc8895ba4e61da4c7300b67fde55642f5e42ea02f2daf07b1ed SHA512 926a515156bf0b9e7c09e72f0e557571f3905646eaec2e8c4702a7dd7ed77b9ab298323028beb02c844d719839458f9d056fb5d29443e908b0d927754f856553 WHIRLPOOL 2e2c2c56dbe203569460be3862e1ca4b0c22ca88fe705bf86f6ffb4e85b15511b521e78b80c382c3ab833da64f3ac6efa0890f33dc4f7fa8a3151c16d49a5964