Portage is a package management system used by Gentoo Linux
# ChangeLog for net-analyzer/labrea
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/labrea/ChangeLog,v 1.8 2007/07/02 14:37:38 peper Exp $
02 Jul 2007; Piotr JaroszyĆski
(QA) RESTRICT clean up.
19 Feb 2007; Markus Ullmann
Redigest for Manifest2
05 Mar 2006; Markus Ullmann
INSTALL cleanup
15 Feb 2006; Markus Ullmann
Removing virtual/libpcap wrt bug #117898
29 Jan 2005; Daniel Black
changed net-libs/libpcap depend to virtual/libcap
16 Aug 2004; Eldad Zack
x86 stable
05 Jul 2004; David Holm
Added to ~ppc.
*labrea-2.5 (05 Jul 2004)
05 Jul 2004; Eldad Zack
+labrea-2.5.ebuild:
Initial ebuild. Closes #45777.
DIST labrea-2.5-stable-1.tar.gz 210494 RMD160 27078ab4b4efdd3f0e8233cac228295bc5a5cf47 SHA1 8f374b05cc50294b2773bda98f8317cf5b102067 SHA256 7db462576a7e9446906ed7b8ce9f61a2754fdefd73bf0c369c9c17c96c9644b4
EBUILD labrea-2.5.ebuild 876 RMD160 acb5eeffcc9c54e02fda63428d18720eeba1db44 SHA1 884d10f5b6d81dbf0121e079b7d8c6f68c8807ab SHA256 dab4d3558501704e425fa58e7763cacee6ed1b54868cb806780fc298f5a59356
MISC ChangeLog 1022 RMD160 b64c54c6ac52a805a230fb8fbc4ca31b4aa41ac8 SHA1 8547fc08e15fcd9b27a7a79e3e779abbaf2bf381 SHA256 2347a98dca51112e937c2ba34525be7f43838ab23ca9c98ed308a7fc15b34a58
MISC metadata.xml 220 RMD160 4a11b09576956f57d2f84f8ab55b01461b861b02 SHA1 01430bb9005f36b0b8ca4daeb1f8bd64b7fadc48 SHA256 2715809a8168ed2fffce3517cf332bfe09f643eb9482677bb93768c2f0d7f178
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/labrea/labrea-2.5.ebuild,v 1.7 2007/07/02 14:37:38 peper Exp $
DESCRIPTION="'Sticky' Honeypot and IDS"
HOMEPAGE="http://labrea.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}-stable-1.tar.gz"
RESTRICT="mirror"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~ppc"
IUSE=""
DEPEND="net-libs/libpcap
>=dev-libs/libdnet-1.7"
MY_P="${P}-stable-1"
S=${WORKDIR}/${MY_P}
src_compile() {
econf || die
emake || die
}
src_install() {
einstall || die "einstall failed"
dodoc AUTHORS ChangeLog README TODO NEWS
newdoc INSTALL README.first
}
pkg_postinst() {
ewarn CAUTION:
ewarn Before using this package READ the INSTALL and README!
ewarn as the author states that it can cause serious problems on your network.
}