summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-30 11:32:37 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-30 11:32:37 +0000
commit19bd26c1a93ce86736aaec27059fae100669ecde (patch)
tree3ed083097cadf3ba84114bc9898dd7c3119afbd0 /net-analyzer
parentCleanup (diff)
downloadgentoo-2-19bd26c1a93ce86736aaec27059fae100669ecde.tar.gz
gentoo-2-19bd26c1a93ce86736aaec27059fae100669ecde.tar.bz2
gentoo-2-19bd26c1a93ce86736aaec27059fae100669ecde.zip
Cleanup
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/ethereal/ethereal-0.8.14.ebuild35
-rw-r--r--net-analyzer/ethereal/files/digest-ethereal-0.8.141
-rw-r--r--net-analyzer/ngrep/files/digest-ngrep-1.38-r11
-rw-r--r--net-analyzer/ngrep/ngrep-1.38-r1.ebuild35
-rw-r--r--net-analyzer/tcpdump/files/digest-tcpdump-3.5.21
-rw-r--r--net-analyzer/tcpdump/tcpdump-3.5.2.ebuild31
6 files changed, 0 insertions, 104 deletions
diff --git a/net-analyzer/ethereal/ethereal-0.8.14.ebuild b/net-analyzer/ethereal/ethereal-0.8.14.ebuild
deleted file mode 100644
index 095971a9b822..000000000000
--- a/net-analyzer/ethereal/ethereal-0.8.14.ebuild
+++ /dev/null
@@ -1,35 +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/ethereal/ethereal-0.8.14.ebuild,v 1.2 2000/12/19 01:12:38 achim Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="ethereal"
-SRC_URI="http://ethereal.zing.org/distribution/${A}
- ftp://ethereal.zing.org/pub/ethereal/${A}"
-HOMEPAGE="http://ethereal.zing.org/"
-
-DEPEND=">=sys-libs/glibc-2.1.3
- >=dev-libs/glib-1.2.8
- >=x11-libs/gtk+-1.2.8
- >=net-libs/libpcap-0.5.2
- >=x11-base/xfree-4.0.1"
-
-src_compile() {
- cd ${S}
- LDFLAGS="-L/usr/lib -lz" try ./configure --host=${CHOST} --prefix=/usr/X11R6 --sysconfdir=/etc/ethereal
- try make
-}
-
-src_install() {
- cd ${S}
- dodir /usr/X11R6/lib/ethereal/lugins/${PV}
- try make prefix=${D}/usr/X11R6 sysconfdir=${D}/etc/ethereal \
- plugindir=${D}/usr/X11R6/lib/ethereal/plugins/${PV} install
- dodoc AUTHORS COPYING ChangeLog INSTALL.* NEWS README* TODO
-
-}
-
-
-
diff --git a/net-analyzer/ethereal/files/digest-ethereal-0.8.14 b/net-analyzer/ethereal/files/digest-ethereal-0.8.14
deleted file mode 100644
index fc4ccd0bd027..000000000000
--- a/net-analyzer/ethereal/files/digest-ethereal-0.8.14
+++ /dev/null
@@ -1 +0,0 @@
-MD5 470dd018c417a4bd31f1fafdc57cfe06 ethereal-0.8.14.tar.gz
diff --git a/net-analyzer/ngrep/files/digest-ngrep-1.38-r1 b/net-analyzer/ngrep/files/digest-ngrep-1.38-r1
deleted file mode 100644
index 42f6648d7645..000000000000
--- a/net-analyzer/ngrep/files/digest-ngrep-1.38-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 adff63845df54eb40ef48f16664e4344 ngrep-1.38.tar.gz
diff --git a/net-analyzer/ngrep/ngrep-1.38-r1.ebuild b/net-analyzer/ngrep/ngrep-1.38-r1.ebuild
deleted file mode 100644
index 10106ce67c81..000000000000
--- a/net-analyzer/ngrep/ngrep-1.38-r1.ebuild
+++ /dev/null
@@ -1,35 +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/ngrep/ngrep-1.38-r1.ebuild,v 1.4 2000/11/02 08:31:52 achim Exp $
-
-P=ngrep-1.38
-A=${P}.tar.gz
-S=${WORKDIR}/ngrep
-DESCRIPTION="A grep for network layers"
-SRC_URI="http://ngrep.datasurge.net/"${A}
-HOMEPAGE="http://ngrep.datasurge.net"
-
-DEPEND=">=sys-libs/glibc-2.1.3
- >=net-libs/libpcap-0.5.2"
-
-src_unpack() {
- unpack ${A}
-}
-
-src_compile() {
- cd ${S}
- try ./configure --host=${CHOST} --prefix=/usr
- try make
-}
-
-src_install() {
- cd ${S}
- into /usr
- dobin ngrep
- doman ngrep.8
- dodoc BUGS CHANGES COPYRIGHT CREDITS README TODO USAGE
-}
-
-
-
diff --git a/net-analyzer/tcpdump/files/digest-tcpdump-3.5.2 b/net-analyzer/tcpdump/files/digest-tcpdump-3.5.2
deleted file mode 100644
index 33dd99488714..000000000000
--- a/net-analyzer/tcpdump/files/digest-tcpdump-3.5.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 61f221d8a81893fbd4efa89f8426e145 tcpdump-3.5.2.tar.gz
diff --git a/net-analyzer/tcpdump/tcpdump-3.5.2.ebuild b/net-analyzer/tcpdump/tcpdump-3.5.2.ebuild
deleted file mode 100644
index 8edcab929827..000000000000
--- a/net-analyzer/tcpdump/tcpdump-3.5.2.ebuild
+++ /dev/null
@@ -1,31 +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.5.2.ebuild,v 1.5 2001/04/29 17:19:04 achim Exp $
-
-P=tcpdump-3.5.2
-A=${P}.tar.gz
-S=${WORKDIR}/tcpdump-3.5
-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=">=sys-libs/glibc-2.1.3
- >=sys-libs/zlib-1.1.3
- >=net-libs/libpcap-0.5.2"
-
-src_compile() {
- try ./configure --host=${CHOST} --prefix=/usr --disable-ipv6
- try make
-}
-
-src_install() {
- into /usr
- dobin tcpdump
- doman tcpdump.1
- dodoc README FILES VERSION CHANGES
-}
-
-
-