diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 22:13:41 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 22:13:41 +0000 |
commit | d847bd9a195321796c8023b49a6abf8066268a7d (patch) | |
tree | a4f69b75f578468e891d33c5d249876247d4b0dc /net-dns | |
parent | virtual/glibc -> virtual/libc, add IUSE (diff) | |
download | historical-d847bd9a195321796c8023b49a6abf8066268a7d.tar.gz historical-d847bd9a195321796c8023b49a6abf8066268a7d.tar.bz2 historical-d847bd9a195321796c8023b49a6abf8066268a7d.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'net-dns')
48 files changed, 143 insertions, 86 deletions
diff --git a/net-dns/bind-tools/ChangeLog b/net-dns/bind-tools/ChangeLog index 4adec068acfc..be8b52f4c8c6 100644 --- a/net-dns/bind-tools/ChangeLog +++ b/net-dns/bind-tools/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-dns/bind-tools # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/ChangeLog,v 1.27 2004/06/24 22:33:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/ChangeLog,v 1.28 2004/07/01 22:10:31 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> + bind-tools-9.2.2.ebuild, bind-tools-9.2.2_rc1.ebuild, + bind-tools-9.2.3-r1.ebuild, bind-tools-9.2.3.ebuild: + virtual/glibc -> virtual/libc 08 Jun 2004; Stephen P. Becker <geoman@gentoo.org> bind-tools-9.2.3-r1.ebuild: diff --git a/net-dns/bind-tools/bind-tools-9.2.2.ebuild b/net-dns/bind-tools/bind-tools-9.2.2.ebuild index 3a4d0a03a857..4411ab85ceef 100644 --- a/net-dns/bind-tools/bind-tools-9.2.2.ebuild +++ b/net-dns/bind-tools/bind-tools-9.2.2.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/bind-tools/bind-tools-9.2.2.ebuild,v 1.13 2004/06/24 22:33:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/bind-tools-9.2.2.ebuild,v 1.14 2004/07/01 22:10:31 eradicator Exp $ MY_P=${P//-tools} MY_P=${MY_P/_} @@ -13,7 +13,7 @@ KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 mips" LICENSE="as-is" SLOT="0" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { econf || die "configure failed" diff --git a/net-dns/bind-tools/bind-tools-9.2.2_rc1.ebuild b/net-dns/bind-tools/bind-tools-9.2.2_rc1.ebuild index 5bc155682b4f..008a372f6339 100644 --- a/net-dns/bind-tools/bind-tools-9.2.2_rc1.ebuild +++ b/net-dns/bind-tools/bind-tools-9.2.2_rc1.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/bind-tools/bind-tools-9.2.2_rc1.ebuild,v 1.10 2004/06/24 22:33:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/bind-tools-9.2.2_rc1.ebuild,v 1.11 2004/07/01 22:10:31 eradicator Exp $ MY_P=${P//-tools} MY_P=${MY_P/_} @@ -13,7 +13,7 @@ KEYWORDS="x86 ppc alpha hppa" LICENSE="as-is" SLOT="0" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { econf || die "configure failed" diff --git a/net-dns/bind-tools/bind-tools-9.2.3-r1.ebuild b/net-dns/bind-tools/bind-tools-9.2.3-r1.ebuild index 91e48915207b..83b404a5f67e 100644 --- a/net-dns/bind-tools/bind-tools-9.2.3-r1.ebuild +++ b/net-dns/bind-tools/bind-tools-9.2.3-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/bind-tools/bind-tools-9.2.3-r1.ebuild,v 1.12 2004/06/24 22:33:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/bind-tools-9.2.3-r1.ebuild,v 1.13 2004/07/01 22:10:31 eradicator Exp $ inherit flag-o-matic gnuconfig @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="x86 ppc sparc alpha arm hppa ~amd64 ~ia64 s390 mips ppc64" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { # Set -fPIC compiler option to enable compilation on 64-bit archs diff --git a/net-dns/bind-tools/bind-tools-9.2.3.ebuild b/net-dns/bind-tools/bind-tools-9.2.3.ebuild index 3fb80da68671..3077575a46f4 100644 --- a/net-dns/bind-tools/bind-tools-9.2.3.ebuild +++ b/net-dns/bind-tools/bind-tools-9.2.3.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/bind-tools/bind-tools-9.2.3.ebuild,v 1.11 2004/06/24 22:33:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind-tools/bind-tools-9.2.3.ebuild,v 1.12 2004/07/01 22:10:31 eradicator Exp $ inherit flag-o-matic @@ -15,7 +15,7 @@ KEYWORDS="-x86 -ppc -sparc -alpha -hppa -amd64 -ia64" LICENSE="as-is" SLOT="0" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { diff --git a/net-dns/djbdns/ChangeLog b/net-dns/djbdns/ChangeLog index 609b16bb42f8..871929a2b918 100644 --- a/net-dns/djbdns/ChangeLog +++ b/net-dns/djbdns/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dns/djbdns # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/djbdns/ChangeLog,v 1.31 2004/06/24 22:34:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/djbdns/ChangeLog,v 1.32 2004/07/01 22:10:51 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> + djbdns-1.05-r3.ebuild: + virtual/glibc -> virtual/libc *djbdns-1.05-r13 (23 Jun 2004) diff --git a/net-dns/djbdns/djbdns-1.05-r3.ebuild b/net-dns/djbdns/djbdns-1.05-r3.ebuild index 6326b21ba620..99a92ed88ede 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-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/djbdns/djbdns-1.05-r3.ebuild,v 1.15 2004/06/24 22:34:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/djbdns/djbdns-1.05-r3.ebuild,v 1.16 2004/07/01 22:10:51 eradicator Exp $ DESCRIPTION="Excellent high-performance DNS services" SRC_URI="http://cr.yp.to/djbdns/${P}.tar.gz @@ -11,7 +11,7 @@ KEYWORDS="x86 sparc " SLOT="0" IUSE="ipv6" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" RDEPEND="${DEPEND} >=sys-apps/daemontools-0.70 sys-apps/ucspi-tcp" diff --git a/net-dns/dns2go/ChangeLog b/net-dns/dns2go/ChangeLog index 6ce2602b033d..7c7af7c9fd29 100644 --- a/net-dns/dns2go/ChangeLog +++ b/net-dns/dns2go/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/dns2go # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-dns/dns2go/ChangeLog,v 1.6 2004/06/24 22:34:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dns2go/ChangeLog,v 1.7 2004/07/01 22:11:05 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> dns2go-1.1-r2.ebuild: + virtual/glibc -> virtual/libc 15 Apr 2004; Michael McCabe <randy@gentoo.org> dns2go-1.1-r2.ebuild: adding s390 keywords diff --git a/net-dns/dns2go/dns2go-1.1-r2.ebuild b/net-dns/dns2go/dns2go-1.1-r2.ebuild index 2d5590ea565c..93b2712437e7 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 Foundation # 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.14 2004/06/24 22:34:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dns2go/dns2go-1.1-r2.ebuild,v 1.15 2004/07/01 22:11:05 eradicator Exp $ DESCRIPTION="Dns2Go Linux Client v1.1" HOMEPAGE="http://www.dns2go.com/" @@ -10,7 +10,7 @@ LICENSE="DNS2GO" SLOT="0" KEYWORDS="x86 amd64 -* s390" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" S=${WORKDIR}/${P}-1 diff --git a/net-dns/dnsmasq/ChangeLog b/net-dns/dnsmasq/ChangeLog index be9838cb9b39..e1fc735d62f5 100644 --- a/net-dns/dnsmasq/ChangeLog +++ b/net-dns/dnsmasq/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-dns/dnsmasq # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v 1.42 2004/06/27 09:31:56 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v 1.43 2004/07/01 22:11:21 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> + dnsmasq-2.5-r1.ebuild, dnsmasq-2.5.ebuild, dnsmasq-2.7.ebuild, + dnsmasq-2.8-r1.ebuild, dnsmasq-2.8.ebuild, dnsmasq-2.9.ebuild: + virtual/glibc -> virtual/libc 27 Jun 2004; Jon Portnoy <avenj@gentoo.org> dnsmasq-2.9.ebuild : Stable on x86 + AMD64. diff --git a/net-dns/dnsmasq/dnsmasq-2.5-r1.ebuild b/net-dns/dnsmasq/dnsmasq-2.5-r1.ebuild index 1314a1479f35..f8c90109a050 100644 --- a/net-dns/dnsmasq/dnsmasq-2.5-r1.ebuild +++ b/net-dns/dnsmasq/dnsmasq-2.5-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/dnsmasq/dnsmasq-2.5-r1.ebuild,v 1.2 2004/06/24 22:34:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.5-r1.ebuild,v 1.3 2004/07/01 22:11:21 eradicator Exp $ DESCRIPTION="Small forwarding DNS server for local networks" HOMEPAGE="http://www.thekelleys.org.uk/dnsmasq/" @@ -14,7 +14,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc sparc ia64 amd64 mips" -DEPEND="virtual/glibc +DEPEND="virtual/libc >=sys-apps/sed-4" diff --git a/net-dns/dnsmasq/dnsmasq-2.5.ebuild b/net-dns/dnsmasq/dnsmasq-2.5.ebuild index 75997aeb7aa0..13f01f59f4d5 100644 --- a/net-dns/dnsmasq/dnsmasq-2.5.ebuild +++ b/net-dns/dnsmasq/dnsmasq-2.5.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/dnsmasq/dnsmasq-2.5.ebuild,v 1.4 2004/06/24 22:34:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.5.ebuild,v 1.5 2004/07/01 22:11:21 eradicator Exp $ DESCRIPTION="Small forwarding DNS server for local networks" HOMEPAGE="http://www.thekelleys.org.uk/dnsmasq/" @@ -14,7 +14,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ~ppc sparc ~ia64 amd64 mips" -DEPEND="virtual/glibc +DEPEND="virtual/libc >=sys-apps/sed-4" diff --git a/net-dns/dnsmasq/dnsmasq-2.7.ebuild b/net-dns/dnsmasq/dnsmasq-2.7.ebuild index e4393baac3f5..af8bf0ed0398 100644 --- a/net-dns/dnsmasq/dnsmasq-2.7.ebuild +++ b/net-dns/dnsmasq/dnsmasq-2.7.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/dnsmasq/dnsmasq-2.7.ebuild,v 1.2 2004/06/24 22:34:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.7.ebuild,v 1.3 2004/07/01 22:11:21 eradicator Exp $ DESCRIPTION="Small forwarding DNS server for local networks" HOMEPAGE="http://www.thekelleys.org.uk/dnsmasq/" @@ -14,7 +14,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc ~sparc ~ia64 ~amd64 ~mips s390" -DEPEND="virtual/glibc +DEPEND="virtual/libc >=sys-apps/sed-4" diff --git a/net-dns/dnsmasq/dnsmasq-2.8-r1.ebuild b/net-dns/dnsmasq/dnsmasq-2.8-r1.ebuild index 8a815e0007ee..ffa7c4b308b8 100644 --- a/net-dns/dnsmasq/dnsmasq-2.8-r1.ebuild +++ b/net-dns/dnsmasq/dnsmasq-2.8-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/dnsmasq/dnsmasq-2.8-r1.ebuild,v 1.6 2004/06/25 23:39:30 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.8-r1.ebuild,v 1.7 2004/07/01 22:11:21 eradicator Exp $ MY_P="${P/_/}" MY_PV="${PV/_rc*/}" @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86 ~ppc sparc mips arm amd64 ~ia64 s390" IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc >=sys-apps/sed-4" S="${WORKDIR}/${PN}-${MY_PV}" diff --git a/net-dns/dnsmasq/dnsmasq-2.8.ebuild b/net-dns/dnsmasq/dnsmasq-2.8.ebuild index c3dbdd12a10b..ad594225cea1 100644 --- a/net-dns/dnsmasq/dnsmasq-2.8.ebuild +++ b/net-dns/dnsmasq/dnsmasq-2.8.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/dnsmasq/dnsmasq-2.8.ebuild,v 1.2 2004/06/24 22:34:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.8.ebuild,v 1.3 2004/07/01 22:11:21 eradicator Exp $ DESCRIPTION="Small forwarding DNS server for local networks" HOMEPAGE="http://www.thekelleys.org.uk/dnsmasq/" @@ -14,7 +14,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc ~sparc ~ia64 ~amd64 ~mips s390" -DEPEND="virtual/glibc +DEPEND="virtual/libc >=sys-apps/sed-4" diff --git a/net-dns/dnsmasq/dnsmasq-2.9.ebuild b/net-dns/dnsmasq/dnsmasq-2.9.ebuild index b34bbc0dfbe0..8ceae2cf18d0 100644 --- a/net-dns/dnsmasq/dnsmasq-2.9.ebuild +++ b/net-dns/dnsmasq/dnsmasq-2.9.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/dnsmasq/dnsmasq-2.9.ebuild,v 1.3 2004/06/27 09:31:56 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.9.ebuild,v 1.4 2004/07/01 22:11:21 eradicator Exp $ MY_P="${P/_/}" MY_PV="${PV/_rc*/}" @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86 ~ppc ~sparc ~mips ~arm amd64 ~ia64 ~s390" IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc >=sys-apps/sed-4" S="${WORKDIR}/${PN}-${MY_PV}" diff --git a/net-dns/ez-ipupdate/ChangeLog b/net-dns/ez-ipupdate/ChangeLog index f7234349c22f..60a3ed6f43fd 100644 --- a/net-dns/ez-ipupdate/ChangeLog +++ b/net-dns/ez-ipupdate/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dns/ez-ipupdate # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/ez-ipupdate/ChangeLog,v 1.7 2004/06/24 22:35:34 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/ez-ipupdate/ChangeLog,v 1.8 2004/07/01 22:11:39 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> + ez-ipupdate-3.0.11_beta8.ebuild: + virtual/glibc -> virtual/libc *ez-ipupdate-3.0.11_beta8 (29 Jun 2003) diff --git a/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta8.ebuild b/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta8.ebuild index ff38e163182c..eb2bbf7c75a1 100644 --- a/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta8.ebuild +++ b/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta8.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/ez-ipupdate/ez-ipupdate-3.0.11_beta8.ebuild,v 1.3 2004/06/24 22:35:34 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta8.ebuild,v 1.4 2004/07/01 22:11:39 eradicator Exp $ MY_PV=${PV/_beta/b} S="${WORKDIR}/${PN}-${MY_PV}" @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc sparc" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { econf || die diff --git a/net-dns/hesiod/ChangeLog b/net-dns/hesiod/ChangeLog index 9eed62ddbf2b..89232c575263 100644 --- a/net-dns/hesiod/ChangeLog +++ b/net-dns/hesiod/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dns/hesiod # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/ChangeLog,v 1.10 2004/06/24 22:35:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/ChangeLog,v 1.11 2004/07/01 22:11:53 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> + hesiod-3.0.2-r1.ebuild, hesiod-3.0.2.ebuild: + virtual/glibc -> virtual/libc 19 Mar 2004; Aron Griffis <agriffis@gentoo.org> hesiod-3.0.2-r1.ebuild: stable on alpha and ia64 diff --git a/net-dns/hesiod/hesiod-3.0.2-r1.ebuild b/net-dns/hesiod/hesiod-3.0.2-r1.ebuild index cf4e3c1cb7c6..59e821a9023f 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.7 2004/06/24 22:35:44 agriffis Exp $ +# $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 $ inherit flag-o-matic eutils @@ -12,7 +12,7 @@ LICENSE="ISC" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~hppa ~amd64 alpha ia64" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_unpack() { unpack ${A} diff --git a/net-dns/hesiod/hesiod-3.0.2.ebuild b/net-dns/hesiod/hesiod-3.0.2.ebuild index e46f1e294051..d2176f66b04c 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 # 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.10 2004/06/24 22:35:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/hesiod-3.0.2.ebuild,v 1.11 2004/07/01 22:11:53 eradicator Exp $ inherit flag-o-matic @@ -13,7 +13,7 @@ SLOT="0" LICENSE="ISC" KEYWORDS="x86 ppc sparc hppa" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_unpack() { diff --git a/net-dns/ldapdns/ChangeLog b/net-dns/ldapdns/ChangeLog index edaec5af4cf1..09f325fb7474 100644 --- a/net-dns/ldapdns/ChangeLog +++ b/net-dns/ldapdns/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dns/ldapdns # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/ldapdns/ChangeLog,v 1.6 2004/06/24 22:36:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/ldapdns/ChangeLog,v 1.7 2004/07/01 22:12:06 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> ldapdns-2.03.ebuild, + ldapdns-2.04.ebuild, ldapdns-2.05.ebuild: + virtual/glibc -> virtual/libc *ldapdns-2.05 (11 Nov 2003) diff --git a/net-dns/ldapdns/ldapdns-2.03.ebuild b/net-dns/ldapdns/ldapdns-2.03.ebuild index 0e653e83f379..7b5c9121d71d 100644 --- a/net-dns/ldapdns/ldapdns-2.03.ebuild +++ b/net-dns/ldapdns/ldapdns-2.03.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/ldapdns/ldapdns-2.03.ebuild,v 1.7 2004/06/24 22:36:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/ldapdns/ldapdns-2.03.ebuild,v 1.8 2004/07/01 22:12:06 eradicator Exp $ S=${WORKDIR}/${P} DESCRIPTION="A tiny, fast authoritative nameserver that queries LDAP and can be updated instantly" @@ -12,7 +12,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" -DEPEND="virtual/glibc +DEPEND="virtual/libc >=net-nds/openldap-2" RDEPEND="${DEPEND} >=sys-apps/daemontools-0.70 diff --git a/net-dns/ldapdns/ldapdns-2.04.ebuild b/net-dns/ldapdns/ldapdns-2.04.ebuild index 098c0f210ec6..1932e105d86f 100644 --- a/net-dns/ldapdns/ldapdns-2.04.ebuild +++ b/net-dns/ldapdns/ldapdns-2.04.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/ldapdns/ldapdns-2.04.ebuild,v 1.6 2004/06/24 22:36:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/ldapdns/ldapdns-2.04.ebuild,v 1.7 2004/07/01 22:12:06 eradicator Exp $ S=${WORKDIR}/${P} DESCRIPTION="A tiny, fast authoritative nameserver that queries LDAP and can be updated instantly" @@ -12,7 +12,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" -DEPEND="virtual/glibc +DEPEND="virtual/libc >=net-nds/openldap-2" RDEPEND="${DEPEND} >=sys-apps/daemontools-0.70 diff --git a/net-dns/ldapdns/ldapdns-2.05.ebuild b/net-dns/ldapdns/ldapdns-2.05.ebuild index 34bb5a8d43c7..cbd1d9946de4 100644 --- a/net-dns/ldapdns/ldapdns-2.05.ebuild +++ b/net-dns/ldapdns/ldapdns-2.05.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/ldapdns/ldapdns-2.05.ebuild,v 1.2 2004/06/24 22:36:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/ldapdns/ldapdns-2.05.ebuild,v 1.3 2004/07/01 22:12:06 eradicator Exp $ S=${WORKDIR}/${P} DESCRIPTION="A tiny, fast authoritative nameserver that queries LDAP and can be updated instantly" @@ -12,7 +12,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" -DEPEND="virtual/glibc +DEPEND="virtual/libc >=net-nds/openldap-2" RDEPEND="${DEPEND} >=sys-apps/daemontools-0.70 diff --git a/net-dns/maradns/ChangeLog b/net-dns/maradns/ChangeLog index 37da3c69c99f..6c8a22f8cb91 100644 --- a/net-dns/maradns/ChangeLog +++ b/net-dns/maradns/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dns/maradns # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/maradns/ChangeLog,v 1.3 2004/06/24 22:36:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/maradns/ChangeLog,v 1.4 2004/07/01 22:12:19 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> + maradns-1.0.23.ebuild: + virtual/glibc -> virtual/libc 23 Jun 2004; David Holm <dholm@gentoo.org> maradns-1.0.23.ebuild: Added to ~ppc. diff --git a/net-dns/maradns/maradns-1.0.23.ebuild b/net-dns/maradns/maradns-1.0.23.ebuild index c83fafdc1298..f96c83326d72 100644 --- a/net-dns/maradns/maradns-1.0.23.ebuild +++ b/net-dns/maradns/maradns-1.0.23.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/maradns/maradns-1.0.23.ebuild,v 1.3 2004/06/24 22:36:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/maradns/maradns-1.0.23.ebuild,v 1.4 2004/07/01 22:12:19 eradicator Exp $ DESCRIPTION="Proxy DNS server with permanent caching" HOMEPAGE="http://www.maradns.org" @@ -11,7 +11,7 @@ LICENSE="public-domain" KEYWORDS="~x86 ~amd64 ~sparc ~ppc" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_unpack() { unpack ${A} diff --git a/net-dns/mydns/ChangeLog b/net-dns/mydns/ChangeLog index b5658e4ede21..16de71230627 100644 --- a/net-dns/mydns/ChangeLog +++ b/net-dns/mydns/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dns/mydns # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/mydns/ChangeLog,v 1.8 2004/06/24 22:36:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/mydns/ChangeLog,v 1.9 2004/07/01 22:12:33 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> mydns-0.10.3.ebuild, + mydns-0.11.0.ebuild: + virtual/glibc -> virtual/libc *mydns-0.11.0 (13 Jun 2004) diff --git a/net-dns/mydns/mydns-0.10.3.ebuild b/net-dns/mydns/mydns-0.10.3.ebuild index 08072062861c..bd36b36be1c4 100644 --- a/net-dns/mydns/mydns-0.10.3.ebuild +++ b/net-dns/mydns/mydns-0.10.3.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/mydns/mydns-0.10.3.ebuild,v 1.4 2004/06/24 22:36:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/mydns/mydns-0.10.3.ebuild,v 1.5 2004/07/01 22:12:33 eradicator Exp $ DESCRIPTION="A DNS-Server which gets its data from mysql-databases" HOMEPAGE="http://mydns.bboy.net/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ia64" IUSE="nls static debug mysql postgres ssl zlib" -RDEPEND="virtual/glibc +RDEPEND="virtual/libc mysql? ( dev-db/mysql ) postgres? ( dev-db/postgresql ) openssl? ( dev-libs/openssl ) diff --git a/net-dns/mydns/mydns-0.11.0.ebuild b/net-dns/mydns/mydns-0.11.0.ebuild index 8fb9325703df..29ff694f5e9b 100644 --- a/net-dns/mydns/mydns-0.11.0.ebuild +++ b/net-dns/mydns/mydns-0.11.0.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/mydns/mydns-0.11.0.ebuild,v 1.2 2004/06/24 22:36:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/mydns/mydns-0.11.0.ebuild,v 1.3 2004/07/01 22:12:33 eradicator Exp $ DESCRIPTION="A DNS-Server which gets its data from mysql-databases" HOMEPAGE="http://mydns.bboy.net/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ia64" IUSE="nls static debug mysql postgres ssl zlib" -RDEPEND="virtual/glibc +RDEPEND="virtual/libc openssl? ( dev-libs/openssl ) zlib? ( sys-libs/zlib ) || ( diff --git a/net-dns/ndu/ChangeLog b/net-dns/ndu/ChangeLog index 23a1b5a670e1..3648b52d9ccd 100644 --- a/net-dns/ndu/ChangeLog +++ b/net-dns/ndu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/ndu # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/ndu/ChangeLog,v 1.3 2004/06/24 22:37:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/ndu/ChangeLog,v 1.4 2004/07/01 22:12:45 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> ndu-0.4.ebuild: + virtual/glibc -> virtual/libc *ndu-0.4 (20 Aug 2003) diff --git a/net-dns/ndu/ndu-0.4.ebuild b/net-dns/ndu/ndu-0.4.ebuild index cd56a9dd5aac..55877cd78d35 100644 --- a/net-dns/ndu/ndu-0.4.ebuild +++ b/net-dns/ndu/ndu-0.4.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/ndu/ndu-0.4.ebuild,v 1.4 2004/06/24 22:37:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/ndu/ndu-0.4.ebuild,v 1.5 2004/07/01 22:12:45 eradicator Exp $ DESCRIPTION="DNS serial number incrementer and reverse zone builder" URI_BASE="http://uranus.it.swin.edu.au/~jn/linux/" @@ -10,8 +10,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" -DEPEND="sys-apps/sed virtual/glibc" -RDEPEND="net-dns/bind virtual/glibc" +DEPEND="sys-apps/sed virtual/libc" +RDEPEND="net-dns/bind virtual/libc" S=${WORKDIR}/${P} src_compile() { diff --git a/net-dns/noip-updater/ChangeLog b/net-dns/noip-updater/ChangeLog index 5b0f617bbd03..7a536cf2a0a9 100644 --- a/net-dns/noip-updater/ChangeLog +++ b/net-dns/noip-updater/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dns/noip-updater # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/noip-updater/ChangeLog,v 1.12 2004/06/24 22:37:10 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/noip-updater/ChangeLog,v 1.13 2004/07/01 22:12:59 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> + noip-updater-2.0.15.ebuild, noip-updater-2.1.1-r1.ebuild: + virtual/glibc -> virtual/libc *noip-updater-2.1.1-r1 (09 Jun 2004) diff --git a/net-dns/noip-updater/noip-updater-2.0.15.ebuild b/net-dns/noip-updater/noip-updater-2.0.15.ebuild index 1dfe669283c1..461f506ffe24 100644 --- a/net-dns/noip-updater/noip-updater-2.0.15.ebuild +++ b/net-dns/noip-updater/noip-updater-2.0.15.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/noip-updater/noip-updater-2.0.15.ebuild,v 1.5 2004/06/24 22:37:10 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/noip-updater/noip-updater-2.0.15.ebuild,v 1.6 2004/07/01 22:12:59 eradicator Exp $ inherit base @@ -17,7 +17,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa ~mips ~amd64 ~ia64 ~ppc64" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" pkg_config() { cd /tmp diff --git a/net-dns/noip-updater/noip-updater-2.1.1-r1.ebuild b/net-dns/noip-updater/noip-updater-2.1.1-r1.ebuild index 3b4a63f99887..b1148f7d53ff 100644 --- a/net-dns/noip-updater/noip-updater-2.1.1-r1.ebuild +++ b/net-dns/noip-updater/noip-updater-2.1.1-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/noip-updater/noip-updater-2.1.1-r1.ebuild,v 1.2 2004/06/24 22:37:10 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/noip-updater/noip-updater-2.1.1-r1.ebuild,v 1.3 2004/07/01 22:12:59 eradicator Exp $ inherit eutils @@ -17,7 +17,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ~ppc ~sparc alpha ~hppa ~mips ~amd64 ~ia64 ~ppc64" -RDEPEND="virtual/glibc" +RDEPEND="virtual/libc" DEPEND="${RDEPEND} sys-devel/gcc" diff --git a/net-dns/odsclient/ChangeLog b/net-dns/odsclient/ChangeLog index dd34ede733ad..d5de006441fb 100644 --- a/net-dns/odsclient/ChangeLog +++ b/net-dns/odsclient/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dns/odsclient # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/odsclient/ChangeLog,v 1.2 2004/06/24 22:37:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/odsclient/ChangeLog,v 1.3 2004/07/01 22:13:11 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> + odsclient-1.02.ebuild: + virtual/glibc -> virtual/libc *odsclient-1.02 (25 Jun 2003) diff --git a/net-dns/odsclient/odsclient-1.02.ebuild b/net-dns/odsclient/odsclient-1.02.ebuild index d31f3f4957e7..dc76df31ccdd 100644 --- a/net-dns/odsclient/odsclient-1.02.ebuild +++ b/net-dns/odsclient/odsclient-1.02.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/odsclient/odsclient-1.02.ebuild,v 1.3 2004/06/24 22:37:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/odsclient/odsclient-1.02.ebuild,v 1.4 2004/07/01 22:13:11 eradicator Exp $ inherit eutils @@ -13,7 +13,7 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { sed -i "s:CFLAGS=-O2::" Makefile diff --git a/net-dns/pdns/ChangeLog b/net-dns/pdns/ChangeLog index aa8213da86eb..5182be2c9c94 100644 --- a/net-dns/pdns/ChangeLog +++ b/net-dns/pdns/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-dns/pdns # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/ChangeLog,v 1.11 2004/06/24 22:37:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/ChangeLog,v 1.12 2004/07/01 22:13:26 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> + pdns-2.9.12-r1.ebuild, pdns-2.9.12.ebuild, pdns-2.9.15.ebuild, + pdns-2.9.16.ebuild, pdns-2.9.8.ebuild: + virtual/glibc -> virtual/libc 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> pdns-2.9.12.ebuild, pdns-2.9.8.ebuild: diff --git a/net-dns/pdns/pdns-2.9.12-r1.ebuild b/net-dns/pdns/pdns-2.9.12-r1.ebuild index 46b4b9a95806..88c893b64f90 100644 --- a/net-dns/pdns/pdns-2.9.12-r1.ebuild +++ b/net-dns/pdns/pdns-2.9.12-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/pdns/pdns-2.9.12-r1.ebuild,v 1.5 2004/06/24 22:37:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-2.9.12-r1.ebuild,v 1.6 2004/07/01 22:13:26 eradicator Exp $ DESCRIPTION="The PowerDNS Daemon." SRC_URI="http://downloads.powerdns.com/releases/${P}.tar.gz" @@ -10,7 +10,7 @@ SLOT="0" KEYWORDS="x86" IUSE="mysql postgres static ldap" -DEPEND="virtual/glibc +DEPEND="virtual/libc mysql? ( >=dev-db/mysql-3.23.54a ) postgres? ( >=dev-cpp/libpqpp-4.0-r1 ) ldap? ( >=net-nds/openldap-2.0.27-r4 )" diff --git a/net-dns/pdns/pdns-2.9.12.ebuild b/net-dns/pdns/pdns-2.9.12.ebuild index a96837c7d20d..a70b75469c31 100644 --- a/net-dns/pdns/pdns-2.9.12.ebuild +++ b/net-dns/pdns/pdns-2.9.12.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/pdns/pdns-2.9.12.ebuild,v 1.6 2004/06/24 22:37:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-2.9.12.ebuild,v 1.7 2004/07/01 22:13:26 eradicator Exp $ DESCRIPTION="The PowerDNS Daemon." SRC_URI="http://downloads.powerdns.com/releases/${P}.tar.gz" @@ -10,7 +10,7 @@ SLOT="0" KEYWORDS="x86" IUSE="mysql static" -DEPEND="virtual/glibc +DEPEND="virtual/libc mysql? ( >=dev-db/mysql-3.23.54a )" RDEPEND="${DEPEND}" diff --git a/net-dns/pdns/pdns-2.9.15.ebuild b/net-dns/pdns/pdns-2.9.15.ebuild index 54f33838b34f..37f56629b1dd 100644 --- a/net-dns/pdns/pdns-2.9.15.ebuild +++ b/net-dns/pdns/pdns-2.9.15.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/pdns/pdns-2.9.15.ebuild,v 1.3 2004/06/24 22:37:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-2.9.15.ebuild,v 1.4 2004/07/01 22:13:26 eradicator Exp $ DESCRIPTION="The PowerDNS Daemon." SRC_URI="http://downloads.powerdns.com/releases/${P}.tar.gz" @@ -10,7 +10,7 @@ SLOT="0" KEYWORDS="x86" IUSE="mysql postgres static ldap" -DEPEND="virtual/glibc +DEPEND="virtual/libc mysql? ( >=dev-db/mysql-3.23.54a ) postgres? ( >=dev-cpp/libpqpp-4.0-r1 ) ldap? ( >=net-nds/openldap-2.0.27-r4 )" diff --git a/net-dns/pdns/pdns-2.9.16.ebuild b/net-dns/pdns/pdns-2.9.16.ebuild index c4cfb45e2935..79dc5d588133 100644 --- a/net-dns/pdns/pdns-2.9.16.ebuild +++ b/net-dns/pdns/pdns-2.9.16.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/pdns/pdns-2.9.16.ebuild,v 1.2 2004/06/24 22:37:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-2.9.16.ebuild,v 1.3 2004/07/01 22:13:26 eradicator Exp $ DESCRIPTION="The PowerDNS Daemon." SRC_URI="http://downloads.powerdns.com/releases/${P}.tar.gz" @@ -10,7 +10,7 @@ SLOT="0" KEYWORDS="~x86" IUSE="mysql postgres static ldap" -DEPEND="virtual/glibc +DEPEND="virtual/libc mysql? ( >=dev-db/mysql-3.23.54a ) postgres? ( >=dev-cpp/libpqpp-4.0-r1 ) ldap? ( >=net-nds/openldap-2.0.27-r4 )" diff --git a/net-dns/pdns/pdns-2.9.8.ebuild b/net-dns/pdns/pdns-2.9.8.ebuild index ae683706edb3..45495e2e6060 100644 --- a/net-dns/pdns/pdns-2.9.8.ebuild +++ b/net-dns/pdns/pdns-2.9.8.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/pdns/pdns-2.9.8.ebuild,v 1.6 2004/06/24 22:37:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-2.9.8.ebuild,v 1.7 2004/07/01 22:13:26 eradicator Exp $ DESCRIPTION="The PowerDNS Daemon." SRC_URI="http://downloads.powerdns.com/releases/${P}.tar.gz" @@ -10,7 +10,7 @@ SLOT="0" KEYWORDS="x86" IUSE="mysql static" -DEPEND="virtual/glibc +DEPEND="virtual/libc mysql? ( >=dev-db/mysql-3.23.54a )" RDEPEND="${DEPEND}" diff --git a/net-dns/pdnsd/ChangeLog b/net-dns/pdnsd/ChangeLog index 3e499114a2b7..d0352a697504 100644 --- a/net-dns/pdnsd/ChangeLog +++ b/net-dns/pdnsd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dns/pdnsd # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/ChangeLog,v 1.32 2004/06/24 22:37:43 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/ChangeLog,v 1.33 2004/07/01 22:13:41 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> pdnsd-1.1.10.ebuild, + pdnsd-1.1.11.ebuild, pdnsd-1.1.7a.ebuild, pdnsd-1.1.9.ebuild: + virtual/glibc -> virtual/libc 09 Jun 2004; Aron Griffis <agriffis@gentoo.org> pdnsd-1.1.7a.ebuild, pdnsd-1.1.9.ebuild: diff --git a/net-dns/pdnsd/pdnsd-1.1.10.ebuild b/net-dns/pdnsd/pdnsd-1.1.10.ebuild index 9d8c7814ebb2..2e9fdcbf6e85 100644 --- a/net-dns/pdnsd/pdnsd-1.1.10.ebuild +++ b/net-dns/pdnsd/pdnsd-1.1.10.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/pdnsd/pdnsd-1.1.10.ebuild,v 1.13 2004/06/24 22:37:43 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/pdnsd-1.1.10.ebuild,v 1.14 2004/07/01 22:13:41 eradicator Exp $ inherit eutils @@ -14,7 +14,7 @@ HOMEPAGE="http://www.phys.uu.nl/%7Erombouts/pdnsd.html http://home.t-online.de/h IUSE="ipv6 debug isdn" -DEPEND="virtual/glibc +DEPEND="virtual/libc sys-apps/sed sys-apps/gawk sys-devel/libtool @@ -22,7 +22,7 @@ DEPEND="virtual/glibc sys-devel/automake sys-devel/autoconf" -RDEPEND="virtual/glibc" +RDEPEND="virtual/libc" SLOT="0" LICENSE="BSD | GPL-2" diff --git a/net-dns/pdnsd/pdnsd-1.1.11.ebuild b/net-dns/pdnsd/pdnsd-1.1.11.ebuild index f458da9785f2..f7393462c8f0 100644 --- a/net-dns/pdnsd/pdnsd-1.1.11.ebuild +++ b/net-dns/pdnsd/pdnsd-1.1.11.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/pdnsd/pdnsd-1.1.11.ebuild,v 1.3 2004/06/24 22:37:43 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/pdnsd-1.1.11.ebuild,v 1.4 2004/07/01 22:13:41 eradicator Exp $ inherit eutils @@ -14,7 +14,7 @@ HOMEPAGE="http://www.phys.uu.nl/%7Erombouts/pdnsd.html http://home.t-online.de/h IUSE="ipv6 debug isdn" -DEPEND="virtual/glibc +DEPEND="virtual/libc sys-apps/sed sys-apps/gawk sys-devel/libtool @@ -22,7 +22,7 @@ DEPEND="virtual/glibc sys-devel/automake sys-devel/autoconf" -RDEPEND="virtual/glibc" +RDEPEND="virtual/libc" SLOT="0" LICENSE="BSD | GPL-2" diff --git a/net-dns/pdnsd/pdnsd-1.1.7a.ebuild b/net-dns/pdnsd/pdnsd-1.1.7a.ebuild index 6ec4500fca95..6e895700b802 100644 --- a/net-dns/pdnsd/pdnsd-1.1.7a.ebuild +++ b/net-dns/pdnsd/pdnsd-1.1.7a.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/pdnsd-1.1.7a.ebuild,v 1.10 2004/06/24 22:37:43 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/pdnsd-1.1.7a.ebuild,v 1.11 2004/07/01 22:13:41 eradicator Exp $ S=${WORKDIR}/${P} DESCRIPTION="Proxy DNS server with permanent caching" SRC_URI="http://home.t-online.de/home/Moestl/${P}.tar.bz2" HOMEPAGE="http://home.t-online.de/home/Moestl/" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" SLOT="0" LICENSE="BSD | GPL-2" diff --git a/net-dns/pdnsd/pdnsd-1.1.9.ebuild b/net-dns/pdnsd/pdnsd-1.1.9.ebuild index 5f001a35b55a..12ef3a4644ed 100644 --- a/net-dns/pdnsd/pdnsd-1.1.9.ebuild +++ b/net-dns/pdnsd/pdnsd-1.1.9.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/pdnsd/pdnsd-1.1.9.ebuild,v 1.8 2004/06/24 22:37:43 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/pdnsd-1.1.9.ebuild,v 1.9 2004/07/01 22:13:41 eradicator Exp $ inherit eutils @@ -14,10 +14,10 @@ HOMEPAGE="http://home.t-online.de/home/Moestl http://www.phys.uu.nl/%7Erombouts/ IUSE="ipv6 debug isdn" -DEPEND="virtual/glibc +DEPEND="virtual/libc >=sys-apps/sed-4" -RDEPEND="virtual/glibc" +RDEPEND="virtual/libc" SLOT="0" LICENSE="BSD | GPL-2" |