summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2018-12-05 07:18:58 -0500
committerAnthony G. Basile <blueness@gentoo.org>2018-12-05 07:18:58 -0500
commit8d863afe9c18ad4bd1f51af948fc71ca8bd340c5 (patch)
tree548cb51d9ce418bdc2c1e249b843e962ce7d48ea /net-analyzer/2ping/2ping-4.1.ebuild
parentnet-analyzer/2ping: version bump to 4.3 (diff)
downloadgentoo-8d863afe9c18ad4bd1f51af948fc71ca8bd340c5.tar.gz
gentoo-8d863afe9c18ad4bd1f51af948fc71ca8bd340c5.tar.bz2
gentoo-8d863afe9c18ad4bd1f51af948fc71ca8bd340c5.zip
net-analyzer/2ping: remove older versions
Signed-off-by: Anthony G. Basile <blueness@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'net-analyzer/2ping/2ping-4.1.ebuild')
-rw-r--r--net-analyzer/2ping/2ping-4.1.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/net-analyzer/2ping/2ping-4.1.ebuild b/net-analyzer/2ping/2ping-4.1.ebuild
deleted file mode 100644
index c99ba3938765..000000000000
--- 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
- }
-}