summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-07-01 20:16:04 +0000
committerJon Hood <squinky86@gentoo.org>2004-07-01 20:16:04 +0000
commitde0f4508804eff335e3554b3fdd9f63d813f7006 (patch)
tree2ca1c4445283d6ffe6f25d3457fd8cbd9f66f86f /net-analyzer
parentvirtual/glibc -> virtual/libc, add metadata.xml, add IUSE (diff)
downloadhistorical-de0f4508804eff335e3554b3fdd9f63d813f7006.tar.gz
historical-de0f4508804eff335e3554b3fdd9f63d813f7006.tar.bz2
historical-de0f4508804eff335e3554b3fdd9f63d813f7006.zip
virtual/glibc -> virtual/libc, add IUSE
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/ngrep/ChangeLog6
-rw-r--r--net-analyzer/ngrep/ngrep-1.40.ebuild7
-rw-r--r--net-analyzer/ngrep/ngrep-1.41.ebuild7
-rw-r--r--net-analyzer/scanlogd/ChangeLog5
-rw-r--r--net-analyzer/scanlogd/scanlogd-2.2.ebuild5
5 files changed, 20 insertions, 10 deletions
diff --git a/net-analyzer/ngrep/ChangeLog b/net-analyzer/ngrep/ChangeLog
index 155145a5c6c9..65c26350071c 100644
--- a/net-analyzer/ngrep/ChangeLog
+++ b/net-analyzer/ngrep/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/ngrep
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ngrep/ChangeLog,v 1.13 2004/06/24 22:13:02 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ngrep/ChangeLog,v 1.14 2004/07/01 20:11:05 squinky86 Exp $
+
+ 01 Jul 2004; Jon Hood <squinky86@gentoo.org> ngrep-1.40.ebuild,
+ ngrep-1.41.ebuild:
+ change virtual/glibc to virtual/libc, add IUSE
27 Apr 2004; Aron Griffis <agriffis@gentoo.org> ngrep-1.41.ebuild:
Add inherit eutils
diff --git a/net-analyzer/ngrep/ngrep-1.40.ebuild b/net-analyzer/ngrep/ngrep-1.40.ebuild
index 33755528de86..148856557350 100644
--- a/net-analyzer/ngrep/ngrep-1.40.ebuild
+++ b/net-analyzer/ngrep/ngrep-1.40.ebuild
@@ -1,17 +1,18 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ngrep/ngrep-1.40.ebuild,v 1.15 2004/06/24 22:13:02 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ngrep/ngrep-1.40.ebuild,v 1.16 2004/07/01 20:11:05 squinky86 Exp $
S=${WORKDIR}/${PN}
+IUSE=""
DESCRIPTION="A grep for network layers"
SRC_URI="mirror://sourceforge/ngrep/${P}.tar.gz"
RESTRICT="nomirror"
HOMEPAGE="http://ngrep.sourceforge.net"
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
>=net-libs/libpcap-0.5.2"
-RDEPEND="virtual/glibc"
+RDEPEND="virtual/libc"
SLOT="0"
LICENSE="as-is"
diff --git a/net-analyzer/ngrep/ngrep-1.41.ebuild b/net-analyzer/ngrep/ngrep-1.41.ebuild
index 72a0ce446979..bd27d5b7178c 100644
--- a/net-analyzer/ngrep/ngrep-1.41.ebuild
+++ b/net-analyzer/ngrep/ngrep-1.41.ebuild
@@ -1,20 +1,21 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ngrep/ngrep-1.41.ebuild,v 1.8 2004/06/24 22:13:02 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ngrep/ngrep-1.41.ebuild,v 1.9 2004/07/01 20:11:05 squinky86 Exp $
inherit eutils
S="${WORKDIR}/${P}"
+IUSE=""
DESCRIPTION="A grep for network layers"
SRC_URI="mirror://sourceforge/ngrep/${P}.tar.bz2"
RESTRICT="nomirror"
HOMEPAGE="http://ngrep.sourceforge.net"
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
>=net-libs/libpcap-0.5.2
sys-devel/autoconf"
-RDEPEND="virtual/glibc"
+RDEPEND="virtual/libc"
SLOT="0"
LICENSE="as-is"
diff --git a/net-analyzer/scanlogd/ChangeLog b/net-analyzer/scanlogd/ChangeLog
index 3d4929dac1b1..5fc2291634c3 100644
--- a/net-analyzer/scanlogd/ChangeLog
+++ b/net-analyzer/scanlogd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/scanlogd
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/scanlogd/ChangeLog,v 1.7 2004/06/24 22:17:32 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/scanlogd/ChangeLog,v 1.8 2004/07/01 20:16:04 squinky86 Exp $
+
+ 01 Jul 2004; Jon Hood <squinky86@gentoo.org> scanlogd-2.2.ebuild:
+ change virtual/glibc to virtual/libc, add IUSE
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
diff --git a/net-analyzer/scanlogd/scanlogd-2.2.ebuild b/net-analyzer/scanlogd/scanlogd-2.2.ebuild
index c9dfd04b2893..bc68057b4859 100644
--- a/net-analyzer/scanlogd/scanlogd-2.2.ebuild
+++ b/net-analyzer/scanlogd/scanlogd-2.2.ebuild
@@ -1,7 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/scanlogd/scanlogd-2.2.ebuild,v 1.11 2004/06/24 22:17:32 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/scanlogd/scanlogd-2.2.ebuild,v 1.12 2004/07/01 20:16:04 squinky86 Exp $
+IUSE=""
DESCRIPTION="Scanlogd- detects and logs TCP port scans"
SRC_URI="http://www.openwall.com/scanlogd/${P}.tar.gz"
HOMEPAGE="http://www.openwall.com/scanlogd/"
@@ -10,7 +11,7 @@ SLOT="0"
LICENSE="as-is"
KEYWORDS="x86 sparc "
-DEPEND="virtual/glibc"
+DEPEND="virtual/libc"
src_compile() {
make linux || die