public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/2ping/
Date: Tue, 17 Nov 2015 11:15:37 +0000 (UTC)	[thread overview]
Message-ID: <1447759334.964307d289a24171105de10185901bc9598e2b3d.blueness@gentoo> (raw)

commit:     964307d289a24171105de10185901bc9598e2b3d
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 17 11:21:55 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Nov 17 11:22:14 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=964307d2

net-analyzer/2ping: version bump to 3.1.0

Package-Manager: portage-2.2.20.1

 net-analyzer/2ping/2ping-3.1.0.ebuild | 28 ++++++++++++++++++++++++++++
 net-analyzer/2ping/Manifest           |  1 +
 2 files changed, 29 insertions(+)

diff --git a/net-analyzer/2ping/2ping-3.1.0.ebuild b/net-analyzer/2ping/2ping-3.1.0.ebuild
new file mode 100644
index 0000000..4c311b3
--- /dev/null
+++ b/net-analyzer/2ping/2ping-3.1.0.ebuild
@@ -0,0 +1,28 @@
+# 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
+	}
+}

diff --git a/net-analyzer/2ping/Manifest b/net-analyzer/2ping/Manifest
index 9701060..1ea41b1 100644
--- a/net-analyzer/2ping/Manifest
+++ b/net-analyzer/2ping/Manifest
@@ -1 +1,2 @@
 DIST 2ping-3.0.1.tar.gz 39752 SHA256 d6997cd1680151e6f7d5e60137d45cd41bf385d26029878afdaaf5dc4f63dcc4 SHA512 c5e8b26591a51bc3410db2ab572b17d6fddbce8f25c8cbfb4eb23cb738b28b12dae1cc395d26987e84191039193853178dffb748b1f951661e319ac2d5c053db WHIRLPOOL 1f90e57a5e5e6788cc832335213fa3c93d029b2bb82837e322dc65b41c1b2dbfe7aa824e38e1595f3378b2ea2978604915404351866cac245276beedef6cbf39
+DIST 2ping-3.1.0.tar.gz 42581 SHA256 0f5b4e10f89dd99ef04e2cc0564d6673ceae897ed0bf59b636553ec6aa1c7a92 SHA512 6b264001f32cd6d7178f66365a0999e5087516681ee266b9170fe4a8bf10be27e451302e40141534a3d115dfa73689954e566cb68b51ce181965f0d347b8f844 WHIRLPOOL 90ddfa773e0cedf292acb3671c3e1f9cd444a082379e2132553de505de81c16d77fbff0c2bd2f976cf92b1e82b11a4c3945b181e6805c01e48f8de11a10c9cb8


             reply	other threads:[~2015-11-17 11:15 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-17 11:15 Anthony G. Basile [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-30 19:01 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/2ping/ Pacho Ramos
2023-02-17  9:48 Sam James
2021-05-25 16:05 Michał Górny
2021-05-25 16:05 Michał Górny
2021-05-25 16:05 Michał Górny
2021-05-25 16:05 Michał Górny
2021-03-22 13:04 Anthony G. Basile
2020-06-22 13:38 Anthony G. Basile
2020-06-22 13:38 Anthony G. Basile
2020-06-09 23:28 Anthony G. Basile
2018-12-05 12:19 Anthony G. Basile
2018-12-05 12:18 Anthony G. Basile
2018-08-12 12:03 Anthony G. Basile
2018-08-10  9:36 Anthony G. Basile
2017-08-22 21:31 Michał Górny
2017-08-06 10:58 Anthony G. Basile
2017-08-06 10:58 Anthony G. Basile
2017-07-26 16:48 Anthony G. Basile
2017-07-22  9:16 Anthony G. Basile
2016-03-27 13:23 Anthony G. Basile
2016-03-27 13:23 Anthony G. Basile
2016-02-11  6:19 Anthony G. Basile
2015-10-31  7:06 Anthony G. Basile
2015-10-28  1:02 Anthony G. Basile

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1447759334.964307d289a24171105de10185901bc9598e2b3d.blueness@gentoo \
    --to=blueness@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox