diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:25:50 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:25:50 +0000 |
commit | eb028a0a8734fe74b6f6523fcc120cd427d0a7c2 (patch) | |
tree | 7d23c8a0812c8369b99caac4129cfac027674634 /net-dns/hesiod | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P}, trim trailing whitespace... (diff) | |
download | gentoo-2-eb028a0a8734fe74b6f6523fcc120cd427d0a7c2.tar.gz gentoo-2-eb028a0a8734fe74b6f6523fcc120cd427d0a7c2.tar.bz2 gentoo-2-eb028a0a8734fe74b6f6523fcc120cd427d0a7c2.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-dns/hesiod')
-rw-r--r-- | net-dns/hesiod/hesiod-3.0.2-r1.ebuild | 3 | ||||
-rw-r--r-- | net-dns/hesiod/hesiod-3.0.2.ebuild | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net-dns/hesiod/hesiod-3.0.2-r1.ebuild b/net-dns/hesiod/hesiod-3.0.2-r1.ebuild index 59e821a9023f..d00e4f22e9be 100644 --- a/net-dns/hesiod/hesiod-3.0.2-r1.ebuild +++ b/net-dns/hesiod/hesiod-3.0.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/hesiod-3.0.2-r1.ebuild,v 1.8 2004/07/01 22:11:53 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/hesiod-3.0.2-r1.ebuild,v 1.9 2004/07/14 23:25:50 agriffis Exp $ inherit flag-o-matic eutils @@ -11,6 +11,7 @@ SRC_URI="ftp://athena-dist.mit.edu/pub/ATHENA/${PN}/${P}.tar.gz" LICENSE="ISC" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~hppa ~amd64 alpha ia64" +IUSE="" DEPEND="virtual/libc" diff --git a/net-dns/hesiod/hesiod-3.0.2.ebuild b/net-dns/hesiod/hesiod-3.0.2.ebuild index d2176f66b04c..fc391e93f02d 100644 --- a/net-dns/hesiod/hesiod-3.0.2.ebuild +++ b/net-dns/hesiod/hesiod-3.0.2.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # 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.11 2004/07/01 22:11:53 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/hesiod-3.0.2.ebuild,v 1.12 2004/07/14 23:25:50 agriffis Exp $ inherit flag-o-matic -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" @@ -12,6 +11,7 @@ HOMEPAGE="ftp://athena-dist.mit.edu/pub/ATHENA/hesiod" SLOT="0" LICENSE="ISC" KEYWORDS="x86 ppc sparc hppa" +IUSE="" DEPEND="virtual/libc" |