diff options
author | Michael Boman <mboman@gentoo.org> | 2004-03-21 14:34:33 +0000 |
---|---|---|
committer | Michael Boman <mboman@gentoo.org> | 2004-03-21 14:34:33 +0000 |
commit | 6183043dec519c7a90837a933d8d6aadfb53eaa2 (patch) | |
tree | 66bb6eb357e90d19efceb11a5156042f2bf44505 /net-analyzer/honeyd | |
parent | version bump. (diff) | |
download | historical-6183043dec519c7a90837a933d8d6aadfb53eaa2.tar.gz historical-6183043dec519c7a90837a933d8d6aadfb53eaa2.tar.bz2 historical-6183043dec519c7a90837a933d8d6aadfb53eaa2.zip |
QA: Adding categories to dependencies. See bug 45110 for details.
Diffstat (limited to 'net-analyzer/honeyd')
-rw-r--r-- | net-analyzer/honeyd/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/honeyd/Manifest | 6 | ||||
-rw-r--r-- | net-analyzer/honeyd/honeyd-0.4a.ebuild | 8 | ||||
-rw-r--r-- | net-analyzer/honeyd/honeyd-0.5.ebuild | 8 |
4 files changed, 16 insertions, 12 deletions
diff --git a/net-analyzer/honeyd/ChangeLog b/net-analyzer/honeyd/ChangeLog index 57a07d315850..7e51aaebdbd3 100644 --- a/net-analyzer/honeyd/ChangeLog +++ b/net-analyzer/honeyd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/honeyd # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/honeyd/ChangeLog,v 1.9 2004/03/21 12:09:10 mboman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/honeyd/ChangeLog,v 1.10 2004/03/21 14:34:33 mboman Exp $ + + 21 Mar 2004; Michael Boman <mboman@gentoo.org> honeyd-0.4a.ebuild, + honeyd-0.5.ebuild: + QA: Adding categories to dependencies. See bug 45110 for details. 21 Mar 2004; Michael Boman <mboman@gentoo.org> honeyd-0.4a.ebuild, honeyd-0.5.ebuild, honeyd-0.6a.ebuild, honeyd-0.7a.ebuild, diff --git a/net-analyzer/honeyd/Manifest b/net-analyzer/honeyd/Manifest index 259476c378c3..9036d2bbaa9a 100644 --- a/net-analyzer/honeyd/Manifest +++ b/net-analyzer/honeyd/Manifest @@ -1,6 +1,6 @@ -MD5 a6abd38e08915fcf0710334a3807a995 ChangeLog 1732 -MD5 a81dcc8d8d8c91a5f290f5c5d8f68123 honeyd-0.4a.ebuild 892 -MD5 fdd30d7117efe09c253e8398175f7781 honeyd-0.5.ebuild 1267 +MD5 98af316d253ce630f8a40e0c4bfa40db ChangeLog 1892 +MD5 3b45b8525c42ba8ce431abba8e06116f honeyd-0.4a.ebuild 919 +MD5 3db8d729fe0ebfdfd41aceb7ca93eb90 honeyd-0.5.ebuild 1294 MD5 34ebe0bf50ce967aa4aa319c13cee1c2 honeyd-0.6a.ebuild 1008 MD5 dbc9fae2bf0eafb3cdfe9da0712c0811 honeyd-0.7a.ebuild 1863 MD5 c5f15467d3de23bd22dd3174742f2ac4 honeyd-0.8.ebuild 1892 diff --git a/net-analyzer/honeyd/honeyd-0.4a.ebuild b/net-analyzer/honeyd/honeyd-0.4a.ebuild index f46f4c4ab65d..273877ad4b3f 100644 --- a/net-analyzer/honeyd/honeyd-0.4a.ebuild +++ b/net-analyzer/honeyd/honeyd-0.4a.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.4a.ebuild,v 1.5 2004/03/21 12:09:10 mboman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/honeyd/honeyd-0.4a.ebuild,v 1.6 2004/03/21 14:34:33 mboman Exp $ DESCRIPTION="Honeyd is a small daemon that creates virtual hosts on a network" HOMEPAGE="http://www.citi.umich.edu/u/provos/honeyd/" @@ -11,9 +11,9 @@ SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND=">=libdnet-1.4 - >=libevent-0.6 - >=libpcap-0.7.1" +DEPEND=">=dev-libs/libdnet-1.4 + >=dev-libs/libevent-0.6 + >=net-libs/libpcap-0.7.1" src_compile() { ./configure \ diff --git a/net-analyzer/honeyd/honeyd-0.5.ebuild b/net-analyzer/honeyd/honeyd-0.5.ebuild index 3bdda231b9fc..94f5b61ba8fa 100644 --- a/net-analyzer/honeyd/honeyd-0.5.ebuild +++ b/net-analyzer/honeyd/honeyd-0.5.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.5.ebuild,v 1.4 2004/03/21 12:09:10 mboman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/honeyd/honeyd-0.5.ebuild,v 1.5 2004/03/21 14:34:33 mboman Exp $ inherit eutils @@ -15,9 +15,9 @@ SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND=">=libdnet-1.4 - >=libevent-0.6 - >=libpcap-0.7.1" +DEPEND=">=dev-libs/libdnet-1.4 + >=dev-libs/libevent-0.6 + >=net-libs/libpcap-0.7.1" src_unpack() { unpack ${P}.tar.gz |