diff options
author | Maarten Thibaut <murphy@gentoo.org> | 2002-08-14 12:12:29 +0000 |
---|---|---|
committer | Maarten Thibaut <murphy@gentoo.org> | 2002-08-14 12:12:29 +0000 |
commit | d68ff9788a83bd3baa0c864fc156c540153911f4 (patch) | |
tree | 0b9b6efa6620dcc9f7778408c2840115ad552048 /net-dns | |
parent | Adding sparc/sparc64 keywords (diff) | |
download | gentoo-2-d68ff9788a83bd3baa0c864fc156c540153911f4.tar.gz gentoo-2-d68ff9788a83bd3baa0c864fc156c540153911f4.tar.bz2 gentoo-2-d68ff9788a83bd3baa0c864fc156c540153911f4.zip |
Adding sparc/sparc64 keywords
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/bind-tools/bind-tools-9.2.1.ebuild | 2 | ||||
-rw-r--r-- | net-dns/bind/bind-9.2.1-r1.ebuild | 4 | ||||
-rw-r--r-- | net-dns/bind/bind-9.2.1-r2.ebuild | 4 | ||||
-rw-r--r-- | net-dns/ddclient/ddclient-3.6.2.ebuild | 4 | ||||
-rw-r--r-- | net-dns/djbdns/djbdns-1.05-r3.ebuild | 4 | ||||
-rw-r--r-- | net-dns/dlint/dlint-1.4.0.ebuild | 4 | ||||
-rw-r--r-- | net-dns/dns2go/dns2go-1.1-r2.ebuild | 4 | ||||
-rw-r--r-- | net-dns/dnsmasq/dnsmasq-1.6.ebuild | 4 | ||||
-rw-r--r-- | net-dns/dnswalk/dnswalk-2.0.2.ebuild | 4 | ||||
-rw-r--r-- | net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta7.ebuild | 4 | ||||
-rw-r--r-- | net-dns/hesiod/hesiod-3.0.2.ebuild | 4 | ||||
-rw-r--r-- | net-dns/pdnsd/pdnsd-1.1.6-r7.ebuild | 4 | ||||
-rw-r--r-- | net-dns/pdnsd/pdnsd-1.1.7a.ebuild | 4 |
13 files changed, 25 insertions, 25 deletions
diff --git a/net-dns/bind-tools/bind-tools-9.2.1.ebuild b/net-dns/bind-tools/bind-tools-9.2.1.ebuild index 9076c55476a0..4c64b6220c4e 100644 --- a/net-dns/bind-tools/bind-tools-9.2.1.ebuild +++ b/net-dns/bind-tools/bind-tools-9.2.1.ebuild @@ -8,7 +8,7 @@ DESCRIPTION="bind tools: dig, nslookup, and host" SRC_URI="ftp://ftp.isc.org/isc/bind9/${PV}/${MY_P}.tar.gz" HOMEPAGE="http://www.isc.org/BIND/bind9.html" -KEYWORDS="x86 ppc" +KEYWORDS="x86 ppc sparc sparc64" LICENSE="as-is" SLOT="0" diff --git a/net-dns/bind/bind-9.2.1-r1.ebuild b/net-dns/bind/bind-9.2.1-r1.ebuild index acdf4a43f23b..f761c069ff68 100644 --- a/net-dns/bind/bind-9.2.1-r1.ebuild +++ b/net-dns/bind/bind-9.2.1-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.1-r1.ebuild,v 1.6 2002/08/01 11:59:03 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.1-r1.ebuild,v 1.7 2002/08/14 12:10:49 murphy Exp $ S=${WORKDIR}/${P} DESCRIPTION="BIND - Name Server" SRC_URI="ftp://ftp.isc.org/isc/bind9/${PV}/${P}.tar.gz" HOMEPAGE="http://www.isc.org/products/BIND" -KEYWORDS="x86 ppc" +KEYWORDS="x86 ppc sparc sparc64" LICENSE="as-is" SLOT="0" diff --git a/net-dns/bind/bind-9.2.1-r2.ebuild b/net-dns/bind/bind-9.2.1-r2.ebuild index 84a230f6480c..4fc93b2e1453 100644 --- a/net-dns/bind/bind-9.2.1-r2.ebuild +++ b/net-dns/bind/bind-9.2.1-r2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.1-r2.ebuild,v 1.9 2002/08/08 17:21:28 nitro Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.1-r2.ebuild,v 1.10 2002/08/14 12:10:49 murphy Exp $ S=${WORKDIR}/${P} DESCRIPTION="BIND - Name Server" SRC_URI="ftp://ftp.isc.org/isc/bind9/${PV}/${P}.tar.gz" HOMEPAGE="http://www.isc.org/products/BIND" -KEYWORDS="x86 ppc" +KEYWORDS="x86 ppc sparc sparc64" LICENSE="as-is" SLOT="0" diff --git a/net-dns/ddclient/ddclient-3.6.2.ebuild b/net-dns/ddclient/ddclient-3.6.2.ebuild index 8d5f0d3ff73a..a8a9b2571030 100644 --- a/net-dns/ddclient/ddclient-3.6.2.ebuild +++ b/net-dns/ddclient/ddclient-3.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-dns/ddclient/ddclient-3.6.2.ebuild,v 1.4 2002/08/01 11:40:16 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/ddclient/ddclient-3.6.2.ebuild,v 1.5 2002/08/14 12:10:49 murphy Exp $ S=${WORKDIR}/${P} DESCRIPTION="A perl based client for dyndns" @@ -11,7 +11,7 @@ RDEPEND="sys-devel/perl" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86" +KEYWORDS="x86 sparc sparc64" src_unpack() { unpack ${P}.tar.gz diff --git a/net-dns/djbdns/djbdns-1.05-r3.ebuild b/net-dns/djbdns/djbdns-1.05-r3.ebuild index 4a8fff95a6b2..5811fbb6c4f3 100644 --- a/net-dns/djbdns/djbdns-1.05-r3.ebuild +++ b/net-dns/djbdns/djbdns-1.05-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-dns/djbdns/djbdns-1.05-r3.ebuild,v 1.2 2002/08/01 11:40:16 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/djbdns/djbdns-1.05-r3.ebuild,v 1.3 2002/08/14 12:10:49 murphy Exp $ S=${WORKDIR}/${P} DESCRIPTION="Excellent high-performance DNS services" @@ -9,7 +9,7 @@ SRC_URI="http://cr.yp.to/djbdns/${P}.tar.gz HOMEPAGE="http://cr.yp.to/djbdns.html" LICENSE="as-is" -KEYWORDS="x86" +KEYWORDS="x86 sparc sparc64" SLOT="0" DEPEND="virtual/glibc" diff --git a/net-dns/dlint/dlint-1.4.0.ebuild b/net-dns/dlint/dlint-1.4.0.ebuild index 061e5016ce76..a5f42ca74c07 100644 --- a/net-dns/dlint/dlint-1.4.0.ebuild +++ b/net-dns/dlint/dlint-1.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-dns/dlint/dlint-1.4.0.ebuild,v 1.4 2002/07/17 10:05:46 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dlint/dlint-1.4.0.ebuild,v 1.5 2002/08/14 12:10:49 murphy Exp $ MY_P=${PN}${PV} S=${WORKDIR}/${MY_P} @@ -9,7 +9,7 @@ SRC_URI="http://www.domtools.com/pub/${MY_P}.tar.gz" HOMEPAGE="http://www.domtools.com/dns/dlint.shtml" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 sparc sparc64" LICENSE="GPL-2" DEPEND="net-dns/bind-tools diff --git a/net-dns/dns2go/dns2go-1.1-r2.ebuild b/net-dns/dns2go/dns2go-1.1-r2.ebuild index 7cce05a05af6..39b0cd1ef969 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-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-dns/dns2go/dns2go-1.1-r2.ebuild,v 1.3 2002/07/17 10:05:46 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dns2go/dns2go-1.1-r2.ebuild,v 1.4 2002/08/14 12:10:49 murphy Exp $ S=${WORKDIR}/dns2go-1.1-1 DESCRIPTION="Dns2Go Linux Client v1.1" @@ -9,7 +9,7 @@ HOMEPAGE="http://www.dns2go.com" SLOT="0" LICENSE="DNS2GO" -KEYWORDS="x86" +KEYWORDS="x86 sparc sparc64" DEPENDS="virtual/glibc" diff --git a/net-dns/dnsmasq/dnsmasq-1.6.ebuild b/net-dns/dnsmasq/dnsmasq-1.6.ebuild index fb188de2dc91..a7a956c5f7c1 100644 --- a/net-dns/dnsmasq/dnsmasq-1.6.ebuild +++ b/net-dns/dnsmasq/dnsmasq-1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-1.6.ebuild,v 1.2 2002/07/17 10:05:46 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-1.6.ebuild,v 1.3 2002/08/14 12:10:49 murphy Exp $ S=${WORKDIR}/${P} DESCRIPTION="Proxy DNS server" @@ -11,7 +11,7 @@ DEPEND="virtual/glibc" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86" +KEYWORDS="x86 sparc sparc64" src_unpack() { unpack ${A} ; cd ${S} diff --git a/net-dns/dnswalk/dnswalk-2.0.2.ebuild b/net-dns/dnswalk/dnswalk-2.0.2.ebuild index 27d3d33a640a..1abcd190fcac 100644 --- a/net-dns/dnswalk/dnswalk-2.0.2.ebuild +++ b/net-dns/dnswalk/dnswalk-2.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-dns/dnswalk/dnswalk-2.0.2.ebuild,v 1.4 2002/08/01 11:40:16 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnswalk/dnswalk-2.0.2.ebuild,v 1.5 2002/08/14 12:10:49 murphy Exp $ S=${WORKDIR} DESCRIPTION="dnswalk is a DNS database debugger" @@ -12,7 +12,7 @@ DEPEND=">=dev-perl/Net-DNS-0.12" SLOT="0" LICENSE="as-is" -KEYWORDS="x86" +KEYWORDS="x86 sparc sparc64" src_compile() { diff --git a/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta7.ebuild b/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta7.ebuild index 1e372080b105..4ab437a272b7 100644 --- a/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta7.ebuild +++ b/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta7.ebuild,v 1.3 2002/07/17 10:05:46 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta7.ebuild,v 1.4 2002/08/14 12:10:49 murphy Exp $ S="${WORKDIR}/${PN}-3.0.11b7" SRC_URI="http://gusnet.cx/proj/ez-ipupdate/dist/${PN}-3.0.11b7.tar.gz" @@ -9,7 +9,7 @@ DESCRIPTION="Dynamic DNS client for lots of dynamic dns services" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86" +KEYWORDS="x86 sparc sparc64" DEPEND="virtual/glibc" diff --git a/net-dns/hesiod/hesiod-3.0.2.ebuild b/net-dns/hesiod/hesiod-3.0.2.ebuild index 15b819021286..f5503a8188ac 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-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.2 2002/07/17 10:05:46 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/hesiod-3.0.2.ebuild,v 1.3 2002/08/14 12:10:49 murphy Exp $ S=${WORKDIR}/${P} DESCRIPTION="Hesiod is a system which uses existing DNS functionality to provide access to databases of information that changes infrequently." @@ -9,7 +9,7 @@ HOMEPAGE="ftp://athena-dist.mit.edu/pub/ATHENA/hesiod" SLOT="0" LICENSE="ISC" -KEYWORDS="x86" +KEYWORDS="x86 sparc sparc64" DEPEND="virtual/glibc" diff --git a/net-dns/pdnsd/pdnsd-1.1.6-r7.ebuild b/net-dns/pdnsd/pdnsd-1.1.6-r7.ebuild index c0ba30ff43f4..d14a1fc927a2 100644 --- a/net-dns/pdnsd/pdnsd-1.1.6-r7.ebuild +++ b/net-dns/pdnsd/pdnsd-1.1.6-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/pdnsd-1.1.6-r7.ebuild,v 1.4 2002/08/01 11:59:03 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/pdnsd-1.1.6-r7.ebuild,v 1.5 2002/08/14 12:10:49 murphy Exp $ S=${WORKDIR}/${P} DESCRIPTION="Proxy DNS server with permanent caching" @@ -11,7 +11,7 @@ DEPEND="virtual/glibc" SLOT="0" LICENSE="BSD | GPL-2" -KEYWORDS="x86" +KEYWORDS="x86 sparc sparc64" src_compile() { diff --git a/net-dns/pdnsd/pdnsd-1.1.7a.ebuild b/net-dns/pdnsd/pdnsd-1.1.7a.ebuild index 2a75912a33de..f66d20fe8b8c 100644 --- a/net-dns/pdnsd/pdnsd-1.1.7a.ebuild +++ b/net-dns/pdnsd/pdnsd-1.1.7a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/pdnsd-1.1.7a.ebuild,v 1.1 2002/08/05 15:43:25 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/pdnsd-1.1.7a.ebuild,v 1.2 2002/08/14 12:10:49 murphy Exp $ S=${WORKDIR}/${P} DESCRIPTION="Proxy DNS server with permanent caching" @@ -11,7 +11,7 @@ DEPEND="virtual/glibc" SLOT="0" LICENSE="BSD | GPL-2" -KEYWORDS="x86" +KEYWORDS="x86 sparc sparc64" src_compile() { |