* [gentoo-commits] proj/kde-sunset:master commit in: dev-qt/qtsql/
@ 2020-08-13 14:50 Andreas Sturmlechner
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2020-08-13 14:50 UTC (permalink / raw
To: gentoo-commits
commit: 35f9966364204d60f84674bae0c3dfbe48bb3a5a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 13 13:47:25 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug 13 14:47:42 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=35f99663
dev-qt/qtsql: Switch to dev-db/mysql-connector-c
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-qt/qtsql/qtsql-4.8.7-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-qt/qtsql/qtsql-4.8.7-r1.ebuild b/dev-qt/qtsql/qtsql-4.8.7-r1.ebuild
index f6dda4ac..da5307a6 100644
--- a/dev-qt/qtsql/qtsql-4.8.7-r1.ebuild
+++ b/dev-qt/qtsql/qtsql-4.8.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -19,7 +19,7 @@ REQUIRED_USE="
DEPEND="
~dev-qt/qtcore-${PV}[debug=,qt3support=,${MULTILIB_USEDEP}]
freetds? ( dev-db/freetds )
- mysql? ( virtual/libmysqlclient:=[${MULTILIB_USEDEP}] )
+ mysql? ( dev-db/mysql-connector-c:=[${MULTILIB_USEDEP}] )
oci8? ( >=dev-db/oracle-instantclient-basic-11.2.0.4[${MULTILIB_USEDEP}] )
odbc? ( || (
>=dev-db/unixODBC-2.3.2-r2[${MULTILIB_USEDEP}]
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/kde-sunset:master commit in: dev-qt/qtsql/
@ 2021-04-27 15:49 Andreas Sturmlechner
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2021-04-27 15:49 UTC (permalink / raw
To: gentoo-commits
commit: 8d65eae52a95b4267b79a54adf2a24ec63a4f5b9
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 27 15:31:11 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Apr 27 15:48:50 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=8d65eae5
dev-qt/qtsql: Drop IUSE=oci8
Missing KEYWORDS
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-qt/qtsql/qtsql-4.8.7-r1.ebuild | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-qt/qtsql/qtsql-4.8.7-r1.ebuild b/dev-qt/qtsql/qtsql-4.8.7-r1.ebuild
index 6fa5a880..2d1d3873 100644
--- a/dev-qt/qtsql/qtsql-4.8.7-r1.ebuild
+++ b/dev-qt/qtsql/qtsql-4.8.7-r1.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
+
inherit multilib qt4-build-multilib
DESCRIPTION="The SQL module for the Qt toolkit"
@@ -10,17 +11,16 @@ if [[ ${QT4_BUILD_TYPE} == release ]]; then
KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc x86"
fi
-IUSE="freetds mysql oci8 odbc postgres qt3support +sqlite"
+IUSE="freetds mysql odbc postgres qt3support +sqlite"
REQUIRED_USE="
- || ( freetds mysql oci8 odbc postgres sqlite )
+ || ( freetds mysql odbc postgres sqlite )
"
DEPEND="
~dev-qt/qtcore-${PV}[debug=,qt3support=,${MULTILIB_USEDEP}]
freetds? ( dev-db/freetds )
mysql? ( dev-db/mysql-connector-c:=[${MULTILIB_USEDEP}] )
- oci8? ( >=dev-db/oracle-instantclient-basic-11.2.0.4[${MULTILIB_USEDEP}] )
odbc? ( || (
>=dev-db/unixODBC-2.3.2-r2[${MULTILIB_USEDEP}]
>=dev-db/libiodbc-3.52.8-r2[${MULTILIB_USEDEP}]
@@ -38,12 +38,12 @@ multilib_src_configure() {
local myconf=(
$(qt_native_use freetds sql-tds plugin)
$(qt_use mysql sql-mysql plugin) $(use mysql && echo -mysql_config "${EPREFIX}/usr/bin/${CHOST}-mysql_config")
- $(qt_use oci8 sql-oci plugin) $(use oci8 && echo "-I${ORACLE_HOME}/include -L${ORACLE_HOME}/$(get_libdir)")
$(qt_use odbc sql-odbc plugin) $(use odbc && echo "-I${EPREFIX}/usr/include/iodbc")
$(qt_native_use postgres sql-psql plugin) $(use postgres && multilib_is_native_abi && echo "-I${EPREFIX}/usr/include/postgresql/pgsql")
$(qt_use sqlite sql-sqlite plugin) $(use sqlite && echo -system-sqlite)
-no-sql-db2
-no-sql-ibase
+ -no-sql-oci
-no-sql-sqlite2
-no-sql-symsql
$(qt_use qt3support)
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-04-27 15:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-27 15:49 [gentoo-commits] proj/kde-sunset:master commit in: dev-qt/qtsql/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2020-08-13 14:50 Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox