diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-03-07 08:46:26 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-03-07 08:46:26 +0000 |
commit | b816ee63f6780be698a072fb0104869e61477499 (patch) | |
tree | ccd8a2614297d013b4c322a5f61a325a1dbce0a8 /net-analyzer/tcpreplay | |
parent | Version 0.4.1 stable for x86. Wiped version 0.4.0 from the Tree. (diff) | |
download | gentoo-2-b816ee63f6780be698a072fb0104869e61477499.tar.gz gentoo-2-b816ee63f6780be698a072fb0104869e61477499.tar.bz2 gentoo-2-b816ee63f6780be698a072fb0104869e61477499.zip |
Version bump as per bug #83992
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-analyzer/tcpreplay')
-rw-r--r-- | net-analyzer/tcpreplay/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/tcpreplay/Manifest | 12 | ||||
-rw-r--r-- | net-analyzer/tcpreplay/files/digest-tcpreplay-2.3.3 | 1 | ||||
-rw-r--r-- | net-analyzer/tcpreplay/tcpreplay-2.3.3.ebuild | 47 |
4 files changed, 56 insertions, 11 deletions
diff --git a/net-analyzer/tcpreplay/ChangeLog b/net-analyzer/tcpreplay/ChangeLog index f644a50d415f..62c1d737c298 100644 --- a/net-analyzer/tcpreplay/ChangeLog +++ b/net-analyzer/tcpreplay/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/tcpreplay # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpreplay/ChangeLog,v 1.8 2005/01/29 20:46:02 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpreplay/ChangeLog,v 1.9 2005/03/07 08:46:26 dragonheart Exp $ + +*tcpreplay-2.3.3 (07 Mar 2005) + + 07 Mar 2005; Daniel Black <dragonheart@gentoo.org> +tcpreplay-2.3.3.ebuild: + Version bump as per bug #83992. Thanks to Dave Stahl <cybertech@cybertech.org> *tcpreplay-2.3.2 (30 Jan 2005) diff --git a/net-analyzer/tcpreplay/Manifest b/net-analyzer/tcpreplay/Manifest index e856f54d162a..cea176a9b512 100644 --- a/net-analyzer/tcpreplay/Manifest +++ b/net-analyzer/tcpreplay/Manifest @@ -1,18 +1,10 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 2f10300aafd36aa5e44db2710731a7d3 ChangeLog 1299 MD5 1cd3590be14655cd8346c467d76e8484 metadata.xml 250 MD5 afa76b28a7e31d137461093ff1fe7e43 tcpreplay-1.4.6.ebuild 741 MD5 94ac072464d33db5ccc07ea57e78267e tcpreplay-2.2.2.ebuild 842 MD5 ec7bc993123faf48a1371d6785ddb60d tcpreplay-2.3.2.ebuild 1168 +MD5 ed6af051dd8cca9b706fb616e36f20fd tcpreplay-2.3.3.ebuild 1168 MD5 0b75692f271546f9eb50aa1af1887fdf files/digest-tcpreplay-1.4.6 67 MD5 a2e378f507f02665aa74c92df8ea254b files/digest-tcpreplay-2.2.2 67 MD5 bc5984507a3e4ebbee2b6d68de8d6eae files/digest-tcpreplay-2.3.2 67 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFB/AuYmdTrptrqvGERAqDZAJ9TalDvFCE7cXu6jLA0whW/onliUQCfbVXe -E4hbZr82DaoyfuZNQ1q4kww= -=vEZ3 ------END PGP SIGNATURE----- +MD5 8daa7ddc53cfe4ef8cd88df8f312339e files/digest-tcpreplay-2.3.3 67 diff --git a/net-analyzer/tcpreplay/files/digest-tcpreplay-2.3.3 b/net-analyzer/tcpreplay/files/digest-tcpreplay-2.3.3 new file mode 100644 index 000000000000..214a394a3501 --- /dev/null +++ b/net-analyzer/tcpreplay/files/digest-tcpreplay-2.3.3 @@ -0,0 +1 @@ +MD5 c6431a12c835162fd61143c2aabc29e3 tcpreplay-2.3.3.tar.gz 585406 diff --git a/net-analyzer/tcpreplay/tcpreplay-2.3.3.ebuild b/net-analyzer/tcpreplay/tcpreplay-2.3.3.ebuild new file mode 100644 index 000000000000..0c80350a9306 --- /dev/null +++ b/net-analyzer/tcpreplay/tcpreplay-2.3.3.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpreplay/tcpreplay-2.3.3.ebuild,v 1.1 2005/03/07 08:46:26 dragonheart Exp $ + +DESCRIPTION="replay saved tcpdump or snoop files at arbitrary speeds" +HOMEPAGE="http://tcpreplay.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +RESTRICT="nomirror" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="debug" + +DEPEND=">=net-libs/libnet-1.1.1 + virtual/libpcap + net-analyzer/tcpdump" + +src_compile() { + econf \ + $(use_with debug) \ + || die "econf failed" + emake CFLAGS="${CFLAGS}" || die "emake failed" +} + +src_test() { + whoami + if hasq userpriv "${FEATURES}"; then + ewarn "Some tested disabled due to FEATURES=userpriv" + ewarn "For a full test as root - make -C ${S}/test" + make -C test tcpprep || die "self test failed - see ${S}/test/test.log" + else + make test || \ + die "self test failed - see ${S}/test/test.log" + fi + +} + +src_install() { + make \ + prefix=${D}/usr \ + MAN8DIR=${D}/usr/share/man/man8 \ + MAN1DIR=${D}/usr/share/man/man1 \ + install \ + || die "install failed" + dodoc Docs/* +} |