summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-17 10:05:46 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-17 10:05:46 +0000
commitfeac3fb77e080dbe7b4471db7c8e050503ef5f02 (patch)
tree397dea00dd3240f96f730ffecb1ad72b91418304 /net-dns/hesiod
parentDNS2GO EULA (diff)
downloadhistorical-feac3fb77e080dbe7b4471db7c8e050503ef5f02.tar.gz
historical-feac3fb77e080dbe7b4471db7c8e050503ef5f02.tar.bz2
historical-feac3fb77e080dbe7b4471db7c8e050503ef5f02.zip
repoman'd
Diffstat (limited to 'net-dns/hesiod')
-rw-r--r--net-dns/hesiod/hesiod-3.0.2.ebuild20
1 files changed, 7 insertions, 13 deletions
diff --git a/net-dns/hesiod/hesiod-3.0.2.ebuild b/net-dns/hesiod/hesiod-3.0.2.ebuild
index 4399caa66eaf..15b819021286 100644
--- a/net-dns/hesiod/hesiod-3.0.2.ebuild
+++ b/net-dns/hesiod/hesiod-3.0.2.ebuild
@@ -1,17 +1,18 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/hesiod-3.0.2.ebuild,v 1.1 2002/06/29 00:55:03 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/hesiod-3.0.2.ebuild,v 1.2 2002/07/17 10:05:46 seemant Exp $
+S=${WORKDIR}/${P}
DESCRIPTION="Hesiod is a system which uses existing DNS functionality to provide access to databases of information that changes infrequently."
-
+SRC_URI="ftp://athena-dist.mit.edu/pub/ATHENA/${PN}/${P}.tar.gz"
HOMEPAGE="ftp://athena-dist.mit.edu/pub/ATHENA/hesiod"
+
+SLOT="0"
LICENSE="ISC"
+KEYWORDS="x86"
+
DEPEND="virtual/glibc"
-#RDEPEND=""
-SRC_URI="ftp://athena-dist.mit.edu/pub/ATHENA/${PN}/${P}.tar.gz"
-SLOT="0"
-S=${WORKDIR}/${P}
src_unpack() {
unpack ${A}
@@ -50,11 +51,4 @@ src_compile() {
src_install () {
make DESTDIR=${D} install || die
- #make \
- # prefix=${D}/usr \
- # mandir=${D}/usr/share/man \
- # infodir=${D}/usr/share/info \
- # install || die
- # Again, verify the Makefiles! We don't want anything falling
- # outside of ${D}.
}