summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-db/mysql: remove non ascii characters from ebuildsAlfred Wingate2025-01-103-4/+4
| | | | | | | | https://github.com/pkgcore/pkgdev/issues/173 Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/40078 Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: Use a nicer URL for sdist archivesAlfred Wingate2025-01-101-1/+1
| | | | | | | | * Both URLs work, but this is more direct and has less implementation details. Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: clarify patch commentsAlfred Wingate2025-01-102-3/+3
| | | | | Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: backport boost fix for ppcAlfred Wingate2025-01-103-0/+26
| | | | | | Closes: https://bugs.gentoo.org/947784 Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: add 8.0.40Alfred Wingate2025-01-093-0/+1303
| | | | | | | | | | | | * Update source distribution locations. * Drop GTEST_NO_DEATH_TEST hackery in favour of --gtest_death_test_style=threadsafe. Bug: https://bugs.gentoo.org/937854 Bug: https://bugs.gentoo.org/938489 Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/40066 Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: fix abseil-cpp issue with certain compiler flagsAlfred Wingate2025-01-092-0/+32
| | | | | | | | * Use patch supplied by Byron Stanoszek. Closes: https://bugs.gentoo.org/935508 Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: drop versionsSam James2025-01-099-6246/+0
| | | | | Bug: https://bugs.gentoo.org/925125 Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: Stabilize 8.0.37 x86, #919815Sam James2025-01-091-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: Stabilize 8.0.37 ppc64, #919815Sam James2025-01-091-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: Stabilize 8.0.37 arm, #919815Sam James2025-01-091-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: Stabilize 8.0.37 arm64, #919815Sam James2025-01-091-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: Stabilize 8.0.37 amd64, #919815Sam James2025-01-091-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* */*: unkeyword ~ia64Arthur Zamarin2024-09-127-7/+7
| | | | | | | | Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mysql: add 8.0.37Alfred Wingate2024-07-042-0/+1282
| | | | | | Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/37036 Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: update SRC_URIMike Gilbert2024-07-011-1/+1
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* dev-db/mysql: Stabilize 8.0.36 amd64, #919815Sam James2024-06-141-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: add 8.0.36Alfred Wingate2024-04-243-0/+1349
| | | | | | | | | | - --max-test-fail=0 and 40h suite timeout so that tests dont bail out early. Bug: https://bugs.gentoo.org/922808 Bug: https://bugs.gentoo.org/923649 Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/35002 Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: filter LTO for legacy 5.7.x branchSam James2024-03-041-0/+3
| | | | | | | ODR violations. Closes: https://bugs.gentoo.org/855242 Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: migrate checking for enabled lto, to tc-is-ltoEli Schwartz2024-01-244-34/+14
| | | | | | | | | | | | | | | | | This toolchain func was recently added, and vis a lot more reliable than get-flagq. mysql attempts to manually handle some edge case, for example if the active flags contain `-flto -fno-lto` then tc-is-lto gets it correct but with is-flagq we have to manually check both. On the other hand, mysql doesn't handle detecting -flto=8. Using tc-is-lto is the preferred way to handle this from now on. We would rather use this wherever possible. Drops a bit of pointless logging. We don't need an `einfo` to tell us that make.conf is being respected. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* Move {dev-util → dev-debug}/systemtapMichał Górny2024-01-192-3/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-db/mysql: fix DoubleEmptyLineSam James2023-12-171-1/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: drop 5.7.36-r1, 5.7.40Andreas Sturmlechner2023-11-273-2573/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-db/mysql: test tweaksSam James2023-10-141-0/+9
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: add 8.0.34Alfred Wingate2023-10-142-0/+1222
| | | | | | | | | | | | | | | | Spent time getting tests to pass as well. I can verify that USE="cjk cracklib numa perl profiling router server" pass with gcc-13. I had some testing with other flags as well and didn't see issues other than USE="debug" with having failing tests last I checked. Opted out of fixing some stuff as they would fit better with 8.1 like removing and updating deprecated configurations. Closes: https://bugs.gentoo.org/895256 Closes: https://bugs.gentoo.org/912797 Closes: https://bugs.gentoo.org/905209 Closes: https://bugs.gentoo.org/891369 Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/32749 Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: use tc-enables-fortify-sourceSam James2023-08-061-3/+1
| | | | | | | Better than fragile optimisation level checking. Bug: https://bugs.gentoo.org/841770 Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: Stabilize 5.7.40 x86, #878907Sam James2023-08-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: Stabilize 5.7.41 arm, #910090Arthur Zamarin2023-07-151-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mysql: Stabilize 5.7.41 ppc64, #910090Arthur Zamarin2023-07-151-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mysql: Stabilize 5.7.41 x86, #910090Arthur Zamarin2023-07-151-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mysql: Stabilize 5.7.41 amd64, #910090Arthur Zamarin2023-07-151-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mysql: Stabilize 5.7.41 arm64, #910090Arthur Zamarin2023-07-151-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* */*: remove x86-solaris keywordFabian Groffen2023-05-246-6/+6
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* dev-db/mysql: Stabilize 8.0.32-r2 ppc64, #894488Arthur Zamarin2023-05-061-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mysql: Stabilize 8.0.32-r2 x86, #894488Arthur Zamarin2023-05-061-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mysql: Stabilize 8.0.32-r2 arm, #894488Arthur Zamarin2023-05-061-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mysql: fix build w/ gcc 13Sam James2023-04-122-0/+22
| | | | | Thanks-to: Alfred Wingate <parona@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: Stabilize 8.0.32-r2 arm64, #894488Arthur Zamarin2023-04-021-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mysql: Stabilize 8.0.32-r2 amd64, #894488Arthur Zamarin2023-04-021-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mysql: drop 8.0.31Mike Gilbert2023-02-131-1223/+0
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* dev-db/mysql: adjust libevent dependencyMike Gilbert2023-02-133-3/+3
| | | | | Bug: https://bugs.gentoo.org/869722 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* dev-db/mysql: Stabilize 5.7.40 arm64, #878907Arthur Zamarin2023-02-011-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mysql: drop spurious 'info' page (README)Sam James2023-01-181-0/+3
| | | | | | | Drop file which causes collision w/ mysql-connector-c++. It's only a tiny README, not a GNU info page. Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: add 8.0.32Sam James2023-01-182-0/+1244
| | | | | Bug: https://bugs.gentoo.org/891319 Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: add 5.7.41Sam James2023-01-182-0/+1286
| | | | | Bug: https://bugs.gentoo.org/891319 Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: stabilize 8.0.31-r1Sam James2023-01-181-2/+2
| | | | | | Just has the tmp fix. We should've stabled this version anyway. Signed-off-by: Sam James <sam@gentoo.org>
* dev-db/mysql: Stabilize 8.0.31 arm64, #878909Arthur Zamarin2023-01-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mysql: Stabilize 8.0.31 arm, #878909Arthur Zamarin2023-01-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-db/mysql: Stabilize 8.0.31 ppc64, #878909Arthur Zamarin2023-01-131-2/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* */*: make mycmakeargs localDavid Seifert2023-01-033-5/+5
| | | | | Closes: https://github.com/gentoo/gentoo/pull/28947 Signed-off-by: David Seifert <soap@gentoo.org>
* dev-db/mysql: Stabilize 5.7.40 amd64, #878907Sam James2023-01-031-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>