From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcpreplay/
Date: Fri, 24 Mar 2017 14:54:26 +0000 (UTC) [thread overview]
Message-ID: <1490367252.eb9cffdb8913241a5696e4cf7a6c136c8a37eba6.jer@gentoo> (raw)
commit: eb9cffdb8913241a5696e4cf7a6c136c8a37eba6
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 24 14:54:12 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Mar 24 14:54:12 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb9cffdb
net-analyzer/tcpreplay: Old.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
net-analyzer/tcpreplay/Manifest | 1 -
net-analyzer/tcpreplay/tcpreplay-4.2.0.ebuild | 74 ---------------------------
2 files changed, 75 deletions(-)
diff --git a/net-analyzer/tcpreplay/Manifest b/net-analyzer/tcpreplay/Manifest
index 1ab41c48b2d..ecb79cc01a3 100644
--- a/net-analyzer/tcpreplay/Manifest
+++ b/net-analyzer/tcpreplay/Manifest
@@ -1,3 +1,2 @@
DIST tcpreplay-4.1.2.tar.gz 2162175 SHA256 da483347e83a9b5df0e0dbb0f822a2d37236e79dda35f4bc4e6684fa827f25ea SHA512 3a7d125f38fe15070d666eacb4a5ef026a73ff850adec7ef3592966f38d1d155002792c5d5ac2476aa034d71be5f31b9dacd5be34af01a336149af3a42cad360 WHIRLPOOL e5ca80234655b3614eebd400954b53d958d08dbe91cf123db07935e5bebfb34ad40cd41a7a25a8d8ee684dbcaeda41c75a18503172830141dca022713b7814d6
-DIST tcpreplay-4.2.0.tar.gz 3534486 SHA256 924f80cd1958a4c4447f0a6a54e8d3af7aebd3674aa4ef9973f69b43b1675221 SHA512 a129cf069b4b725f017c3c595462f5105441f236a01daf57d45fa9240264c40e6fd918a70aa6ddc8f090dcc2ebcc46fe9f4cb87d17a9b9147369472ea565b444 WHIRLPOOL cbc29b45e583b1cbdbb5d3b65523d907e61d5fb8ddd35fc86c0be32d520456e72535aea7cf43abc85f58afd79d42638b488cb3d45f3453a542724dfa302ac8e8
DIST tcpreplay-4.2.1.tar.gz 3528019 SHA256 224b519e561d969b4bdb0e700c2283e036620e3cb5895d5aab2a7e4f27d21a79 SHA512 0ecfc6ec80c94b2ea001ea1fee31f06cfb265dcd7bb45cc09d480aa6ed2d11733b7383c54425805bfed02750e05339500f3d4de9b7c6054fa12f015153366875 WHIRLPOOL b6d1bbb0c18398b9f10562f1040780e4a058046e8b040a195fdf0a937ccfa9282fed520ec5478ed443b92fa322412bc6b3ff2040728393903acf2080eedbf350
diff --git a/net-analyzer/tcpreplay/tcpreplay-4.2.0.ebuild b/net-analyzer/tcpreplay/tcpreplay-4.2.0.ebuild
deleted file mode 100644
index ee0ea9dffd4..00000000000
--- a/net-analyzer/tcpreplay/tcpreplay-4.2.0.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools flag-o-matic
-
-DESCRIPTION="utilities for editing and replaying previously captured network traffic"
-HOMEPAGE="http://tcpreplay.appneta.com/ https://github.com/appneta/tcpreplay"
-LICENSE="BSD GPL-3"
-SRC_URI="https://github.com/appneta/${PN}/releases/download/v${PV/_/-}/${P/_/-}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
-IUSE="debug pcapnav +tcpdump"
-
-DEPEND="
- >=sys-devel/autogen-5.18.4[libopts]
- dev-libs/libdnet
- >=net-libs/libpcap-0.9
- tcpdump? ( net-analyzer/tcpdump )
- pcapnav? ( net-libs/libpcapnav )
-"
-RDEPEND="${DEPEND}"
-
-DOCS=(
- docs/{CHANGELOG,CREDIT,HACKING,TODO}
-)
-PATCHES=(
- "${FILESDIR}"/${PN}-4.1.0-enable-pcap_findalldevs.patch
-)
-
-S=${WORKDIR}/${P/_/-}
-
-src_prepare() {
- default
-
- sed -i \
- -e 's|#include <dnet.h>|#include <dnet/eth.h>|g' \
- src/common/sendpacket.c || die
- sed -i \
- -e 's|@\([A-Z_]*\)@|$(\1)|g' \
- -e '/tcpliveplay_CFLAGS/s|$| $(LDNETINC)|g' \
- -e '/tcpliveplay_LDADD/s|$| $(LDNETLIB)|g' \
- src/Makefile.am || die
-
- eautoreconf
-}
-
-src_configure() {
- # By default it uses static linking. Avoid that, bug 252940
- econf \
- $(use_enable debug) \
- $(use_with pcapnav pcapnav-config /usr/bin/pcapnav-config) \
- $(use_with tcpdump tcpdump /usr/sbin/tcpdump) \
- --disable-local-libopts \
- --enable-dynamic-link \
- --enable-shared \
- --with-libdnet \
- --with-testnic2=lo \
- --with-testnic=lo
-}
-
-src_test() {
- if [[ ! ${EUID} -eq 0 ]]; then
- ewarn "Some tests were disabled due to FEATURES=userpriv"
- ewarn "To run all tests issue the following command as root:"
- ewarn " # make -C ${S}/test"
- emake -j1 -C test tcpprep || die "self test failed - see ${S}/test/test.log"
- else
- emake -j1 test || {
- ewarn "Note, that some tests require eth0 iface to be UP." ;
- die "self test failed - see ${S}/test/test.log" ; }
- fi
-}
next reply other threads:[~2017-03-24 14:54 UTC|newest]
Thread overview: 62+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-24 14:54 Jeroen Roovers [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-09 10:22 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcpreplay/ Arthur Zamarin
2024-11-03 18:02 Sam James
2024-07-30 18:33 Arthur Zamarin
2024-07-30 18:33 Arthur Zamarin
2023-07-09 11:03 Arthur Zamarin
2023-07-09 11:03 Arthur Zamarin
2023-06-11 23:57 Sam James
2023-03-04 7:37 Arthur Zamarin
2023-03-04 5:47 Arthur Zamarin
2023-01-03 3:33 Sam James
2022-10-16 15:03 John Helmert III
2022-10-13 23:04 Sam James
2022-10-13 22:37 Sam James
2022-08-27 6:14 Sam James
2022-06-27 23:21 Sam James
2022-03-02 3:42 Sam James
2022-03-02 3:42 Sam James
2021-05-25 13:59 Thomas Deutschmann
2021-05-09 6:00 Sam James
2021-05-09 6:00 Sam James
2021-05-04 21:25 Sam James
2021-04-03 16:10 Sam James
2020-07-19 10:43 Jeroen Roovers
2020-07-18 14:20 Sam James
2020-07-18 11:44 Sam James
2020-06-15 8:35 Jeroen Roovers
2020-06-15 8:25 Jeroen Roovers
2020-06-15 7:31 Jeroen Roovers
2020-06-05 5:28 Jeroen Roovers
2019-04-20 2:27 Aaron Bauman
2019-04-10 17:04 Thomas Deutschmann
2019-04-05 20:47 Agostino Sarubbo
2019-03-12 21:13 Jeroen Roovers
2019-02-04 5:06 Jeroen Roovers
2019-02-03 16:52 Jeroen Roovers
2019-02-03 16:52 Jeroen Roovers
2018-12-31 17:40 Jeroen Roovers
2018-05-30 4:45 Markus Meier
2018-02-12 19:51 Jeroen Roovers
2017-06-01 22:09 Jeroen Roovers
2017-05-19 7:06 Jeroen Roovers
2017-05-19 7:06 Jeroen Roovers
2017-05-10 11:36 Jeroen Roovers
2017-05-10 11:36 Jeroen Roovers
2017-04-27 12:54 Jeroen Roovers
2017-04-27 12:54 Jeroen Roovers
2017-04-22 10:19 Jeroen Roovers
2017-04-10 15:54 Jeroen Roovers
2017-03-24 14:54 Jeroen Roovers
2017-03-22 17:46 Jeroen Roovers
2017-03-22 8:58 Jeroen Roovers
2017-03-20 12:28 Agostino Sarubbo
2017-03-18 11:28 Jeroen Roovers
2017-03-11 4:30 Jeroen Roovers
2016-11-24 22:42 Jeroen Roovers
2016-05-06 5:47 Jeroen Roovers
2016-03-15 17:55 Agostino Sarubbo
2016-01-13 8:46 Jeroen Roovers
2015-10-25 17:11 Jeroen Roovers
2015-10-25 11:15 Mikle Kolyada
2015-10-19 9:27 Agostino Sarubbo
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=1490367252.eb9cffdb8913241a5696e4cf7a6c136c8a37eba6.jer@gentoo \
--to=jer@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