From 2e0650d3a51d7e4f74d0ca63c8903ac65f14c54d Mon Sep 17 00:00:00 2001 From: Tilman Klar Date: Sun, 7 Jul 2002 07:56:03 +0000 Subject: repoman QA issues - LICENSE still misses --- net-misc/host/ChangeLog | 6 ++++-- net-misc/host/host-991529.ebuild | 7 +++++-- 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'net-misc/host') diff --git a/net-misc/host/ChangeLog b/net-misc/host/ChangeLog index 321d6f23c07b..8f5de1b30111 100644 --- a/net-misc/host/ChangeLog +++ b/net-misc/host/ChangeLog @@ -1,10 +1,12 @@ # ChangeLog for net-misc/host # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL # Maintainer: George Shapovalov -# $Header: /var/cvsroot/gentoo-x86/net-misc/host/ChangeLog,v 1.2 2002/05/12 04:49:35 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/host/ChangeLog,v 1.3 2002/07/07 07:56:03 phoenix Exp $ *host-991529, (10 May 2002) - 11 May 2002; G Shapovalov host-991529 : + 06 Jul 2002; phoen][x host-991529.ebuild : + Added KEYWORDS, LICENSE, SLOT. + 11 May 2002; G Shapovalov host-991529.ebuild : initial release diff --git a/net-misc/host/host-991529.ebuild b/net-misc/host/host-991529.ebuild index 027d9bec5a9f..2e1180c98415 100644 --- a/net-misc/host/host-991529.ebuild +++ b/net-misc/host/host-991529.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: George Shapovalov -# $Header: /var/cvsroot/gentoo-x86/net-misc/host/host-991529.ebuild,v 1.2 2002/05/12 04:49:35 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/host/host-991529.ebuild,v 1.3 2002/07/07 07:56:03 phoenix Exp $ S="${WORKDIR}" @@ -15,13 +15,16 @@ HOMEPAGE="http://www.dtek.chalmers.se/~d3august/xt/" #that's the homepage for xtraceroute, not host, but that's best I can do #at least it is mentioned there -DEPEND="net-misc/bind-tools" +DEPEND="net-dns/bind-tools" #either bind or bind-tools will do, #but since bind-tools is just a partiall install of bind #there is no point in introducing new use var and doing PROVIDE dance.. RDEPEND="${DEPEND}" +KEYWORDS="x86" +SLOT="0" + src_unpack() { cd ${S} unpack "${PN}.tar.Z" -- cgit v1.2.3-65-gdbad