summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/bind/ChangeLog6
-rw-r--r--net-dns/bind/bind-9.10.0_p2.ebuild4
-rw-r--r--net-dns/bind/bind-9.10.1.ebuild6
-rw-r--r--net-dns/bind/bind-9.9.5-r3.ebuild4
-rw-r--r--net-dns/bind/bind-9.9.5_p1.ebuild4
5 files changed, 14 insertions, 10 deletions
diff --git a/net-dns/bind/ChangeLog b/net-dns/bind/ChangeLog
index de8124f91474..6e227e09e4d2 100644
--- a/net-dns/bind/ChangeLog
+++ b/net-dns/bind/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-dns/bind
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.510 2014/10/18 18:17:17 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.511 2014/11/03 13:31:41 titanofold Exp $
+
+ 03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org> bind-9.9.5-r3.ebuild,
+ bind-9.9.5_p1.ebuild, bind-9.10.0_p2.ebuild, bind-9.10.1.ebuild:
+ Update PostgreSQL dependencies and/or checks to virtual/postgresql.
18 Oct 2014; Mike Frysinger <vapier@gentoo.org> bind-9.10.1.ebuild:
Restore KEYWORDS for all arches #524148 by Christian Ruppert.
diff --git a/net-dns/bind/bind-9.10.0_p2.ebuild b/net-dns/bind/bind-9.10.0_p2.ebuild
index a19853af904a..479d94e6fa6e 100644
--- a/net-dns/bind/bind-9.10.0_p2.ebuild
+++ b/net-dns/bind/bind-9.10.0_p2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.10.0_p2.ebuild,v 1.3 2014/09/10 20:09:58 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.10.0_p2.ebuild,v 1.4 2014/11/03 13:31:41 titanofold Exp $
# Re dlz/mysql and threads, needs to be verified..
# MySQL uses thread local storage in its C api. Thus MySQL
@@ -59,7 +59,7 @@ DEPEND="ssl? ( dev-libs/openssl:0[-bindist] )
odbc? ( >=dev-db/unixODBC-2.2.6 )
ldap? ( net-nds/openldap )
idn? ( net-dns/idnkit )
- postgres? ( dev-db/postgresql-base )
+ postgres? ( virtual/postgresql )
caps? ( >=sys-libs/libcap-2.1.0 )
xml? ( dev-libs/libxml2 )
geoip? ( >=dev-libs/geoip-1.4.6 )
diff --git a/net-dns/bind/bind-9.10.1.ebuild b/net-dns/bind/bind-9.10.1.ebuild
index 91bd5757bd10..16617e75e535 100644
--- a/net-dns/bind/bind-9.10.1.ebuild
+++ b/net-dns/bind/bind-9.10.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.10.1.ebuild,v 1.4 2014/10/18 18:17:17 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.10.1.ebuild,v 1.5 2014/11/03 13:31:41 titanofold Exp $
# Re dlz/mysql and threads, needs to be verified..
# MySQL uses thread local storage in its C api. Thus MySQL
@@ -39,7 +39,7 @@ SRC_URI="ftp://ftp.isc.org/isc/bind9/${MY_PV}/${MY_P}.tar.gz
LICENSE="GPL-2 ISC BSD BSD-2 HPND JNIC openssl"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="berkdb caps dlz doc filter-aaaa fixed-rrset geoip gost gssapi idn ipv6
ldap mysql nslint odbc postgres python rpz seccomp selinux ssl static-libs
+threads urandom xml"
@@ -60,7 +60,7 @@ DEPEND="ssl? ( dev-libs/openssl:0[-bindist] )
odbc? ( >=dev-db/unixODBC-2.2.6 )
ldap? ( net-nds/openldap )
idn? ( net-dns/idnkit )
- postgres? ( dev-db/postgresql-base )
+ postgres? ( virtual/postgresql )
caps? ( >=sys-libs/libcap-2.1.0 )
xml? ( dev-libs/libxml2 )
geoip? ( >=dev-libs/geoip-1.4.6 )
diff --git a/net-dns/bind/bind-9.9.5-r3.ebuild b/net-dns/bind/bind-9.9.5-r3.ebuild
index 12d3668a1b8f..15060aa01026 100644
--- a/net-dns/bind/bind-9.9.5-r3.ebuild
+++ b/net-dns/bind/bind-9.9.5-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.5-r3.ebuild,v 1.11 2014/08/02 18:20:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.5-r3.ebuild,v 1.12 2014/11/03 13:31:41 titanofold Exp $
# Re dlz/mysql and threads, needs to be verified..
# MySQL uses thread local storage in its C api. Thus MySQL
@@ -73,7 +73,7 @@ DEPEND="ssl? ( dev-libs/openssl:0[-bindist] )
odbc? ( >=dev-db/unixODBC-2.2.6 )
ldap? ( net-nds/openldap )
idn? ( net-dns/idnkit )
- postgres? ( dev-db/postgresql-base )
+ postgres? ( virtual/postgresql )
caps? ( >=sys-libs/libcap-2.1.0 )
xml? ( dev-libs/libxml2 )
geoip? ( >=dev-libs/geoip-1.4.6 )
diff --git a/net-dns/bind/bind-9.9.5_p1.ebuild b/net-dns/bind/bind-9.9.5_p1.ebuild
index 5c788a54ec11..f461ee37ce77 100644
--- a/net-dns/bind/bind-9.9.5_p1.ebuild
+++ b/net-dns/bind/bind-9.9.5_p1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.5_p1.ebuild,v 1.2 2014/08/18 18:51:23 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.5_p1.ebuild,v 1.3 2014/11/03 13:31:41 titanofold Exp $
# Re dlz/mysql and threads, needs to be verified..
# MySQL uses thread local storage in its C api. Thus MySQL
@@ -72,7 +72,7 @@ DEPEND="ssl? ( dev-libs/openssl:0[-bindist] )
odbc? ( >=dev-db/unixODBC-2.2.6 )
ldap? ( net-nds/openldap )
idn? ( net-dns/idnkit )
- postgres? ( dev-db/postgresql-base )
+ postgres? ( virtual/postgresql )
caps? ( >=sys-libs/libcap-2.1.0 )
xml? ( dev-libs/libxml2 )
geoip? ( >=dev-libs/geoip-1.4.6 )