summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-db/mysql-connector-c++: insert missing dieEli Schwartz2024-08-011-1/+1
| | | | | | | Not sure how I overlooked this. Fixes: 943614ccefce87dd83cbaf99849726eb481311ab Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* dev-db/mysql-connector-c++: fix tragic overcommit of make jobsEli Schwartz2024-08-011-1/+11
| | | | | | | | | | | | | | | | | | Internally, this builds additional dependencies inside of cmake by having build rules that run another cmake. Inside src_compile, make forks out to make -j$(nproc) at least once, and perhaps even more times (this logic is part of their generic handling of included dependencies but we may only be building protobuf that way anyway). We end up with a minimum of two times the number of reasonably safe jobs to run, your system resources get clobbered, and everything freezes until the OOM killer gets involved. Golly gee, I *wish* it were merely ignoring MAKEFLAGS. Then we would eventually succeed, except slower... Closes: https://bugs.gentoo.org/921309 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* dev-db/mysql-connector-c++: drop 8.0.31, 8.0.32, 8.0.33Petr Vaněk2024-04-274-163/+0
| | | | Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* dev-db/mysql-connector-c++: Stabilize 8.0.33-r1 x86, #920300Arthur Zamarin2023-12-191-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mysql-connector-c++: Stabilize 8.0.33-r1 ppc64, #920300Sam James2023-12-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql-connector-c++: Stabilize 8.0.33-r1 arm, #920300Sam James2023-12-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql-connector-c++: Stabilize 8.0.33-r1 amd64, #920300Sam James2023-12-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql-connector-c++: drop 8.0.27, 8.0.27-r1Andreas Sturmlechner2023-11-274-182/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-db/mysql-connector-c++: reinstate legacy USE flagHans de Graaff2023-10-172-0/+68
| | | | | | This is still required for mysql-workbench. Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* dev-db/mysql-connector-c++: add 8.0.33Sam James2023-10-142-0/+46
| | | | | Closes: https://bugs.gentoo.org/912944 Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql-connector-c++: Stabilize 8.0.32 ppc64, #894488Arthur Zamarin2023-05-061-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mysql-connector-c++: Stabilize 8.0.32 x86, #894488Arthur Zamarin2023-05-061-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mysql-connector-c++: Stabilize 8.0.32 arm, #894488Arthur Zamarin2023-05-061-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mysql-connector-c++: Stabilize 8.0.32 amd64, #894488Arthur Zamarin2023-04-021-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mysql-connector-c++: drop 1.1.12-r2Andreas Sturmlechner2023-02-085-122/+0
| | | | | Bug: https://bugs.gentoo.org/834439 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-db/mysql-connector-c++: add 8.0.32Sam James2023-01-182-0/+59
| | | | | Bug: https://bugs.gentoo.org/891307 Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql-connector-c++: Stabilize 8.0.31 arm, #878909Arthur Zamarin2023-01-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mysql-connector-c++: Stabilize 8.0.31 ppc64, #878909Arthur Zamarin2023-01-131-2/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mysql-connector-c++: Stabilize 8.0.31 x86, #878909Arthur Zamarin2022-12-021-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mysql-connector-c++: Stabilize 8.0.31 amd64, #878909Arthur Zamarin2022-12-021-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mysql-connector-c++: add 8.0.31Sam James2022-10-312-0/+59
| | | | | Closes: https://bugs.gentoo.org/805530 Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql-connector-c++: fix loading libmysqlclient.soHans de Graaff2022-10-172-0/+69
| | | | | | | | | | | | mysql-workbench would fail with mysql-connector-c++ 8.x because it would try to load the obsolete libmysqlclient_r library. This version no longer exists in newer versions of mysql-connector-c. It turns out that mysql-connector-c++ has hard-coded references to this library but since we don't install compatibility symlinks this hardcoded reference will fail. Closes: https://bugs.gentoo.org/831664 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* dev-db/mysql-connector-c++: add github upstream metadataSam James2022-07-291-8/+11
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql-connector-c++: update EAPI 7 -> 8David Seifert2022-07-021-21/+13
| | | | | Closes: https://bugs.gentoo.org/834439 Signed-off-by: David Seifert <soap@gentoo.org>
* dev-db/mysql-connector-c++: drop 8.0.24, 8.0.25, 8.0.26David Seifert2022-03-038-1068/+0
| | | | | Bug: https://bugs.gentoo.org/822258 Signed-off-by: David Seifert <soap@gentoo.org>
* dev-db/mysql-connector-c++: destabilize 1.1.12-r1 for ~ppcDavid Seifert2022-03-031-1/+1
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-db/mysql-connector-c++: Stabilize 8.0.27 ppc64, #822258Sam James2022-02-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql-connector-c++: fix DeprecatedInsintoConrad Kostecki2022-02-131-3/+3
| | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-db/mysql-connector-c++: Stabilize 8.0.27 x86, #822258Sam James2022-01-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql-connector-c++: Stabilize 8.0.27 amd64, #822258Sam James2022-01-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql-connector-c++: Stabilize 8.0.27 arm, #822258Sam James2022-01-111-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql-connector-c++: bump to v8.0.27Thomas Deutschmann2021-11-163-0/+137
| | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-db/mysql-connector-c++: Stabilize 8.0.25 arm, #789252Sam James2021-10-161-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql-connector-c++: mark -ppc -sparc b/c broken assertSam James2021-10-163-3/+6
| | | | | | Closes: https://bugs.gentoo.org/711940 Signed-off-by: Sam James <sam@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/22596
* dev-db/mysql-connector-c++: remove unused patchMichael Mair-Keimberger2021-09-201-307/+0
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/22344 Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-db/mysql-connector-c++: Remove oldAndreas K. Hüttel2021-09-196-220/+0
| | | | | | Bug: https://bugs.gentoo.org/786252 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* dev-db/mysql-connector-c++: bump to v8.0.26Thomas Deutschmann2021-08-043-0/+365
| | | | | Package-Manager: Portage-3.0.21, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-db/mysql-connector-c++: amd64 stable wrt bug #789252Agostino Sarubbo2021-05-241-1/+1
| | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-db/mysql-connector-c++: x86 stable (bug #789252)Thomas Deutschmann2021-05-241-1/+1
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-db/mysql-connector-c++: Stabilize 8.0.24 arm, #789252Sam James2021-05-151-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql-connector-c++: bump to v8.0.25Thomas Deutschmann2021-05-143-0/+320
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-db/mysql-connector-c++: x86 stable wrt bug #789252Agostino Sarubbo2021-05-111-1/+1
| | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-db/mysql-connector-c++: amd64 stable wrt bug #789252Agostino Sarubbo2021-05-111-1/+1
| | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-db/mysql-connector-c++: drop obsolete LibreSSL patchesSam James2021-05-032-177/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql-connector-c++: remove libressl supportMikle Kolyada2021-05-037-32/+25
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* dev-db/mysql-connector-c++: fix building against gcc-11Thomas Deutschmann2021-04-282-0/+14
| | | | | | Closes: https://bugs.gentoo.org/786252 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-db/mysql-connector-c++: bump to v8.0.24Thomas Deutschmann2021-04-262-0/+45
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-db/mysql-connector-c++: x86 stable wrt bug #768231Agostino Sarubbo2021-02-031-1/+1
| | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-db/mysql-connector-c++: amd64 stable wrt bug #768231Agostino Sarubbo2021-02-031-1/+1
| | | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>