swegener 15/08/07 19:32:14
Modified: pdns-3.4.2.ebuild pdns-3.4.0-r1.ebuild
pdns-3.4.1.ebuild pdns-3.4.0.ebuild ChangeLog
pdns-3.4.5.ebuild pdns-3.4.4.ebuild
Log:
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)
Revision Changes Path
1.2 net-dns/pdns/pdns-3.4.2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/pdns-3.4.2.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/pdns-3.4.2.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/pdns-3.4.2.ebuild?r1=1.1&r2=1.2
Index: pdns-3.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-3.4.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pdns-3.4.2.ebuild 14 Feb 2015 16:51:48 -0000 1.1
+++ pdns-3.4.2.ebuild 7 Aug 2015 19:32:14 -0000 1.2
@@ -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 @@
# 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 @@
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 @@
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 @@
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"
1.4 net-dns/pdns/pdns-3.4.0-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/pdns-3.4.0-r1.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/pdns-3.4.0-r1.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/pdns-3.4.0-r1.ebuild?r1=1.3&r2=1.4
Index: pdns-3.4.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-3.4.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pdns-3.4.0-r1.ebuild 28 Dec 2014 16:19:25 -0000 1.3
+++ pdns-3.4.0-r1.ebuild 7 Aug 2015 19:32:14 -0000 1.4
@@ -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 @@
# 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 @@
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 @@
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 @@
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"
1.4 net-dns/pdns/pdns-3.4.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/pdns-3.4.1.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/pdns-3.4.1.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/pdns-3.4.1.ebuild?r1=1.3&r2=1.4
Index: pdns-3.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-3.4.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pdns-3.4.1.ebuild 28 Dec 2014 16:19:25 -0000 1.3
+++ pdns-3.4.1.ebuild 7 Aug 2015 19:32:14 -0000 1.4
@@ -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 @@
# 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 @@
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 @@
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 @@
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"
1.4 net-dns/pdns/pdns-3.4.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/pdns-3.4.0.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/pdns-3.4.0.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/pdns-3.4.0.ebuild?r1=1.3&r2=1.4
Index: pdns-3.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-3.4.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pdns-3.4.0.ebuild 28 Dec 2014 16:19:25 -0000 1.3
+++ pdns-3.4.0.ebuild 7 Aug 2015 19:32:14 -0000 1.4
@@ -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 @@
# 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 @@
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 @@
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 @@
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"
1.108 net-dns/pdns/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/ChangeLog?rev=1.108&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/ChangeLog?rev=1.108&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/ChangeLog?r1=1.107&r2=1.108
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/pdns/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog 9 Jun 2015 20:25:55 -0000 1.107
+++ ChangeLog 7 Aug 2015 19:32:14 -0000 1.108
@@ -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 <[email protected]> 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)
1.2 net-dns/pdns/pdns-3.4.5.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/pdns-3.4.5.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/pdns-3.4.5.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/pdns-3.4.5.ebuild?r1=1.1&r2=1.2
Index: pdns-3.4.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-3.4.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pdns-3.4.5.ebuild 9 Jun 2015 20:25:55 -0000 1.1
+++ pdns-3.4.5.ebuild 7 Aug 2015 19:32:14 -0000 1.2
@@ -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 @@
# 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 @@
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 @@
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 @@
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"
1.3 net-dns/pdns/pdns-3.4.4.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/pdns-3.4.4.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/pdns-3.4.4.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/pdns-3.4.4.ebuild?r1=1.2&r2=1.3
Index: pdns-3.4.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-3.4.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pdns-3.4.4.ebuild 18 May 2015 19:14:14 -0000 1.2
+++ pdns-3.4.4.ebuild 7 Aug 2015 19:32:14 -0000 1.3
@@ -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 @@
# 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 @@
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 @@
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 @@
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"