From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1517916-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B5BD0158649 for <garchives@archives.gentoo.org>; Fri, 12 May 2023 20:47:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45ADEE0895; Fri, 12 May 2023 20:47:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1508EE0895 for <gentoo-commits@lists.gentoo.org>; Fri, 12 May 2023 20:47:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 227DE340E37 for <gentoo-commits@lists.gentoo.org>; Fri, 12 May 2023 20:47:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5D77A88 for <gentoo-commits@lists.gentoo.org>; Fri, 12 May 2023 20:31:22 +0000 (UTC) From: "Sven Wegener" <swegener@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Wegener" <swegener@gentoo.org> Message-ID: <1683923478.e11f6971a96ef15ed8f55691f5fb3ff541f67c00.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/pdns/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/pdns/metadata.xml net-dns/pdns/pdns-4.7.3.ebuild net-dns/pdns/pdns-4.7.4.ebuild X-VCS-Directories: net-dns/pdns/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: e11f6971a96ef15ed8f55691f5fb3ff541f67c00 X-VCS-Branch: master Date: Fri, 12 May 2023 20:31:22 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c70dfcd1-49f9-4eca-9526-00b7b6d4c404 X-Archives-Hash: 772169b76816a88055c896639226c52c commit: e11f6971a96ef15ed8f55691f5fb3ff541f67c00 Author: Sven Wegener <swegener <AT> gentoo <DOT> org> AuthorDate: Fri May 12 20:27:17 2023 +0000 Commit: Sven Wegener <swegener <AT> gentoo <DOT> org> CommitDate: Fri May 12 20:31:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e11f6971 net-dns/pdns: remove mydns upport, bug #807142 Closes: https://bugs.gentoo.org/807142 Signed-off-by: Sven Wegener <swegener <AT> gentoo.org> net-dns/pdns/metadata.xml | 1 - net-dns/pdns/pdns-4.7.3.ebuild | 6 ++---- net-dns/pdns/pdns-4.7.4.ebuild | 6 ++---- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/net-dns/pdns/metadata.xml b/net-dns/pdns/metadata.xml index 19e010a78adb..1937df5091d2 100644 --- a/net-dns/pdns/metadata.xml +++ b/net-dns/pdns/metadata.xml @@ -13,7 +13,6 @@ standards documents. Furthermore, PowerDNS interfaces with almost any database. <use> <flag name="lmdb">Use LMDB as backend.</flag> <flag name="lua-records">Enable LUA records.</flag> - <flag name="mydns">Making it possible to use a MyDNS MySQL database with PowerDNS (not recommended for new deployments).</flag> <flag name="remote">Use a generic socket or pipe as a backend (via JSON RPC requests).</flag> <flag name="sodium">Use <pkg>dev-libs/libsodium</pkg> for cryptography</flag> <flag name="tinydns">Use a TinyDNS CDB database as backend.</flag> diff --git a/net-dns/pdns/pdns-4.7.3.ebuild b/net-dns/pdns/pdns-4.7.3.ebuild index e1d415a07d5f..d9ab5dd2961b 100644 --- a/net-dns/pdns/pdns-4.7.3.ebuild +++ b/net-dns/pdns/pdns-4.7.3.ebuild @@ -20,11 +20,10 @@ KEYWORDS="amd64 x86" # oracle: dito (need Oracle Client Libraries) # xdb: (almost) dead, surely not supported -IUSE="debug doc geoip ldap lmdb lua-records mydns mysql postgres remote sodium sqlite systemd tools tinydns test" +IUSE="debug doc geoip ldap lmdb lua-records mysql postgres remote sodium sqlite systemd tools tinydns test" RESTRICT="!test? ( test )" -REQUIRED_USE="${LUA_REQUIRED_USE} - mydns? ( mysql )" +REQUIRED_USE="${LUA_REQUIRED_USE}" DEPEND="${LUA_DEPS} dev-libs/openssl:= @@ -64,7 +63,6 @@ src_configure() { #use db2 && cnf_dynmodules+=" db2" use ldap && cnf_dynmodules+=" ldap" use lmdb && cnf_dynmodules+=" lmdb" - use mydns && cnf_dynmodules+=" mydns" use mysql && cnf_dynmodules+=" gmysql" #use oracle && cnf_dynmodules+=" goracle oracle" use postgres && cnf_dynmodules+=" gpgsql" diff --git a/net-dns/pdns/pdns-4.7.4.ebuild b/net-dns/pdns/pdns-4.7.4.ebuild index 06946373e433..43737fe0b89f 100644 --- a/net-dns/pdns/pdns-4.7.4.ebuild +++ b/net-dns/pdns/pdns-4.7.4.ebuild @@ -20,11 +20,10 @@ KEYWORDS="~amd64 ~x86" # oracle: dito (need Oracle Client Libraries) # xdb: (almost) dead, surely not supported -IUSE="debug doc geoip ldap lmdb lua-records mydns mysql postgres remote sodium sqlite systemd tools tinydns test" +IUSE="debug doc geoip ldap lmdb lua-records mysql postgres remote sodium sqlite systemd tools tinydns test" RESTRICT="!test? ( test )" -REQUIRED_USE="${LUA_REQUIRED_USE} - mydns? ( mysql )" +REQUIRED_USE="${LUA_REQUIRED_USE}" DEPEND="${LUA_DEPS} dev-libs/openssl:= @@ -60,7 +59,6 @@ src_configure() { #use db2 && cnf_dynmodules+=" db2" use ldap && cnf_dynmodules+=" ldap" use lmdb && cnf_dynmodules+=" lmdb" - use mydns && cnf_dynmodules+=" mydns" use mysql && cnf_dynmodules+=" gmysql" #use oracle && cnf_dynmodules+=" goracle oracle" use postgres && cnf_dynmodules+=" gpgsql"