summaryrefslogtreecommitdiff
path: root/dev-db/mysql-connector-c/mysql-connector-c-8.0.36.ebuild
AgeCommit message (Collapse)Author
2025-11-04dev-*/*: update for virtual/zlibMichał Górny
Update done using: ``` git grep -l sys-libs/zlib dev-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g git diff --name-only | xargs copybump git diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead pkgcheck scan --commits -c SourcingCheck,VisibilityCheck --exit error ``` Followed by manual revert in dev-python/zlib-ng where it accidentally caught sys-libs/zlib-ng dependencies. Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-09-02*/*: destable sparcArthur Zamarin
Result of running the command: grep --include="*.ebuild" -r . -e 'KEYWORDS=.*[" ]sparc' -l | xargs ekeyword ~sparc Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-11-25dev-db/mysql-connector-c: Stabilize 8.0.36 ppc64, #942796Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-11-24dev-db/mysql-connector-c: Stabilize 8.0.36 amd64, #942796Jakov Smolić
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
2024-11-23dev-db/mysql-connector-c: Stabilize 8.0.36 x86, #942796Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-11-23dev-db/mysql-connector-c: Stabilize 8.0.36 ppc, #942796Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-11-23dev-db/mysql-connector-c: Stabilize 8.0.36 arm, #942796Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-11-23dev-db/mysql-connector-c: Stabilize 8.0.36 arm64, #942796Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-11-23dev-db/mysql-connector-c: Stabilize 8.0.36 sparc, #942796Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-09-12*/*: unkeyword ~ia64Arthur Zamarin
Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-04-27dev-db/mysql-connector-c: add 8.0.36Tomáš Mózes
Changes: - musl patch upstreamed, see [1-3] - mysql.info not present any more, see [4] - lz4 patch updated [1] https://github.com/mysql/mysql-server/commit/dc6b9e2556bf247cda80670b824cb24b271946f2 [2] https://bugs.mysql.com/bug.php?id=110808 [3] https://github.com/mysql/mysql-server/pull/455 [4] https://github.com/mysql/mysql-server/commit/18b2dd3ddfbe06bef9a378f1a87e63d494514b0b Closes: https://bugs.gentoo.org/893912 Closes: https://bugs.gentoo.org/900667 Closes: https://bugs.gentoo.org/759058 Closes: https://bugs.gentoo.org/882743 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/36160 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>