summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2007-09-06 18:40:40 +0000
committerMarkus Ullmann <jokey@gentoo.org>2007-09-06 18:40:40 +0000
commitaa100a0af1fc12e753bd1ea0fd9ffe7ba1c82530 (patch)
tree661d11a3d6d181decf930982be80017cf901810c /net-analyzer/tcpslice
parentCleanup (diff)
downloadhistorical-aa100a0af1fc12e753bd1ea0fd9ffe7ba1c82530.tar.gz
historical-aa100a0af1fc12e753bd1ea0fd9ffe7ba1c82530.tar.bz2
historical-aa100a0af1fc12e753bd1ea0fd9ffe7ba1c82530.zip
Cleanup
Package-Manager: portage-2.1.3.7
Diffstat (limited to 'net-analyzer/tcpslice')
-rw-r--r--net-analyzer/tcpslice/ChangeLog6
-rw-r--r--net-analyzer/tcpslice/files/digest-tcpslice-1.1_alpha36
-rw-r--r--net-analyzer/tcpslice/tcpslice-1.1_alpha3.ebuild46
3 files changed, 5 insertions, 53 deletions
diff --git a/net-analyzer/tcpslice/ChangeLog b/net-analyzer/tcpslice/ChangeLog
index 995d99742fc1..1bebdc4cf4bd 100644
--- a/net-analyzer/tcpslice/ChangeLog
+++ b/net-analyzer/tcpslice/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/tcpslice
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpslice/ChangeLog,v 1.15 2007/07/02 14:43:23 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpslice/ChangeLog,v 1.16 2007/09/06 18:39:12 jokey Exp $
+
+ 06 Sep 2007; Markus Ullmann <jokey@gentoo.org>
+ -tcpslice-1.1_alpha3.ebuild:
+ Cleanup
02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org>
tcpslice-1.1_alpha3.ebuild, tcpslice-1.2_alpha2.ebuild:
diff --git a/net-analyzer/tcpslice/files/digest-tcpslice-1.1_alpha3 b/net-analyzer/tcpslice/files/digest-tcpslice-1.1_alpha3
deleted file mode 100644
index 528c2826a9fb..000000000000
--- a/net-analyzer/tcpslice/files/digest-tcpslice-1.1_alpha3
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 8477472e616fa23dda6f63118f2bd50d tcpslice_1.1a3-1.1.diff.gz 21000
-RMD160 1bb3c0e4f442393155ac1a5b4dc179e06ac8cb71 tcpslice_1.1a3-1.1.diff.gz 21000
-SHA256 21ff375ce2f8d9e80dd40e5a3fce053b3fcd50913d76538fc47f8bbc985f0a08 tcpslice_1.1a3-1.1.diff.gz 21000
-MD5 bad1336607786368e2f13ff584dbc635 tcpslice_1.1a3.orig.tar.gz 57187
-RMD160 6d5ee18385cfdca8a3b88e1d4ef2686df3dea61e tcpslice_1.1a3.orig.tar.gz 57187
-SHA256 bea7cb89e5f2b5b47fb5ca1f109f1be37dc8be887dc8b6c978f971263046753b tcpslice_1.1a3.orig.tar.gz 57187
diff --git a/net-analyzer/tcpslice/tcpslice-1.1_alpha3.ebuild b/net-analyzer/tcpslice/tcpslice-1.1_alpha3.ebuild
deleted file mode 100644
index a4c4b2dc055e..000000000000
--- a/net-analyzer/tcpslice/tcpslice-1.1_alpha3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpslice/tcpslice-1.1_alpha3.ebuild,v 1.12 2007/07/02 14:43:23 peper Exp $
-
-inherit eutils
-
-# Note: this ebuild is not of the best quality as it is entirely
-# static. However I believe that I will get away with it as the software
-# itself haven't been updated since 1996.
-
-DESCRIPTION="Tcpslice is a program for extracting portions of packet-trace files generated using tcpdump's -w flag. It can also be used to glue together pcap dump files."
-HOMEPAGE="http://www.tcpdump.org/"
-SRC_URI="mirror://debian/pool/main/t/tcpslice/tcpslice_1.1a3.orig.tar.gz
- mirror://debian/pool/main/t/tcpslice/tcpslice_1.1a3-1.1.diff.gz"
-RESTRICT="mirror"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~ppc x86"
-IUSE=""
-
-RDEPEND="virtual/libc
- net-libs/libpcap"
-
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
-
-S=${WORKDIR}/tcpslice-1.1a3
-
-src_unpack() {
- unpack ${A}
- epatch ${DISTDIR}/tcpslice_1.1a3-1.1.diff.gz
- cd ${S}
- sed -i -e 's:net/bpf.h:pcap-bpf.h:g' tcpslice.c || die
-}
-
-src_compile() {
- econf || die
- emake || die
-}
-
-src_install() {
- dosbin tcpslice
- doman tcpslice.1
- dodoc README
-}