From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 56F5C158087 for ; Sat, 15 Jan 2022 21:51:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C1EE2BC01A; Sat, 15 Jan 2022 21:51:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 35E802BC01A for ; Sat, 15 Jan 2022 21:51:22 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 80AA3343015 for ; Sat, 15 Jan 2022 21:51:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 122AE295 for ; Sat, 15 Jan 2022 21:51:19 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1642283418.ab1656a691cb263663340280456804d736cecbe9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/opendbx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/opendbx/opendbx-1.4.5-r1.ebuild dev-db/opendbx/opendbx-1.4.5-r2.ebuild dev-db/opendbx/opendbx-1.4.6-r2.ebuild dev-db/opendbx/opendbx-1.4.6-r3.ebuild dev-db/opendbx/opendbx-1.4.6-r4.ebuild dev-db/opendbx/opendbx-1.4.6-r5.ebuild dev-db/opendbx/opendbx-1.5.0-r2.ebuild dev-db/opendbx/opendbx-1.5.0-r3.ebuild X-VCS-Directories: dev-db/opendbx/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ab1656a691cb263663340280456804d736cecbe9 X-VCS-Branch: master Date: Sat, 15 Jan 2022 21:51:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 725e2594-63b9-4f8e-ba21-d66c273a5eac X-Archives-Hash: 1bb46e3b989b4129f8c7adefe6a93423 commit: ab1656a691cb263663340280456804d736cecbe9 Author: Marco Genasci gmail com> AuthorDate: Fri Jan 7 12:42:14 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jan 15 21:50:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab1656a6 dev-db/opendbx: changed old oracle-instantclient-basic dependency Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Marco Genasci gmail.com> Signed-off-by: Sam James gentoo.org> dev-db/opendbx/{opendbx-1.4.5-r1.ebuild => opendbx-1.4.5-r2.ebuild} | 4 ++-- dev-db/opendbx/{opendbx-1.4.6-r2.ebuild => opendbx-1.4.6-r4.ebuild} | 4 ++-- dev-db/opendbx/{opendbx-1.4.6-r3.ebuild => opendbx-1.4.6-r5.ebuild} | 4 ++-- dev-db/opendbx/{opendbx-1.5.0-r2.ebuild => opendbx-1.5.0-r3.ebuild} | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dev-db/opendbx/opendbx-1.4.5-r1.ebuild b/dev-db/opendbx/opendbx-1.4.5-r2.ebuild similarity index 96% rename from dev-db/opendbx/opendbx-1.4.5-r1.ebuild rename to dev-db/opendbx/opendbx-1.4.5-r2.ebuild index d62eda3c5e8c..648c8613b17f 100644 --- a/dev-db/opendbx/opendbx-1.4.5-r1.ebuild +++ b/dev-db/opendbx/opendbx-1.4.5-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -18,7 +18,7 @@ RESTRICT="firebird? ( bindist )" RDEPEND="mysql? ( dev-db/mysql-connector-c:0= ) postgres? ( dev-db/postgresql:* ) sqlite? ( dev-db/sqlite:3 ) - oracle? ( dev-db/oracle-instantclient-basic ) + oracle? ( dev-db/oracle-instantclient[sdk] ) firebird? ( dev-db/firebird )" DEPEND="${RDEPEND} app-doc/doxygen app-text/docbook2X" diff --git a/dev-db/opendbx/opendbx-1.4.6-r2.ebuild b/dev-db/opendbx/opendbx-1.4.6-r4.ebuild similarity index 96% rename from dev-db/opendbx/opendbx-1.4.6-r2.ebuild rename to dev-db/opendbx/opendbx-1.4.6-r4.ebuild index 7ba0179bedaa..0a2385d02aca 100644 --- a/dev-db/opendbx/opendbx-1.4.6-r2.ebuild +++ b/dev-db/opendbx/opendbx-1.4.6-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -18,7 +18,7 @@ RESTRICT="firebird? ( bindist )" RDEPEND="mysql? ( dev-db/mysql-connector-c:0= ) postgres? ( dev-db/postgresql:* ) sqlite? ( dev-db/sqlite:3 ) - oracle? ( dev-db/oracle-instantclient-basic ) + oracle? ( dev-db/oracle-instantclient[sdk] ) firebird? ( dev-db/firebird )" DEPEND="${RDEPEND} app-doc/doxygen app-text/docbook2X" diff --git a/dev-db/opendbx/opendbx-1.4.6-r3.ebuild b/dev-db/opendbx/opendbx-1.4.6-r5.ebuild similarity index 96% rename from dev-db/opendbx/opendbx-1.4.6-r3.ebuild rename to dev-db/opendbx/opendbx-1.4.6-r5.ebuild index 30ade850db94..9fc129f26fcc 100644 --- a/dev-db/opendbx/opendbx-1.4.6-r3.ebuild +++ b/dev-db/opendbx/opendbx-1.4.6-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -18,7 +18,7 @@ RESTRICT="firebird? ( bindist )" RDEPEND="mysql? ( dev-db/mysql-connector-c:0= ) postgres? ( dev-db/postgresql:* ) sqlite? ( dev-db/sqlite:3 ) - oracle? ( dev-db/oracle-instantclient-basic ) + oracle? ( dev-db/oracle-instantclient[sdk] ) firebird? ( dev-db/firebird )" DEPEND="${RDEPEND} man? ( app-doc/doxygen diff --git a/dev-db/opendbx/opendbx-1.5.0-r2.ebuild b/dev-db/opendbx/opendbx-1.5.0-r3.ebuild similarity index 96% rename from dev-db/opendbx/opendbx-1.5.0-r2.ebuild rename to dev-db/opendbx/opendbx-1.5.0-r3.ebuild index 75d65ca1fe3b..b4e76604878b 100644 --- a/dev-db/opendbx/opendbx-1.5.0-r2.ebuild +++ b/dev-db/opendbx/opendbx-1.5.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -21,7 +21,7 @@ RESTRICT="firebird? ( bindist )" RDEPEND="mysql? ( dev-db/mysql-connector-c:0= ) postgres? ( dev-db/postgresql:* ) sqlite? ( dev-db/sqlite:3 ) - oracle? ( dev-db/oracle-instantclient-basic ) + oracle? ( dev-db/oracle-instantclient[sdk] ) firebird? ( dev-db/firebird )" DEPEND="${RDEPEND} app-doc/doxygen app-text/docbook2X"