diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-03-19 17:02:22 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-03-19 17:02:22 +0000 |
commit | c8311b48dd37170a7fa8f119b53ab2a92daca08a (patch) | |
tree | 9036facadd9ffa1bfe5fb8c53475a60a33d6a27a /net-dns/hesiod | |
parent | Pulling old revisions. (diff) | |
download | historical-c8311b48dd37170a7fa8f119b53ab2a92daca08a.tar.gz historical-c8311b48dd37170a7fa8f119b53ab2a92daca08a.tar.bz2 historical-c8311b48dd37170a7fa8f119b53ab2a92daca08a.zip |
stable on alpha and ia64
Diffstat (limited to 'net-dns/hesiod')
-rw-r--r-- | net-dns/hesiod/ChangeLog | 7 | ||||
-rw-r--r-- | net-dns/hesiod/Manifest | 4 | ||||
-rw-r--r-- | net-dns/hesiod/hesiod-3.0.2-r1.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/net-dns/hesiod/ChangeLog b/net-dns/hesiod/ChangeLog index efa5bc5aca3f..a5485a9106ac 100644 --- a/net-dns/hesiod/ChangeLog +++ b/net-dns/hesiod/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/hesiod -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/ChangeLog,v 1.8 2003/10/20 09:47:19 lanius Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/ChangeLog,v 1.9 2004/03/19 17:02:22 agriffis Exp $ + + 19 Mar 2004; Aron Griffis <agriffis@gentoo.org> hesiod-3.0.2-r1.ebuild: + stable on alpha and ia64 *hesiod-3.0.2-r1 (20 Oct 2003) diff --git a/net-dns/hesiod/Manifest b/net-dns/hesiod/Manifest index 3456590dd036..9f683cd827ff 100644 --- a/net-dns/hesiod/Manifest +++ b/net-dns/hesiod/Manifest @@ -1,6 +1,6 @@ -MD5 76825e98357376c426f8ca591759d900 ChangeLog 1842 +MD5 42108e85cd42578ae10bb6454bd29812 ChangeLog 1946 MD5 d7febcaee10606a5c03a28193f16b325 hesiod-3.0.2.ebuild 1590 -MD5 ebe50e207feb3f648c41eafbfc2774ac hesiod-3.0.2-r1.ebuild 1297 +MD5 beec9bf1f5c070de1873f5c32c2e3e6f hesiod-3.0.2-r1.ebuild 1307 MD5 6730c597da6926a28d780afaf5c0109d files/digest-hesiod-3.0.2 63 MD5 f7cf5631651df4137ae6d25e3641160e files/hesiod-3.0.2-env.patch 896 MD5 ab2c3c431e03ef4d4fb4582e5f8579a2 files/hesiod-3.0.2-shlib.patch 1767 diff --git a/net-dns/hesiod/hesiod-3.0.2-r1.ebuild b/net-dns/hesiod/hesiod-3.0.2-r1.ebuild index 78cc97261157..acb4a1dbbd96 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 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-r1.ebuild,v 1.5 2004/02/24 07:46:50 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/hesiod-3.0.2-r1.ebuild,v 1.6 2004/03/19 17:02:22 agriffis Exp $ inherit flag-o-matic eutils @@ -10,7 +10,7 @@ SRC_URI="ftp://athena-dist.mit.edu/pub/ATHENA/${PN}/${P}.tar.gz" LICENSE="ISC" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~hppa ~amd64" +KEYWORDS="~x86 ~ppc ~sparc ~hppa ~amd64 alpha ia64" DEPEND="virtual/glibc" |