mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-analyzer/2ping: version bump to 4.0
Package-Manager: Portage-2.3.6, Repoman-2.3.1
This commit is contained in:
27
net-analyzer/2ping/2ping-4.0.ebuild
Normal file
27
net-analyzer/2ping/2ping-4.0.ebuild
Normal file
@@ -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
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user