summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEldad Zack <eldad@gentoo.org>2004-07-10 11:19:37 +0000
committerEldad Zack <eldad@gentoo.org>2004-07-10 11:19:37 +0000
commitcff86658da6e7e7e488aaa239b79cfbe0cd0a7f9 (patch)
tree9397b0119298d6b34ad39b5a428207edcb20e7e9 /net-analyzer/tcpslice
parentfix KEYWORDS. (diff)
downloadhistorical-cff86658da6e7e7e488aaa239b79cfbe0cd0a7f9.tar.gz
historical-cff86658da6e7e7e488aaa239b79cfbe0cd0a7f9.tar.bz2
historical-cff86658da6e7e7e488aaa239b79cfbe0cd0a7f9.zip
mirror://debian
Diffstat (limited to 'net-analyzer/tcpslice')
-rw-r--r--net-analyzer/tcpslice/ChangeLog5
-rw-r--r--net-analyzer/tcpslice/Manifest4
-rw-r--r--net-analyzer/tcpslice/tcpslice-1.1_alpha3.ebuild10
3 files changed, 12 insertions, 7 deletions
diff --git a/net-analyzer/tcpslice/ChangeLog b/net-analyzer/tcpslice/ChangeLog
index fa1f0f797808..3f5b0e4f8c6c 100644
--- a/net-analyzer/tcpslice/ChangeLog
+++ b/net-analyzer/tcpslice/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/tcpslice
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpslice/ChangeLog,v 1.5 2004/07/08 22:58:30 eldad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpslice/ChangeLog,v 1.6 2004/07/10 11:19:37 eldad Exp $
+
+ 10 Jul 2004; Eldad Zack <eldad@gentoo.org> tcpslice-1.1_alpha3.ebuild:
+ Changed to mirror://debian
09 Jul 2004; Eldad Zack <eldad@gentoo.org> tcpslice-1.1_alpha3.ebuild:
Tidy up.
diff --git a/net-analyzer/tcpslice/Manifest b/net-analyzer/tcpslice/Manifest
index 173da7344749..74f4af49b3f2 100644
--- a/net-analyzer/tcpslice/Manifest
+++ b/net-analyzer/tcpslice/Manifest
@@ -1,4 +1,4 @@
-MD5 9733a76b8208b359e8db1f555c2a7fd4 tcpslice-1.1_alpha3.ebuild 1113
-MD5 7e227f10cd9a381686030ae57b4fc651 ChangeLog 643
+MD5 98fc75c8fdddf5cc42db9bec4dce4373 tcpslice-1.1_alpha3.ebuild 1111
+MD5 110223342e7b2de3108486669528f8c6 ChangeLog 746
MD5 59727a40389d4984d1f6fb2475419448 metadata.xml 464
MD5 169f554c588ee6189a800e3355f66d24 files/digest-tcpslice-1.1_alpha3 140
diff --git a/net-analyzer/tcpslice/tcpslice-1.1_alpha3.ebuild b/net-analyzer/tcpslice/tcpslice-1.1_alpha3.ebuild
index 8c8da2843dba..4119a2287c78 100644
--- a/net-analyzer/tcpslice/tcpslice-1.1_alpha3.ebuild
+++ b/net-analyzer/tcpslice/tcpslice-1.1_alpha3.ebuild
@@ -1,17 +1,19 @@
# Copyright 1999-2004 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.6 2004/07/08 22:58:30 eldad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpslice/tcpslice-1.1_alpha3.ebuild,v 1.7 2004/07/10 11:19:37 eldad Exp $
inherit eutils
# Note: this ebuild is not of the best quality as it is entirely
-# static. However I belive that I will get away with it as the software
+# 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="ftp://ftp.debian.org/debian/pool/main/t/tcpslice/tcpslice_1.1a3.orig.tar.gz
- ftp://ftp.debian.org/debian/pool/main/t/tcpslice/tcpslice_1.1a3-1.1.diff.gz"
+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="nomirror"
+
LICENSE="BSD"
SLOT="0"
KEYWORDS="x86"