diff options
author | Sven Wegener <swegener@gentoo.org> | 2015-08-07 19:32:14 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2015-08-07 19:32:14 +0000 |
commit | d8a5e5de113de36b36a010e43c9106d7d7d2fe71 (patch) | |
tree | 225698405d514780b21171e5e2ea836ec4813661 /net-dns | |
parent | Conditionalize sphinx build dep. (diff) | |
download | gentoo-2-d8a5e5de113de36b36a010e43c9106d7d7d2fe71.tar.gz gentoo-2-d8a5e5de113de36b36a010e43c9106d7d7d2fe71.tar.bz2 gentoo-2-d8a5e5de113de36b36a010e43c9106d7d7d2fe71.zip |
Remove the odbc USE flag, the godbcbackend backend is no longer available, bug #556556.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x64D4CF24)
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/pdns/ChangeLog | 8 | ||||
-rw-r--r-- | net-dns/pdns/pdns-3.4.0-r1.ebuild | 9 | ||||
-rw-r--r-- | net-dns/pdns/pdns-3.4.0.ebuild | 9 | ||||
-rw-r--r-- | net-dns/pdns/pdns-3.4.1.ebuild | 9 | ||||
-rw-r--r-- | net-dns/pdns/pdns-3.4.2.ebuild | 7 | ||||
-rw-r--r-- | net-dns/pdns/pdns-3.4.4.ebuild | 7 | ||||
-rw-r--r-- | net-dns/pdns/pdns-3.4.5.ebuild | 7 |
7 files changed, 22 insertions, 34 deletions
diff --git a/net-dns/pdns/ChangeLog b/net-dns/pdns/ChangeLog index b62b5a79759b..2f21e1b4a912 100644 --- a/net-dns/pdns/ChangeLog +++ b/net-dns/pdns/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-dns/pdns # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/ChangeLog,v 1.107 2015/06/09 20:25:55 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/ChangeLog,v 1.108 2015/08/07 19:32:14 swegener Exp $ + + 07 Aug 2015; Sven Wegener <swegener@gentoo.org> pdns-3.4.0.ebuild, + pdns-3.4.0-r1.ebuild, pdns-3.4.1.ebuild, pdns-3.4.2.ebuild, + pdns-3.4.4.ebuild, pdns-3.4.5.ebuild: + Remove the odbc USE flag, the godbcbackend backend is no longer available, + bug #556556. *pdns-3.4.5 (09 Jun 2015) *pdns-3.3.3 (09 Jun 2015) diff --git a/net-dns/pdns/pdns-3.4.0-r1.ebuild b/net-dns/pdns/pdns-3.4.0-r1.ebuild index 2d3fb0832a05..6028d05f9325 100644 --- a/net-dns/pdns/pdns-3.4.0-r1.ebuild +++ b/net-dns/pdns/pdns-3.4.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-3.4.0-r1.ebuild,v 1.3 2014/12/28 16:19:25 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-3.4.0-r1.ebuild,v 1.4 2015/08/07 19:32:14 swegener Exp $ EAPI=5 @@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~x86" # oracle: dito (need Oracle Client Libraries) # xdb: (almost) dead, surely not supported -IUSE="botan cryptopp debug doc geoip ldap lua mydns mysql odbc opendbx postgres remote sqlite static tools tinydns test" +IUSE="botan cryptopp debug doc geoip ldap lua mydns mysql opendbx postgres remote sqlite static tools tinydns test" REQUIRED_USE="mydns? ( mysql )" @@ -33,7 +33,6 @@ RDEPEND="!static? ( postgres? ( dev-db/postgresql:= ) ldap? ( >=net-nds/openldap-2.0.27-r4 ) sqlite? ( dev-db/sqlite:3 ) - odbc? ( dev-db/unixODBC ) opendbx? ( dev-db/opendbx ) geoip? ( >=dev-cpp/yaml-cpp-0.5.1 dev-libs/geoip ) tinydns? ( dev-db/cdb ) )" @@ -49,7 +48,6 @@ DEPEND="${RDEPEND} postgres? ( dev-db/postgresql[static-libs(+)] ) ldap? ( >=net-nds/openldap-2.0.27-r4[static-libs(+)] ) sqlite? ( dev-db/sqlite:3[static-libs(+)] ) - odbc? ( dev-db/unixODBC[static-libs(+)] ) opendbx? ( dev-db/opendbx[static-libs(+)] ) geoip? ( >=dev-cpp/yaml-cpp-0.5.1 dev-libs/geoip[static-libs(+)] ) tinydns? ( dev-db/cdb ) ) @@ -64,7 +62,6 @@ src_configure() { use lua && dynmodules+=" lua" use mydns && dynmodules+=" mydns" use mysql && dynmodules+=" gmysql" - use odbc && dynmodules+=" godbc" use opendbx && dynmodules+=" opendbx" #use oracle && dynmodules+=" goracle oracle" use postgres && dynmodules+=" gpgsql" diff --git a/net-dns/pdns/pdns-3.4.0.ebuild b/net-dns/pdns/pdns-3.4.0.ebuild index a8a735e5803a..19b237251b2d 100644 --- a/net-dns/pdns/pdns-3.4.0.ebuild +++ b/net-dns/pdns/pdns-3.4.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-3.4.0.ebuild,v 1.3 2014/12/28 16:19:25 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-3.4.0.ebuild,v 1.4 2015/08/07 19:32:14 swegener Exp $ EAPI=5 @@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~x86" # oracle: dito (need Oracle Client Libraries) # xdb: (almost) dead, surely not supported -IUSE="botan cryptopp debug doc ldap lua mydns mysql odbc opendbx postgres remote sqlite static tools tinydns test" +IUSE="botan cryptopp debug doc ldap lua mydns mysql opendbx postgres remote sqlite static tools tinydns test" REQUIRED_USE="mydns? ( mysql )" @@ -33,7 +33,6 @@ RDEPEND="!static? ( postgres? ( dev-db/postgresql:= ) ldap? ( >=net-nds/openldap-2.0.27-r4 ) sqlite? ( dev-db/sqlite:3 ) - odbc? ( dev-db/unixODBC ) opendbx? ( dev-db/opendbx ) tinydns? ( dev-db/cdb ) )" DEPEND="${RDEPEND} @@ -48,7 +47,6 @@ DEPEND="${RDEPEND} postgres? ( dev-db/postgresql[static-libs(+)] ) ldap? ( >=net-nds/openldap-2.0.27-r4[static-libs(+)] ) sqlite? ( dev-db/sqlite:3[static-libs(+)] ) - odbc? ( dev-db/unixODBC[static-libs(+)] ) opendbx? ( dev-db/opendbx[static-libs(+)] ) tinydns? ( dev-db/cdb ) ) doc? ( app-doc/doxygen )" @@ -62,7 +60,6 @@ src_configure() { use lua && dynmodules+=" lua" use mydns && dynmodules+=" mydns" use mysql && dynmodules+=" gmysql" - use odbc && dynmodules+=" godbc" use opendbx && dynmodules+=" opendbx" #use oracle && dynmodules+=" goracle oracle" use postgres && dynmodules+=" gpgsql" diff --git a/net-dns/pdns/pdns-3.4.1.ebuild b/net-dns/pdns/pdns-3.4.1.ebuild index 337ea40d3cd1..1366aa0ce3ae 100644 --- a/net-dns/pdns/pdns-3.4.1.ebuild +++ b/net-dns/pdns/pdns-3.4.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-3.4.1.ebuild,v 1.3 2014/12/28 16:19:25 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-3.4.1.ebuild,v 1.4 2015/08/07 19:32:14 swegener Exp $ EAPI=5 @@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~x86" # oracle: dito (need Oracle Client Libraries) # xdb: (almost) dead, surely not supported -IUSE="botan cryptopp debug doc geoip ldap lua mydns mysql odbc opendbx postgres remote sqlite static tools tinydns test" +IUSE="botan cryptopp debug doc geoip ldap lua mydns mysql opendbx postgres remote sqlite static tools tinydns test" REQUIRED_USE="mydns? ( mysql )" @@ -33,7 +33,6 @@ RDEPEND="!static? ( postgres? ( dev-db/postgresql:= ) ldap? ( >=net-nds/openldap-2.0.27-r4 ) sqlite? ( dev-db/sqlite:3 ) - odbc? ( dev-db/unixODBC ) opendbx? ( dev-db/opendbx ) geoip? ( >=dev-cpp/yaml-cpp-0.5.1 dev-libs/geoip ) tinydns? ( dev-db/cdb ) )" @@ -49,7 +48,6 @@ DEPEND="${RDEPEND} postgres? ( dev-db/postgresql[static-libs(+)] ) ldap? ( >=net-nds/openldap-2.0.27-r4[static-libs(+)] ) sqlite? ( dev-db/sqlite:3[static-libs(+)] ) - odbc? ( dev-db/unixODBC[static-libs(+)] ) opendbx? ( dev-db/opendbx[static-libs(+)] ) geoip? ( >=dev-cpp/yaml-cpp-0.5.1 dev-libs/geoip[static-libs(+)] ) tinydns? ( dev-db/cdb ) ) @@ -64,7 +62,6 @@ src_configure() { use lua && dynmodules+=" lua" use mydns && dynmodules+=" mydns" use mysql && dynmodules+=" gmysql" - use odbc && dynmodules+=" godbc" use opendbx && dynmodules+=" opendbx" #use oracle && dynmodules+=" goracle oracle" use postgres && dynmodules+=" gpgsql" diff --git a/net-dns/pdns/pdns-3.4.2.ebuild b/net-dns/pdns/pdns-3.4.2.ebuild index b3f2e555dd25..642c4590afbf 100644 --- a/net-dns/pdns/pdns-3.4.2.ebuild +++ b/net-dns/pdns/pdns-3.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-3.4.2.ebuild,v 1.1 2015/02/14 16:51:48 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-3.4.2.ebuild,v 1.2 2015/08/07 19:32:14 swegener Exp $ EAPI=5 @@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~x86" # oracle: dito (need Oracle Client Libraries) # xdb: (almost) dead, surely not supported -IUSE="botan cryptopp debug doc geoip ldap lua mydns mysql odbc opendbx postgres remote sqlite static tools tinydns test" +IUSE="botan cryptopp debug doc geoip ldap lua mydns mysql opendbx postgres remote sqlite static tools tinydns test" REQUIRED_USE="mydns? ( mysql )" @@ -33,7 +33,6 @@ RDEPEND="!static? ( postgres? ( dev-db/postgresql:= ) ldap? ( >=net-nds/openldap-2.0.27-r4 ) sqlite? ( dev-db/sqlite:3 ) - odbc? ( dev-db/unixODBC ) opendbx? ( dev-db/opendbx ) geoip? ( >=dev-cpp/yaml-cpp-0.5.1 dev-libs/geoip ) tinydns? ( dev-db/cdb ) @@ -50,7 +49,6 @@ DEPEND="${RDEPEND} postgres? ( dev-db/postgresql[static-libs(+)] ) ldap? ( >=net-nds/openldap-2.0.27-r4[static-libs(+)] ) sqlite? ( dev-db/sqlite:3[static-libs(+)] ) - odbc? ( dev-db/unixODBC[static-libs(+)] ) opendbx? ( dev-db/opendbx[static-libs(+)] ) geoip? ( >=dev-cpp/yaml-cpp-0.5.1 dev-libs/geoip[static-libs(+)] ) tinydns? ( dev-db/cdb ) @@ -66,7 +64,6 @@ src_configure() { use lua && dynmodules+=" lua" use mydns && dynmodules+=" mydns" use mysql && dynmodules+=" gmysql" - use odbc && dynmodules+=" godbc" use opendbx && dynmodules+=" opendbx" #use oracle && dynmodules+=" goracle oracle" use postgres && dynmodules+=" gpgsql" diff --git a/net-dns/pdns/pdns-3.4.4.ebuild b/net-dns/pdns/pdns-3.4.4.ebuild index 0b137fc1720d..2d1c0837a167 100644 --- a/net-dns/pdns/pdns-3.4.4.ebuild +++ b/net-dns/pdns/pdns-3.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-3.4.4.ebuild,v 1.2 2015/05/18 19:14:14 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-3.4.4.ebuild,v 1.3 2015/08/07 19:32:14 swegener Exp $ EAPI=5 @@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~x86" # oracle: dito (need Oracle Client Libraries) # xdb: (almost) dead, surely not supported -IUSE="botan cryptopp debug doc geoip ldap lua mydns mysql odbc opendbx postgres remote sqlite static tools tinydns test" +IUSE="botan cryptopp debug doc geoip ldap lua mydns mysql opendbx postgres remote sqlite static tools tinydns test" REQUIRED_USE="mydns? ( mysql )" @@ -33,7 +33,6 @@ RDEPEND="!static? ( postgres? ( dev-db/postgresql:= ) ldap? ( >=net-nds/openldap-2.0.27-r4 ) sqlite? ( dev-db/sqlite:3 ) - odbc? ( dev-db/unixODBC ) opendbx? ( dev-db/opendbx ) geoip? ( >=dev-cpp/yaml-cpp-0.5.1 dev-libs/geoip ) tinydns? ( >=dev-db/tinycdb-0.77 ) @@ -50,7 +49,6 @@ DEPEND="${RDEPEND} postgres? ( dev-db/postgresql[static-libs(+)] ) ldap? ( >=net-nds/openldap-2.0.27-r4[static-libs(+)] ) sqlite? ( dev-db/sqlite:3[static-libs(+)] ) - odbc? ( dev-db/unixODBC[static-libs(+)] ) opendbx? ( dev-db/opendbx[static-libs(+)] ) geoip? ( >=dev-cpp/yaml-cpp-0.5.1 dev-libs/geoip[static-libs(+)] ) tinydns? ( >=dev-db/tinycdb-0.77 ) @@ -66,7 +64,6 @@ src_configure() { use lua && dynmodules+=" lua" use mydns && dynmodules+=" mydns" use mysql && dynmodules+=" gmysql" - use odbc && dynmodules+=" godbc" use opendbx && dynmodules+=" opendbx" #use oracle && dynmodules+=" goracle oracle" use postgres && dynmodules+=" gpgsql" diff --git a/net-dns/pdns/pdns-3.4.5.ebuild b/net-dns/pdns/pdns-3.4.5.ebuild index 0638b16a2e86..e6329dc1af97 100644 --- a/net-dns/pdns/pdns-3.4.5.ebuild +++ b/net-dns/pdns/pdns-3.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-3.4.5.ebuild,v 1.1 2015/06/09 20:25:55 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-3.4.5.ebuild,v 1.2 2015/08/07 19:32:14 swegener Exp $ EAPI=5 @@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~x86" # oracle: dito (need Oracle Client Libraries) # xdb: (almost) dead, surely not supported -IUSE="botan cryptopp debug doc geoip ldap lua mydns mysql odbc opendbx postgres remote sqlite static tools tinydns test" +IUSE="botan cryptopp debug doc geoip ldap lua mydns mysql opendbx postgres remote sqlite static tools tinydns test" REQUIRED_USE="mydns? ( mysql )" @@ -33,7 +33,6 @@ RDEPEND="!static? ( postgres? ( dev-db/postgresql:= ) ldap? ( >=net-nds/openldap-2.0.27-r4 ) sqlite? ( dev-db/sqlite:3 ) - odbc? ( dev-db/unixODBC ) opendbx? ( dev-db/opendbx ) geoip? ( >=dev-cpp/yaml-cpp-0.5.1 dev-libs/geoip ) tinydns? ( >=dev-db/tinycdb-0.77 ) @@ -50,7 +49,6 @@ DEPEND="${RDEPEND} postgres? ( dev-db/postgresql[static-libs(+)] ) ldap? ( >=net-nds/openldap-2.0.27-r4[static-libs(+)] ) sqlite? ( dev-db/sqlite:3[static-libs(+)] ) - odbc? ( dev-db/unixODBC[static-libs(+)] ) opendbx? ( dev-db/opendbx[static-libs(+)] ) geoip? ( >=dev-cpp/yaml-cpp-0.5.1 dev-libs/geoip[static-libs(+)] ) tinydns? ( >=dev-db/tinycdb-0.77 ) @@ -66,7 +64,6 @@ src_configure() { use lua && dynmodules+=" lua" use mydns && dynmodules+=" mydns" use mysql && dynmodules+=" gmysql" - use odbc && dynmodules+=" godbc" use opendbx && dynmodules+=" opendbx" #use oracle && dynmodules+=" goracle oracle" use postgres && dynmodules+=" gpgsql" |