public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Frysinger" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/traceroute/
Date: Fri, 19 Feb 2016 01:58:54 +0000 (UTC)	[thread overview]
Message-ID: <1455847124.32812762a85140272b0831e1096dfa61446006df.vapier@gentoo> (raw)

commit:     32812762a85140272b0831e1096dfa61446006df
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 19 01:58:13 2016 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Fri Feb 19 01:58:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32812762

net-analyzer/traceroute: version bump to 2.0.22

 net-analyzer/traceroute/Manifest                 |  1 +
 net-analyzer/traceroute/traceroute-2.0.22.ebuild | 33 ++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/net-analyzer/traceroute/Manifest b/net-analyzer/traceroute/Manifest
index d0c64cb..0e8725a 100644
--- a/net-analyzer/traceroute/Manifest
+++ b/net-analyzer/traceroute/Manifest
@@ -1,2 +1,3 @@
 DIST traceroute-2.0.20.tar.gz 68907 SHA256 2facba9525c95428d7bff3a313fc6ecfd8c529c678ae666c73015558a0edc271 SHA512 ba82468f5e52a14cf029ff977d85e9cc395bdac2fdf8c29232f9e664bf15efdbaca4f56a78533f2afadd3aef95e31d4497f00f4fc29f74a699a149f0434b484d WHIRLPOOL f7fad8dca126291b17194b6f2f2fd2de98c358d63aa7bcf9e853b888562a8a9c251afdfb85ba5990a7c52f3c4e518b153a1323de0997ce6292113545c133e8b5
 DIST traceroute-2.0.21.tar.gz 69159 SHA256 f7ac93ef30b13a587292b8d6a7e2538a65bc978a3a576eab238c392b884e96e0 SHA512 437cfc596e045d89f0f477f404e410347fb4e8d5db00c9e2ce1317457a99377d1239e68949a6e44e8d424f480c8bfacb7213ce3f03efc46880a369678eb49589 WHIRLPOOL 870a228ac77f5ca72a0ea1757f3e86372fd4c809133d15ae6de8a637fb9edfe3e9b62c82f8b53ad85c3300086e69829c7b7248bdfa52801ca2103253d23d0018
+DIST traceroute-2.0.22.tar.gz 69001 SHA256 ee36c35a7dd0ea859734778c1fe95b49a861d30dbf64496ac673c2429f539ada SHA512 f7981188b5aa13b6a6c26e7bb3b6cbab88b1adec53a04bff4b878f800bb32a62d82fa389fb36aefd81cc3e9da31740e095f6b6f7eba4dd5926520ad3cff7a92c WHIRLPOOL b65d03913d497b800c0d9f567e099f1c65bae1bc9c380187039afa4bb18997e7810e5dc69b3ca193d5b86b6a0bbed27e45c28d5b5f51cc12223c085734819050

diff --git a/net-analyzer/traceroute/traceroute-2.0.22.ebuild b/net-analyzer/traceroute/traceroute-2.0.22.ebuild
new file mode 100644
index 0000000..da6a153
--- /dev/null
+++ b/net-analyzer/traceroute/traceroute-2.0.22.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit flag-o-matic toolchain-funcs
+
+DESCRIPTION="Utility to trace the route of IP packets"
+HOMEPAGE="http://traceroute.sourceforge.net/"
+SRC_URI="mirror://sourceforge/traceroute/${P}.tar.gz"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
+IUSE="static"
+
+RDEPEND="!<net-misc/iputils-20121221-r1
+	!net-misc/iputils[traceroute]"
+
+src_compile() {
+	use static && append-ldflags -static
+	append-ldflags -L../libsupp #432116
+	tc-export AR CC RANLIB
+	emake env=yes
+}
+
+src_install() {
+	emake DESTDIR="${D}" prefix="${EPREFIX}/usr" install
+	dodoc ChangeLog CREDITS README TODO
+	dosym traceroute /usr/bin/traceroute6
+	dosym traceroute.8 /usr/share/man/man8/traceroute6.8
+}


             reply	other threads:[~2016-02-19  1:59 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-19  1:58 Mike Frysinger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-08  7:44 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/traceroute/ Sam James
2024-02-03  6:56 Sam James
2024-02-02 13:45 Arthur Zamarin
2024-02-02 13:34 Arthur Zamarin
2024-02-02  6:40 Sam James
2024-02-02  3:58 Sam James
2023-12-24 17:21 Arthur Zamarin
2023-12-24 15:11 Sam James
2023-12-23 19:56 Arthur Zamarin
2023-12-20 10:04 Sam James
2023-08-31  5:29 Sam James
2023-05-01 13:36 Sam James
2023-03-04 17:54 Arthur Zamarin
2023-03-04 11:03 Arthur Zamarin
2023-03-04  9:55 Arthur Zamarin
2023-03-04  7:56 Arthur Zamarin
2023-03-04  6:17 Arthur Zamarin
2023-03-04  6:09 Arthur Zamarin
2023-03-04  5:32 Arthur Zamarin
2023-01-01  2:08 Sam James
2022-06-21 16:29 David Seifert
2022-05-26  5:06 WANG Xuerui
2022-04-03  2:48 Sam James
2021-09-23  1:07 Matt Turner
2021-07-16  1:31 Yixun Lan
2020-04-21  8:01 Jeroen Roovers
2019-03-31 22:37 Thomas Deutschmann
2019-01-29 11:52 Mikle Kolyada
2018-10-09  9:45 Mikle Kolyada
2018-10-06 23:47 Matt Turner
2018-10-06 23:47 Matt Turner
2018-10-02 20:10 Jeroen Roovers
2018-10-02 14:02 Tobias Klausmann
2018-10-01  0:07 Thomas Deutschmann
2018-09-30 23:03 Mart Raudsepp
2018-09-30 21:38 Sergei Trofimovich
2018-09-29  8:01 Sergei Trofimovich
2018-09-28  8:41 Mikle Kolyada
2016-03-09  8:02 Lars Wendler
2016-03-09  8:02 Lars Wendler
2016-02-19  1:58 Mike Frysinger
2016-02-19  1:58 Mike Frysinger
2016-02-19  1:58 Mike Frysinger

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=1455847124.32812762a85140272b0831e1096dfa61446006df.vapier@gentoo \
    --to=vapier@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