summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD.M.D. Ljungmark <spider@gentoo.org>2002-05-09 18:12:49 +0000
committerD.M.D. Ljungmark <spider@gentoo.org>2002-05-09 18:12:49 +0000
commit4f619eeaa7f66d0b555f9c807c42bd114a09dd89 (patch)
treeb55a3ebdc9fb5771c29983b9da11a9df38c4a12c /net-analyzer
parentupdated upstream version (diff)
downloadhistorical-4f619eeaa7f66d0b555f9c807c42bd114a09dd89.tar.gz
historical-4f619eeaa7f66d0b555f9c807c42bd114a09dd89.tar.bz2
historical-4f619eeaa7f66d0b555f9c807c42bd114a09dd89.zip
unsafe packages
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/tcpdump/files/digest-tcpdump-3.6.11
-rw-r--r--net-analyzer/tcpdump/files/digest-tcpdump-3.6.21
-rw-r--r--net-analyzer/tcpdump/tcpdump-3.6.1.ebuild38
-rw-r--r--net-analyzer/tcpdump/tcpdump-3.6.2.ebuild38
4 files changed, 0 insertions, 78 deletions
diff --git a/net-analyzer/tcpdump/files/digest-tcpdump-3.6.1 b/net-analyzer/tcpdump/files/digest-tcpdump-3.6.1
deleted file mode 100644
index e19435d228fc..000000000000
--- a/net-analyzer/tcpdump/files/digest-tcpdump-3.6.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0ad9ecdf83e260894467935e2e6efcd2 tcpdump-3.6.1.tar.gz 380465
diff --git a/net-analyzer/tcpdump/files/digest-tcpdump-3.6.2 b/net-analyzer/tcpdump/files/digest-tcpdump-3.6.2
deleted file mode 100644
index 22a5109041e7..000000000000
--- a/net-analyzer/tcpdump/files/digest-tcpdump-3.6.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6bc8da35f9eed4e675bfdf04ce312248 tcpdump-3.6.2.tar.gz 380635
diff --git a/net-analyzer/tcpdump/tcpdump-3.6.1.ebuild b/net-analyzer/tcpdump/tcpdump-3.6.1.ebuild
deleted file mode 100644
index f59681ed7a86..000000000000
--- a/net-analyzer/tcpdump/tcpdump-3.6.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-3.6.1.ebuild,v 1.3 2001/08/11 04:53:17 drobbins Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="A Tool for network monitoring and data acquisition"
-SRC_URI="http://www.tcpdump.org/release/${A}
- http://www.jp.tcpdump.org/release/${A}"
-HOMEPAGE="http://www.tcpdump.org/"
-
-DEPEND="virtual/glibc
- ssl? ( >=dev-libs/openssl-0.6.9 )
- >=net-libs/libpcap-0.6.1"
-
-RDEPEND="virtual/glibc
- ssl? ( >=dev-libs/openssl-0.6.9 )"
-
-src_compile() {
- local myconf
- if [ -z "`use ssl`" ] ; then
- myconf="--without-crypto"
- fi
- try ./configure --host=${CHOST} --prefix=/usr --enable-ipv6 $myconf
-#--disable-ipv6
- try make CCOPT="$CFLAGS"
-}
-
-src_install() {
- into /usr
- dobin tcpdump
- doman tcpdump.1
- dodoc README FILES VERSION CHANGES
-}
-
-
-
diff --git a/net-analyzer/tcpdump/tcpdump-3.6.2.ebuild b/net-analyzer/tcpdump/tcpdump-3.6.2.ebuild
deleted file mode 100644
index 358a3e22e43b..000000000000
--- a/net-analyzer/tcpdump/tcpdump-3.6.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author: Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-3.6.2.ebuild,v 1.1 2002/05/09 17:30:04 spider Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="A Tool for network monitoring and data acquisition"
-SRC_URI="http://www.tcpdump.org/release/${A}
- http://www.jp.tcpdump.org/release/${A}"
-HOMEPAGE="http://www.tcpdump.org/"
-
-DEPEND="virtual/glibc
- ssl? ( >=dev-libs/openssl-0.6.9 )
- >=net-libs/libpcap-0.6.2"
-
-RDEPEND="virtual/glibc
- ssl? ( >=dev-libs/openssl-0.6.9 )"
-
-src_compile() {
- local myconf
- if [ -z "`use ssl`" ] ; then
- myconf="--without-crypto"
- fi
- try ./configure --host=${CHOST} --prefix=/usr --enable-ipv6 $myconf
-#--disable-ipv6
- try make CCOPT="$CFLAGS"
-}
-
-src_install() {
- into /usr
- dobin tcpdump
- doman tcpdump.1
- dodoc README FILES VERSION CHANGES
-}
-
-
-