diff options
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/hesiod/ChangeLog | 6 | ||||
-rw-r--r-- | net-dns/hesiod/hesiod-3.0.2-r1.ebuild | 4 | ||||
-rw-r--r-- | net-dns/hesiod/hesiod-3.0.2-r2.ebuild | 4 | ||||
-rw-r--r-- | net-dns/hesiod/hesiod-3.0.2.ebuild | 7 |
4 files changed, 9 insertions, 12 deletions
diff --git a/net-dns/hesiod/ChangeLog b/net-dns/hesiod/ChangeLog index 8d9246005fb1..400ff8d96fea 100644 --- a/net-dns/hesiod/ChangeLog +++ b/net-dns/hesiod/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dns/hesiod # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/ChangeLog,v 1.22 2006/12/10 07:27:05 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/ChangeLog,v 1.23 2006/12/11 07:54:11 beu Exp $ + + 11 Dec 2006; Elfyn McBratney <beu@gentoo.org> hesiod-3.0.2.ebuild, + hesiod-3.0.2-r1.ebuild, hesiod-3.0.2-r2.ebuild: + Kill redundant DEPEND. 10 Dec 2006; Michael Sterrett <mr_bones_@gentoo.org> +hesiod-3.0.2-r1.ebuild: diff --git a/net-dns/hesiod/hesiod-3.0.2-r1.ebuild b/net-dns/hesiod/hesiod-3.0.2-r1.ebuild index 9f9f313375d6..b5e418beefc2 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-2006 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.22 2006/12/10 07:27:05 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/hesiod-3.0.2-r1.ebuild,v 1.23 2006/12/11 07:54:11 beu Exp $ inherit flag-o-matic eutils @@ -13,8 +13,6 @@ SLOT="0" KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 s390 sh ~sparc ~x86 ~x86-fbsd" IUSE="" -DEPEND="" - src_unpack() { unpack ${A} cd ${S} diff --git a/net-dns/hesiod/hesiod-3.0.2-r2.ebuild b/net-dns/hesiod/hesiod-3.0.2-r2.ebuild index 143dfe596853..c1bdd5e2eb5e 100644 --- a/net-dns/hesiod/hesiod-3.0.2-r2.ebuild +++ b/net-dns/hesiod/hesiod-3.0.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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-r2.ebuild,v 1.1 2006/12/09 10:05:10 masterdriverz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/hesiod-3.0.2-r2.ebuild,v 1.2 2006/12/11 07:54:11 beu Exp $ inherit flag-o-matic eutils @@ -13,8 +13,6 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="" -DEPEND="" - src_unpack() { unpack ${A} cd ${S} diff --git a/net-dns/hesiod/hesiod-3.0.2.ebuild b/net-dns/hesiod/hesiod-3.0.2.ebuild index fc391e93f02d..57756ce528c0 100644 --- a/net-dns/hesiod/hesiod-3.0.2.ebuild +++ b/net-dns/hesiod/hesiod-3.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 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.12 2004/07/14 23:25:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/hesiod-3.0.2.ebuild,v 1.13 2006/12/11 07:54:11 beu Exp $ inherit flag-o-matic @@ -13,9 +13,6 @@ LICENSE="ISC" KEYWORDS="x86 ppc sparc hppa" IUSE="" -DEPEND="virtual/libc" - - src_unpack() { unpack ${A} |