summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boman <mboman@gentoo.org>2004-03-13 11:25:54 +0000
committerMichael Boman <mboman@gentoo.org>2004-03-13 11:25:54 +0000
commit937002137f1abef01b9198b2ad9b761cdec9411b (patch)
tree96dbdaf856b0cd4f2e906a147c8a5ab079de8e64 /net-analyzer/honeyd
parentmarked stable on x86. (Manifest recommit) (diff)
downloadgentoo-2-937002137f1abef01b9198b2ad9b761cdec9411b.tar.gz
gentoo-2-937002137f1abef01b9198b2ad9b761cdec9411b.tar.bz2
gentoo-2-937002137f1abef01b9198b2ad9b761cdec9411b.zip
Fixed Gentoo ebuild policy violation. Closes bug #44516.
Diffstat (limited to 'net-analyzer/honeyd')
-rw-r--r--net-analyzer/honeyd/ChangeLog9
-rw-r--r--net-analyzer/honeyd/honeyd-0.4a.ebuild5
-rw-r--r--net-analyzer/honeyd/honeyd-0.5.ebuild5
-rw-r--r--net-analyzer/honeyd/honeyd-0.6a.ebuild5
-rw-r--r--net-analyzer/honeyd/honeyd-0.7a.ebuild3
-rw-r--r--net-analyzer/honeyd/honeyd-0.8.ebuild3
-rw-r--r--net-analyzer/honeyd/metadata.xml10
7 files changed, 25 insertions, 15 deletions
diff --git a/net-analyzer/honeyd/ChangeLog b/net-analyzer/honeyd/ChangeLog
index 957ca17f05f0..65fbdd4db82f 100644
--- a/net-analyzer/honeyd/ChangeLog
+++ b/net-analyzer/honeyd/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/honeyd
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/honeyd/ChangeLog,v 1.7 2004/01/21 18:21:43 mboman Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/honeyd/ChangeLog,v 1.8 2004/03/13 11:25:54 mboman Exp $
+
+ 13 Mar 2004; Michael Boman <mboman@gentoo.org> honeyd-0.4a.ebuild,
+ honeyd-0.5.ebuild, honeyd-0.6a.ebuild, honeyd-0.7a.ebuild,
+ honeyd-0.8.ebuild:
+ Fixed Gentoo ebuild policy violation. Closes bug #44516.
*honeyd-0.8 (22 Jan 2004)
diff --git a/net-analyzer/honeyd/honeyd-0.4a.ebuild b/net-analyzer/honeyd/honeyd-0.4a.ebuild
index d33738fd0922..3da2e91c441a 100644
--- a/net-analyzer/honeyd/honeyd-0.4a.ebuild
+++ b/net-analyzer/honeyd/honeyd-0.4a.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/honeyd/honeyd-0.4a.ebuild,v 1.3 2003/07/13 11:30:11 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/honeyd/honeyd-0.4a.ebuild,v 1.4 2004/03/13 11:25:54 mboman 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,6 @@ IUSE=""
DEPEND=">=libdnet-1.4
>=libevent-0.6
>=libpcap-0.7.1"
-RDEPEND=${DEPEND}
S="${WORKDIR}/${P}"
diff --git a/net-analyzer/honeyd/honeyd-0.5.ebuild b/net-analyzer/honeyd/honeyd-0.5.ebuild
index ee1923fcc476..f21254241207 100644
--- a/net-analyzer/honeyd/honeyd-0.5.ebuild
+++ b/net-analyzer/honeyd/honeyd-0.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/honeyd/honeyd-0.5.ebuild,v 1.2 2003/07/13 11:30:11 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/honeyd/honeyd-0.5.ebuild,v 1.3 2004/03/13 11:25:54 mboman Exp $
inherit eutils
@@ -18,7 +18,6 @@ IUSE=""
DEPEND=">=libdnet-1.4
>=libevent-0.6
>=libpcap-0.7.1"
-RDEPEND=${DEPEND}
S="${WORKDIR}/${P}"
diff --git a/net-analyzer/honeyd/honeyd-0.6a.ebuild b/net-analyzer/honeyd/honeyd-0.6a.ebuild
index ee4786db97b4..aaeebdf563e6 100644
--- a/net-analyzer/honeyd/honeyd-0.6a.ebuild
+++ b/net-analyzer/honeyd/honeyd-0.6a.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/honeyd/honeyd-0.6a.ebuild,v 1.3 2003/09/24 13:13:06 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/honeyd/honeyd-0.6a.ebuild,v 1.4 2004/03/13 11:25:54 mboman Exp $
inherit eutils
@@ -16,7 +16,6 @@ IUSE=""
DEPEND=">=dev-libs/libdnet-1.4
>=dev-libs/libevent-0.6
>=net-libs/libpcap-0.7.1"
-RDEPEND=${DEPEND}
S="${WORKDIR}/${P}"
diff --git a/net-analyzer/honeyd/honeyd-0.7a.ebuild b/net-analyzer/honeyd/honeyd-0.7a.ebuild
index 56ac69e5c4a0..6448e160cbce 100644
--- a/net-analyzer/honeyd/honeyd-0.7a.ebuild
+++ b/net-analyzer/honeyd/honeyd-0.7a.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/honeyd/honeyd-0.7a.ebuild,v 1.1 2004/01/06 16:15:39 mboman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/honeyd/honeyd-0.7a.ebuild,v 1.2 2004/03/13 11:25:54 mboman Exp $
inherit eutils
@@ -17,7 +17,6 @@ IUSE="doc"
DEPEND=">=dev-libs/libdnet-1.7
>=dev-libs/libevent-0.6
>=net-libs/libpcap-0.7.1"
-RDEPEND=${DEPEND}
S="${WORKDIR}/${P}"
diff --git a/net-analyzer/honeyd/honeyd-0.8.ebuild b/net-analyzer/honeyd/honeyd-0.8.ebuild
index f0cb5755d6fe..5d74b668b47b 100644
--- a/net-analyzer/honeyd/honeyd-0.8.ebuild
+++ b/net-analyzer/honeyd/honeyd-0.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# 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.1 2004/01/21 18:21:43 mboman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/honeyd/honeyd-0.8.ebuild,v 1.2 2004/03/13 11:25:54 mboman Exp $
inherit eutils
@@ -17,7 +17,6 @@ IUSE="doc"
DEPEND=">=dev-libs/libdnet-1.7
>=dev-libs/libevent-0.6
>=net-libs/libpcap-0.7.1"
-RDEPEND=${DEPEND}
S="${WORKDIR}/${P}"
diff --git a/net-analyzer/honeyd/metadata.xml b/net-analyzer/honeyd/metadata.xml
new file mode 100644
index 000000000000..a138bfa46aa6
--- /dev/null
+++ b/net-analyzer/honeyd/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>netmon</herd>
+ <maintainer>
+ <email>mboman@gentoo.org</email>
+ <description>Interim Maintainer</description>
+ </maintainer>
+<longdescription>Honeyd is a small daemon that creates virtual hosts on a network.</longdescription>
+</pkgmetadata>