diff options
author | Marcelo Góes <vanquirius@gentoo.org> | 2006-01-09 19:46:00 +0000 |
---|---|---|
committer | Marcelo Góes <vanquirius@gentoo.org> | 2006-01-09 19:46:00 +0000 |
commit | b7741dc0e7092f9210dda35dbe67b35b4ef6a1d2 (patch) | |
tree | 5abc22e22e85bf656103a595e25ce5186fd32263 /net-analyzer | |
parent | Keyworded ~sparc wrt #118132 (diff) | |
download | historical-b7741dc0e7092f9210dda35dbe67b35b4ef6a1d2.tar.gz historical-b7741dc0e7092f9210dda35dbe67b35b4ef6a1d2.tar.bz2 historical-b7741dc0e7092f9210dda35dbe67b35b4ef6a1d2.zip |
Remove old ebuild.
Package-Manager: portage-2.0.53
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/bigeye/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/bigeye/Manifest | 5 | ||||
-rw-r--r-- | net-analyzer/bigeye/bigeye-0.3.ebuild | 41 | ||||
-rw-r--r-- | net-analyzer/bigeye/files/0.3-gcc3.patch | 11 | ||||
-rw-r--r-- | net-analyzer/bigeye/files/digest-bigeye-0.3 | 1 |
5 files changed, 7 insertions, 59 deletions
diff --git a/net-analyzer/bigeye/ChangeLog b/net-analyzer/bigeye/ChangeLog index 2ab3f9d67a9e..58112204abf8 100644 --- a/net-analyzer/bigeye/ChangeLog +++ b/net-analyzer/bigeye/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/bigeye -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bigeye/ChangeLog,v 1.10 2005/12/15 19:48:04 vanquirius Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bigeye/ChangeLog,v 1.11 2006/01/09 19:46:00 vanquirius Exp $ + + 09 Jan 2006; Marcelo Goes <vanquirius@gentoo.org> -files/0.3-gcc3.patch, + -bigeye-0.3.ebuild: + Remove old ebuild. 15 Dec 2005; Marcelo Goes <vanquirius@gentoo.org> bigeye-0.3-r1.ebuild: Mark 0.3-r1 x86 stable. diff --git a/net-analyzer/bigeye/Manifest b/net-analyzer/bigeye/Manifest index ec90d0cf34ce..fcb508424ce8 100644 --- a/net-analyzer/bigeye/Manifest +++ b/net-analyzer/bigeye/Manifest @@ -1,7 +1,4 @@ -MD5 f7a9f17584b0d1fd262fc85dfc02d22f ChangeLog 1204 +MD5 0f4a390e0c5c3776b1fba9aeaef21c15 ChangeLog 1323 MD5 964d73969bc5a63426d85f9151e8080c bigeye-0.3-r1.ebuild 1021 -MD5 8ef98b2cb770190cd10cdb71595ccf30 bigeye-0.3.ebuild 957 -MD5 8ef1b063fc9655f3f06781a2eeaa785d files/0.3-gcc3.patch 525 -MD5 dcc42b28916e9e2c9b9d9aff3b156684 files/digest-bigeye-0.3 58 MD5 c32e621ea55c787ca4ebfc5a216583b9 files/digest-bigeye-0.3-r1 126 MD5 f34e3c8858756da0001b12d2d3fa1af2 metadata.xml 159 diff --git a/net-analyzer/bigeye/bigeye-0.3.ebuild b/net-analyzer/bigeye/bigeye-0.3.ebuild deleted file mode 100644 index 8e7148a0b87b..000000000000 --- a/net-analyzer/bigeye/bigeye-0.3.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bigeye/bigeye-0.3.ebuild,v 1.9 2005/08/29 19:11:19 dang Exp $ - -inherit toolchain-funcs eutils - -DESCRIPTION="Bigeye is a network utility dump and simple honeypot utility" -HOMEPAGE="http://violating.us/projects/bigeye/" -SRC_URI="http://violating.us/projects/bigeye/download/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" -IUSE="" - -DEPEND="virtual/libc" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${PV}-gcc3.patch -} - -src_compile() { - cd src - $(tc-getCC) ${CFLAGS} bigeye.c emulate.c -o bigeye || die -} - -src_install() { - dobin src/bigeye || die - - insinto /usr/share/bigeye - doins sig.file - cp -r messages ${D}/usr/share/bigeye/ - dodoc README -} - -pkg_postinst() { - einfo "The service emulation files mentioned in the README" - einfo "are located in /usr/share/bigeye/messages" -} diff --git a/net-analyzer/bigeye/files/0.3-gcc3.patch b/net-analyzer/bigeye/files/0.3-gcc3.patch deleted file mode 100644 index 1d30cc24914b..000000000000 --- a/net-analyzer/bigeye/files/0.3-gcc3.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/bigeye.c.orig 2004-02-15 19:12:19.270277021 +0000 -+++ src/bigeye.c 2004-02-15 19:12:37.477869417 +0000 -@@ -1132,7 +1132,7 @@ - lt = time(NULL); - ptr = localtime(<); - -- fprintf(fp, "IP address: %s - time: %sPort: %s - Protocol: -+ fprintf(fp, "IP address: %s - time: %sPort: %s - Protocol: \ - %s\n",connection,asctime(ptr),port,protocol); - if(emulate == 1 && signature != NULL) fprintf(fp,"server response: %s\n",signature); - if(emulate == 0 && signature != NULL) fprintf(fp,"server response: %s\n",signature); diff --git a/net-analyzer/bigeye/files/digest-bigeye-0.3 b/net-analyzer/bigeye/files/digest-bigeye-0.3 deleted file mode 100644 index 0cae043a9fce..000000000000 --- a/net-analyzer/bigeye/files/digest-bigeye-0.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 51c38aea3258273cc97d759f82218655 bigeye-0.3.tgz 32462 |