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
commite26b1fdf6d91597d6dfdc8c6395ff2baae0000ac (patch)
tree886713a0d1944c2ba7fbd1e9b97588e55495304a /net-analyzer/honeyd/honeyd-0.5.ebuild
parentx86 stable, pruning (diff)
downloadhistorical-e26b1fdf6d91597d6dfdc8c6395ff2baae0000ac.tar.gz
historical-e26b1fdf6d91597d6dfdc8c6395ff2baae0000ac.tar.bz2
historical-e26b1fdf6d91597d6dfdc8c6395ff2baae0000ac.zip
pruning
Diffstat (limited to 'net-analyzer/honeyd/honeyd-0.5.ebuild')
-rw-r--r--net-analyzer/honeyd/honeyd-0.5.ebuild50
1 files changed, 0 insertions, 50 deletions
diff --git a/net-analyzer/honeyd/honeyd-0.5.ebuild b/net-analyzer/honeyd/honeyd-0.5.ebuild
deleted file mode 100644
index dcabb42ca322..000000000000
--- a/net-analyzer/honeyd/honeyd-0.5.ebuild
+++ /dev/null
@@ -1,50 +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/honeyd/honeyd-0.5.ebuild,v 1.6 2004/06/24 22:03:18 agriffis Exp $
-
-inherit eutils
-
-DESCRIPTION="Honeyd is a small daemon that creates virtual hosts on a network"
-HOMEPAGE="http://www.citi.umich.edu/u/provos/honeyd/"
-SRC_URI="http://www.citi.umich.edu/u/provos/honeyd/${P}.tar.gz
- http://www.citi.umich.edu/u/provos/honeyd/patches/${PV}/001-ipfrag.patch
- http://www.citi.umich.edu/u/provos/honeyd/patches/${PV}/002-proxy.patch"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="x86"
-
-IUSE=""
-DEPEND=">=dev-libs/libdnet-1.4
- >=dev-libs/libevent-0.6
- >=net-libs/libpcap-0.7.1"
-
-src_unpack() {
- unpack ${P}.tar.gz
- cd ${S}
- epatch ${DISTDIR}/001-ipfrag.patch
- epatch ${DISTDIR}/002-proxy.patch
-}
-
-src_compile() {
- econf --with-libdnet=/usr || die "econf failed"
- emake CFLAGS="${CFLAGS} -Wall -g \
- -DPATH_HONEYDDATA=${honeyddatadir} \
- -DPATH_HONEYDLIB=${honeydlibdir} " \
- || die "emake failed"
-}
-
-src_install() {
- dodoc README
- dosbin honeyd
-
- einstall
-
- rm ${D}/usr/bin/honeyd
- rm ${D}/usr/share/honeyd/README
-
- dodir /usr/share/honeyd/scripts
- exeinto /usr/share/honeyd/scripts
- doexe scripts/web.sh scripts/router-telnet.pl scripts/test.sh
-}
-