summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Góes <vanquirius@gentoo.org>2005-05-16 00:36:53 +0000
committerMarcelo Góes <vanquirius@gentoo.org>2005-05-16 00:36:53 +0000
commit78956c53be01c397fdadbb56b5999013f5cd40e3 (patch)
tree4a532063e548c9685545d75ff6350b5650d69b84 /net-analyzer/bigeye
parentMoved to toolchain-funcs.eclass for bug #92745. (diff)
downloadhistorical-78956c53be01c397fdadbb56b5999013f5cd40e3.tar.gz
historical-78956c53be01c397fdadbb56b5999013f5cd40e3.tar.bz2
historical-78956c53be01c397fdadbb56b5999013f5cd40e3.zip
bug 92745
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-analyzer/bigeye')
-rw-r--r--net-analyzer/bigeye/ChangeLog7
-rw-r--r--net-analyzer/bigeye/Manifest4
-rw-r--r--net-analyzer/bigeye/bigeye-0.3.ebuild8
3 files changed, 11 insertions, 8 deletions
diff --git a/net-analyzer/bigeye/ChangeLog b/net-analyzer/bigeye/ChangeLog
index 17541e8c4b32..4e787fda4a1e 100644
--- a/net-analyzer/bigeye/ChangeLog
+++ b/net-analyzer/bigeye/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/bigeye
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bigeye/ChangeLog,v 1.5 2004/07/01 17:21:34 squinky86 Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bigeye/ChangeLog,v 1.6 2005/05/16 00:36:53 vanquirius Exp $
+
+ 15 May 2005; Marcelo Goes <vanquirius@gentoo.org> bigeye-0.3.ebuild:
+ Use toolchain-funcs.eclass instead of gcc.eclass. See bug 92745.
01 Jul 2004; Jon Hood <squinky86@gentoo.org> bigeye-0.3.ebuild:
change virtual/glibc to virtual/libc, add IUSE
diff --git a/net-analyzer/bigeye/Manifest b/net-analyzer/bigeye/Manifest
index ab517cfdacbb..c744ed89e1a6 100644
--- a/net-analyzer/bigeye/Manifest
+++ b/net-analyzer/bigeye/Manifest
@@ -1,5 +1,5 @@
-MD5 b48b72285a8dffd134afb34c23da291a bigeye-0.3.ebuild 939
-MD5 3307cdc4f8d38ba6dc93e43f09f2c712 ChangeLog 646
+MD5 d6922f2ccd000f24aa6abb3d3f6b5770 bigeye-0.3.ebuild 951
+MD5 f6f01b11d48353a0288a183ada265c16 ChangeLog 786
MD5 f34e3c8858756da0001b12d2d3fa1af2 metadata.xml 159
MD5 8ef1b063fc9655f3f06781a2eeaa785d files/0.3-gcc3.patch 525
MD5 dcc42b28916e9e2c9b9d9aff3b156684 files/digest-bigeye-0.3 58
diff --git a/net-analyzer/bigeye/bigeye-0.3.ebuild b/net-analyzer/bigeye/bigeye-0.3.ebuild
index 372223013e16..a9dd7c8ecbb6 100644
--- a/net-analyzer/bigeye/bigeye-0.3.ebuild
+++ b/net-analyzer/bigeye/bigeye-0.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2004 Gentoo Foundation
+# 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.6 2004/07/01 17:21:34 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bigeye/bigeye-0.3.ebuild,v 1.7 2005/05/16 00:36:53 vanquirius Exp $
-inherit gcc eutils
+inherit toolchain-funcs eutils
DESCRIPTION="Bigeye is a network utility dump and simple honeypot utility"
HOMEPAGE="http://violating.us/projects/bigeye/"
@@ -23,7 +23,7 @@ src_unpack() {
src_compile() {
cd src
- $(gcc-getCC) ${CFLAGS} bigeye.c emulate.c -o bigeye || die
+ $(tc-getCC) ${CFLAGS} bigeye.c emulate.c -o bigeye || die
}
src_install() {