summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEldad Zack <eldad@gentoo.org>2004-11-06 13:31:37 +0000
committerEldad Zack <eldad@gentoo.org>2004-11-06 13:31:37 +0000
commitb6f63265f900308d728df6d8653096748f07f1b6 (patch)
tree79cc0397555a7f8d7dd74647e84eb63efe6db460 /net-analyzer
parentpruning (Manifest recommit) (diff)
downloadgentoo-2-b6f63265f900308d728df6d8653096748f07f1b6.tar.gz
gentoo-2-b6f63265f900308d728df6d8653096748f07f1b6.tar.bz2
gentoo-2-b6f63265f900308d728df6d8653096748f07f1b6.zip
pruning
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/mtr/files/digest-mtr-0.49-r11
-rw-r--r--net-analyzer/mtr/files/digest-mtr-0.541
-rw-r--r--net-analyzer/mtr/mtr-0.49-r1.ebuild38
-rw-r--r--net-analyzer/mtr/mtr-0.54.ebuild30
-rw-r--r--net-analyzer/ntop/files/digest-ntop-2.0.99_rc2-r21
-rw-r--r--net-analyzer/ntop/files/digest-ntop-2.21
-rw-r--r--net-analyzer/ntop/ntop-2.0.99_rc2-r2.ebuild90
-rw-r--r--net-analyzer/ntop/ntop-2.2.ebuild76
8 files changed, 0 insertions, 238 deletions
diff --git a/net-analyzer/mtr/files/digest-mtr-0.49-r1 b/net-analyzer/mtr/files/digest-mtr-0.49-r1
deleted file mode 100644
index 64e1d1f8b579..000000000000
--- a/net-analyzer/mtr/files/digest-mtr-0.49-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 22963e1b9ca0da3b3e1ddb1810353d36 mtr-0.49.tar.gz 87205
diff --git a/net-analyzer/mtr/files/digest-mtr-0.54 b/net-analyzer/mtr/files/digest-mtr-0.54
deleted file mode 100644
index 2d38bf507741..000000000000
--- a/net-analyzer/mtr/files/digest-mtr-0.54
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7f7ecb50fc37fedb13135a5ef80fda7d mtr-0.54.tar.gz 88751
diff --git a/net-analyzer/mtr/mtr-0.49-r1.ebuild b/net-analyzer/mtr/mtr-0.49-r1.ebuild
deleted file mode 100644
index 7b02f6c70464..000000000000
--- a/net-analyzer/mtr/mtr-0.49-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/mtr-0.49-r1.ebuild,v 1.14 2004/07/08 16:49:58 eldad Exp $
-
-IUSE="gtk"
-
-DESCRIPTION="Matt's TraceRoute. Excellent network diagnostic tool."
-SRC_URI="ftp://ftp.bitwizard.nl/mtr/${P}.tar.gz"
-HOMEPAGE="http://www.bitwizard.nl/mtr/"
-
-DEPEND=">=sys-libs/ncurses-5.2
- gtk? ( =x11-libs/gtk+-1.2* )"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc sparc hppa"
-
-src_compile() {
- local myconf
- use gtk || myconf="${myconf} --without-gtk"
-
- ./configure \
- --host=${HOST} \
- --prefix=/usr \
- --mandir=/usr/share/man \
- --sbindir=/usr/bin \
- $myconf || die
-
- make || die
-}
-
-src_install() {
- # this binary is universal. ie: it does both console and gtk.
-
- make prefix=${D}/usr mandir=${D}/usr/share/man sbindir=${D}/usr/bin install || die
-
- dodoc AUTHORS COPYING ChangeLog FORMATS NEWS README SECURITY TODO
-}
diff --git a/net-analyzer/mtr/mtr-0.54.ebuild b/net-analyzer/mtr/mtr-0.54.ebuild
deleted file mode 100644
index 290b986863b9..000000000000
--- a/net-analyzer/mtr/mtr-0.54.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/mtr-0.54.ebuild,v 1.9 2004/10/04 22:59:47 pvdabeel Exp $
-
-IUSE="gtk"
-
-DESCRIPTION="My TraceRoute. Excellent network diagnostic tool."
-SRC_URI="ftp://ftp.bitwizard.nl/mtr/${P}.tar.gz"
-HOMEPAGE="http://www.bitwizard.nl/mtr/"
-
-DEPEND=">=sys-libs/ncurses-5.2
- gtk? ( =x11-libs/gtk+-1.2* )"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc sparc hppa alpha"
-
-src_compile() {
- local myconf
- use gtk || myconf="${myconf} --without-gtk"
-
- econf ${myconf} || die
- emake || die
-}
-
-src_install() {
- # this binary is universal. ie: it does both console and gtk.
- make DESTDIR=${D} sbindir=/usr/bin install || die
- dodoc AUTHORS COPYING ChangeLog FORMATS NEWS README SECURITY TODO
-}
diff --git a/net-analyzer/ntop/files/digest-ntop-2.0.99_rc2-r2 b/net-analyzer/ntop/files/digest-ntop-2.0.99_rc2-r2
deleted file mode 100644
index 82665b332343..000000000000
--- a/net-analyzer/ntop/files/digest-ntop-2.0.99_rc2-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d2eebe53b21c954abd44f8b96483bf8c ntop-2.0.99-rc2.tgz 1828895
diff --git a/net-analyzer/ntop/files/digest-ntop-2.2 b/net-analyzer/ntop/files/digest-ntop-2.2
deleted file mode 100644
index 6297ccf7e42b..000000000000
--- a/net-analyzer/ntop/files/digest-ntop-2.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4586e4173fcab64d2394502603fc73aa ntop-2.2.tgz 2551153
diff --git a/net-analyzer/ntop/ntop-2.0.99_rc2-r2.ebuild b/net-analyzer/ntop/ntop-2.0.99_rc2-r2.ebuild
deleted file mode 100644
index f10a774360ca..000000000000
--- a/net-analyzer/ntop/ntop-2.0.99_rc2-r2.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-2.0.99_rc2-r2.ebuild,v 1.13 2004/10/04 22:57:27 pvdabeel Exp $
-
-IUSE="ssl readline mysql"
-
-S=${WORKDIR}/RC2/ntop
-DESCRIPTION="ntop is a unix tool that shows network usage like top"
-SRC_URI="http://luca.ntop.org/${P/_/-}.tgz"
-HOMEPAGE="http://www.ntop.org/ntop.html"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc sparc"
-
-DEPEND=">=sys-libs/gdbm-1.8.0
- >=net-libs/libpcap-0.5.2
- >=sys-apps/tcp-wrappers-7.6
- >=sys-apps/sed-4
- ssl? ( >=dev-libs/openssl-0.9.6 )
- mysql? ( dev-db/mysql )
- readline? ( >=sys-libs/readline-4.1 )"
-# tcpd? ( >=sys-apps/tcp-wrappers-7.6 )
-# Disabling tcp-wrappers seems to be b0rken (see bug #4678),
-# so I made this a requirement for now. --blizzy
-
-
-src_compile() {
- local myconf
- if ! use ssl ; then
- myconf="--disable-ssl"
- else
- sed -i "s:/usr/local/ssl:/usr:" configure
- export CFLAGS="$CFLAGS -I/usr/include/openssl"
- fi
-
- use mysql || myconf="${myconf} --disable-mysql"
- use readline || myconf="${myconf} --disable-readline"
-# see above --blizzy
-# use tcpd || myconf="${myconf} --enable-tcpwrap"
- myconf="${myconf} --enable-tcpwrap"
-
- # ntop 2.0 ships with its own version of gdchart... gdchart should
- # get its own package but ntop should be built with the version it
- # shipped with just in case future versions are incompatible -- blocke
-
- # compile gdchart
- cd ../gdchart0.94c
- ./configure || die "gdchart configure problem"
-
- # subtree #1
- cd gd-1.8.3/libpng-1.2.1
- make -f scripts/makefile.linux || die "libpng compile problem"
-
- # subtree #2
- cd ../../zlib-1.1.4/
- ./configure || die "zlib configure problem"
- make || die "zlib compile problem"
-
- # gdchart make
- cd ../
- make || die "gdchart compile problem"
-
- # now ntop itself...
- cd ../ntop
- patch -p0 -i ${FILESDIR}/tcpwrap.patch
- econf ${myconf} || die "configure problem"
- make || die "compile problem"
-}
-
-src_install () {
- # slight issue with man file installation
- sed -i 's/man_MANS = ntop.8 intop\/intop.1//g' Makefile
-
- einstall \
- DATAFILE_DIR=${D}/usr/share/ntop \
- CONFIGFILE_DIR=${D}/etc/ntop || die
-
- # fixme: bad handling of plugins (in /usr/lib with unsuggestive names)
- # (don't know if there is a clean way to handle it)
-
- doman ntop-rules.8 ntop.8
-
- dodoc AUTHORS CONTENTS COPYING ChangeLog MANIFESTO NEWS
- dodoc PORTING README SUPPORT_NTOP.txt THANKS
-
- dohtml ntop.html
-
- keepdir /var/lib/ntop
-}
diff --git a/net-analyzer/ntop/ntop-2.2.ebuild b/net-analyzer/ntop/ntop-2.2.ebuild
deleted file mode 100644
index 5219a5f964ac..000000000000
--- a/net-analyzer/ntop/ntop-2.2.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-2.2.ebuild,v 1.8 2004/10/04 22:57:27 pvdabeel Exp $
-
-IUSE="ssl readline tcpd ncurses"
-
-S=${WORKDIR}/${P}/${PN}
-DESCRIPTION="ntop is a unix tool that shows network usage like top"
-SRC_URI="mirror://sourceforge/ntop/${P}.tgz"
-HOMEPAGE="http://www.ntop.org/ntop.html"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc sparc"
-
-DEPEND=">=sys-libs/gdbm-1.8.0
- >=net-libs/libpcap-0.5.2
- tcpd? ( >=sys-apps/tcp-wrappers-7.6-r4 )
- ssl? ( >=dev-libs/openssl-0.9.6 )
- readline? ( >=sys-libs/readline-4.1 )
- ncurses? ( sys-libs/ncurses )"
-
-src_compile() {
- cd ${S}
- local myconf
-
- use readline || myconf="${myconf} --without-readline"
- use tcpd || myconf="${myconf} --with-tcpwrap"
- use ssl || myconf="${myconf} --without-ssl"
- use ncurses || myconf="${myconf} --without-curses"
-
- # ntop 2.0 ships with its own version of gdchart... gdchart should
- # get its own package but ntop should be built with the version it
- # shipped with just in case future versions are incompatible -- blocke
-
- # compile gdchart
- cd ../gdchart0.94c
- ./configure || die "gdchart configure problem"
-
- # subtree #1
- cd gd-1.8.3/libpng-1.2.4
- make -f scripts/makefile.linux || die "libpng compile problem"
-
- # subtree #2
- cd ../../zlib-1.1.4/
- ./configure || die "zlib configure problem"
- make || die "zlib compile problem"
-
- # gdchart make
- cd ../
- make || die "gdchart compile problem"
-
- # now ntop itself...
- cd ../ntop
- econf ${myconf} || die "configure problem"
- make || die "compile problem"
-}
-
-src_install () {
- make DESTDIR=${D} install || die "install problem"
-
- # fixme: bad handling of plugins (in /usr/lib with unsuggestive names)
- # (don't know if there is a clean way to handle it)
-
- doman ntop.8
-
- dodoc AUTHORS CONTENTS COPYING ChangeLog MANIFESTO NEWS
- dodoc PORTING README SUPPORT_NTOP.txt THANKS docs/*
-
- dohtml ntop.html
-
- keepdir /var/lib/ntop
-
- exeinto /etc/init.d ; newexe ${FILESDIR}/ntop-init ntop
- insinto /etc/conf.d ; newins ${FILESDIR}/ntop-confd ntop
-}