summaryrefslogtreecommitdiff
path: root/dev-db/mydumper
AgeCommit message (Collapse)Author
2025-11-04*/*: Add := to virtual/zlib deps, part 1Michał Górny
Done via: ``` git grep -l virtual/zlib$ | xargs sed -i -e 's@virtual/zlib$@&:=@' ``` Signed-off-by: Michał Górny <mgorny@gentoo.org>
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-10-07dev-db/mydumper: remove unused patchMichael Mair-Keimberger
Signed-off-by: Michael Mair-Keimberger <mm1ke@gentoo.org>
2025-09-30dev-db/mydumper: add 0.20.1.2Tomáš Mózes
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43990 Closes: https://github.com/gentoo/gentoo/pull/43990 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
2025-09-30dev-db/mydumper: Stabilize 0.19.3.3 amd64, #963240Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-07-24dev-db/mydumper: correct the CFLAGS related patchPetr Vaněk
The patch was incorrectly rebased/transformed from the original in commit dbf6bb95317e ("dev-db/mydumper: add 0.18.1.1") and the "-g -Werror" flags were not removed. This commit fixes the patch and restores authorship. Closes: https://bugs.gentoo.org/960600 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
2025-07-23dev-db/mydumper: enable py3.14Petr Vaněk
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
2025-07-23dev-db/mydumper: use python-any-r1 for docPetr Vaněk
- We need python-any-r1 in order to use correct python interpreter version for documentation build. - The sphinx-copybutton is available in gentoo, let's add it to bdeps and remove the configuration modifaction. - Add dev-python/accesible-pygments bdep for required a11y-dark theme. - Documentation is created with sphinx-build utility, therefore, dev-python/sphinx needs to be in bdep as well. Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
2025-07-23dev-db/mydumper: correct PCRE dependenciesPetr Vaněk
Upstream switched to a PCRE2 in version v0.18.1.1, see commit [1,2]. Therefore, this change corrects dependencies to a library which is actually used in runtime. However, upstream removed remaining unused pcre.h includes later in version v0.18.2.11, see commit [3], which makes PCRE still implicitly required in buildtime for this stable version due to lingering headers in the source. I've decided to address the buildtime issue by adding libpcre as a DEPEND, because I prefer not to modify the code of stable versions, especially since the patch needed is quite large. Plus, users already need both libpcre and libpcre2 installed to avoid buildtime failures anyway. Moreover, the fixed version is already in the tree. We just have to wait approprite time to stabilize it and then we can clean this one. [1] https://github.com/mydumper/mydumper/commit/9de78071ae73b40bb972fcbdb328ad20fa562241 [2] https://github.com/mydumper/mydumper/commit/c098a1407e0f06cb447f0c730bf9f0badc8706e3 [3] https://github.com/mydumper/mydumper/commit/9e10f0083ea6419d17265a0bb82453be0cadb633 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
2025-07-23dev-db/mydumper: drop 0.15.2.8-r1, 0.16.11.2, 0.18.1.1Tomáš Mózes
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43093 Closes: https://github.com/gentoo/gentoo/pull/43093 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
2025-07-23dev-db/mydumper: add 0.19.3.3Tomáš Mózes
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43093 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
2025-06-23dev-db/mydumper: Stabilize 0.18.2.7 amd64, #958811Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-04-28dev-db/mydumper: add 0.18.2.7Tomáš Mózes
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41214 Closes: https://github.com/gentoo/gentoo/pull/41214 Signed-off-by: Sam James <sam@gentoo.org>
2025-04-28dev-db/mydumper: Stabilize 0.18.1.1 amd64, #954949Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-03-10dev-db/mydumper: drop 0.16.7.5Tomáš Mózes
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/40814 Signed-off-by: Sam James <sam@gentoo.org>
2025-03-10dev-db/mydumper: add 0.18.1.1Tomáš Mózes
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2025-03-01dev-db/mydumper: Stabilize 0.16.11.2 amd64, #950369Jakov Smolić
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
2025-01-03dev-db/mydumper: fix UnquotedVariable in 0.16.11.2Joonas Niilola
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2025-01-03dev-db/mydumper: remove redundant zlib subslot binderJoonas Niilola
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2025-01-03dev-db/mydumper: add 0.16.11.2Tomáš Mózes
Adding USE=doc which is now in separate git repo: https://github.com/mydumper/mydumper_docs Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/39578 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2024-12-01dev-db/mydumper: add 0.16.7.5Tomáš Mózes
Docs moved to separate repo, currently not in the tarball. Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2024-11-01dev-db/mydumper: drop 0.14.5.2, 0.15.2.8Andreas K. Hüttel
Bug: https://bugs.gentoo.org/935389 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2024-10-18dev-db/mydumper: Stabilize 0.15.2.8-r1 amd64, #941740Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-07-09dev-db/mydumper: Fix implicit declaration of function openBrahmajit Das
Closes: https://bugs.gentoo.org/935389 Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/37448 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
2024-03-11dev-db/mydumper: mark as LTO-unsafeEli Schwartz
Fixed in git master: https://github.com/mydumper/mydumper/pull/1413 Closes: https://bugs.gentoo.org/855239 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2024-03-11dev-db/mydumper: use a real patch to fix ignored CFLAGSEli Schwartz
Using seds just ended up nastily failing to do anything: * SED: the following did not cause any changes * sed -i -e 's|-O3 -g -Werror|${CMAKE_C_FLAGS}|' CMakeLists.txt || die; * no-op: -e s|-O3 -g -Werror|${CMAKE_C_FLAGS}| But patch files are reliable since they will die if they don't apply anymore. Closes: https://bugs.gentoo.org/894494 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2024-03-07dev-db/mydumper: update HOMEPAGE, SRC_URIPetr Vaněk
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
2024-03-07dev-db/mydumper: drop 0.15.1.3Tomáš Mózes
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
2024-03-07dev-db/mydumper: add 0.15.2.8Tomáš Mózes
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
2023-11-02dev-db/mydumper: drop oldTomáš Mózes
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33646 Signed-off-by: Sam James <sam@gentoo.org>
2023-10-21dev-db/mydumper: Stabilize 0.15.1.3 amd64, #916058Joonas Niilola
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2023-09-01dev-db/mydumper: drop oldTomáš Mózes
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/32370 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2023-09-01dev-db/mydumper: add 0.15.1.3Tomáš Mózes
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2023-08-19dev-db/mydumper: Stabilize 0.14.5.2 amd64, #912453Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-07-23dev-db/mydumper: remove unused patchMichael Mair-Keimberger
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/31936 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2023-07-14dev-db/mydumper: drop oldTomáš Mózes
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/31583 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2023-07-14dev-db/mydumper: add 0.14.5.2Tomáš Mózes
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2023-06-23dev-db/mydumper: Stabilize 0.14.4.1 amd64, #909030Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-04-26dev-db/mydumper: add 0.14.4.1Tomáš Mózes
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/30629 Signed-off-by: Sam James <sam@gentoo.org>
2023-04-17dev-db/mydumper: Stabilize 0.13.1.2 amd64, #904442Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-02-15dev-db/mydumper: drop oldTomáš Mózes
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/29413 Signed-off-by: Sam James <sam@gentoo.org>
2023-02-15dev-db/mydumper: add 0.13.1.2Tomáš Mózes
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
2022-11-10dev-db/mydumper: bump to 0.12.7.3Tomáš Mózes
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/27889 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2022-10-25dev-db/mydumper: Stabilize 0.12.5.3 amd64, #878233Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2022-08-04dev-db/mydumper: drop oldTomáš Mózes
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/26492 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2022-08-04dev-db/mydumper: bump to 0.12.5.3Tomáš Mózes
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2022-05-13dev-db/mydumper: bump to 0.12.1Tomáš Mózes
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/25256 Signed-off-by: Sam James <sam@gentoo.org>
2022-04-29dev-db/mydumper: Stabilize 0.11.5.2 amd64, #841683Joonas Niilola
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2022-02-06dev-db/mydumper: remove unused patchMichael Mair-Keimberger
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/23725 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2022-02-06dev-db/mydumper: bump to 0.11.5.2Tomáš Mózes
Closes: https://bugs.gentoo.org/830717 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/23701 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>