diff options
author | Tilman Klar <phoenix@gentoo.org> | 2002-07-07 07:56:03 +0000 |
---|---|---|
committer | Tilman Klar <phoenix@gentoo.org> | 2002-07-07 07:56:03 +0000 |
commit | fe6750d5201590d17b4e82f7f062f1c03c42b2a6 (patch) | |
tree | d325ae9b8e238e691c4078a76e7ee48dfb0059dc /net-misc/host | |
parent | repoman QA issues (diff) | |
download | gentoo-2-fe6750d5201590d17b4e82f7f062f1c03c42b2a6.tar.gz gentoo-2-fe6750d5201590d17b4e82f7f062f1c03c42b2a6.tar.bz2 gentoo-2-fe6750d5201590d17b4e82f7f062f1c03c42b2a6.zip |
repoman QA issues - LICENSE still misses
Diffstat (limited to 'net-misc/host')
-rw-r--r-- | net-misc/host/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/host/host-991529.ebuild | 7 |
2 files changed, 9 insertions, 4 deletions
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 <george@gentoo.org> -# $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 <george@gentoo.org> host-991529 : + 06 Jul 2002; phoen][x <phoenix@gentoo.org> host-991529.ebuild : + Added KEYWORDS, LICENSE, SLOT. + 11 May 2002; G Shapovalov <george@gentoo.org> 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 <george@gentoo.org> -# $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" |