summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2006-02-15 22:59:06 +0000
committerMarkus Ullmann <jokey@gentoo.org>2006-02-15 22:59:06 +0000
commitd4c18c6fa71baf431d6aa27a112483a8615531bd (patch)
treeb0c20201a00020a0add20c0f50abce24f4718791
parentmodular X dependency fix (diff)
downloadgentoo-2-d4c18c6fa71baf431d6aa27a112483a8615531bd.tar.gz
gentoo-2-d4c18c6fa71baf431d6aa27a112483a8615531bd.tar.bz2
gentoo-2-d4c18c6fa71baf431d6aa27a112483a8615531bd.zip
Removing virtual/libpcap wrt bug #117898
(Portage version: 2.1_pre4-r1)
-rw-r--r--net-analyzer/fprobe/ChangeLog7
-rw-r--r--net-analyzer/fprobe/fprobe-1.1.ebuild6
-rw-r--r--net-analyzer/fragroute/ChangeLog5
-rw-r--r--net-analyzer/fragroute/fragroute-1.2.ebuild6
-rw-r--r--net-analyzer/honeyd/ChangeLog8
-rw-r--r--net-analyzer/honeyd/honeyd-0.8.ebuild6
-rw-r--r--net-analyzer/honeyd/honeyd-1.0-r1.ebuild6
-rw-r--r--net-analyzer/honeyd/honeyd-1.0.ebuild6
8 files changed, 30 insertions, 20 deletions
diff --git a/net-analyzer/fprobe/ChangeLog b/net-analyzer/fprobe/ChangeLog
index 726910947017..111b39122af8 100644
--- a/net-analyzer/fprobe/ChangeLog
+++ b/net-analyzer/fprobe/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/fprobe
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fprobe/ChangeLog,v 1.9 2005/08/29 20:50:42 dang Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fprobe/ChangeLog,v 1.10 2006/02/15 22:54:53 jokey Exp $
+
+ 15 Feb 2006; Markus Ullmann <jokey@gentoo.org> fprobe-1.1.ebuild:
+ Removing virtual/libpcap wrt bug #117898
29 Aug 2005; <dang@gentoo.org> fprobe-1.1.ebuild:
Marked ~amd64
diff --git a/net-analyzer/fprobe/fprobe-1.1.ebuild b/net-analyzer/fprobe/fprobe-1.1.ebuild
index 7b2b15d6ccd9..d1dc3dd4fccc 100644
--- a/net-analyzer/fprobe/fprobe-1.1.ebuild
+++ b/net-analyzer/fprobe/fprobe-1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fprobe/fprobe-1.1.ebuild,v 1.2 2005/08/29 20:50:42 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fprobe/fprobe-1.1.ebuild,v 1.3 2006/02/15 22:54:53 jokey Exp $
DESCRIPTION="A libpcap-based tool to collect network traffic data and emit it as NetFlow flows"
HOMEPAGE="http://fprobe.sourceforge.net"
@@ -12,7 +12,7 @@ KEYWORDS="~amd64 ~ppc x86"
IUSE="debug messages"
-DEPEND="virtual/libpcap"
+DEPEND="net-libs/libpcap"
src_compile() {
local myconf
diff --git a/net-analyzer/fragroute/ChangeLog b/net-analyzer/fragroute/ChangeLog
index 9dcd206a479f..7a0dfa669d05 100644
--- a/net-analyzer/fragroute/ChangeLog
+++ b/net-analyzer/fragroute/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/fragroute
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/ChangeLog,v 1.11 2006/01/09 17:02:55 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/ChangeLog,v 1.12 2006/02/15 22:57:01 jokey Exp $
+
+ 15 Feb 2006; Markus Ullmann <jokey@gentoo.org> fragroute-1.2.ebuild:
+ Removing virtual/libpcap wrt bug #117898
09 Jan 2006; Bryan Østergaard <kloeri@gentoo.org metadata.xml:
Remove retired dev from metadata.xml
diff --git a/net-analyzer/fragroute/fragroute-1.2.ebuild b/net-analyzer/fragroute/fragroute-1.2.ebuild
index 2b5791e5d973..049557bdce72 100644
--- a/net-analyzer/fragroute/fragroute-1.2.ebuild
+++ b/net-analyzer/fragroute/fragroute-1.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/fragroute-1.2.ebuild,v 1.10 2005/08/12 00:09:47 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/fragroute-1.2.ebuild,v 1.11 2006/02/15 22:57:01 jokey Exp $
DESCRIPTION="fragroute was written to aid in the testing of network intrusion detection systems, firewalls and basic TCP/IP stack behaviour."
HOMEPAGE="http://www.monkey.org/~dugsong/fragroute/"
@@ -11,7 +11,7 @@ KEYWORDS="~amd64 ~ppc x86"
IUSE=""
DEPEND="virtual/libc
>=dev-libs/libevent-0.6
- virtual/libpcap
+ net-libs/libpcap
>=dev-libs/libdnet-1.4"
src_compile() {
diff --git a/net-analyzer/honeyd/ChangeLog b/net-analyzer/honeyd/ChangeLog
index f3d7677a7bd5..de6be1257285 100644
--- a/net-analyzer/honeyd/ChangeLog
+++ b/net-analyzer/honeyd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/honeyd
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/honeyd/ChangeLog,v 1.21 2005/12/26 01:00:58 weeve Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/honeyd/ChangeLog,v 1.22 2006/02/15 22:59:06 jokey Exp $
+
+ 15 Feb 2006; Markus Ullmann <jokey@gentoo.org> honeyd-0.8.ebuild,
+ honeyd-1.0.ebuild, honeyd-1.0-r1.ebuild:
+ Removing virtual/libpcap wrt bug #117898
26 Dec 2005; Jason Wever <weeve@gentoo.org> honeyd-1.0-r1.ebuild:
Stable on SPARC.
diff --git a/net-analyzer/honeyd/honeyd-0.8.ebuild b/net-analyzer/honeyd/honeyd-0.8.ebuild
index 93ff86cb286c..faf9821cd81c 100644
--- a/net-analyzer/honeyd/honeyd-0.8.ebuild
+++ b/net-analyzer/honeyd/honeyd-0.8.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/honeyd/honeyd-0.8.ebuild,v 1.9 2005/01/29 05:12:51 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/honeyd/honeyd-0.8.ebuild,v 1.10 2006/02/15 22:59:06 jokey Exp $
DESCRIPTION="Honeyd is a small daemon that creates virtual hosts on a network"
HOMEPAGE="http://www.citi.umich.edu/u/provos/honeyd/"
@@ -14,7 +14,7 @@ IUSE="doc"
DEPEND=">=dev-libs/libdnet-1.7
>=dev-libs/libevent-0.6
- virtual/libpcap"
+ net-libs/libpcap"
src_unpack() {
unpack ${A}
diff --git a/net-analyzer/honeyd/honeyd-1.0-r1.ebuild b/net-analyzer/honeyd/honeyd-1.0-r1.ebuild
index 530d22da4ca9..02656f8d24db 100644
--- a/net-analyzer/honeyd/honeyd-1.0-r1.ebuild
+++ b/net-analyzer/honeyd/honeyd-1.0-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/honeyd/honeyd-1.0-r1.ebuild,v 1.3 2005/12/26 01:00:58 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/honeyd/honeyd-1.0-r1.ebuild,v 1.4 2006/02/15 22:59:06 jokey Exp $
inherit eutils
@@ -16,7 +16,7 @@ IUSE="doc"
DEPEND=">=dev-libs/libdnet-1.7
>=dev-libs/libevent-1.0
- virtual/libpcap"
+ net-libs/libpcap"
src_unpack() {
unpack ${A}
diff --git a/net-analyzer/honeyd/honeyd-1.0.ebuild b/net-analyzer/honeyd/honeyd-1.0.ebuild
index 70b03966fb9a..140d2911896d 100644
--- a/net-analyzer/honeyd/honeyd-1.0.ebuild
+++ b/net-analyzer/honeyd/honeyd-1.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/honeyd/honeyd-1.0.ebuild,v 1.4 2005/05/29 02:34:02 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/honeyd/honeyd-1.0.ebuild,v 1.5 2006/02/15 22:59:06 jokey Exp $
inherit eutils
@@ -16,7 +16,7 @@ IUSE="doc"
DEPEND=">=dev-libs/libdnet-1.7
>=dev-libs/libevent-1.0
- virtual/libpcap"
+ net-libs/libpcap"
src_unpack() {
unpack ${A}