summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-03-27 09:29:15 -0400
committerAnthony G. Basile <blueness@gentoo.org>2016-03-27 09:29:49 -0400
commitb0b37be6ace3cfe0e9d2983e8ead464d7bd755f2 (patch)
treef10284c112bc13b73547382bb8b222f5b0520eae /net-analyzer/2ping/2ping-3.1.0.ebuild
parentnet-analyzer/2ping: version bump to 3.2.1 (diff)
downloadgentoo-b0b37be6ace3cfe0e9d2983e8ead464d7bd755f2.tar.gz
gentoo-b0b37be6ace3cfe0e9d2983e8ead464d7bd755f2.tar.bz2
gentoo-b0b37be6ace3cfe0e9d2983e8ead464d7bd755f2.zip
net-analyzer/2ping: remove older versions
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-analyzer/2ping/2ping-3.1.0.ebuild')
-rw-r--r--net-analyzer/2ping/2ping-3.1.0.ebuild28
1 files changed, 0 insertions, 28 deletions
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 4c311b30f1b3..000000000000
--- 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
- }
-}