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
commitbcdc011b0eef5f97fd273c563c85e6aec265f283 (patch)
tree3c149cd90f3ad6f940ce37907d8b381944c36483 /net-analyzer
parentMoved to toolchain-funcs.eclass for bug #92745. (diff)
downloadgentoo-2-bcdc011b0eef5f97fd273c563c85e6aec265f283.tar.gz
gentoo-2-bcdc011b0eef5f97fd273c563c85e6aec265f283.tar.bz2
gentoo-2-bcdc011b0eef5f97fd273c563c85e6aec265f283.zip
bug 92745
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/bigeye/ChangeLog7
-rw-r--r--net-analyzer/bigeye/Manifest2
-rw-r--r--net-analyzer/bigeye/bigeye-0.3.ebuild8
3 files changed, 10 insertions, 7 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..90f7cd222c7d 100644
--- a/net-analyzer/bigeye/Manifest
+++ b/net-analyzer/bigeye/Manifest
@@ -1,4 +1,4 @@
-MD5 b48b72285a8dffd134afb34c23da291a bigeye-0.3.ebuild 939
+MD5 9d4def0ae5b3baf2841ca9111f782d08 bigeye-0.3.ebuild 950
MD5 3307cdc4f8d38ba6dc93e43f09f2c712 ChangeLog 646
MD5 f34e3c8858756da0001b12d2d3fa1af2 metadata.xml 159
MD5 8ef1b063fc9655f3f06781a2eeaa785d files/0.3-gcc3.patch 525
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() {