summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-db/percona-xtrabackup: mark 8.3.0.1 as -x86Sam James2024-10-051-1/+2
| | | | | | | Doesn't support 32-bit. Closes: https://bugs.gentoo.org/940127 Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/percona-xtrabackup: drop boost distfile injectionEli Schwartz2024-08-091-11/+1
| | | | | | | | | | | | | Previous versions of mysql required boost headers to be downloaded. This new version merged the new unique take of mysql: to simply include 115mb worth of boost source code checked into git as a side channel to ensuring it ends up inside the release distfiles. At any rate, downloading our own and passing non-existent options to inject it, is no longer relevant. Closes: https://bugs.gentoo.org/937587 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* dev-db/percona-xtrabackup: add 8.3.0.1Eli Schwartz2024-08-082-0/+115
| | | | | | | | | | | | | | | | | | | | Bump to latest upstream release. This is years out of date, maintainer-needed, and patched for build errors that are fixed upstream. I'm relying on the fact that other distros package this update without issue. On which note: other distros also package some files we don't! So go ahead and package those. The root cause is probably this rather hackish src_install. The upstream install routine is quite bad as it installs loads of stuff nobody wants -- some distros just run cmake install and then delete the lot instead. The software comes with especially interesting gems such as attempting to install the manpages we do include, to ${ED}/var/tmp/portage/..... I figure that globbing the plugins for manual installation is probably the safest move, all things considered. Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* dev-db/percona-xtrabackup: fix automagic dependenciesEli Schwartz2024-08-081-2/+13
| | | | | | | | | | | | | | | | | There were some dependencies which we tried to link to, which are usually bundled but we ask for system copies. However, we didn't properly depend on it -- and in the case of procps, even though it is in @system we do want to enforce a subslot dependency on it, so it really shouldn't be left out. rapidjson doesn't actually work. You can try to unbundle it but it will simply error out because rapidjson hasn't been released since 2016 (despite active development, they simply ghost anyone requesting a release) and percona states they are using newer features... there is an error check if you try to force system rapidjson and whatever they need isn't present. Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* dev-db/percona-xtrabackup: mark as LTO-unsafeEli Schwartz2024-08-081-1/+6
| | | | | Closes: https://bugs.gentoo.org/855245 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* dev-db/percona-xtrabackup: backport patch to fix compilation with procps 4Eli Schwartz2024-08-082-1/+142
| | | | | | | Without this patch, it fails to build at all. No revbump. Closes: https://bugs.gentoo.org/913649 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* dev-db/percona-xtrabackup: remove unused patchesMichael Mair-Keimberger2023-11-202-45/+0
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* dev-db/percona-xtrabackup: drop 2.4.24Hans de Graaff2023-11-022-69/+0
| | | | | Bug: https://bugs.gentoo.org/908033 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* dev-db/percona-xtrabackup: drop 2.4.15, 8.0.26.18Andreas Sturmlechner2023-09-045-302/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-db/percona-xtrabackup: drop to maintainer-neededSam James2023-07-041-4/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/percona-xtrabackup: Stabilize 2.4.24 x86, #878851Sam James2023-04-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/percona-xtrabackup: Stabilize 2.4.24 amd64, #878851Sam James2023-04-191-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/percona-xtrabackup: Stabilize 8.0.30.23 x86, #904533Sam James2023-04-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/percona-xtrabackup: Stabilize 8.0.30.23 amd64, #904533Sam James2023-04-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/percona-xtrabackup: fix build w/ gcc 13Sam James2023-04-182-1/+40
| | | | | Closes: https://bugs.gentoo.org/895702 Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/percona-xtrabackup: drop 8.0.29.22-r1Sam James2022-12-142-86/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/percona-xtrabackup: add 8.0.30.23Sam James2022-11-182-0/+98
| | | | | Closes: https://bugs.gentoo.org/805905 Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/percona-xtrabackup: add libfido2 depSam James2022-10-311-0/+1
| | | | | Closes: https://bugs.gentoo.org/878859 Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/percona-xtrabackup: add 8.0.29.22Sam James2022-10-312-0/+86
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/percona-xtrabackup: drop 8.0.25.17Sam James2022-10-313-123/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/percona-xtrabackup: x86 stable wrt bug #813858Agostino Sarubbo2022-06-191-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-db/percona-xtrabackup: amd64 stable wrt bug #813858Agostino Sarubbo2022-06-191-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-db/percona-xtrabackup: fix build with GCC 12Sam James2022-06-102-1/+23
| | | | | Closes: https://bugs.gentoo.org/840335 Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/percona-xtrabackup: remove unused patchesMichael Mair-Keimberger2021-10-084-132/+0
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/22459 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/percona-xtrabackup: drop oldThomas Deutschmann2021-09-297-440/+0
| | | | | Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-db/percona-xtrabackup: bump to v8.0.26-18Thomas Deutschmann2021-09-293-0/+105
| | | | | Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-db/percona-xtrabackup: bump to v2.4.24Thomas Deutschmann2021-09-292-0/+68
| | | | | Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@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/percona-xtrabackup: bump to v8.0.25-17Thomas Deutschmann2021-06-083-0/+123
| | | | | Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-db/percona-xtrabackup: fix building with GCC 11Thomas Deutschmann2021-04-282-0/+42
| | | | | | Closes: https://bugs.gentoo.org/786489 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-db/percona-xtrabackup: bump to v2.4.22Thomas Deutschmann2021-03-232-0/+68
| | | | | Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-db/percona-xtrabackup: bump to v8.0.23-16Thomas Deutschmann2021-03-232-0/+87
| | | | | Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-db/percona-xtrabackup: bump to v8.0.22-15Thomas Deutschmann2021-01-224-0/+138
| | | | | | Closes: https://bugs.gentoo.org/766297 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-db/percona-xtrabackup: bump to v2.4.21Thomas Deutschmann2021-01-222-0/+68
| | | | | Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-db/percona-xtrabackup: add mysql project as maintainerThomas Deutschmann2021-01-221-1/+4
| | | | | Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-db/percona-xtrabackup: Proxied maintainer retired as requestedJonas Stein2021-01-031-8/+1
| | | | | | | Requested in https://bugs.gentoo.org/729696#c2 Closes: https://bugs.gentoo.org/632832 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Jonas Stein <jstein@gentoo.org>
* dev-db/percona-xtrabackup: drop myself as maintainerTomáš Mózes2020-11-211-4/+0
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/18349 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-db/percona-xtrabackup: adjust src uriTomáš Mózes2020-06-301-2/+1
| | | | | | | | Closes: https://bugs.gentoo.org/729824 Package-Manager: Portage-2.3.102, Repoman-2.3.23 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16482 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-db/percona-xtrabackup: bump to 8.0.13, drop oldTomáš Mózes2020-06-273-4/+42
| | | | | | | Closes: https://bugs.gentoo.org/722266 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16438 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-db/percona-xtrabackup: bump to 2.4.20Tomáš Mózes2020-06-273-0/+94
| | | | | Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-db/percona-xtrabackup: update maintainer e-mail addressJoonas Niilola2020-05-161-1/+1
| | | | | Bug: https://bugs.gentoo.org/632832 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: Switch proxy-maint to cmake.eclassAndreas Sturmlechner2019-12-312-5/+5
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-db/percona-xtrabackup: drop oldTomas Mozes2019-10-283-149/+0
| | | | | | | Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13423 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-db/percona-xtrabackup: bump to 8.0.7Tomas Mozes2019-10-282-0/+65
| | | | | | | Closes: https://bugs.gentoo.org/696602 Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-db/percona-xtrabackup: amd64 stable wrt bug #694060Mikle Kolyada2019-09-261-1/+1
| | | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* dev-db/percona-xtrabackup: x86 stable (bug #694060)Thomas Deutschmann2019-09-261-1/+1
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-db/percona-xtrabackup: require dev-libs/opensslTomas Mozes2019-07-311-0/+1
| | | | | | | | | Libressl is not (yet) supported Closes: https://bugs.gentoo.org/690172 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12583 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-db/percona-xtrabackup: bump to 8.0.6Tomas Mozes2019-07-152-0/+61
| | | | | | Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11987 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-db/percona-xtrabackup: bump to 2.4.15Tomas Mozes2019-07-152-0/+80
| | | | | Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-db/percona-xtrabackup: Remove oldDavid Seifert2019-04-212-87/+0
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/11766 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: David Seifert <soap@gentoo.org>