diff options
author | 2002-07-17 10:05:46 +0000 | |
---|---|---|
committer | 2002-07-17 10:05:46 +0000 | |
commit | feac3fb77e080dbe7b4471db7c8e050503ef5f02 (patch) | |
tree | 397dea00dd3240f96f730ffecb1ad72b91418304 /net-dns/dlint/dlint-1.4.0.ebuild | |
parent | DNS2GO EULA (diff) | |
download | historical-feac3fb77e080dbe7b4471db7c8e050503ef5f02.tar.gz historical-feac3fb77e080dbe7b4471db7c8e050503ef5f02.tar.bz2 historical-feac3fb77e080dbe7b4471db7c8e050503ef5f02.zip |
repoman'd
Diffstat (limited to 'net-dns/dlint/dlint-1.4.0.ebuild')
-rw-r--r-- | net-dns/dlint/dlint-1.4.0.ebuild | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/net-dns/dlint/dlint-1.4.0.ebuild b/net-dns/dlint/dlint-1.4.0.ebuild index 26dcf249da76..061e5016ce76 100644 --- a/net-dns/dlint/dlint-1.4.0.ebuild +++ b/net-dns/dlint/dlint-1.4.0.ebuild @@ -1,15 +1,20 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-dns/dlint/dlint-1.4.0.ebuild,v 1.3 2002/07/11 06:30:46 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dlint/dlint-1.4.0.ebuild,v 1.4 2002/07/17 10:05:46 seemant Exp $ MY_P=${PN}${PV} S=${WORKDIR}/${MY_P} DESCRIPTION="Dlint analyzes any DNS zone you specify, and reports any problems it finds by displaying errors and warnings" SRC_URI="http://www.domtools.com/pub/${MY_P}.tar.gz" HOMEPAGE="http://www.domtools.com/dns/dlint.shtml" + SLOT="0" -KEYWORDS="*" -DEPEND="net-dns/bind-tools sys-devel/perl sys-apps/bash" +KEYWORDS="x86" +LICENSE="GPL-2" + +DEPEND="net-dns/bind-tools + sys-devel/perl + sys-apps/bash" src_compile() { |