diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-04-10 03:34:12 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-04-10 03:34:12 +0000 |
commit | fa14d4473f098ed6d94cbde1cddb200f9da9ac37 (patch) | |
tree | a85e62204575e1d60596749346c7be6de2e14af1 /net-dns | |
parent | Initial version. Closes bug #47009 (diff) | |
download | historical-fa14d4473f098ed6d94cbde1cddb200f9da9ac37.tar.gz historical-fa14d4473f098ed6d94cbde1cddb200f9da9ac37.tar.bz2 historical-fa14d4473f098ed6d94cbde1cddb200f9da9ac37.zip |
x86 binary, just x86 & amd64 are valid, added -* and removed sparc
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/dns2go/ChangeLog | 7 | ||||
-rw-r--r-- | net-dns/dns2go/Manifest | 4 | ||||
-rw-r--r-- | net-dns/dns2go/dns2go-1.1-r2.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/net-dns/dns2go/ChangeLog b/net-dns/dns2go/ChangeLog index 128d7fe156fb..952885d70257 100644 --- a/net-dns/dns2go/ChangeLog +++ b/net-dns/dns2go/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/dns2go -# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-dns/dns2go/ChangeLog,v 1.3 2002/12/13 10:59:52 blizzy Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/net-dns/dns2go/ChangeLog,v 1.4 2004/04/10 03:34:12 gustavoz Exp $ + + 10 Apr 2004; Gustavo Zacarias <gustavoz@gentoo.org> dns2go-1.1-r2.ebuild: + x86 binary, just x86 & amd64 are valid, added -* and removed sparc 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/net-dns/dns2go/Manifest b/net-dns/dns2go/Manifest index 532f490f9bcd..9fad2d0b278b 100644 --- a/net-dns/dns2go/Manifest +++ b/net-dns/dns2go/Manifest @@ -1,4 +1,4 @@ +MD5 ed3afb875bac81f9f569cf8ac254bd33 dns2go-1.1-r2.ebuild 639 +MD5 8290fac0364914cfbb4e48ddd74107a0 ChangeLog 897 MD5 298b1b6ac6bb015f5e09eda200c0c401 files/digest-dns2go-1.1-r2 59 MD5 868e18229aea920762225619a2313c46 files/dns2go.rc6 396 -MD5 a28d0fb8d484a3d818cbc5ca1f8957ed ChangeLog 744 -MD5 5df65c97cfa5b6d7ee87edf680259286 dns2go-1.1-r2.ebuild 643 diff --git a/net-dns/dns2go/dns2go-1.1-r2.ebuild b/net-dns/dns2go/dns2go-1.1-r2.ebuild index ea5157f5e939..6a2f14dbc26e 100644 --- a/net-dns/dns2go/dns2go-1.1-r2.ebuild +++ b/net-dns/dns2go/dns2go-1.1-r2.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/dns2go/dns2go-1.1-r2.ebuild,v 1.11 2004/02/22 15:14:39 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dns2go/dns2go-1.1-r2.ebuild,v 1.12 2004/04/10 03:34:12 gustavoz Exp $ DESCRIPTION="Dns2Go Linux Client v1.1" HOMEPAGE="http://www.dns2go.com/" @@ -8,7 +8,7 @@ SRC_URI="http://home.planetinternet.be/~felixdv/d2gsetup.tar.gz" LICENSE="DNS2GO" SLOT="0" -KEYWORDS="x86 sparc amd64" +KEYWORDS="x86 amd64 -*" DEPEND="virtual/glibc" |