summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2017-08-06 06:58:26 -0400
committerAnthony G. Basile <blueness@gentoo.org>2017-08-06 06:58:26 -0400
commit1967aef8d815ec860641c3f9b3d1bdf76a9bb041 (patch)
tree922b59d8a2a0d0989edea1cce7c0d8c0705a70dc /net-analyzer/2ping/2ping-3.2.1.ebuild
parentnet-analyzer/2ping: version bump to 4.1 (diff)
downloadgentoo-1967aef8d815ec860641c3f9b3d1bdf76a9bb041.tar.gz
gentoo-1967aef8d815ec860641c3f9b3d1bdf76a9bb041.tar.bz2
gentoo-1967aef8d815ec860641c3f9b3d1bdf76a9bb041.zip
net-analyzer/2ping: remove older versions
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'net-analyzer/2ping/2ping-3.2.1.ebuild')
-rw-r--r--net-analyzer/2ping/2ping-3.2.1.ebuild27
1 files changed, 0 insertions, 27 deletions
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 78e858acbf02..000000000000
--- 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
- }
-}